summaryrefslogtreecommitdiff
path: root/manifest.sh
diff options
context:
space:
mode:
authorTCWG BuildSlave <tcwg-buildslave@linaro.org>2023-07-07 11:17:05 +0000
committerTCWG BuildSlave <tcwg-buildslave@linaro.org>2023-07-07 11:17:05 +0000
commit3f03210ec6cc6a4e7cd9e2b8e6e064a9c28717c6 (patch)
tree535ba41433a5290e3cdab9ed0dc2738f8c753aea /manifest.sh
parent062369f26bf9fdfd49986b5dfe4c996a44d85f15 (diff)
onsuccess: #55: : [TCWG CI] https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-mainline-allyesconfig-build/55/
Results : | # reset_artifacts: | -10 | # build_abe binutils: | -9 | # build_kernel_llvm: | -5 | # build_abe qemu: | -2 | # linux_n_obj: | 22011 | # First few build errors in logs: | | # 00:26:00 drivers/scsi/aacraid/commsup.c:1170:17: error: array index 1 is past the end of the array (that has type 'u8[1]' (aka 'unsigned char[1]'), cast to '__le32 *' (aka 'unsigned int *')) [-Werror,-Warray-bounds] | # 00:26:00 drivers/scsi/aacraid/commsup.c:1290:20: error: array index 3 is past the end of the array (that has type 'u8[1]' (aka 'unsigned char[1]'), cast to '__le32 *' (aka 'unsigned int *')) [-Werror,-Warray-bounds] | # 00:26:00 drivers/scsi/aacraid/commsup.c:1292:21: error: array index 3 is past the end of the array (that has type 'u8[1]' (aka 'unsigned char[1]'), cast to '__le32 *' (aka 'unsigned int *')) [-Werror,-Warray-bounds] | # 00:26:00 drivers/scsi/aacraid/commsup.c:1332:18: error: array index 1 is past the end of the array (that has type 'u8[1]' (aka 'unsigned char[1]'), cast to '__le32 *' (aka 'unsigned int *')) [-Werror,-Warray-bounds] | # 00:26:00 drivers/scsi/aacraid/commsup.c:1333:19: error: array index 6 is past the end of the array (that has type 'u8[1]' (aka 'unsigned char[1]'), cast to '__le32 *' (aka 'unsigned int *')) [-Werror,-Warray-bounds] | # 00:26:00 drivers/scsi/aacraid/commsup.c:1333:50: error: array index 5 is past the end of the array (that has type 'u8[1]' (aka 'unsigned char[1]'), cast to '__le32 *' (aka 'unsigned int *')) [-Werror,-Warray-bounds] | # 00:26:00 drivers/scsi/aacraid/commsup.c:1334:19: error: array index 4 is past the end of the array (that has type 'u8[1]' (aka 'unsigned char[1]'), cast to '__le32 *' (aka 'unsigned int *')) [-Werror,-Warray-bounds] | # 00:26:00 drivers/scsi/aacraid/commsup.c:1349:18: error: array index 1 is past the end of the array (that has type 'u8[1]' (aka 'unsigned char[1]'), cast to '__le32 *' (aka 'unsigned int *')) [-Werror,-Warray-bounds] | # 00:26:00 drivers/scsi/aacraid/commsup.c:1350:18: error: array index 6 is past the end of the array (that has type 'u8[1]' (aka 'unsigned char[1]'), cast to '__le32 *' (aka 'unsigned int *')) [-Werror,-Warray-bounds] | # 00:26:00 drivers/scsi/aacraid/commsup.c:1351:18: error: array index 4 is past the end of the array (that has type 'u8[1]' (aka 'unsigned char[1]'), cast to '__le32 *' (aka 'unsigned int *')) [-Werror,-Warray-bounds] check_regression status : 0
Diffstat (limited to 'manifest.sh')
-rw-r--r--manifest.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/manifest.sh b/manifest.sh
index f0e8048..6e8c15d 100644
--- a/manifest.sh
+++ b/manifest.sh
@@ -6,22 +6,22 @@ rr[ci_config]="llvm-master-aarch64-mainline-allyesconfig"
declare -g "scripts_branch=master"
rr[mode]="build"
rr[update_baseline]="onsuccess"
-declare -g "BUILD_URL=https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-mainline-allyesconfig-build/54/"
+declare -g "BUILD_URL=https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-mainline-allyesconfig-build/55/"
declare -g "SQUAD_GRP="
-rr[binutils_git]="git://sourceware.org/git/binutils-gdb.git#36b7610ad70d300fd4b76a3ac7a94ff56e23eb7f"
-rr[llvm_git]="https://github.com/llvm/llvm-project.git#99074aafc31593c9935da483edab1333d6ce5a5b"
-rr[qemu_git]="https://gitlab.com/qemu-project/qemu.git#97c81ef4b8e203d9620fd46e7eb77004563e3675"
+rr[linux_git]="https://git.linaro.org/kernel-org/linux.git#5133c9e51de41bfa902153888e11add3342ede18"
# Saving rr[] in the manifest
rr[abe_branch]="master"
rr[abe_repo]="https://git-us.linaro.org/toolchain/abe.git"
rr[baseline_branch]="linaro-local/ci/tcwg_kernel/llvm-master-aarch64-mainline-allyesconfig"
+rr[binutils_git]="baseline"
rr[breakup_changed_components]="breakup_changed_components linux"
rr[components]="binutils llvm linux qemu"
rr[host_c++]="/usr/bin/g++"
rr[host_cc]="/usr/bin/gcc"
-rr[linux_git]="baseline"
+rr[llvm_git]="baseline"
rr[no_regression_p]="no_regression_p"
rr[no_regression_result]="0"
+rr[qemu_git]="baseline"
rr[target]="aarch64"
rr[toolchain]="llvm"
declare -g "notify=ignore"