summaryrefslogtreecommitdiff
path: root/notify/mail-body.txt
diff options
context:
space:
mode:
authorTCWG BuildSlave <tcwg-buildslave@linaro.org>2023-11-03 22:16:13 +0000
committerTCWG BuildSlave <tcwg-buildslave@linaro.org>2023-11-03 22:16:13 +0000
commit6b5589c8de0af8ae1cfc6d630c532d1d202d6581 (patch)
tree898ec0869d91279c4a89ae07d995115d77f634c6 /notify/mail-body.txt
parent93b67f3d1a8de5eaac5a9c9810a024d71f609ca7 (diff)
force: #102: : [TCWG CI] https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-mainline-allyesconfig-build/102/
Results : | # reset_artifacts: | -10 | # build_abe binutils: | -9 | # build_kernel_llvm: | -5 | # build_abe qemu: | -2 | # linux_n_obj: | 22257 | # First few build errors in logs: | | # 00:20:31 fs/bcachefs/btree_cache.h:45:43: error: array index 0 is past the end of the array (that has type 'const __u64[0]' (aka 'const unsigned long long[0]')) [-Werror,-Warray-bounds] | # 00:20:32 fs/bcachefs/alloc.c:332:9: error: call to undeclared function 'COUNT_ARGS'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] | # 00:20:32 make[4]: *** [scripts/Makefile.build:243: fs/bcachefs/alloc.o] Error 1 | # 00:20:36 fs/bcachefs/btree_cache.h:45:43: error: array index 0 is past the end of the array (that has type 'const __u64[0]' (aka 'const unsigned long long[0]')) [-Werror,-Warray-bounds] | # 00:20:37 make[4]: *** [scripts/Makefile.build:243: fs/bcachefs/bset.o] Error 1 | # 00:20:37 fs/bcachefs/btree_cache.h:45:43: error: array index 0 is past the end of the array (that has type 'const __u64[0]' (aka 'const unsigned long long[0]')) [-Werror,-Warray-bounds] | # 00:20:38 fs/bcachefs/btree_cache.c:67:9: error: array index 0 is past the end of the array (that has type 'const __u64[0]' (aka 'const unsigned long long[0]')) [-Werror,-Warray-bounds] | # 00:20:38 fs/bcachefs/btree_cache.c:120:2: error: array index 0 is past the end of the array (that has type '__u64[0]' (aka 'unsigned long long[0]')) [-Werror,-Warray-bounds] | # 00:20:38 fs/bcachefs/btree_cache.c:201:6: error: array index 0 is past the end of the array (that has type 'const __u64[0]' (aka 'const unsigned long long[0]')) [-Werror,-Warray-bounds] | # 00:20:38 fs/bcachefs/btree_cache.c:607:3: error: array index 0 is past the end of the array (that has type '__u64[0]' (aka 'unsigned long long[0]')) [-Werror,-Warray-bounds] check_regression status : 1
Diffstat (limited to 'notify/mail-body.txt')
-rw-r--r--notify/mail-body.txt62
1 files changed, 49 insertions, 13 deletions
diff --git a/notify/mail-body.txt b/notify/mail-body.txt
index e8f2916..45e485b 100644
--- a/notify/mail-body.txt
+++ b/notify/mail-body.txt
@@ -2,13 +2,18 @@ Dear contributor, our automatic CI has detected problems related to your patch(e
In CI config tcwg_kernel/llvm-master-aarch64-mainline-allyesconfig after:
- | 16 commits in linux
- | 0d29a833b7b1 MAINTAINERS: Add entry for bcachefs
- | faf1dce85275 objtool: Add bcachefs noreturns
- | 73badee4280c lib/generic-radix-tree.c: Add peek_prev()
- | 9492261ff246 lib/generic-radix-tree.c: Don't overflow in peek()
- | 0fb5d567f573 MAINTAINERS: Add entry for generic-radix-tree
- | ... and 11 more commits in linux
+ | commit v6.6-rc1-17-g1c6fdbd8f246
+ | Author: Kent Overstreet <kent.overstreet@gmail.com>
+ | Date: Thu Mar 16 22:18:50 2017 -0800
+ |
+ | bcachefs: Initial commit
+ |
+ | Initially forked from drivers/md/bcache, bcachefs is a new copy-on-write
+ | filesystem with every feature you could possibly want.
+ |
+ | Website: https://bcachefs.org
+ |
+ | ... 1 lines of the commit log omitted.
Results changed to
# reset_artifacts:
@@ -20,9 +25,19 @@ Results changed to
# build_abe qemu:
-2
# linux_n_obj:
-22301
-# linux build successful:
-all
+22257
+# First few build errors in logs:
+
+# 00:20:31 fs/bcachefs/btree_cache.h:45:43: error: array index 0 is past the end of the array (that has type 'const __u64[0]' (aka 'const unsigned long long[0]')) [-Werror,-Warray-bounds]
+# 00:20:32 fs/bcachefs/alloc.c:332:9: error: call to undeclared function 'COUNT_ARGS'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
+# 00:20:32 make[4]: *** [scripts/Makefile.build:243: fs/bcachefs/alloc.o] Error 1
+# 00:20:36 fs/bcachefs/btree_cache.h:45:43: error: array index 0 is past the end of the array (that has type 'const __u64[0]' (aka 'const unsigned long long[0]')) [-Werror,-Warray-bounds]
+# 00:20:37 make[4]: *** [scripts/Makefile.build:243: fs/bcachefs/bset.o] Error 1
+# 00:20:37 fs/bcachefs/btree_cache.h:45:43: error: array index 0 is past the end of the array (that has type 'const __u64[0]' (aka 'const unsigned long long[0]')) [-Werror,-Warray-bounds]
+# 00:20:38 fs/bcachefs/btree_cache.c:67:9: error: array index 0 is past the end of the array (that has type 'const __u64[0]' (aka 'const unsigned long long[0]')) [-Werror,-Warray-bounds]
+# 00:20:38 fs/bcachefs/btree_cache.c:120:2: error: array index 0 is past the end of the array (that has type '__u64[0]' (aka 'unsigned long long[0]')) [-Werror,-Warray-bounds]
+# 00:20:38 fs/bcachefs/btree_cache.c:201:6: error: array index 0 is past the end of the array (that has type 'const __u64[0]' (aka 'const unsigned long long[0]')) [-Werror,-Warray-bounds]
+# 00:20:38 fs/bcachefs/btree_cache.c:607:3: error: array index 0 is past the end of the array (that has type '__u64[0]' (aka 'unsigned long long[0]')) [-Werror,-Warray-bounds]
From
# reset_artifacts:
@@ -34,7 +49,7 @@ From
# build_abe qemu:
-2
# linux_n_obj:
-22369
+22301
# linux build successful:
all
@@ -44,6 +59,27 @@ CI config tcwg_kernel/llvm-master-aarch64-mainline-allyesconfig
-----------------8<--------------------------8<--------------------------8<--------------------------
The information below can be used to reproduce a debug environment:
-Current build : https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-mainline-allyesconfig-build/101/artifact/artifacts
-Reference build : https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-mainline-allyesconfig-build/99/artifact/artifacts
+Current build : https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-mainline-allyesconfig-build/102/artifact/artifacts
+Reference build : https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-mainline-allyesconfig-build/101/artifact/artifacts
+
+Reproduce last good and first bad builds: https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/linux/sha1/1c6fdbd8f2465ddfb73a01ec620cbf3d14044e1a/tcwg_kernel/llvm-master-aarch64-mainline-allyesconfig/reproduction_instructions.txt
+
+Full commit : https://git.linaro.org/kernel-org/linux.git/commit/?id=1c6fdbd8f2465ddfb73a01ec620cbf3d14044e1a
+
+Latest bug report status : https://linaro.atlassian.net/browse/LLVM-1015
+
+List of configurations that regressed due to this commit :
+* tcwg_kernel
+** llvm-master-aarch64-mainline-allyesconfig
+*** Failure
+*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/linux/sha1/1c6fdbd8f2465ddfb73a01ec620cbf3d14044e1a/tcwg_kernel/llvm-master-aarch64-mainline-allyesconfig/details.txt
+*** https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-mainline-allyesconfig-build/102/
+** llvm-master-arm-mainline-allmodconfig
+*** Failure
+*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/linux/sha1/1c6fdbd8f2465ddfb73a01ec620cbf3d14044e1a/tcwg_kernel/llvm-master-arm-mainline-allmodconfig/details.txt
+*** https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-mainline-allmodconfig-build/110/
+** llvm-master-arm-mainline-allyesconfig
+*** Failure
+*** https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/linux/sha1/1c6fdbd8f2465ddfb73a01ec620cbf3d14044e1a/tcwg_kernel/llvm-master-arm-mainline-allyesconfig/details.txt
+*** https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-mainline-allyesconfig-build/111/