summaryrefslogtreecommitdiff
path: root/manifest.sh
diff options
context:
space:
mode:
authorTCWG BuildSlave <tcwg-buildslave@linaro.org>2023-10-18 20:28:04 +0000
committerTCWG BuildSlave <tcwg-buildslave@linaro.org>2023-10-18 20:28:04 +0000
commit46710090ed261498747b976e5bf9cf72a6cc8eb6 (patch)
tree80a3f48cab35fcbb8590696b52390fdd92a25723 /manifest.sh
parent91a6b30cbe990f0f29bce23d3811329e282099f7 (diff)
force: #138: : [TCWG CI] https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/138/
Results : | # reset_artifacts: | -10 | # build_abe binutils: | -9 | # build_kernel_llvm: | -5 | # build_abe qemu: | -2 | # linux_n_obj: | 23730 | # First few build errors in logs: | | # 01:05:32 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] | # 01:05:33 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] | # 01:05:33 make[4]: *** [scripts/Makefile.build:243: fs/bcachefs/alloc.o] Error 1 | # 01:05:45 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] | # 01:05:45 make[4]: *** [scripts/Makefile.build:243: fs/bcachefs/bset.o] Error 1 | # 01:05:49 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] | # 01:05:49 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] | # 01:05:49 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] | # 01:05:49 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] | # 01:05:49 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 'manifest.sh')
-rw-r--r--manifest.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/manifest.sh b/manifest.sh
index 5f80e37..5dfb314 100644
--- a/manifest.sh
+++ b/manifest.sh
@@ -6,9 +6,9 @@ rr[ci_config]="llvm-master-arm-next-allmodconfig"
declare -g "scripts_branch=master"
rr[mode]="build"
rr[update_baseline]="force"
-declare -g "BUILD_URL=https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/137/"
+declare -g "BUILD_URL=https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/138/"
declare -g "SQUAD_GRP="
-rr[linux_git]="https://git.linaro.org/kernel-org/linux-next.git#9a52e6289b6a1ea3904afd86cb9ab6529a1d793b"
+rr[linux_git]="https://git.linaro.org/kernel-org/linux-next.git#e0750d9473522d076b33ee257a21e27a5dd75031"
# Saving rr[] in the manifest
rr[abe_branch]="master"
rr[abe_repo]="https://git-us.linaro.org/toolchain/abe.git"
@@ -20,8 +20,8 @@ rr[host_c++]="/usr/bin/g++"
rr[host_cc]="/usr/bin/gcc"
rr[llvm_git]="baseline"
rr[no_regression_p]="no_regression_p"
-rr[no_regression_result]="0"
+rr[no_regression_result]="1"
rr[qemu_git]="baseline"
rr[target]="arm"
rr[toolchain]="llvm"
-declare -g "notify=ignore"
+declare -g "notify=onregression"