From ced8e79b850da03b2b48a3e9c238f6fe2b49ec79 Mon Sep 17 00:00:00 2001 From: TCWG BuildSlave Date: Tue, 25 Jul 2023 18:14:37 +0000 Subject: force: #97: : [TCWG CI] https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/97/ Results : | # reset_artifacts: | -10 | # build_abe binutils: | -9 | # build_kernel_llvm: | -5 | # build_abe qemu: | -2 | # linux_n_obj: | 23484 | # First few build errors in logs: | | # 00:17:02 fs/btrfs/extent_io.c:230:16: error: variable 'pages_processed' set but not used [-Werror,-Wunused-but-set-variable] | # 00:17:02 make[4]: *** [scripts/Makefile.build:243: fs/btrfs/extent_io.o] Error 1 | # 00:20:13 make[3]: *** [scripts/Makefile.build:480: fs/btrfs] Error 2 | # 00:23:12 make[2]: *** [scripts/Makefile.build:480: fs] Error 2 | # 00:33:01 make[1]: *** [/home/tcwg-buildslave/workspace/tcwg_kernel_0/linux/Makefile:2032: .] Error 2 | # 00:33:01 make: *** [Makefile:234: __sub-make] Error 2 check_regression status : 1 --- 01-reset_artifacts/console.log.xz | Bin 2328 -> 1980 bytes 02-prepare_abe/console.log.xz | Bin 2612 -> 2596 bytes 03-build_abe-binutils/console.log.xz | Bin 27580 -> 27292 bytes 03-build_abe-binutils/make-binutils.log.xz | Bin 17736 -> 17752 bytes 04-build_kernel_llvm/console.log.xz | Bin 65624 -> 64232 bytes 05-build_abe-qemu/console.log.xz | Bin 33512 -> 33020 bytes 05-build_abe-qemu/make-qemu.log.xz | Bin 21908 -> 21520 bytes 06-build_linux/console.log.xz | Bin 3272 -> 3520 bytes 07-boot_linux/console.log.xz | Bin 480 -> 0 bytes 08-check_regression/console.log.xz | Bin 1188 -> 1932 bytes 08-check_regression/results.regressions | 8 + 08-check_regression/trigger-bisect | 2 + git/linux_rev | 2 +- jenkins/build-name | 2 +- jenkins/mail-body.txt | 71 ++ jenkins/mail-recipients.txt | 1 + jenkins/mail-subject.txt | 1 + jenkins/rewrite.log | 4 +- jenkins/run-build.env | 6 +- manifest.sh | 8 +- notify/jira/comments.txt | 9 +- notify/jira/description | 10 + notify/jira/key | 1 + notify/jira/summary | 1 + notify/jira/yaml | 15 + notify/mail-body.txt | 52 +- notify/mail-recipients.txt | 1 + notify/mail-subject.txt | 2 +- notify/notify-full.log | 1099 ++++++++++++++++++++++++---- notify/notify-init.log | 348 ++++++++- notify/summary.txt | 2 +- results | 14 +- 32 files changed, 1447 insertions(+), 212 deletions(-) delete mode 100644 07-boot_linux/console.log.xz create mode 100644 08-check_regression/results.regressions create mode 100644 08-check_regression/trigger-bisect create mode 100644 jenkins/mail-body.txt create mode 100644 jenkins/mail-recipients.txt create mode 100644 jenkins/mail-subject.txt create mode 100644 notify/jira/description create mode 100644 notify/jira/key create mode 100644 notify/jira/summary create mode 100644 notify/jira/yaml diff --git a/01-reset_artifacts/console.log.xz b/01-reset_artifacts/console.log.xz index 9aa62ef..1f8d374 100644 Binary files a/01-reset_artifacts/console.log.xz and b/01-reset_artifacts/console.log.xz differ diff --git a/02-prepare_abe/console.log.xz b/02-prepare_abe/console.log.xz index 9f78f53..9df4c6f 100644 Binary files a/02-prepare_abe/console.log.xz and b/02-prepare_abe/console.log.xz differ diff --git a/03-build_abe-binutils/console.log.xz b/03-build_abe-binutils/console.log.xz index b49d401..c1f66b4 100644 Binary files a/03-build_abe-binutils/console.log.xz and b/03-build_abe-binutils/console.log.xz differ diff --git a/03-build_abe-binutils/make-binutils.log.xz b/03-build_abe-binutils/make-binutils.log.xz index 4ff0bdf..e760081 100644 Binary files a/03-build_abe-binutils/make-binutils.log.xz and b/03-build_abe-binutils/make-binutils.log.xz differ diff --git a/04-build_kernel_llvm/console.log.xz b/04-build_kernel_llvm/console.log.xz index f56dcdd..7c49986 100644 Binary files a/04-build_kernel_llvm/console.log.xz and b/04-build_kernel_llvm/console.log.xz differ diff --git a/05-build_abe-qemu/console.log.xz b/05-build_abe-qemu/console.log.xz index 36eb54e..ba23a44 100644 Binary files a/05-build_abe-qemu/console.log.xz and b/05-build_abe-qemu/console.log.xz differ diff --git a/05-build_abe-qemu/make-qemu.log.xz b/05-build_abe-qemu/make-qemu.log.xz index 6201f11..dd2f819 100644 Binary files a/05-build_abe-qemu/make-qemu.log.xz and b/05-build_abe-qemu/make-qemu.log.xz differ diff --git a/06-build_linux/console.log.xz b/06-build_linux/console.log.xz index 2164275..84c0980 100644 Binary files a/06-build_linux/console.log.xz and b/06-build_linux/console.log.xz differ diff --git a/07-boot_linux/console.log.xz b/07-boot_linux/console.log.xz deleted file mode 100644 index 11ae8a7..0000000 Binary files a/07-boot_linux/console.log.xz and /dev/null differ diff --git a/08-check_regression/console.log.xz b/08-check_regression/console.log.xz index 7963efb..50b0ca2 100644 Binary files a/08-check_regression/console.log.xz and b/08-check_regression/console.log.xz differ diff --git a/08-check_regression/results.regressions b/08-check_regression/results.regressions new file mode 100644 index 0000000..b030b67 --- /dev/null +++ b/08-check_regression/results.regressions @@ -0,0 +1,8 @@ +# First few build errors in logs: + +# 00:17:02 fs/btrfs/extent_io.c:230:16: error: variable 'pages_processed' set but not used [-Werror,-Wunused-but-set-variable] +# 00:17:02 make[4]: *** [scripts/Makefile.build:243: fs/btrfs/extent_io.o] Error 1 +# 00:20:13 make[3]: *** [scripts/Makefile.build:480: fs/btrfs] Error 2 +# 00:23:12 make[2]: *** [scripts/Makefile.build:480: fs] Error 2 +# 00:33:01 make[1]: *** [/home/tcwg-buildslave/workspace/tcwg_kernel_0/linux/Makefile:2032: .] Error 2 +# 00:33:01 make: *** [Makefile:234: __sub-make] Error 2 diff --git a/08-check_regression/trigger-bisect b/08-check_regression/trigger-bisect new file mode 100644 index 0000000..8a7174c --- /dev/null +++ b/08-check_regression/trigger-bisect @@ -0,0 +1,2 @@ +current_project=linux +bad_git=https://git.linaro.org/kernel-org/linux-next.git#9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 diff --git a/git/linux_rev b/git/linux_rev index 3d47d6e..faf8b58 100644 --- a/git/linux_rev +++ b/git/linux_rev @@ -1 +1 @@ -33d1971ea18722121dd0f18445493d9e395d6434 +9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 diff --git a/jenkins/build-name b/jenkins/build-name index fd7f41a..250d2b0 100644 --- a/jenkins/build-name +++ b/jenkins/build-name @@ -1 +1 @@ -#96-linux-Rboot-force +#97-linux-R# 00:33:01 make: *** [Makefile:234: __sub-make] Error 2-force diff --git a/jenkins/mail-body.txt b/jenkins/mail-body.txt new file mode 100644 index 0000000..c8abad5 --- /dev/null +++ b/jenkins/mail-body.txt @@ -0,0 +1,71 @@ +[TCWG-CI] Failure after linux commit: v6.5-rc3-24-g9ab10cbd6537 btrfs: split page locking out of __process_pages_contig + +In CI config tcwg_kernel/llvm-master-arm-next-allmodconfig after: + | commit 9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 + | Author: Christoph Hellwig + | Date: Wed Jun 28 17:31:24 2023 +0200 + | + | btrfs: split page locking out of __process_pages_contig + | + | There is a lot of complexity in __process_pages_contig to deal with the + | PAGE_LOCK case that can return an error unlike all the other actions. + | + | Open code the page iteration for page locking in lock_delalloc_pages and + | ... 5 lines of the commit log omitted. + +Results changed to +# reset_artifacts: +-10 +# build_abe binutils: +-9 +# build_kernel_llvm: +-5 +# build_abe qemu: +-2 +# linux_n_obj: +23484 +# First few build errors in logs: + +# 00:17:02 fs/btrfs/extent_io.c:230:16: error: variable 'pages_processed' set but not used [-Werror,-Wunused-but-set-variable] +# 00:17:02 make[4]: *** [scripts/Makefile.build:243: fs/btrfs/extent_io.o] Error 1 +# 00:20:13 make[3]: *** [scripts/Makefile.build:480: fs/btrfs] Error 2 +# 00:23:12 make[2]: *** [scripts/Makefile.build:480: fs] Error 2 +# 00:33:01 make[1]: *** [/home/tcwg-buildslave/workspace/tcwg_kernel_0/linux/Makefile:2032: .] Error 2 +# 00:33:01 make: *** [Makefile:234: __sub-make] Error 2 + +From +# reset_artifacts: +-10 +# build_abe binutils: +-9 +# build_kernel_llvm: +-5 +# build_abe qemu: +-2 +# linux_n_obj: +32477 +# linux build successful: +all +# linux boot successful: +boot + + + +-----------------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-arm-next-allmodconfig-build/97/artifact/artifacts +Reference build : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/96/artifact/artifacts + +Reproduce last good and first bad builds: https://git.linaro.org/toolchain/ci/interesting-commits.git/plain/linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/reproduction_instructions.txt + +Full commit : https://git.linaro.org/kernel-org/linux-next.git/commit/?id=9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 + +Latest bug report status : https://linaro.atlassian.net/browse/LLVM-647 + +List of configurations that regressed due to this commit : +* tcwg_kernel +** llvm-master-arm-next-allmodconfig +*** Failure +*** https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/97/ + diff --git a/jenkins/mail-recipients.txt b/jenkins/mail-recipients.txt new file mode 100644 index 0000000..e72dfe2 --- /dev/null +++ b/jenkins/mail-recipients.txt @@ -0,0 +1 @@ +tcwg-validation@linaro.org diff --git a/jenkins/mail-subject.txt b/jenkins/mail-subject.txt new file mode 100644 index 0000000..e65a4b8 --- /dev/null +++ b/jenkins/mail-subject.txt @@ -0,0 +1 @@ +[TCWG-CI] Failure after linux commit: v6.5-rc3-24-g9ab10cbd6537 btrfs: split page locking out of __process_pages_contig diff --git a/jenkins/rewrite.log b/jenkins/rewrite.log index 8987bb6..fe7836c 100644 --- a/jenkins/rewrite.log +++ b/jenkins/rewrite.log @@ -1,3 +1,3 @@ MOUNTS: /home/tcwg-buildslave/workspace/tcwg_kernel_0:/home/tcwg-buildslave/workspace/tcwg_kernel_0 /home/tcwg-buildslave/snapshots-ref:/home/tcwg-buildslave/snapshots-ref:ro /etc/ssh/ssh_host_ecdsa_key.pub:/etc/ssh/ssh_host_ecdsa_key.pub:ro /etc/ssh/ssh_host_ed25519_key.pub:/etc/ssh/ssh_host_ed25519_key.pub:ro /etc/ssh/ssh_host_dsa_key:/etc/ssh/ssh_host_dsa_key:ro /etc/ssh/ssh_host_rsa_key:/etc/ssh/ssh_host_rsa_key:ro /etc/ssh/ssh_host_rsa_key.pub:/etc/ssh/ssh_host_rsa_key.pub:ro /etc/ssh/ssh_host_ed25519_key:/etc/ssh/ssh_host_ed25519_key:ro /etc/ssh/ssh_host_ecdsa_key:/etc/ssh/ssh_host_ecdsa_key:ro /etc/ssh/ssh_host_dsa_key.pub:/etc/ssh/ssh_host_dsa_key.pub:ro ccache-tcwg_kernel-amd64-jammy:/home/tcwg-buildslave/.ccache -DEBUG: starting docker on build-08.tcwglab from build-08, date Tue Jul 25 05:32:49 PM UTC 2023 -ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 96-tcwg_kernel--llvm-master-arm-next-allmodconfig-build -dtP -v /home/tcwg-buildslave/workspace/tcwg_kernel_0:/home/tcwg-buildslave/workspace/tcwg_kernel_0 -v /home/tcwg-buildslave/snapshots-ref:/home/tcwg-buildslave/snapshots-ref:ro -v /etc/ssh/ssh_host_ecdsa_key.pub:/etc/ssh/ssh_host_ecdsa_key.pub:ro -v /etc/ssh/ssh_host_ed25519_key.pub:/etc/ssh/ssh_host_ed25519_key.pub:ro -v /etc/ssh/ssh_host_dsa_key:/etc/ssh/ssh_host_dsa_key:ro -v /etc/ssh/ssh_host_rsa_key:/etc/ssh/ssh_host_rsa_key:ro -v /etc/ssh/ssh_host_rsa_key.pub:/etc/ssh/ssh_host_rsa_key.pub:ro -v /etc/ssh/ssh_host_ed25519_key:/etc/ssh/ssh_host_ed25519_key:ro -v /etc/ssh/ssh_host_ecdsa_key:/etc/ssh/ssh_host_ecdsa_key:ro -v /etc/ssh/ssh_host_dsa_key.pub:/etc/ssh/ssh_host_dsa_key.pub:ro -v ccache-tcwg_kernel-amd64-jammy:/home/tcwg-buildslave/.ccache --memory=64000M --pids-limit=5000 --cpu-shares=1000 --cpuset-cpus 0-31 --cap-add=SYS_PTRACE --security-opt seccomp:unconfined linaro/ci-amd64-tcwg-build-ubuntu:jammy +DEBUG: starting docker on build-08.tcwglab from build-08, date Tue Jul 25 06:14:29 PM UTC 2023 +ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 97-tcwg_kernel--llvm-master-arm-next-allmodconfig-build -dtP -v /home/tcwg-buildslave/workspace/tcwg_kernel_0:/home/tcwg-buildslave/workspace/tcwg_kernel_0 -v /home/tcwg-buildslave/snapshots-ref:/home/tcwg-buildslave/snapshots-ref:ro -v /etc/ssh/ssh_host_ecdsa_key.pub:/etc/ssh/ssh_host_ecdsa_key.pub:ro -v /etc/ssh/ssh_host_ed25519_key.pub:/etc/ssh/ssh_host_ed25519_key.pub:ro -v /etc/ssh/ssh_host_dsa_key:/etc/ssh/ssh_host_dsa_key:ro -v /etc/ssh/ssh_host_rsa_key:/etc/ssh/ssh_host_rsa_key:ro -v /etc/ssh/ssh_host_rsa_key.pub:/etc/ssh/ssh_host_rsa_key.pub:ro -v /etc/ssh/ssh_host_ed25519_key:/etc/ssh/ssh_host_ed25519_key:ro -v /etc/ssh/ssh_host_ecdsa_key:/etc/ssh/ssh_host_ecdsa_key:ro -v /etc/ssh/ssh_host_dsa_key.pub:/etc/ssh/ssh_host_dsa_key.pub:ro -v ccache-tcwg_kernel-amd64-jammy:/home/tcwg-buildslave/.ccache --memory=64000M --pids-limit=5000 --cpu-shares=1000 --cpuset-cpus 0-31 --cap-add=SYS_PTRACE --security-opt seccomp:unconfined linaro/ci-amd64-tcwg-build-ubuntu:jammy diff --git a/jenkins/run-build.env b/jenkins/run-build.env index 9253cc5..3851e7e 100644 --- a/jenkins/run-build.env +++ b/jenkins/run-build.env @@ -1,9 +1,9 @@ -build_name="#96" +build_name="#97" docker_run=(./jenkins-scripts/docker-run.sh --distro default ) -build_name="#96-linux" +build_name="#97-linux" branch_opt=(==rr\[linux_git\] -https://git.linaro.org/kernel-org/linux-next.git#33d1971ea18722121dd0f18445493d9e395d6434 ) +https://git.linaro.org/kernel-org/linux-next.git#9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 ) docker_precommit=() res="0" diff --git a/manifest.sh b/manifest.sh index a41e7eb..62bf31c 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/96/" +declare -g "BUILD_URL=https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/97/" declare -g "SQUAD_GRP=" -rr[linux_git]="https://git.linaro.org/kernel-org/linux-next.git#33d1971ea18722121dd0f18445493d9e395d6434" +rr[linux_git]="https://git.linaro.org/kernel-org/linux-next.git#9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0" # 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" diff --git a/notify/jira/comments.txt b/notify/jira/comments.txt index 0037a09..b80c391 100644 --- a/notify/jira/comments.txt +++ b/notify/jira/comments.txt @@ -1,3 +1,8 @@ +[LLVM-904] +Failure +Details: https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/97/artifact/artifacts/jenkins/mail-body.txt/*view*/ + [LLVM-647] -Success -Details: https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/96/artifact/artifacts/jenkins/mail-body.txt/*view*/ +https://linaro.atlassian.net/browse/LLVM-904 +Failure +Details: https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/97/artifact/artifacts/jenkins/mail-body.txt/*view*/ diff --git a/notify/jira/description b/notify/jira/description new file mode 100644 index 0000000..d599677 --- /dev/null +++ b/notify/jira/description @@ -0,0 +1,10 @@ +Status of v6.5-rc3-24-g9ab10cbd6537 commit for tcwg_kernel: +commit 9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 +Author: Christoph Hellwig + + btrfs: split page locking out of __process_pages_contig + +* tcwg_kernel +** llvm-master-arm-next-allmodconfig +*** Failure +*** https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/97/ diff --git a/notify/jira/key b/notify/jira/key new file mode 100644 index 0000000..3be9b1e --- /dev/null +++ b/notify/jira/key @@ -0,0 +1 @@ +LLVM-904 diff --git a/notify/jira/summary b/notify/jira/summary new file mode 100644 index 0000000..a169982 --- /dev/null +++ b/notify/jira/summary @@ -0,0 +1 @@ +v6.5-rc3-24-g9ab10cbd6537 diff --git a/notify/jira/yaml b/notify/jira/yaml new file mode 100644 index 0000000..474baab --- /dev/null +++ b/notify/jira/yaml @@ -0,0 +1,15 @@ +- Project: LLVM + IssueType: Sub-task + Key: LLVM-904 + Summary: v6.5-rc3-24-g9ab10cbd6537 + Description: | + Status of v6.5-rc3-24-g9ab10cbd6537 commit for tcwg_kernel: + commit 9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 + Author: Christoph Hellwig + + btrfs: split page locking out of __process_pages_contig + + * tcwg_kernel + ** llvm-master-arm-next-allmodconfig + *** Failure + *** https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/97/ diff --git a/notify/mail-body.txt b/notify/mail-body.txt index 680f302..c8abad5 100644 --- a/notify/mail-body.txt +++ b/notify/mail-body.txt @@ -1,13 +1,17 @@ -[TCWG-CI] Success after linux commit: 23 commits in linux +[TCWG-CI] Failure after linux commit: v6.5-rc3-24-g9ab10cbd6537 btrfs: split page locking out of __process_pages_contig In CI config tcwg_kernel/llvm-master-arm-next-allmodconfig after: - | linux commits: - | 33d1971ea18722121dd0f18445493d9e395d6434 btrfs: don't create inline extents in fallback_to_cow - | 11965d2adbb71f032cbdfbb23dec4c673487c446 btrfs: pass a flags argument to cow_file_range - | 4e67a6a825b23ebd1c53fec300bc38c4e4282001 btrfs: check for commit error at btrfs_attach_transaction_barrier() - | 28d330cc9ee1241e0fc29d0911b2888d37700d7f btrfs: check if the transaction was aborted at btrfs_wait_for_commit() - | 4b58f033c89bfa41948259c19def42b1b6e36eb3 btrfs: account block group tree when calculating global reserve size - | ... and 18 more + | commit 9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 + | Author: Christoph Hellwig + | Date: Wed Jun 28 17:31:24 2023 +0200 + | + | btrfs: split page locking out of __process_pages_contig + | + | There is a lot of complexity in __process_pages_contig to deal with the + | PAGE_LOCK case that can return an error unlike all the other actions. + | + | Open code the page iteration for page locking in lock_delalloc_pages and + | ... 5 lines of the commit log omitted. Results changed to # reset_artifacts: @@ -19,11 +23,15 @@ Results changed to # build_abe qemu: -2 # linux_n_obj: -32477 -# linux build successful: -all -# linux boot successful: -boot +23484 +# First few build errors in logs: + +# 00:17:02 fs/btrfs/extent_io.c:230:16: error: variable 'pages_processed' set but not used [-Werror,-Wunused-but-set-variable] +# 00:17:02 make[4]: *** [scripts/Makefile.build:243: fs/btrfs/extent_io.o] Error 1 +# 00:20:13 make[3]: *** [scripts/Makefile.build:480: fs/btrfs] Error 2 +# 00:23:12 make[2]: *** [scripts/Makefile.build:480: fs] Error 2 +# 00:33:01 make[1]: *** [/home/tcwg-buildslave/workspace/tcwg_kernel_0/linux/Makefile:2032: .] Error 2 +# 00:33:01 make: *** [Makefile:234: __sub-make] Error 2 From # reset_artifacts: @@ -35,7 +43,7 @@ From # build_abe qemu: -2 # linux_n_obj: -32480 +32477 # linux build successful: all # linux boot successful: @@ -46,6 +54,18 @@ boot -----------------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-arm-next-allmodconfig-build/96/artifact/artifacts -Reference build : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/93/artifact/artifacts +Current build : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/97/artifact/artifacts +Reference build : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/96/artifact/artifacts + +Reproduce last good and first bad builds: https://git.linaro.org/toolchain/ci/interesting-commits.git/plain/linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/reproduction_instructions.txt + +Full commit : https://git.linaro.org/kernel-org/linux-next.git/commit/?id=9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 + +Latest bug report status : https://linaro.atlassian.net/browse/LLVM-647 + +List of configurations that regressed due to this commit : +* tcwg_kernel +** llvm-master-arm-next-allmodconfig +*** Failure +*** https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/97/ diff --git a/notify/mail-recipients.txt b/notify/mail-recipients.txt index e69de29..e72dfe2 100644 --- a/notify/mail-recipients.txt +++ b/notify/mail-recipients.txt @@ -0,0 +1 @@ +tcwg-validation@linaro.org diff --git a/notify/mail-subject.txt b/notify/mail-subject.txt index 676c2f9..e65a4b8 100644 --- a/notify/mail-subject.txt +++ b/notify/mail-subject.txt @@ -1 +1 @@ -[TCWG-CI] Success after linux commit: 23 commits in linux +[TCWG-CI] Failure after linux commit: v6.5-rc3-24-g9ab10cbd6537 btrfs: split page locking out of __process_pages_contig diff --git a/notify/notify-full.log b/notify/notify-full.log index 3ea9883..55d2fc2 100644 --- a/notify/notify-full.log +++ b/notify/notify-full.log @@ -1,6 +1,6 @@ MOUNTS: /home/tcwg-buildslave/workspace/tcwg_kernel_0:/home/tcwg-buildslave/workspace/tcwg_kernel_0 /home/tcwg-buildslave/snapshots-ref:/home/tcwg-buildslave/snapshots-ref:ro /etc/ssh/ssh_host_ecdsa_key.pub:/etc/ssh/ssh_host_ecdsa_key.pub:ro /etc/ssh/ssh_host_ed25519_key.pub:/etc/ssh/ssh_host_ed25519_key.pub:ro /etc/ssh/ssh_host_dsa_key:/etc/ssh/ssh_host_dsa_key:ro /etc/ssh/ssh_host_rsa_key:/etc/ssh/ssh_host_rsa_key:ro /etc/ssh/ssh_host_rsa_key.pub:/etc/ssh/ssh_host_rsa_key.pub:ro /etc/ssh/ssh_host_ed25519_key:/etc/ssh/ssh_host_ed25519_key:ro /etc/ssh/ssh_host_ecdsa_key:/etc/ssh/ssh_host_ecdsa_key:ro /etc/ssh/ssh_host_dsa_key.pub:/etc/ssh/ssh_host_dsa_key.pub:ro ccache-tcwg_kernel-amd64-jammy:/home/tcwg-buildslave/.ccache -DEBUG: starting docker on build-08.tcwglab from build-08, date Tue Jul 25 05:32:28 PM UTC 2023 -ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 96-tcwg_kernel--llvm-master-arm-next-allmodconfig-build -dtP -v /home/tcwg-buildslave/workspace/tcwg_kernel_0:/home/tcwg-buildslave/workspace/tcwg_kernel_0 -v /home/tcwg-buildslave/snapshots-ref:/home/tcwg-buildslave/snapshots-ref:ro -v /etc/ssh/ssh_host_ecdsa_key.pub:/etc/ssh/ssh_host_ecdsa_key.pub:ro -v /etc/ssh/ssh_host_ed25519_key.pub:/etc/ssh/ssh_host_ed25519_key.pub:ro -v /etc/ssh/ssh_host_dsa_key:/etc/ssh/ssh_host_dsa_key:ro -v /etc/ssh/ssh_host_rsa_key:/etc/ssh/ssh_host_rsa_key:ro -v /etc/ssh/ssh_host_rsa_key.pub:/etc/ssh/ssh_host_rsa_key.pub:ro -v /etc/ssh/ssh_host_ed25519_key:/etc/ssh/ssh_host_ed25519_key:ro -v /etc/ssh/ssh_host_ecdsa_key:/etc/ssh/ssh_host_ecdsa_key:ro -v /etc/ssh/ssh_host_dsa_key.pub:/etc/ssh/ssh_host_dsa_key.pub:ro -v ccache-tcwg_kernel-amd64-jammy:/home/tcwg-buildslave/.ccache --memory=64000M --pids-limit=5000 --cpu-shares=1000 --cpuset-cpus 0-31 --cap-add=SYS_PTRACE --security-opt seccomp:unconfined linaro/ci-amd64-tcwg-build-ubuntu:jammy +DEBUG: starting docker on build-08.tcwglab from build-08, date Tue Jul 25 06:13:23 PM UTC 2023 +ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 97-tcwg_kernel--llvm-master-arm-next-allmodconfig-build -dtP -v /home/tcwg-buildslave/workspace/tcwg_kernel_0:/home/tcwg-buildslave/workspace/tcwg_kernel_0 -v /home/tcwg-buildslave/snapshots-ref:/home/tcwg-buildslave/snapshots-ref:ro -v /etc/ssh/ssh_host_ecdsa_key.pub:/etc/ssh/ssh_host_ecdsa_key.pub:ro -v /etc/ssh/ssh_host_ed25519_key.pub:/etc/ssh/ssh_host_ed25519_key.pub:ro -v /etc/ssh/ssh_host_dsa_key:/etc/ssh/ssh_host_dsa_key:ro -v /etc/ssh/ssh_host_rsa_key:/etc/ssh/ssh_host_rsa_key:ro -v /etc/ssh/ssh_host_rsa_key.pub:/etc/ssh/ssh_host_rsa_key.pub:ro -v /etc/ssh/ssh_host_ed25519_key:/etc/ssh/ssh_host_ed25519_key:ro -v /etc/ssh/ssh_host_ecdsa_key:/etc/ssh/ssh_host_ecdsa_key:ro -v /etc/ssh/ssh_host_dsa_key.pub:/etc/ssh/ssh_host_dsa_key.pub:ro -v ccache-tcwg_kernel-amd64-jammy:/home/tcwg-buildslave/.ccache --memory=64000M --pids-limit=5000 --cpu-shares=1000 --cpuset-cpus 0-31 --cap-add=SYS_PTRACE --security-opt seccomp:unconfined linaro/ci-amd64-tcwg-build-ubuntu:jammy /home/tcwg-buildslave/workspace/tcwg_kernel_0/jenkins-scripts/round-robin-notify.sh @@rr[top_artifacts] artifacts __TCWG_JIRA_TOKEN ijQW9spm0p7HwZnUtLFx7CCA __stage full __verbose true @@ -22,7 +22,7 @@ ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 96-tcwg_ ++ get_current_manifest '{rr[ci_config]}' ++ get_manifest artifacts/manifest.sh '{rr[ci_config]}' # Debug traces : -# Baseline : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/93/ +# Baseline : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/96/ # Using dir : base-artifacts ++ set +x + ci_config=llvm-master-arm-next-allmodconfig @@ -30,15 +30,15 @@ ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 96-tcwg_ ++ get_baseline_manifest BUILD_URL ++ get_manifest base-artifacts/manifest.sh BUILD_URL false ++ set +x -+ echo '# Baseline : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/93/' ++ echo '# Baseline : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/96/' + echo '# Using dir : base-artifacts' ++ get_current_manifest BUILD_URL ++ get_manifest artifacts/manifest.sh BUILD_URL ++ set +x -# Artifacts : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/96/ +# Artifacts : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/97/ # Using dir : artifacts -+ echo '# Artifacts : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/96/' ++ echo '# Artifacts : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/97/' + echo '# Using dir : artifacts' + echo '' + mkdir -p artifacts/notify @@ -64,7 +64,7 @@ ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 96-tcwg_ +++ for c in ${rr[components]} +++ '[' xbaseline '!=' xbaseline ']' +++ for c in ${rr[components]} -+++ '[' xhttps://git.linaro.org/kernel-org/linux-next.git#33d1971ea18722121dd0f18445493d9e395d6434 '!=' xbaseline ']' ++++ '[' xhttps://git.linaro.org/kernel-org/linux-next.git#9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 '!=' xbaseline ']' +++ echo -ne linux +++ delim=' ' +++ for c in ${rr[components]} @@ -82,7 +82,7 @@ ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 96-tcwg_ +++ assert_with_msg 'ERROR: No linux_rev in baseline git' '[' -f base-artifacts/git/linux_rev ']' +++ set -euf -o pipefail +x +++ cat base-artifacts/git/linux_rev -++ '[' x33d1971ea18722121dd0f18445493d9e395d6434 '!=' x4042ab17ae50259bd6448f15a7b5f9e1e20536da ']' +++ '[' x9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 '!=' x33d1971ea18722121dd0f18445493d9e395d6434 ']' ++ echo -ne linux ++ delim=' ' ++ echo @@ -95,14 +95,14 @@ ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 96-tcwg_ ++ assert_with_msg 'ERROR: No linux_rev in current git' '[' -f artifacts/git/linux_rev ']' ++ set -euf -o pipefail +x ++ cat artifacts/git/linux_rev -+ first_bad=33d1971ea18722121dd0f18445493d9e395d6434 ++ first_bad=9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 ++ get_baseline_git linux_rev ++ set -euf -o pipefail ++ local base_artifacts=base-artifacts ++ assert_with_msg 'ERROR: No linux_rev in baseline git' '[' -f base-artifacts/git/linux_rev ']' ++ set -euf -o pipefail +x ++ cat base-artifacts/git/linux_rev -+ last_good=4042ab17ae50259bd6448f15a7b5f9e1e20536da ++ last_good=33d1971ea18722121dd0f18445493d9e395d6434 + local res + res=0 + wait 106 @@ -119,22 +119,22 @@ ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 96-tcwg_ ++ assert_with_msg 'ERROR: No linux_rev in baseline git' '[' -f base-artifacts/git/linux_rev ']' ++ set -euf -o pipefail +x ++ cat base-artifacts/git/linux_rev -+ base_rev=4042ab17ae50259bd6448f15a7b5f9e1e20536da ++ base_rev=33d1971ea18722121dd0f18445493d9e395d6434 ++ get_current_git linux_rev ++ set -euf -o pipefail ++ assert_with_msg 'ERROR: No linux_rev in current git' '[' -f artifacts/git/linux_rev ']' ++ set -euf -o pipefail +x ++ cat artifacts/git/linux_rev -+ cur_rev=33d1971ea18722121dd0f18445493d9e395d6434 -++ git -C linux rev-parse '33d1971ea18722121dd0f18445493d9e395d6434^@' ++ cur_rev=9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 +++ git -C linux rev-parse '9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0^@' # Debug traces : -# change_kind=single_component : linux +# change_kind=single_commit : linux + for sha1 in $(git -C "$c" rev-parse "$cur_rev^@") -+ '[' 11965d2adbb71f032cbdfbb23dec4c673487c446 = 4042ab17ae50259bd6448f15a7b5f9e1e20536da ']' -+ return 1 -+ change_kind=single_component ++ '[' 33d1971ea18722121dd0f18445493d9e395d6434 = 33d1971ea18722121dd0f18445493d9e395d6434 ']' ++ return 0 ++ change_kind=single_commit + echo '# Debug traces :' -+ echo '# change_kind=single_component : linux' ++ echo '# change_kind=single_commit : linux' + for c in "${changed_components[@]}" ++ get_baseline_git linux_rev ++ set -euf -o pipefail @@ -142,25 +142,24 @@ ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 96-tcwg_ ++ assert_with_msg 'ERROR: No linux_rev in baseline git' '[' -f base-artifacts/git/linux_rev ']' ++ set -euf -o pipefail +x ++ cat base-artifacts/git/linux_rev -+ base_rev=4042ab17ae50259bd6448f15a7b5f9e1e20536da ++ base_rev=33d1971ea18722121dd0f18445493d9e395d6434 ++ get_current_git linux_rev ++ set -euf -o pipefail ++ assert_with_msg 'ERROR: No linux_rev in current git' '[' -f artifacts/git/linux_rev ']' ++ set -euf -o pipefail +x ++ cat artifacts/git/linux_rev -+ cur_rev=33d1971ea18722121dd0f18445493d9e395d6434 -++ git -C linux rev-list --count 4042ab17ae50259bd6448f15a7b5f9e1e20536da..33d1971ea18722121dd0f18445493d9e395d6434 -# rev for linux : 4042ab17ae50259bd6448f15a7b5f9e1e20536da..33d1971ea18722121dd0f18445493d9e395d6434 (23 commits) ++ cur_rev=9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 +++ git -C linux rev-list --count 33d1971ea18722121dd0f18445493d9e395d6434..9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 +# rev for linux : 33d1971ea18722121dd0f18445493d9e395d6434..9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 (1 commits) -+ c_commits=23 -+ echo '# rev for linux : 4042ab17ae50259bd6448f15a7b5f9e1e20536da..33d1971ea18722121dd0f18445493d9e395d6434 (23 commits)' ++ c_commits=1 ++ echo '# rev for linux : 33d1971ea18722121dd0f18445493d9e395d6434..9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 (1 commits)' + echo '' + setup_stages_to_run -+ '[' xignore == xignore ']' -+ post_jira_comment=false -+ post_jira_card=false -+ post_icommits=false -+ post_mail=false ++ '[' xonregression == xignore ']' ++ '[' xonregression == xonregression ']' ++ '[' 1 = 0 ']' ++ '[' single_commit '!=' single_commit ']' + generate_dashboard=false + post_dashboard=false + print_commits_f=print_commits @@ -173,29 +172,761 @@ ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 96-tcwg_ + set -euf -o pipefail + echo '# generate_extra_details' + post_interesting_commits init -# post_interesting_commits + set -euf -o pipefail +# post_interesting_commits + echo '# post_interesting_commits' + local stage=init -+ '[' single_component '!=' single_commit ']' ++ '[' single_commit '!=' single_commit ']' ++ clone_or_update_repo interesting-commits master https://git-us.linaro.org/toolchain/ci/interesting-commits.git auto master ++ set -euf -o pipefail ++ local dir=interesting-commits ++ local ref=master ++ local url=https://git-us.linaro.org/toolchain/ci/interesting-commits.git ++ local reference=auto ++ local single_branch=master ++ local remote=origin ++ clone_or_update_repo_no_checkout interesting-commits https://git-us.linaro.org/toolchain/ci/interesting-commits.git auto master origin ++ set -euf -o pipefail ++ local dir=interesting-commits ++ local url=https://git-us.linaro.org/toolchain/ci/interesting-commits.git ++ local reference=auto ++ local single_branch=master ++ local remote=origin ++ local refopt= ++ case "$reference" in ++ local ref_dir ++ for ref_dir in $url $dir +++ basename https://git-us.linaro.org/toolchain/ci/interesting-commits.git .git ++ ref_dir=interesting-commits ++ ref_dir=/home/tcwg-buildslave/snapshots-ref/interesting-commits.git ++ git -C /home/tcwg-buildslave/snapshots-ref/interesting-commits.git rev-parse --git-dir ++ '[' -d /home/tcwg-buildslave/snapshots-ref/interesting-commits.git ']' ++ for ref_dir in $url $dir +++ basename interesting-commits .git ++ ref_dir=interesting-commits ++ ref_dir=/home/tcwg-buildslave/snapshots-ref/interesting-commits.git ++ git -C /home/tcwg-buildslave/snapshots-ref/interesting-commits.git rev-parse --git-dir ++ '[' -d /home/tcwg-buildslave/snapshots-ref/interesting-commits.git ']' ++ git -C interesting-commits status ++ '[' -d interesting-commits ']' ++ '[' x '!=' x ']' ++ '[' -d interesting-commits ']' ++ rm -f interesting-commits/.git/gc.log ++ git -C interesting-commits config gc.autoDetach false ++ git -C interesting-commits gc --auto --force --prune=all ++ find interesting-commits/.git -name '*.lock' -delete ++ local i ++ for i in am cherry-pick rebase ++ git -C interesting-commits am --abort ++ true ++ for i in am cherry-pick rebase ++ git -C interesting-commits cherry-pick --abort ++ true ++ for i in am cherry-pick rebase ++ git -C interesting-commits rebase --abort ++ true ++ git_set_remote interesting-commits origin https://git-us.linaro.org/toolchain/ci/interesting-commits.git master ++ set -euf -o pipefail ++ local dir=interesting-commits ++ local remote=origin ++ local url=https://git-us.linaro.org/toolchain/ci/interesting-commits.git ++ local single_branch=master ++ git -C interesting-commits remote rm origin ++ git -C interesting-commits remote add -t master origin https://git-us.linaro.org/toolchain/ci/interesting-commits.git +timeout 1h git -C interesting-commits fetch -q origin +refs/heads/master:refs/remotes/origin/master --prune ++ local refspec ++ '[' xmaster = x ']' ++ refspec=+refs/heads/master:refs/remotes/origin/master ++ run_with_timeout_and_retry 1h 3 git -C interesting-commits fetch -q origin +refs/heads/master:refs/remotes/origin/master --prune ++ local duration=1h ++ shift ++ local tries=3 ++ shift ++ local n=0 ++ local ret=0 ++ '[' 0 -eq 3 ']' ++ echo timeout 1h git -C interesting-commits fetch -q origin +refs/heads/master:refs/remotes/origin/master --prune ++ ret=0 ++ wait 180 ++ timeout 1h git -C interesting-commits fetch -q origin +refs/heads/master:refs/remotes/origin/master --prune ++ '[' 0 -eq 0 ']' ++ break ++ return 0 ++ git_checkout interesting-commits master origin ++ set -euf -o pipefail ++ local dir=interesting-commits ++ local ref=master ++ local remote=origin ++ git_clean interesting-commits ++ set -euf -o pipefail ++ local dir=interesting-commits ++ shift ++ fresh_dir interesting-commits 'interesting-commits/.git/*' ++ set -euf -o pipefail ++ local dir=interesting-commits ++ shift 1 +++ dirname interesting-commits/something ++ dir=interesting-commits ++ mkdir -p interesting-commits ++ find_opts=("!" "-path" "$dir") ++ for keep_pattern in "$@" ++ : ++ find_opts+=("!" "-path" "$keep_pattern") +++ dirname 'interesting-commits/.git/*' ++ keep_pattern=interesting-commits/.git ++ '[' xinteresting-commits/.git = xinteresting-commits ']' ++ assert '[' interesting-commits/.git '!=' / -a interesting-commits/.git '!=' . ']' ++ set -euf -o pipefail +x ++ : ++ find_opts+=("!" "-path" "$keep_pattern") +++ dirname interesting-commits/.git ++ keep_pattern=interesting-commits ++ '[' xinteresting-commits = xinteresting-commits ']' ++ break ++ find interesting-commits '!' -path interesting-commits '!' -path 'interesting-commits/.git/*' '!' -path interesting-commits/.git -type d -exec chmod +rwx '{}' ';' ++ chmod -R +rw interesting-commits ++ find interesting-commits '!' -path interesting-commits '!' -path 'interesting-commits/.git/*' '!' -path interesting-commits/.git -delete ++ git -C interesting-commits reset -q --hard ++ local sha1 +++ git_rev_parse interesting-commits master origin +++ set -euf -o pipefail +++ local dir=interesting-commits +++ local ref=master +++ local remote=origin +++ '[' 3 -ge 3 ']' +++ remote=origin +++ git_rev_parse_1 interesting-commits master origin --short +++ set -euf -o pipefail +++ local dir=interesting-commits +++ local ref=master +++ local remote=origin +++ local opts=--short +++ local ret +++ cd interesting-commits +++ local sha1 try_ref +++ case "$ref" in +++ try_ref=refs/remotes/origin/master +++ ret=0 ++++ git rev-parse --short refs/remotes/origin/master +++ sha1=89d4317a +++ '[' 0 -ne 0 ']' +++ echo 89d4317a ++ sha1=89d4317a ++ git -C interesting-commits checkout --detach 89d4317a +HEAD is now at 89d4317a Add entry 9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 from https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/97/ ++ true ++ git_init_linaro_local_remote interesting-commits baseline ++ set -euf -o pipefail ++ local dir=interesting-commits ++ local remote=baseline ++ local origin_url ++ local new_url +++ git -C interesting-commits remote get-url origin ++ origin_url=https://git-us.linaro.org/toolchain/ci/interesting-commits.git +++ basename https://git-us.linaro.org/toolchain/ci/interesting-commits.git ++ new_url=toolchain/ci/interesting-commits.git ++ case "$new_url" in ++ new_url=ssh://review.linaro.org:29418/toolchain/ci/interesting-commits ++ git_set_remote interesting-commits baseline ssh://review.linaro.org:29418/toolchain/ci/interesting-commits ++ set -euf -o pipefail ++ local dir=interesting-commits ++ local remote=baseline ++ local url=ssh://review.linaro.org:29418/toolchain/ci/interesting-commits ++ local single_branch= ++ git -C interesting-commits remote rm baseline ++ git -C interesting-commits remote add baseline ssh://review.linaro.org:29418/toolchain/ci/interesting-commits ++ local jira_dir jira_key= +++ interesting_subdir linux 9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 +++ local dir=linux/sha1 +++ '[' 2 -ge 2 ']' +++ dir=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 +++ '[' 2 -ge 3 ']' +++ '[' 2 -ge 4 ']' +++ echo linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 +Fetching origin ++ jira_dir=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 ++ jira_dir=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/jira ++ '[' init = full ']' ++ true ++ git -C interesting-commits remote update -p +Fetching baseline +From ssh://review.linaro.org:29418/toolchain/ci/interesting-commits + * [new branch] empty -> baseline/empty + * [new branch] linaro-local/ci/tcwg_bmk_gnu_apm -> baseline/linaro-local/ci/tcwg_bmk_gnu_apm + * [new branch] linaro-local/ci/tcwg_bmk_gnu_eabi_stm32 -> baseline/linaro-local/ci/tcwg_bmk_gnu_eabi_stm32 + * [new branch] linaro-local/ci/tcwg_bmk_gnu_sq -> baseline/linaro-local/ci/tcwg_bmk_gnu_sq + * [new branch] linaro-local/ci/tcwg_bmk_gnu_tk1 -> baseline/linaro-local/ci/tcwg_bmk_gnu_tk1 + * [new branch] linaro-local/ci/tcwg_bmk_gnu_tx1 -> baseline/linaro-local/ci/tcwg_bmk_gnu_tx1 + * [new branch] linaro-local/ci/tcwg_bmk_llvm_apm -> baseline/linaro-local/ci/tcwg_bmk_llvm_apm + * [new branch] linaro-local/ci/tcwg_bmk_llvm_tk1 -> baseline/linaro-local/ci/tcwg_bmk_llvm_tk1 + * [new branch] linaro-local/ci/tcwg_bmk_llvm_tx1 -> baseline/linaro-local/ci/tcwg_bmk_llvm_tx1 + * [new branch] linaro-local/ci/tcwg_gcc_bootstrap -> baseline/linaro-local/ci/tcwg_gcc_bootstrap + * [new branch] linaro-local/ci/tcwg_gcc_check -> baseline/linaro-local/ci/tcwg_gcc_check + * [new branch] linaro-local/ci/tcwg_gcc_check_bootstrap -> baseline/linaro-local/ci/tcwg_gcc_check_bootstrap + * [new branch] linaro-local/ci/tcwg_gnu_cross_build -> baseline/linaro-local/ci/tcwg_gnu_cross_build + * [new branch] linaro-local/ci/tcwg_gnu_cross_check_gcc -> baseline/linaro-local/ci/tcwg_gnu_cross_check_gcc + * [new branch] linaro-local/ci/tcwg_gnu_native_build -> baseline/linaro-local/ci/tcwg_gnu_native_build + * [new branch] linaro-local/ci/tcwg_gnu_native_check_binutils -> baseline/linaro-local/ci/tcwg_gnu_native_check_binutils + * [new branch] linaro-local/ci/tcwg_gnu_native_check_gcc -> baseline/linaro-local/ci/tcwg_gnu_native_check_gcc + * [new branch] linaro-local/ci/tcwg_gnu_native_check_gdb -> baseline/linaro-local/ci/tcwg_gnu_native_check_gdb + * [new branch] linaro-local/ci/tcwg_kernel -> baseline/linaro-local/ci/tcwg_kernel + * [new branch] linaro-local/test -> baseline/linaro-local/test + * [new branch] main -> baseline/main + * [new branch] master -> baseline/master ++ git_clean interesting-commits refs/remotes/origin/master ++ set -euf -o pipefail ++ local dir=interesting-commits ++ shift ++ fresh_dir interesting-commits 'interesting-commits/.git/*' ++ set -euf -o pipefail ++ local dir=interesting-commits ++ shift 1 +++ dirname interesting-commits/something ++ dir=interesting-commits ++ mkdir -p interesting-commits ++ find_opts=("!" "-path" "$dir") ++ for keep_pattern in "$@" ++ : ++ find_opts+=("!" "-path" "$keep_pattern") +++ dirname 'interesting-commits/.git/*' ++ keep_pattern=interesting-commits/.git ++ '[' xinteresting-commits/.git = xinteresting-commits ']' ++ assert '[' interesting-commits/.git '!=' / -a interesting-commits/.git '!=' . ']' ++ set -euf -o pipefail +x ++ : ++ find_opts+=("!" "-path" "$keep_pattern") +++ dirname interesting-commits/.git ++ keep_pattern=interesting-commits ++ '[' xinteresting-commits = xinteresting-commits ']' ++ break ++ find interesting-commits '!' -path interesting-commits '!' -path 'interesting-commits/.git/*' '!' -path interesting-commits/.git -type d -exec chmod +rwx '{}' ';' ++ chmod -R +rw interesting-commits ++ find interesting-commits '!' -path interesting-commits '!' -path 'interesting-commits/.git/*' '!' -path interesting-commits/.git -delete ++ git -C interesting-commits reset -q --hard refs/remotes/origin/master +# update_interesting_commits ++ '[' '' '!=' '' ']' ++ update_interesting_commits init ++ echo '# update_interesting_commits' ++ local stage=init ++ local subdir +++ interesting_subdir linux 9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 +++ local dir=linux/sha1 +++ '[' 2 -ge 2 ']' +++ dir=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 +++ '[' 2 -ge 3 ']' +++ '[' 2 -ge 4 ']' +++ echo linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 ++ subdir=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 ++ '[' -d interesting-commits/linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 ']' +++ interesting_subdir linux 9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 tcwg_kernel llvm-master-arm-next-allmodconfig +++ local dir=linux/sha1 +++ '[' 4 -ge 2 ']' +++ dir=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 +++ '[' 4 -ge 3 ']' +++ dir=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel +++ '[' 4 -ge 4 ']' +++ dir=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/llvm-master-arm-next-allmodconfig +++ echo linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/llvm-master-arm-next-allmodconfig ++ subdir=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/llvm-master-arm-next-allmodconfig ++ mkdir -p interesting-commits/linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/llvm-master-arm-next-allmodconfig ++ get_current_manifest BUILD_URL ++ get_manifest artifacts/manifest.sh BUILD_URL ++ set +x ++ echo 33d1971ea18722121dd0f18445493d9e395d6434 ++ git -C interesting-commits add linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/llvm-master-arm-next-allmodconfig/build_url linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/llvm-master-arm-next-allmodconfig/last_good ++ '[' init '!=' full ']' + return +++ get_current_manifest BUILD_URL +++ get_manifest artifacts/manifest.sh BUILD_URL +++ set +x ++ git -C interesting-commits commit -m 'Add entry 9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 from https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/97/' +HEAD detached from 2b74043a +nothing to commit, working tree clean ++ break + '[' full '!=' full ']' + check_if_first_report + declare -g first_icommit_to_report + first_icommit_to_report=false -+ '[' xsingle_component '!=' xsingle_commit ']' -+ return ++ '[' xsingle_commit '!=' xsingle_commit ']' ++ local isubdir +++ interesting_subdir linux 9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 +++ local dir=linux/sha1 +++ '[' 2 -ge 2 ']' +++ dir=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 +++ '[' 2 -ge 3 ']' +++ '[' 2 -ge 4 ']' +++ echo linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 ++ isubdir=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 ++ '[' -f interesting-commits/linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/first_url ']' ++ local first_url +++ cat interesting-commits/linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/first_url ++ first_url=https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/97/ +++ get_current_manifest BUILD_URL +++ get_manifest artifacts/manifest.sh BUILD_URL +++ set +x ++ '[' https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/97/ = https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/97/ ']' ++ first_icommit_to_report=true + post_interesting_commits full # post_interesting_commits + set -euf -o pipefail + echo '# post_interesting_commits' + local stage=full -+ '[' single_component '!=' single_commit ']' -+ return ++ '[' single_commit '!=' single_commit ']' ++ clone_or_update_repo interesting-commits master https://git-us.linaro.org/toolchain/ci/interesting-commits.git auto master ++ set -euf -o pipefail ++ local dir=interesting-commits ++ local ref=master ++ local url=https://git-us.linaro.org/toolchain/ci/interesting-commits.git ++ local reference=auto ++ local single_branch=master ++ local remote=origin ++ clone_or_update_repo_no_checkout interesting-commits https://git-us.linaro.org/toolchain/ci/interesting-commits.git auto master origin ++ set -euf -o pipefail ++ local dir=interesting-commits ++ local url=https://git-us.linaro.org/toolchain/ci/interesting-commits.git ++ local reference=auto ++ local single_branch=master ++ local remote=origin ++ local refopt= ++ case "$reference" in ++ local ref_dir ++ for ref_dir in $url $dir +++ basename https://git-us.linaro.org/toolchain/ci/interesting-commits.git .git ++ ref_dir=interesting-commits ++ ref_dir=/home/tcwg-buildslave/snapshots-ref/interesting-commits.git ++ git -C /home/tcwg-buildslave/snapshots-ref/interesting-commits.git rev-parse --git-dir ++ '[' -d /home/tcwg-buildslave/snapshots-ref/interesting-commits.git ']' ++ for ref_dir in $url $dir +++ basename interesting-commits .git ++ ref_dir=interesting-commits ++ ref_dir=/home/tcwg-buildslave/snapshots-ref/interesting-commits.git ++ git -C /home/tcwg-buildslave/snapshots-ref/interesting-commits.git rev-parse --git-dir ++ '[' -d /home/tcwg-buildslave/snapshots-ref/interesting-commits.git ']' ++ git -C interesting-commits status ++ '[' -d interesting-commits ']' ++ '[' x '!=' x ']' ++ '[' -d interesting-commits ']' ++ rm -f interesting-commits/.git/gc.log ++ git -C interesting-commits config gc.autoDetach false ++ git -C interesting-commits gc --auto --force --prune=all ++ find interesting-commits/.git -name '*.lock' -delete ++ local i ++ for i in am cherry-pick rebase ++ git -C interesting-commits am --abort ++ true ++ for i in am cherry-pick rebase ++ git -C interesting-commits cherry-pick --abort ++ true ++ for i in am cherry-pick rebase ++ git -C interesting-commits rebase --abort ++ true ++ git_set_remote interesting-commits origin https://git-us.linaro.org/toolchain/ci/interesting-commits.git master ++ set -euf -o pipefail ++ local dir=interesting-commits ++ local remote=origin ++ local url=https://git-us.linaro.org/toolchain/ci/interesting-commits.git ++ local single_branch=master ++ git -C interesting-commits remote rm origin ++ git -C interesting-commits remote add -t master origin https://git-us.linaro.org/toolchain/ci/interesting-commits.git +timeout 1h git -C interesting-commits fetch -q origin +refs/heads/master:refs/remotes/origin/master --prune ++ local refspec ++ '[' xmaster = x ']' ++ refspec=+refs/heads/master:refs/remotes/origin/master ++ run_with_timeout_and_retry 1h 3 git -C interesting-commits fetch -q origin +refs/heads/master:refs/remotes/origin/master --prune ++ local duration=1h ++ shift ++ local tries=3 ++ shift ++ local n=0 ++ local ret=0 ++ '[' 0 -eq 3 ']' ++ echo timeout 1h git -C interesting-commits fetch -q origin +refs/heads/master:refs/remotes/origin/master --prune ++ ret=0 ++ wait 9730 ++ timeout 1h git -C interesting-commits fetch -q origin +refs/heads/master:refs/remotes/origin/master --prune ++ '[' 0 -eq 0 ']' ++ break ++ return 0 ++ git_checkout interesting-commits master origin ++ set -euf -o pipefail ++ local dir=interesting-commits ++ local ref=master ++ local remote=origin ++ git_clean interesting-commits ++ set -euf -o pipefail ++ local dir=interesting-commits ++ shift ++ fresh_dir interesting-commits 'interesting-commits/.git/*' ++ set -euf -o pipefail ++ local dir=interesting-commits ++ shift 1 +++ dirname interesting-commits/something ++ dir=interesting-commits ++ mkdir -p interesting-commits ++ find_opts=("!" "-path" "$dir") ++ for keep_pattern in "$@" ++ : ++ find_opts+=("!" "-path" "$keep_pattern") +++ dirname 'interesting-commits/.git/*' ++ keep_pattern=interesting-commits/.git ++ '[' xinteresting-commits/.git = xinteresting-commits ']' ++ assert '[' interesting-commits/.git '!=' / -a interesting-commits/.git '!=' . ']' ++ set -euf -o pipefail +x ++ : ++ find_opts+=("!" "-path" "$keep_pattern") +++ dirname interesting-commits/.git ++ keep_pattern=interesting-commits ++ '[' xinteresting-commits = xinteresting-commits ']' ++ break ++ find interesting-commits '!' -path interesting-commits '!' -path 'interesting-commits/.git/*' '!' -path interesting-commits/.git -type d -exec chmod +rwx '{}' ';' ++ chmod -R +rw interesting-commits ++ find interesting-commits '!' -path interesting-commits '!' -path 'interesting-commits/.git/*' '!' -path interesting-commits/.git -delete ++ git -C interesting-commits reset -q --hard ++ local sha1 +++ git_rev_parse interesting-commits master origin +++ set -euf -o pipefail +++ local dir=interesting-commits +++ local ref=master +++ local remote=origin +++ '[' 3 -ge 3 ']' +++ remote=origin +++ git_rev_parse_1 interesting-commits master origin --short +++ set -euf -o pipefail +++ local dir=interesting-commits +++ local ref=master +++ local remote=origin +++ local opts=--short +++ local ret +++ cd interesting-commits +++ local sha1 try_ref +++ case "$ref" in +++ try_ref=refs/remotes/origin/master +++ ret=0 ++++ git rev-parse --short refs/remotes/origin/master +++ sha1=89d4317a +++ '[' 0 -ne 0 ']' +++ echo 89d4317a ++ sha1=89d4317a ++ git -C interesting-commits checkout --detach 89d4317a +HEAD is now at 89d4317a Add entry 9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 from https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/97/ ++ true ++ git_init_linaro_local_remote interesting-commits baseline ++ set -euf -o pipefail ++ local dir=interesting-commits ++ local remote=baseline ++ local origin_url ++ local new_url +++ git -C interesting-commits remote get-url origin ++ origin_url=https://git-us.linaro.org/toolchain/ci/interesting-commits.git +++ basename https://git-us.linaro.org/toolchain/ci/interesting-commits.git ++ new_url=toolchain/ci/interesting-commits.git ++ case "$new_url" in ++ new_url=ssh://review.linaro.org:29418/toolchain/ci/interesting-commits ++ git_set_remote interesting-commits baseline ssh://review.linaro.org:29418/toolchain/ci/interesting-commits ++ set -euf -o pipefail ++ local dir=interesting-commits ++ local remote=baseline ++ local url=ssh://review.linaro.org:29418/toolchain/ci/interesting-commits ++ local single_branch= ++ git -C interesting-commits remote rm baseline ++ git -C interesting-commits remote add baseline ssh://review.linaro.org:29418/toolchain/ci/interesting-commits ++ local jira_dir jira_key= +++ interesting_subdir linux 9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 +++ local dir=linux/sha1 +++ '[' 2 -ge 2 ']' +++ dir=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 +++ '[' 2 -ge 3 ']' +++ '[' 2 -ge 4 ']' +++ echo linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 ++ jira_dir=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 ++ jira_dir=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/jira ++ '[' full = full ']' ++ true ++ true ++ '[' '' = '' ']' ++ '[' -f interesting-commits/linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/jira/key ']' +++ create_jira_card +++ set -euf -o pipefail +++ local template project parent assignee yaml ++++ print_jira_template_card ++++ local jira_card=GNU-692 ++++ case "$ci_project/$ci_config:$changed_single_component" in ++++ jira_card=LLVM-647 ++++ echo LLVM-647 +++ template=LLVM-647 +++ project=LLVM ++++ jipsearch -j key=LLVM-647 -s parent:key ++++ sed -e 's/.* , //' +++ parent=LLVM-873 ++++ jipsearch -j key=LLVM-873 -s assignee:emailAddress ++++ sed -e 's/.* , //' +++ assignee=carlos.seo@linaro.org ++++ mktemp +++ yaml=/tmp/tmp.dZbD1rsult +++ trap 'rm /tmp/tmp.dZbD1rsult' EXIT +++ cat +++ local key ++++ jipcreate -f /tmp/tmp.dZbD1rsult ++++ sed -e 's#.*/##' +++ key=LLVM-904 +++ echo LLVM-904 ++++ rm /tmp/tmp.dZbD1rsult ++ jira_key=LLVM-904 ++ true ++ git -C interesting-commits remote update -p +Fetching origin +Fetching baseline +From ssh://review.linaro.org:29418/toolchain/ci/interesting-commits + * [new branch] empty -> baseline/empty + * [new branch] linaro-local/ci/tcwg_bmk_gnu_apm -> baseline/linaro-local/ci/tcwg_bmk_gnu_apm + * [new branch] linaro-local/ci/tcwg_bmk_gnu_eabi_stm32 -> baseline/linaro-local/ci/tcwg_bmk_gnu_eabi_stm32 + * [new branch] linaro-local/ci/tcwg_bmk_gnu_sq -> baseline/linaro-local/ci/tcwg_bmk_gnu_sq + * [new branch] linaro-local/ci/tcwg_bmk_gnu_tk1 -> baseline/linaro-local/ci/tcwg_bmk_gnu_tk1 + * [new branch] linaro-local/ci/tcwg_bmk_gnu_tx1 -> baseline/linaro-local/ci/tcwg_bmk_gnu_tx1 + * [new branch] linaro-local/ci/tcwg_bmk_llvm_apm -> baseline/linaro-local/ci/tcwg_bmk_llvm_apm + * [new branch] linaro-local/ci/tcwg_bmk_llvm_tk1 -> baseline/linaro-local/ci/tcwg_bmk_llvm_tk1 + * [new branch] linaro-local/ci/tcwg_bmk_llvm_tx1 -> baseline/linaro-local/ci/tcwg_bmk_llvm_tx1 + * [new branch] linaro-local/ci/tcwg_gcc_bootstrap -> baseline/linaro-local/ci/tcwg_gcc_bootstrap + * [new branch] linaro-local/ci/tcwg_gcc_check -> baseline/linaro-local/ci/tcwg_gcc_check + * [new branch] linaro-local/ci/tcwg_gcc_check_bootstrap -> baseline/linaro-local/ci/tcwg_gcc_check_bootstrap + * [new branch] linaro-local/ci/tcwg_gnu_cross_build -> baseline/linaro-local/ci/tcwg_gnu_cross_build + * [new branch] linaro-local/ci/tcwg_gnu_cross_check_gcc -> baseline/linaro-local/ci/tcwg_gnu_cross_check_gcc + * [new branch] linaro-local/ci/tcwg_gnu_native_build -> baseline/linaro-local/ci/tcwg_gnu_native_build + * [new branch] linaro-local/ci/tcwg_gnu_native_check_binutils -> baseline/linaro-local/ci/tcwg_gnu_native_check_binutils + * [new branch] linaro-local/ci/tcwg_gnu_native_check_gcc -> baseline/linaro-local/ci/tcwg_gnu_native_check_gcc + * [new branch] linaro-local/ci/tcwg_gnu_native_check_gdb -> baseline/linaro-local/ci/tcwg_gnu_native_check_gdb + * [new branch] linaro-local/ci/tcwg_kernel -> baseline/linaro-local/ci/tcwg_kernel + * [new branch] linaro-local/test -> baseline/linaro-local/test + * [new branch] main -> baseline/main + * [new branch] master -> baseline/master ++ git_clean interesting-commits refs/remotes/origin/master ++ set -euf -o pipefail ++ local dir=interesting-commits ++ shift ++ fresh_dir interesting-commits 'interesting-commits/.git/*' ++ set -euf -o pipefail ++ local dir=interesting-commits ++ shift 1 +++ dirname interesting-commits/something ++ dir=interesting-commits ++ mkdir -p interesting-commits ++ find_opts=("!" "-path" "$dir") ++ for keep_pattern in "$@" ++ : ++ find_opts+=("!" "-path" "$keep_pattern") +++ dirname 'interesting-commits/.git/*' ++ keep_pattern=interesting-commits/.git ++ '[' xinteresting-commits/.git = xinteresting-commits ']' ++ assert '[' interesting-commits/.git '!=' / -a interesting-commits/.git '!=' . ']' ++ set -euf -o pipefail +x ++ : ++ find_opts+=("!" "-path" "$keep_pattern") +++ dirname interesting-commits/.git ++ keep_pattern=interesting-commits ++ '[' xinteresting-commits = xinteresting-commits ']' ++ break ++ find interesting-commits '!' -path interesting-commits '!' -path 'interesting-commits/.git/*' '!' -path interesting-commits/.git -type d -exec chmod +rwx '{}' ';' ++ chmod -R +rw interesting-commits ++ find interesting-commits '!' -path interesting-commits '!' -path 'interesting-commits/.git/*' '!' -path interesting-commits/.git -delete ++ git -C interesting-commits reset -q --hard refs/remotes/origin/master ++ '[' LLVM-904 '!=' '' ']' ++ mkdir -p interesting-commits/linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/jira ++ echo LLVM-904 ++ git -C interesting-commits add linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/jira/key +# update_interesting_commits ++ update_interesting_commits full ++ echo '# update_interesting_commits' ++ local stage=full ++ local subdir +++ interesting_subdir linux 9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 +++ local dir=linux/sha1 +++ '[' 2 -ge 2 ']' +++ dir=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 +++ '[' 2 -ge 3 ']' +++ '[' 2 -ge 4 ']' +++ echo linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 ++ subdir=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 ++ '[' -d interesting-commits/linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 ']' +++ interesting_subdir linux 9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 tcwg_kernel llvm-master-arm-next-allmodconfig +++ local dir=linux/sha1 +++ '[' 4 -ge 2 ']' +++ dir=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 +++ '[' 4 -ge 3 ']' +++ dir=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel +++ '[' 4 -ge 4 ']' +++ dir=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/llvm-master-arm-next-allmodconfig +++ echo linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/llvm-master-arm-next-allmodconfig ++ subdir=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/llvm-master-arm-next-allmodconfig ++ mkdir -p interesting-commits/linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/llvm-master-arm-next-allmodconfig ++ get_current_manifest BUILD_URL ++ get_manifest artifacts/manifest.sh BUILD_URL ++ set +x ++ echo 33d1971ea18722121dd0f18445493d9e395d6434 ++ git -C interesting-commits add linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/llvm-master-arm-next-allmodconfig/build_url linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/llvm-master-arm-next-allmodconfig/last_good ++ '[' full '!=' full ']' ++ print_result --oneline ++ false ++ local print_arg=--oneline ++ case "$print_arg" in ++ '[' 1 = 0 ']' ++ echo Failure ++ git -C interesting-commits add linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/llvm-master-arm-next-allmodconfig/summary.txt ++ local bad_artifacts_url good_artifacts_url +++ get_current_manifest BUILD_URL +++ get_manifest artifacts/manifest.sh BUILD_URL +++ set +x ++ bad_artifacts_url=https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/97/artifact/artifacts +++ get_baseline_manifest BUILD_URL +++ get_manifest base-artifacts/manifest.sh BUILD_URL false +++ set +x ++ good_artifacts_url=https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/96/artifact/artifacts ++ cat ++ git -C interesting-commits add linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/llvm-master-arm-next-allmodconfig/reproduction_instructions.txt ++ local commit_file=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/llvm-master-arm-next-allmodconfig/../../commit-log.txt ++ local describe +++ describe_sha1 linux 9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 true +++ local component=linux +++ local sha1=9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 +++ local anything=true +++ match=() +++ local -a match +++ case "$component" in +++ git -C linux describe 9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 ++ describe=v6.5-rc3-24-g9ab10cbd6537 ++ cat +++ git -C linux log -n1 --pretty=short 9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 ++ git -C interesting-commits add linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/llvm-master-arm-next-allmodconfig/../../commit-log.txt ++ local ci_config ++ local status=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/llvm-master-arm-next-allmodconfig/../status.txt +++ cd interesting-commits/linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/llvm-master-arm-next-allmodconfig/.. +++ ls ++ read ci_config ++ '[' -f interesting-commits/linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/llvm-master-arm-next-allmodconfig/../llvm-master-arm-next-allmodconfig/summary.txt ']' ++ echo '* llvm-master-arm-next-allmodconfig' ++ cat interesting-commits/linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/llvm-master-arm-next-allmodconfig/../llvm-master-arm-next-allmodconfig/summary.txt ++ sed 's/^/** /' ++ cat interesting-commits/linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/llvm-master-arm-next-allmodconfig/../llvm-master-arm-next-allmodconfig/build_url ++ read ci_config ++ '[' -f interesting-commits/linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/llvm-master-arm-next-allmodconfig/../status.txt/summary.txt ']' ++ continue ++ read ci_config ++ git -C interesting-commits add linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/llvm-master-arm-next-allmodconfig/../status.txt ++ local ci_project ++ status=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/llvm-master-arm-next-allmodconfig/../../status.txt ++ read ci_project +++ cd interesting-commits/linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/llvm-master-arm-next-allmodconfig/../.. +++ ls ++ '[' -f interesting-commits/linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/llvm-master-arm-next-allmodconfig/../../commit-log.txt/status.txt ']' ++ continue ++ read ci_project ++ '[' -f interesting-commits/linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/llvm-master-arm-next-allmodconfig/../../first_url/status.txt ']' ++ continue ++ read ci_project ++ '[' -f interesting-commits/linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/llvm-master-arm-next-allmodconfig/../../jira/status.txt ']' ++ continue ++ read ci_project ++ '[' -f interesting-commits/linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/llvm-master-arm-next-allmodconfig/../../status.txt/status.txt ']' ++ continue ++ read ci_project ++ '[' -f interesting-commits/linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/llvm-master-arm-next-allmodconfig/../../tcwg_kernel/status.txt ']' ++ echo '* tcwg_kernel' ++ cat interesting-commits/linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/llvm-master-arm-next-allmodconfig/../../tcwg_kernel/status.txt ++ sed 's/^/*/' ++ read ci_project ++ git -C interesting-commits add linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/llvm-master-arm-next-allmodconfig/../../status.txt +++ interesting_subdir linux 9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 +++ local dir=linux/sha1 +++ '[' 2 -ge 2 ']' +++ dir=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 +++ '[' 2 -ge 3 ']' +++ '[' 2 -ge 4 ']' +++ echo linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 ++ subdir=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 ++ true ++ echo v6.5-rc3-24-g9ab10cbd6537 ++ git -C interesting-commits add linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/jira/summary ++ cat +++ cat interesting-commits/linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/commit-log.txt +++ cat interesting-commits/linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/status.txt ++ git -C interesting-commits add linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/jira/description ++ update_jira_card +# update_jira_card ++ set -euf -o pipefail ++ echo '# update_jira_card' ++ local jira_dir yaml +++ interesting_subdir linux 9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 +++ local dir=linux/sha1 +++ '[' 2 -ge 2 ']' +++ dir=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 +++ '[' 2 -ge 3 ']' +++ '[' 2 -ge 4 ']' +++ echo linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 ++ jira_dir=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 ++ jira_dir=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/jira ++ '[' -f interesting-commits/linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/jira/key ']' ++ local key project +++ cat interesting-commits/linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/jira/key ++ key=LLVM-904 ++ project=LLVM ++ yaml=interesting-commits/linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/jira/yaml ++ cat ++ '[' -f interesting-commits/linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/jira/summary ']' ++ cat +++ cat interesting-commits/linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/jira/summary ++ '[' -f interesting-commits/linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/jira/description ']' ++ cat ++ sed -e 's/^/ /' interesting-commits/linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/jira/description ++ git -C interesting-commits add linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/jira/yaml +++ describe_sha1 linux 9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 false +++ local component=linux +++ local sha1=9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 +++ local anything=false +++ match=() +++ local -a match +++ case "$component" in +++ git -C linux describe 9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 ++ describe=v6.5-rc3-24-g9ab10cbd6537 ++ '[' v6.5-rc3-24-g9ab10cbd6537 '!=' '' ']' ++ local d +++ dirname v6.5-rc3-24-g9ab10cbd6537 ++ d=. ++ mkdir -p interesting-commits/linux/. ++ local symlink= ++ '[' . '!=' . ']' ++ symlink=sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 ++ rm -f interesting-commits/linux/v6.5-rc3-24-g9ab10cbd6537 ++ ln -s sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 interesting-commits/linux/v6.5-rc3-24-g9ab10cbd6537 ++ git -C interesting-commits add linux/v6.5-rc3-24-g9ab10cbd6537 +++ get_current_manifest BUILD_URL +++ get_manifest artifacts/manifest.sh BUILD_URL +++ set +x ++ git -C interesting-commits commit -m 'Add entry 9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 from https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/97/' +[detached HEAD 60002aad] Add entry 9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 from https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/97/ + 10 files changed, 56 insertions(+) + create mode 100644 linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/commit-log.txt + create mode 100644 linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/jira/description + create mode 100644 linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/jira/key + create mode 100644 linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/jira/summary + create mode 100644 linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/jira/yaml + create mode 100644 linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/status.txt + create mode 100644 linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/llvm-master-arm-next-allmodconfig/reproduction_instructions.txt + create mode 100644 linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/llvm-master-arm-next-allmodconfig/summary.txt + create mode 100644 linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/status.txt + create mode 120000 linux/v6.5-rc3-24-g9ab10cbd6537 ++ wait 19462 ++ git -C interesting-commits push baseline HEAD:refs/heads/master +remote: remote: Processing changes: (\) remote: Processing changes: refs: 1 (\) remote: Processing changes: refs: 1, done +remote: commit 60002aa: warning: subject >70 characters; use shorter first paragraph +remote: commit 60002aa: warning: too many message lines longer than 80 characters; manually wrap lines +To ssh://review.linaro.org:29418/toolchain/ci/interesting-commits + 89d4317a..60002aad HEAD -> master ++ break # print all notification files + echo '# print all notification files' + print_mail_recipients -+ false ++ true ++ true ++ echo tcwg-validation@linaro.org + return + true + generate_jira_dir @@ -204,13 +935,36 @@ ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 96-tcwg_ ++ print_last_icommit --entry ++ false ++ local print_arg=--entry -++ '[' xsingle_component '!=' xsingle_commit ']' -++ return -+ icommit_entry= -+ '[' '' '!=' '' ']' -+ mkdir -p artifacts/notify/jira -+ '[' '' '!=' '' ']' +++ '[' xsingle_commit '!=' xsingle_commit ']' +++ local isubdir ++++ interesting_subdir linux 9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 ++++ local dir=linux/sha1 ++++ '[' 2 -ge 2 ']' ++++ dir=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 ++++ '[' 2 -ge 3 ']' ++++ '[' 2 -ge 4 ']' ++++ echo linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 +++ isubdir=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 +++ case "$print_arg" in +++ echo interesting-commits/linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 ++ icommit_entry=interesting-commits/linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 ++ '[' interesting-commits/linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 '!=' '' ']' ++ '[' -d interesting-commits/linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/jira ']' ++ rsync -a interesting-commits/linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/jira/ artifacts/notify/jira/ ++ '[' -f artifacts/notify/jira/key ']' +++ cat artifacts/notify/jira/key ++ jira_key=LLVM-904 ++ '[' LLVM-904 '!=' '' ']' + cat +++ print_result --oneline +++ false +++ local print_arg=--oneline +++ case "$print_arg" in +++ '[' 1 = 0 ']' +++ echo Failure +++ get_current_manifest BUILD_URL +++ get_manifest artifacts/manifest.sh BUILD_URL +++ set +x ++ print_jira_template_card ++ local jira_card=GNU-692 ++ case "$ci_project/$ci_config:$changed_single_component" in @@ -220,8 +974,8 @@ ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 96-tcwg_ ++ false ++ local print_arg=--oneline ++ case "$print_arg" in -++ '[' 0 = 0 ']' -++ echo Success +++ '[' 1 = 0 ']' +++ echo Failure ++ get_current_manifest BUILD_URL ++ get_manifest artifacts/manifest.sh BUILD_URL ++ set +x @@ -229,88 +983,57 @@ ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 96-tcwg_ + false + local print_arg=--oneline + case "$print_arg" in -+ '[' 0 = 0 ']' -+ echo Success ++ '[' 1 = 0 ']' ++ echo Failure + print_mail_body + true + local bad_artifacts_url good_artifacts_url ++ get_current_manifest BUILD_URL ++ get_manifest artifacts/manifest.sh BUILD_URL ++ set +x -+ bad_artifacts_url=https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/96/artifact/artifacts ++ bad_artifacts_url=https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/97/artifact/artifacts ++ get_baseline_manifest BUILD_URL ++ get_manifest base-artifacts/manifest.sh BUILD_URL false ++ set +x -+ good_artifacts_url=https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/93/artifact/artifacts ++ good_artifacts_url=https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/96/artifact/artifacts + cat ++ print_result --oneline ++ false ++ local print_arg=--oneline ++ case "$print_arg" in -++ '[' 0 = 0 ']' -++ echo Success +++ '[' 1 = 0 ']' +++ echo Failure ++ print_commits --oneline ++ false ++ local print_arg=--oneline ++ local components new_commits more_lines ++ case "$change_kind:$print_arg" in -++ new_commits=0 -++ for c in "${changed_components[@]}" -+++ get_baseline_git linux_rev -+++ set -euf -o pipefail -+++ local base_artifacts=base-artifacts -+++ assert_with_msg 'ERROR: No linux_rev in baseline git' '[' -f base-artifacts/git/linux_rev ']' -+++ set -euf -o pipefail +x -+++ cat base-artifacts/git/linux_rev -++ base_rev=4042ab17ae50259bd6448f15a7b5f9e1e20536da -+++ get_current_git linux_rev -+++ set -euf -o pipefail -+++ assert_with_msg 'ERROR: No linux_rev in current git' '[' -f artifacts/git/linux_rev ']' -+++ set -euf -o pipefail +x -+++ cat artifacts/git/linux_rev -++ cur_rev=33d1971ea18722121dd0f18445493d9e395d6434 -+++ git -C linux rev-list --count 4042ab17ae50259bd6448f15a7b5f9e1e20536da..33d1971ea18722121dd0f18445493d9e395d6434 -++ c_commits=23 -++ new_commits=23 -+++ echo linux -+++ tr ' ' , -++ components=linux -++ echo '23 commits in linux' ++++ describe_sha1 linux 9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 true ++++ local component=linux ++++ local sha1=9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 ++++ local anything=true ++++ match=() ++++ local -a match ++++ case "$component" in ++++ git -C linux describe 9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 ++++ git -C linux show --no-patch --pretty=%s 9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 +++ echo 'v6.5-rc3-24-g9ab10cbd6537 btrfs: split page locking out of __process_pages_contig' ++ print_commits --short +++ sed -e 's/^/ | /' ++ false ++ local print_arg=--short -++ sed -e 's/^/ | /' ++ local components new_commits more_lines ++ case "$change_kind:$print_arg" in -++ new_commits=0 -++ for c in "${changed_components[@]}" -+++ get_baseline_git linux_rev -+++ set -euf -o pipefail -+++ local base_artifacts=base-artifacts -+++ assert_with_msg 'ERROR: No linux_rev in baseline git' '[' -f base-artifacts/git/linux_rev ']' -+++ set -euf -o pipefail +x -+++ cat base-artifacts/git/linux_rev -++ base_rev=4042ab17ae50259bd6448f15a7b5f9e1e20536da -+++ get_current_git linux_rev -+++ set -euf -o pipefail -+++ assert_with_msg 'ERROR: No linux_rev in current git' '[' -f artifacts/git/linux_rev ']' -+++ set -euf -o pipefail +x -+++ cat artifacts/git/linux_rev -++ cur_rev=33d1971ea18722121dd0f18445493d9e395d6434 -+++ git -C linux rev-list --count 4042ab17ae50259bd6448f15a7b5f9e1e20536da..33d1971ea18722121dd0f18445493d9e395d6434 -++ c_commits=23 -++ new_commits=23 -++ echo 'linux commits:' -+++ git -C linux log --pretty=oneline 4042ab17ae50259bd6448f15a7b5f9e1e20536da..33d1971ea18722121dd0f18445493d9e395d6434 -+++ head -n5 -+++ true -++ echo '33d1971ea18722121dd0f18445493d9e395d6434 btrfs: don'\''t create inline extents in fallback_to_cow -11965d2adbb71f032cbdfbb23dec4c673487c446 btrfs: pass a flags argument to cow_file_range -4e67a6a825b23ebd1c53fec300bc38c4e4282001 btrfs: check for commit error at btrfs_attach_transaction_barrier() -28d330cc9ee1241e0fc29d0911b2888d37700d7f btrfs: check if the transaction was aborted at btrfs_wait_for_commit() -4b58f033c89bfa41948259c19def42b1b6e36eb3 btrfs: account block group tree when calculating global reserve size' -++ '[' 23 -gt 5 ']' -++ echo '... and 18 more' ++++ mktemp +++ tmpfile=/tmp/tmp.I8GBoqv8Nj +++ git -C linux show --no-patch 9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 +++ head -n 10 /tmp/tmp.I8GBoqv8Nj ++++ cat /tmp/tmp.I8GBoqv8Nj ++++ wc -l +++ more_lines=5 +++ '[' 5 -gt 0 ']' +++ echo '... 5 lines of the commit log omitted.' +++ rm /tmp/tmp.I8GBoqv8Nj ++ print_result --short ++ false ++ local print_arg=--short @@ -326,11 +1049,15 @@ ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 96-tcwg_ # build_abe qemu: -2 # linux_n_obj: -32477 -# linux build successful: -all -# linux boot successful: -boot' +23484 +# First few build errors in logs: + +# 00:17:02 fs/btrfs/extent_io.c:230:16: error: variable '\''pages_processed'\'' set but not used [-Werror,-Wunused-but-set-variable] +# 00:17:02 make[4]: *** [scripts/Makefile.build:243: fs/btrfs/extent_io.o] Error 1 +# 00:20:13 make[3]: *** [scripts/Makefile.build:480: fs/btrfs] Error 2 +# 00:23:12 make[2]: *** [scripts/Makefile.build:480: fs] Error 2 +# 00:33:01 make[1]: *** [/home/tcwg-buildslave/workspace/tcwg_kernel_0/linux/Makefile:2032: .] Error 2 +# 00:33:01 make: *** [Makefile:234: __sub-make] Error 2' ++ echo '' ++ echo From +++ cat base-artifacts/results @@ -343,57 +1070,98 @@ boot' # build_abe qemu: -2 # linux_n_obj: -32480 +32477 # linux build successful: all # linux boot successful: boot' ++ print_config ++ : -+ '[' xsingle_component '!=' xsingle_commit ']' -+ return ++ '[' xsingle_commit '!=' xsingle_commit ']' ++ cat +++ print_last_icommit --reproduction_instructions_link +++ false +++ local print_arg=--reproduction_instructions_link +++ '[' xsingle_commit '!=' xsingle_commit ']' +++ local isubdir ++++ interesting_subdir linux 9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 ++++ local dir=linux/sha1 ++++ '[' 2 -ge 2 ']' ++++ dir=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 ++++ '[' 2 -ge 3 ']' ++++ '[' 2 -ge 4 ']' ++++ echo linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 +++ isubdir=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 +++ case "$print_arg" in +++ echo https://git.linaro.org/toolchain/ci/interesting-commits.git/plain/linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/reproduction_instructions.txt +++ print_commits --link +++ false +++ local print_arg=--link +++ local components new_commits more_lines +++ case "$change_kind:$print_arg" in ++++ get_baseline_git linux_url ++++ set -euf -o pipefail ++++ local base_artifacts=base-artifacts ++++ assert_with_msg 'ERROR: No linux_url in baseline git' '[' -f base-artifacts/git/linux_url ']' ++++ set -euf -o pipefail +x ++++ cat base-artifacts/git/linux_url +++ url=https://git.linaro.org/kernel-org/linux-next.git +++ [[ https://git.linaro.org/kernel-org/linux-next.git =~ git://sourceware.org/git/ ]] +++ [[ https://git.linaro.org/kernel-org/linux-next.git =~ https://github.com/ ]] +++ [[ https://git.linaro.org/kernel-org/linux-next.git =~ https://gitlab.com/ ]] +++ [[ https://git.linaro.org/kernel-org/linux-next.git =~ https://git.linaro.org/ ]] +++ echo 'https://git.linaro.org/kernel-org/linux-next.git/commit/?id=9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0' +++ print_jira_template_card +++ local jira_card=GNU-692 +++ case "$ci_project/$ci_config:$changed_single_component" in +++ jira_card=LLVM-647 +++ echo LLVM-647 +++ print_last_icommit --status +++ false +++ local print_arg=--status +++ '[' xsingle_commit '!=' xsingle_commit ']' +++ local isubdir ++++ interesting_subdir linux 9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 ++++ local dir=linux/sha1 ++++ '[' 2 -ge 2 ']' ++++ dir=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 ++++ '[' 2 -ge 3 ']' ++++ '[' 2 -ge 4 ']' ++++ echo linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 +++ isubdir=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 +++ case "$print_arg" in +++ cat interesting-commits/linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/status.txt + print_mail_subject + true ++ print_result --oneline ++ false ++ local print_arg=--oneline ++ case "$print_arg" in -++ '[' 0 = 0 ']' -++ echo Success +++ '[' 1 = 0 ']' +++ echo Failure ++ print_commits --oneline ++ false ++ local print_arg=--oneline ++ local components new_commits more_lines ++ case "$change_kind:$print_arg" in -++ new_commits=0 -++ for c in "${changed_components[@]}" -+++ get_baseline_git linux_rev -+++ set -euf -o pipefail -+++ local base_artifacts=base-artifacts -+++ assert_with_msg 'ERROR: No linux_rev in baseline git' '[' -f base-artifacts/git/linux_rev ']' -+++ set -euf -o pipefail +x -+++ cat base-artifacts/git/linux_rev -++ base_rev=4042ab17ae50259bd6448f15a7b5f9e1e20536da -+++ get_current_git linux_rev -+++ set -euf -o pipefail -+++ assert_with_msg 'ERROR: No linux_rev in current git' '[' -f artifacts/git/linux_rev ']' -+++ set -euf -o pipefail +x -+++ cat artifacts/git/linux_rev -++ cur_rev=33d1971ea18722121dd0f18445493d9e395d6434 -+++ git -C linux rev-list --count 4042ab17ae50259bd6448f15a7b5f9e1e20536da..33d1971ea18722121dd0f18445493d9e395d6434 -++ c_commits=23 -++ new_commits=23 -+++ echo linux -+++ tr ' ' , -++ components=linux -++ echo '23 commits in linux' ++++ describe_sha1 linux 9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 true ++++ local component=linux ++++ local sha1=9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 ++++ local anything=true ++++ match=() ++++ local -a match ++++ case "$component" in ++++ git -C linux describe 9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 ++++ git -C linux show --no-patch --pretty=%s 9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 +++ echo 'v6.5-rc3-24-g9ab10cbd6537 btrfs: split page locking out of __process_pages_contig' # generate dashboard # generate_dashboard_squad ... Skipping # post_dashboard_squad ... Skipping -=> Not the first detection of this issue. Not sending mail. -+ echo '[TCWG-CI] Success after linux commit: 23 commits in linux' +=> First detection of this issue. Preparing mail files. +# release_notification_files ++ echo '[TCWG-CI] Failure after linux commit: v6.5-rc3-24-g9ab10cbd6537 btrfs: split page locking out of __process_pages_contig' + echo '# generate dashboard' + generate_dashboard_squad + local results_date @@ -406,13 +1174,60 @@ boot' + false + echo '... Skipping' + return -+ false -+ echo '=> Not the first detection of this issue. Not sending mail.' ++ true ++ echo '=> First detection of this issue. Preparing mail files.' ++ release_notification_files ++ echo '# release_notification_files' ++ '[' -d artifacts/jenkins ']' ++ local f ++ for f in mail-body.txt mail-subject.txt mail-recipients.txt ++ '[' -s artifacts/notify/mail-body.txt ']' ++ cp artifacts/notify/mail-body.txt artifacts/jenkins/mail-body.txt ++ for f in mail-body.txt mail-subject.txt mail-recipients.txt ++ '[' -s artifacts/notify/mail-subject.txt ']' ++ cp artifacts/notify/mail-subject.txt artifacts/jenkins/mail-subject.txt ++ for f in mail-body.txt mail-subject.txt mail-recipients.txt ++ '[' -s artifacts/notify/mail-recipients.txt ']' ++ cp artifacts/notify/mail-recipients.txt artifacts/jenkins/mail-recipients.txt +... Done # post_to_jira -Full stage ran successfully. ++ echo '... Done' + post_to_jira + echo '# post_to_jira' -+ false -+ false ++ true ++ '[' -f artifacts/notify/jira/yaml ']' ++ jipcreate -f artifacts/notify/jira/yaml +Existing issue updated: https://linaro.atlassian.net/browse/LLVM-904 ++ true ++ '[' -f artifacts/notify/jira/comments.txt ']' ++ echo y ++ jipdate -f artifacts/notify/jira/comments.txt +These JIRA cards will be updated as follows: + +[LLVM-904] + Failure + Details: https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/97/artifact/artifacts/jenkins/mail-body.txt/*view*/ +[LLVM-647] + https://linaro.atlassian.net/browse/LLVM-904 + Failure + Details: https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/97/artifact/artifacts/jenkins/mail-body.txt/*view*/ + +Server to update: https://linaro.atlassian.net + +Are you sure you want to update Jira with the information above? [y/n] Successfully updated your Jira tickets! + +This is your status: + +--- + +[LLVM-904] +Failure +Details: https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/97/artifact/artifacts/jenkins/mail-body.txt/*view*/ + +[LLVM-647] +https://linaro.atlassian.net/browse/LLVM-904 +Failure +Details: https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/97/artifact/artifacts/jenkins/mail-body.txt/*view*/ +Full stage ran successfully. + echo 'Full stage ran successfully.' -8442ba3b5678ab9853c3ba75f36a2c08d7c539c35cb9da43a1c97ffee09c9210 +72c1bdf98b00182b60b7e5a1a07f4630adced63bc707dff46edda9865bc0d9ea diff --git a/notify/notify-init.log b/notify/notify-init.log index caf81bb..2d3330c 100644 --- a/notify/notify-init.log +++ b/notify/notify-init.log @@ -1,8 +1,8 @@ MOUNTS: /home/tcwg-buildslave/workspace/tcwg_kernel_0:/home/tcwg-buildslave/workspace/tcwg_kernel_0 /home/tcwg-buildslave/snapshots-ref:/home/tcwg-buildslave/snapshots-ref:ro /etc/ssh/ssh_host_ecdsa_key.pub:/etc/ssh/ssh_host_ecdsa_key.pub:ro /etc/ssh/ssh_host_ed25519_key.pub:/etc/ssh/ssh_host_ed25519_key.pub:ro /etc/ssh/ssh_host_dsa_key:/etc/ssh/ssh_host_dsa_key:ro /etc/ssh/ssh_host_rsa_key:/etc/ssh/ssh_host_rsa_key:ro /etc/ssh/ssh_host_rsa_key.pub:/etc/ssh/ssh_host_rsa_key.pub:ro /etc/ssh/ssh_host_ed25519_key:/etc/ssh/ssh_host_ed25519_key:ro /etc/ssh/ssh_host_ecdsa_key:/etc/ssh/ssh_host_ecdsa_key:ro /etc/ssh/ssh_host_dsa_key.pub:/etc/ssh/ssh_host_dsa_key.pub:ro ccache-tcwg_kernel-amd64-jammy:/home/tcwg-buildslave/.ccache -DEBUG: starting docker on build-08.tcwglab from build-08, date Tue Jul 25 05:32:06 PM UTC 2023 -ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 96-tcwg_kernel--llvm-master-arm-next-allmodconfig-build -dtP -v /home/tcwg-buildslave/workspace/tcwg_kernel_0:/home/tcwg-buildslave/workspace/tcwg_kernel_0 -v /home/tcwg-buildslave/snapshots-ref:/home/tcwg-buildslave/snapshots-ref:ro -v /etc/ssh/ssh_host_ecdsa_key.pub:/etc/ssh/ssh_host_ecdsa_key.pub:ro -v /etc/ssh/ssh_host_ed25519_key.pub:/etc/ssh/ssh_host_ed25519_key.pub:ro -v /etc/ssh/ssh_host_dsa_key:/etc/ssh/ssh_host_dsa_key:ro -v /etc/ssh/ssh_host_rsa_key:/etc/ssh/ssh_host_rsa_key:ro -v /etc/ssh/ssh_host_rsa_key.pub:/etc/ssh/ssh_host_rsa_key.pub:ro -v /etc/ssh/ssh_host_ed25519_key:/etc/ssh/ssh_host_ed25519_key:ro -v /etc/ssh/ssh_host_ecdsa_key:/etc/ssh/ssh_host_ecdsa_key:ro -v /etc/ssh/ssh_host_dsa_key.pub:/etc/ssh/ssh_host_dsa_key.pub:ro -v ccache-tcwg_kernel-amd64-jammy:/home/tcwg-buildslave/.ccache --memory=64000M --pids-limit=5000 --cpu-shares=1000 --cpuset-cpus 0-31 --cap-add=SYS_PTRACE --security-opt seccomp:unconfined linaro/ci-amd64-tcwg-build-ubuntu:jammy +DEBUG: starting docker on build-08.tcwglab from build-08, date Tue Jul 25 06:12:40 PM UTC 2023 +ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 97-tcwg_kernel--llvm-master-arm-next-allmodconfig-build -dtP -v /home/tcwg-buildslave/workspace/tcwg_kernel_0:/home/tcwg-buildslave/workspace/tcwg_kernel_0 -v /home/tcwg-buildslave/snapshots-ref:/home/tcwg-buildslave/snapshots-ref:ro -v /etc/ssh/ssh_host_ecdsa_key.pub:/etc/ssh/ssh_host_ecdsa_key.pub:ro -v /etc/ssh/ssh_host_ed25519_key.pub:/etc/ssh/ssh_host_ed25519_key.pub:ro -v /etc/ssh/ssh_host_dsa_key:/etc/ssh/ssh_host_dsa_key:ro -v /etc/ssh/ssh_host_rsa_key:/etc/ssh/ssh_host_rsa_key:ro -v /etc/ssh/ssh_host_rsa_key.pub:/etc/ssh/ssh_host_rsa_key.pub:ro -v /etc/ssh/ssh_host_ed25519_key:/etc/ssh/ssh_host_ed25519_key:ro -v /etc/ssh/ssh_host_ecdsa_key:/etc/ssh/ssh_host_ecdsa_key:ro -v /etc/ssh/ssh_host_dsa_key.pub:/etc/ssh/ssh_host_dsa_key.pub:ro -v ccache-tcwg_kernel-amd64-jammy:/home/tcwg-buildslave/.ccache --memory=64000M --pids-limit=5000 --cpu-shares=1000 --cpuset-cpus 0-31 --cap-add=SYS_PTRACE --security-opt seccomp:unconfined linaro/ci-amd64-tcwg-build-ubuntu:jammy -/home/tcwg-buildslave/workspace/tcwg_kernel_0/jenkins-scripts/round-robin-notify.sh @@rr[top_artifacts] artifacts --notify ignore __stage init __verbose true +/home/tcwg-buildslave/workspace/tcwg_kernel_0/jenkins-scripts/round-robin-notify.sh @@rr[top_artifacts] artifacts --notify onregression __stage init __verbose true + false + dryrun= @@ -22,7 +22,7 @@ ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 96-tcwg_ ++ get_current_manifest '{rr[ci_config]}' ++ get_manifest artifacts/manifest.sh '{rr[ci_config]}' # Debug traces : -# Baseline : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/93/ +# Baseline : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/96/ # Using dir : base-artifacts ++ set +x + ci_config=llvm-master-arm-next-allmodconfig @@ -30,15 +30,15 @@ ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 96-tcwg_ ++ get_baseline_manifest BUILD_URL ++ get_manifest base-artifacts/manifest.sh BUILD_URL false ++ set +x -+ echo '# Baseline : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/93/' ++ echo '# Baseline : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/96/' + echo '# Using dir : base-artifacts' ++ get_current_manifest BUILD_URL ++ get_manifest artifacts/manifest.sh BUILD_URL ++ set +x -# Artifacts : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/96/ +# Artifacts : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/97/ # Using dir : artifacts -+ echo '# Artifacts : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/96/' ++ echo '# Artifacts : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/97/' + echo '# Using dir : artifacts' + echo '' + mkdir -p artifacts/notify @@ -64,7 +64,7 @@ ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 96-tcwg_ +++ for c in ${rr[components]} +++ '[' xbaseline '!=' xbaseline ']' +++ for c in ${rr[components]} -+++ '[' xhttps://git.linaro.org/kernel-org/linux-next.git#33d1971ea18722121dd0f18445493d9e395d6434 '!=' xbaseline ']' ++++ '[' xhttps://git.linaro.org/kernel-org/linux-next.git#9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 '!=' xbaseline ']' +++ echo -ne linux +++ delim=' ' +++ for c in ${rr[components]} @@ -82,7 +82,7 @@ ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 96-tcwg_ +++ assert_with_msg 'ERROR: No linux_rev in baseline git' '[' -f base-artifacts/git/linux_rev ']' +++ set -euf -o pipefail +x +++ cat base-artifacts/git/linux_rev -++ '[' x33d1971ea18722121dd0f18445493d9e395d6434 '!=' x4042ab17ae50259bd6448f15a7b5f9e1e20536da ']' +++ '[' x9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 '!=' x33d1971ea18722121dd0f18445493d9e395d6434 ']' ++ echo -ne linux ++ delim=' ' ++ echo @@ -95,14 +95,14 @@ ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 96-tcwg_ ++ assert_with_msg 'ERROR: No linux_rev in current git' '[' -f artifacts/git/linux_rev ']' ++ set -euf -o pipefail +x ++ cat artifacts/git/linux_rev -+ first_bad=33d1971ea18722121dd0f18445493d9e395d6434 ++ first_bad=9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 ++ get_baseline_git linux_rev ++ set -euf -o pipefail ++ local base_artifacts=base-artifacts ++ assert_with_msg 'ERROR: No linux_rev in baseline git' '[' -f base-artifacts/git/linux_rev ']' ++ set -euf -o pipefail +x ++ cat base-artifacts/git/linux_rev -+ last_good=4042ab17ae50259bd6448f15a7b5f9e1e20536da ++ last_good=33d1971ea18722121dd0f18445493d9e395d6434 + local res + res=0 + wait 108 @@ -119,22 +119,22 @@ ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 96-tcwg_ ++ assert_with_msg 'ERROR: No linux_rev in baseline git' '[' -f base-artifacts/git/linux_rev ']' ++ set -euf -o pipefail +x ++ cat base-artifacts/git/linux_rev -+ base_rev=4042ab17ae50259bd6448f15a7b5f9e1e20536da ++ base_rev=33d1971ea18722121dd0f18445493d9e395d6434 ++ get_current_git linux_rev ++ set -euf -o pipefail ++ assert_with_msg 'ERROR: No linux_rev in current git' '[' -f artifacts/git/linux_rev ']' ++ set -euf -o pipefail +x ++ cat artifacts/git/linux_rev -+ cur_rev=33d1971ea18722121dd0f18445493d9e395d6434 -++ git -C linux rev-parse '33d1971ea18722121dd0f18445493d9e395d6434^@' ++ cur_rev=9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 +++ git -C linux rev-parse '9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0^@' # Debug traces : -# change_kind=single_component : linux +# change_kind=single_commit : linux + for sha1 in $(git -C "$c" rev-parse "$cur_rev^@") -+ '[' 11965d2adbb71f032cbdfbb23dec4c673487c446 = 4042ab17ae50259bd6448f15a7b5f9e1e20536da ']' -+ return 1 -+ change_kind=single_component ++ '[' 33d1971ea18722121dd0f18445493d9e395d6434 = 33d1971ea18722121dd0f18445493d9e395d6434 ']' ++ return 0 ++ change_kind=single_commit + echo '# Debug traces :' -+ echo '# change_kind=single_component : linux' ++ echo '# change_kind=single_commit : linux' + for c in "${changed_components[@]}" ++ get_baseline_git linux_rev ++ set -euf -o pipefail @@ -142,25 +142,25 @@ ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 96-tcwg_ ++ assert_with_msg 'ERROR: No linux_rev in baseline git' '[' -f base-artifacts/git/linux_rev ']' ++ set -euf -o pipefail +x ++ cat base-artifacts/git/linux_rev -+ base_rev=4042ab17ae50259bd6448f15a7b5f9e1e20536da ++ base_rev=33d1971ea18722121dd0f18445493d9e395d6434 ++ get_current_git linux_rev ++ set -euf -o pipefail ++ assert_with_msg 'ERROR: No linux_rev in current git' '[' -f artifacts/git/linux_rev ']' ++ set -euf -o pipefail +x ++ cat artifacts/git/linux_rev -+ cur_rev=33d1971ea18722121dd0f18445493d9e395d6434 -++ git -C linux rev-list --count 4042ab17ae50259bd6448f15a7b5f9e1e20536da..33d1971ea18722121dd0f18445493d9e395d6434 -# rev for linux : 4042ab17ae50259bd6448f15a7b5f9e1e20536da..33d1971ea18722121dd0f18445493d9e395d6434 (23 commits) +# rev for linux : 33d1971ea18722121dd0f18445493d9e395d6434..9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 (1 commits) -+ c_commits=23 -+ echo '# rev for linux : 4042ab17ae50259bd6448f15a7b5f9e1e20536da..33d1971ea18722121dd0f18445493d9e395d6434 (23 commits)' ++ cur_rev=9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 +++ git -C linux rev-list --count 33d1971ea18722121dd0f18445493d9e395d6434..9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 ++ c_commits=1 ++ echo '# rev for linux : 33d1971ea18722121dd0f18445493d9e395d6434..9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 (1 commits)' + echo '' + setup_stages_to_run -+ '[' xignore == xignore ']' -+ post_jira_comment=false -+ post_jira_card=false -+ post_icommits=false -+ post_mail=false ++ '[' xonregression == xignore ']' ++ '[' xonregression == xonregression ']' +# generate_extra_details ++ '[' 1 = 0 ']' ++ '[' single_commit '!=' single_commit ']' + generate_dashboard=false + post_dashboard=false + print_commits_f=print_commits @@ -169,18 +169,298 @@ ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 96-tcwg_ + print_last_icommit_f=print_last_icommit + case "$ci_project" in + generate_extra_details -# generate_extra_details + set -euf -o pipefail + echo '# generate_extra_details' + post_interesting_commits init # post_interesting_commits -Init stage ran successfully. + set -euf -o pipefail + echo '# post_interesting_commits' + local stage=init -+ '[' single_component '!=' single_commit ']' ++ '[' single_commit '!=' single_commit ']' ++ clone_or_update_repo interesting-commits master https://git-us.linaro.org/toolchain/ci/interesting-commits.git auto master ++ set -euf -o pipefail ++ local dir=interesting-commits ++ local ref=master ++ local url=https://git-us.linaro.org/toolchain/ci/interesting-commits.git ++ local reference=auto ++ local single_branch=master ++ local remote=origin ++ clone_or_update_repo_no_checkout interesting-commits https://git-us.linaro.org/toolchain/ci/interesting-commits.git auto master origin ++ set -euf -o pipefail ++ local dir=interesting-commits ++ local url=https://git-us.linaro.org/toolchain/ci/interesting-commits.git ++ local reference=auto ++ local single_branch=master ++ local remote=origin ++ local refopt= ++ case "$reference" in ++ local ref_dir ++ for ref_dir in $url $dir +++ basename https://git-us.linaro.org/toolchain/ci/interesting-commits.git .git ++ ref_dir=interesting-commits ++ ref_dir=/home/tcwg-buildslave/snapshots-ref/interesting-commits.git ++ git -C /home/tcwg-buildslave/snapshots-ref/interesting-commits.git rev-parse --git-dir ++ '[' -d /home/tcwg-buildslave/snapshots-ref/interesting-commits.git ']' ++ for ref_dir in $url $dir +++ basename interesting-commits .git ++ ref_dir=interesting-commits ++ ref_dir=/home/tcwg-buildslave/snapshots-ref/interesting-commits.git ++ git -C /home/tcwg-buildslave/snapshots-ref/interesting-commits.git rev-parse --git-dir ++ '[' -d /home/tcwg-buildslave/snapshots-ref/interesting-commits.git ']' ++ git -C interesting-commits status ++ '[' -d interesting-commits ']' ++ '[' x '!=' x ']' ++ '[' -d interesting-commits ']' ++ rm -f interesting-commits/.git/gc.log ++ git -C interesting-commits config gc.autoDetach false ++ git -C interesting-commits gc --auto --force --prune=all ++ find interesting-commits/.git -name '*.lock' -delete ++ local i ++ for i in am cherry-pick rebase ++ git -C interesting-commits am --abort ++ true ++ for i in am cherry-pick rebase ++ git -C interesting-commits cherry-pick --abort ++ true ++ for i in am cherry-pick rebase ++ git -C interesting-commits rebase --abort ++ true ++ git_set_remote interesting-commits origin https://git-us.linaro.org/toolchain/ci/interesting-commits.git master ++ set -euf -o pipefail ++ local dir=interesting-commits ++ local remote=origin ++ local url=https://git-us.linaro.org/toolchain/ci/interesting-commits.git ++ local single_branch=master ++ git -C interesting-commits remote rm origin ++ git -C interesting-commits remote add -t master origin https://git-us.linaro.org/toolchain/ci/interesting-commits.git +timeout 1h git -C interesting-commits fetch -q origin +refs/heads/master:refs/remotes/origin/master --prune ++ local refspec ++ '[' xmaster = x ']' ++ refspec=+refs/heads/master:refs/remotes/origin/master ++ run_with_timeout_and_retry 1h 3 git -C interesting-commits fetch -q origin +refs/heads/master:refs/remotes/origin/master --prune ++ local duration=1h ++ shift ++ local tries=3 ++ shift ++ local n=0 ++ local ret=0 ++ '[' 0 -eq 3 ']' ++ echo timeout 1h git -C interesting-commits fetch -q origin +refs/heads/master:refs/remotes/origin/master --prune ++ ret=0 ++ wait 176 ++ timeout 1h git -C interesting-commits fetch -q origin +refs/heads/master:refs/remotes/origin/master --prune ++ '[' 0 -eq 0 ']' ++ break ++ return 0 ++ git_checkout interesting-commits master origin ++ set -euf -o pipefail ++ local dir=interesting-commits ++ local ref=master ++ local remote=origin ++ git_clean interesting-commits ++ set -euf -o pipefail ++ local dir=interesting-commits ++ shift ++ fresh_dir interesting-commits 'interesting-commits/.git/*' ++ set -euf -o pipefail ++ local dir=interesting-commits ++ shift 1 +++ dirname interesting-commits/something ++ dir=interesting-commits ++ mkdir -p interesting-commits ++ find_opts=("!" "-path" "$dir") ++ for keep_pattern in "$@" ++ : ++ find_opts+=("!" "-path" "$keep_pattern") +++ dirname 'interesting-commits/.git/*' ++ keep_pattern=interesting-commits/.git ++ '[' xinteresting-commits/.git = xinteresting-commits ']' ++ assert '[' interesting-commits/.git '!=' / -a interesting-commits/.git '!=' . ']' ++ set -euf -o pipefail +x ++ : ++ find_opts+=("!" "-path" "$keep_pattern") +++ dirname interesting-commits/.git ++ keep_pattern=interesting-commits ++ '[' xinteresting-commits = xinteresting-commits ']' ++ break ++ find interesting-commits '!' -path interesting-commits '!' -path 'interesting-commits/.git/*' '!' -path interesting-commits/.git -type d -exec chmod +rwx '{}' ';' ++ chmod -R +rw interesting-commits ++ find interesting-commits '!' -path interesting-commits '!' -path 'interesting-commits/.git/*' '!' -path interesting-commits/.git -delete ++ git -C interesting-commits reset -q --hard ++ local sha1 +++ git_rev_parse interesting-commits master origin +++ set -euf -o pipefail +++ local dir=interesting-commits +++ local ref=master +++ local remote=origin +++ '[' 3 -ge 3 ']' +++ remote=origin +++ git_rev_parse_1 interesting-commits master origin --short +++ set -euf -o pipefail +++ local dir=interesting-commits +++ local ref=master +++ local remote=origin +++ local opts=--short +++ local ret +++ cd interesting-commits +++ local sha1 try_ref +++ case "$ref" in +++ try_ref=refs/remotes/origin/master +++ ret=0 ++++ git rev-parse --short refs/remotes/origin/master +++ sha1=2b74043a +++ '[' 0 -ne 0 ']' +++ echo 2b74043a ++ sha1=2b74043a ++ git -C interesting-commits checkout --detach 2b74043a +Previous HEAD position was c18f47f4 Add entry 4bdc7f7a331f82cca1637388cf68bdc5b32ab43b from https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-stable-allyesconfig-build/45/ +HEAD is now at 2b74043a Add entry 2e31fe431b08b0302e1fa8a1c18ee51adafd41df from https://ci.linaro.org/job/tcwg_gnu_cross_check_gcc--master-arm-build/692/ ++ true ++ git_init_linaro_local_remote interesting-commits baseline ++ set -euf -o pipefail ++ local dir=interesting-commits ++ local remote=baseline ++ local origin_url ++ local new_url +++ git -C interesting-commits remote get-url origin ++ origin_url=https://git-us.linaro.org/toolchain/ci/interesting-commits.git +++ basename https://git-us.linaro.org/toolchain/ci/interesting-commits.git ++ new_url=toolchain/ci/interesting-commits.git ++ case "$new_url" in ++ new_url=ssh://review.linaro.org:29418/toolchain/ci/interesting-commits ++ git_set_remote interesting-commits baseline ssh://review.linaro.org:29418/toolchain/ci/interesting-commits ++ set -euf -o pipefail ++ local dir=interesting-commits ++ local remote=baseline ++ local url=ssh://review.linaro.org:29418/toolchain/ci/interesting-commits ++ local single_branch= ++ git -C interesting-commits remote rm baseline ++ git -C interesting-commits remote add baseline ssh://review.linaro.org:29418/toolchain/ci/interesting-commits ++ local jira_dir jira_key= +++ interesting_subdir linux 9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 +++ local dir=linux/sha1 +++ '[' 2 -ge 2 ']' +++ dir=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 +++ '[' 2 -ge 3 ']' +++ '[' 2 -ge 4 ']' +++ echo linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 ++ jira_dir=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 +Fetching origin ++ jira_dir=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/jira ++ '[' init = full ']' ++ true ++ git -C interesting-commits remote update -p +Fetching baseline +From ssh://review.linaro.org:29418/toolchain/ci/interesting-commits + * [new branch] empty -> baseline/empty + * [new branch] linaro-local/ci/tcwg_bmk_gnu_apm -> baseline/linaro-local/ci/tcwg_bmk_gnu_apm + * [new branch] linaro-local/ci/tcwg_bmk_gnu_eabi_stm32 -> baseline/linaro-local/ci/tcwg_bmk_gnu_eabi_stm32 + * [new branch] linaro-local/ci/tcwg_bmk_gnu_sq -> baseline/linaro-local/ci/tcwg_bmk_gnu_sq + * [new branch] linaro-local/ci/tcwg_bmk_gnu_tk1 -> baseline/linaro-local/ci/tcwg_bmk_gnu_tk1 + * [new branch] linaro-local/ci/tcwg_bmk_gnu_tx1 -> baseline/linaro-local/ci/tcwg_bmk_gnu_tx1 + * [new branch] linaro-local/ci/tcwg_bmk_llvm_apm -> baseline/linaro-local/ci/tcwg_bmk_llvm_apm + * [new branch] linaro-local/ci/tcwg_bmk_llvm_tk1 -> baseline/linaro-local/ci/tcwg_bmk_llvm_tk1 + * [new branch] linaro-local/ci/tcwg_bmk_llvm_tx1 -> baseline/linaro-local/ci/tcwg_bmk_llvm_tx1 + * [new branch] linaro-local/ci/tcwg_gcc_bootstrap -> baseline/linaro-local/ci/tcwg_gcc_bootstrap + * [new branch] linaro-local/ci/tcwg_gcc_check -> baseline/linaro-local/ci/tcwg_gcc_check + * [new branch] linaro-local/ci/tcwg_gcc_check_bootstrap -> baseline/linaro-local/ci/tcwg_gcc_check_bootstrap + * [new branch] linaro-local/ci/tcwg_gnu_cross_build -> baseline/linaro-local/ci/tcwg_gnu_cross_build + * [new branch] linaro-local/ci/tcwg_gnu_cross_check_gcc -> baseline/linaro-local/ci/tcwg_gnu_cross_check_gcc + * [new branch] linaro-local/ci/tcwg_gnu_native_build -> baseline/linaro-local/ci/tcwg_gnu_native_build + * [new branch] linaro-local/ci/tcwg_gnu_native_check_binutils -> baseline/linaro-local/ci/tcwg_gnu_native_check_binutils + * [new branch] linaro-local/ci/tcwg_gnu_native_check_gcc -> baseline/linaro-local/ci/tcwg_gnu_native_check_gcc + * [new branch] linaro-local/ci/tcwg_gnu_native_check_gdb -> baseline/linaro-local/ci/tcwg_gnu_native_check_gdb + * [new branch] linaro-local/ci/tcwg_kernel -> baseline/linaro-local/ci/tcwg_kernel + * [new branch] linaro-local/test -> baseline/linaro-local/test + * [new branch] main -> baseline/main + * [new branch] master -> baseline/master ++ git_clean interesting-commits refs/remotes/origin/master ++ set -euf -o pipefail ++ local dir=interesting-commits ++ shift ++ fresh_dir interesting-commits 'interesting-commits/.git/*' ++ set -euf -o pipefail ++ local dir=interesting-commits ++ shift 1 +++ dirname interesting-commits/something ++ dir=interesting-commits ++ mkdir -p interesting-commits ++ find_opts=("!" "-path" "$dir") ++ for keep_pattern in "$@" ++ : ++ find_opts+=("!" "-path" "$keep_pattern") +++ dirname 'interesting-commits/.git/*' ++ keep_pattern=interesting-commits/.git ++ '[' xinteresting-commits/.git = xinteresting-commits ']' ++ assert '[' interesting-commits/.git '!=' / -a interesting-commits/.git '!=' . ']' ++ set -euf -o pipefail +x ++ : ++ find_opts+=("!" "-path" "$keep_pattern") +++ dirname interesting-commits/.git ++ keep_pattern=interesting-commits ++ '[' xinteresting-commits = xinteresting-commits ']' ++ break ++ find interesting-commits '!' -path interesting-commits '!' -path 'interesting-commits/.git/*' '!' -path interesting-commits/.git -type d -exec chmod +rwx '{}' ';' ++ chmod -R +rw interesting-commits ++ find interesting-commits '!' -path interesting-commits '!' -path 'interesting-commits/.git/*' '!' -path interesting-commits/.git -delete ++ git -C interesting-commits reset -q --hard refs/remotes/origin/master +# update_interesting_commits ++ '[' '' '!=' '' ']' ++ update_interesting_commits init ++ echo '# update_interesting_commits' ++ local stage=init ++ local subdir +++ interesting_subdir linux 9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 +++ local dir=linux/sha1 +++ '[' 2 -ge 2 ']' +++ dir=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 +++ '[' 2 -ge 3 ']' +++ '[' 2 -ge 4 ']' +++ echo linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 ++ subdir=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 ++ '[' -d interesting-commits/linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 ']' ++ mkdir interesting-commits/linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 ++ get_current_manifest BUILD_URL ++ get_manifest artifacts/manifest.sh BUILD_URL ++ set +x ++ git -C interesting-commits add linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/first_url +++ interesting_subdir linux 9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 tcwg_kernel llvm-master-arm-next-allmodconfig +++ local dir=linux/sha1 +++ '[' 4 -ge 2 ']' +++ dir=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 +++ '[' 4 -ge 3 ']' +++ dir=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel +++ '[' 4 -ge 4 ']' +++ dir=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/llvm-master-arm-next-allmodconfig +++ echo linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/llvm-master-arm-next-allmodconfig ++ subdir=linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/llvm-master-arm-next-allmodconfig ++ mkdir -p interesting-commits/linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/llvm-master-arm-next-allmodconfig ++ get_current_manifest BUILD_URL ++ get_manifest artifacts/manifest.sh BUILD_URL ++ set +x ++ echo 33d1971ea18722121dd0f18445493d9e395d6434 ++ git -C interesting-commits add linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/llvm-master-arm-next-allmodconfig/build_url linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/llvm-master-arm-next-allmodconfig/last_good ++ '[' init '!=' full ']' + return +++ get_current_manifest BUILD_URL +++ get_manifest artifacts/manifest.sh BUILD_URL +++ set +x ++ git -C interesting-commits commit -m 'Add entry 9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 from https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/97/' +[detached HEAD 89d4317a] Add entry 9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0 from https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allmodconfig-build/97/ + 3 files changed, 3 insertions(+) + create mode 100644 linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/first_url + create mode 100644 linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/llvm-master-arm-next-allmodconfig/build_url + create mode 100644 linux/sha1/9ab10cbd65379b0b1b3ab615a4a335c50eeff8f0/tcwg_kernel/llvm-master-arm-next-allmodconfig/last_good ++ wait 9191 ++ git -C interesting-commits push baseline HEAD:refs/heads/master +remote: remote: Processing changes: (\) remote: Processing changes: refs: 1 (\) remote: Processing changes: refs: 1, done +remote: commit 89d4317: warning: subject >70 characters; use shorter first paragraph +remote: commit 89d4317: warning: too many message lines longer than 80 characters; manually wrap lines +To ssh://review.linaro.org:29418/toolchain/ci/interesting-commits + 2b74043a..89d4317a HEAD -> master ++ break +Init stage ran successfully. + '[' init '!=' full ']' + echo 'Init stage ran successfully.' + exit 0 -b81c8320ba1059af0476a58a645cde2ff235c8fb80c957711174b05b9d886b50 +23dda8e92ef77b030a667a97da3028c121413e82860348b02fdc3c00aea4eb38 diff --git a/notify/summary.txt b/notify/summary.txt index 3582111..7f1cdaa 100644 --- a/notify/summary.txt +++ b/notify/summary.txt @@ -1 +1 @@ -Success +Failure diff --git a/results b/results index 572f57b..4bfdf7b 100644 --- a/results +++ b/results @@ -7,8 +7,12 @@ # build_abe qemu: -2 # linux_n_obj: -32477 -# linux build successful: -all -# linux boot successful: -boot +23484 +# First few build errors in logs: + +# 00:17:02 fs/btrfs/extent_io.c:230:16: error: variable 'pages_processed' set but not used [-Werror,-Wunused-but-set-variable] +# 00:17:02 make[4]: *** [scripts/Makefile.build:243: fs/btrfs/extent_io.o] Error 1 +# 00:20:13 make[3]: *** [scripts/Makefile.build:480: fs/btrfs] Error 2 +# 00:23:12 make[2]: *** [scripts/Makefile.build:480: fs] Error 2 +# 00:33:01 make[1]: *** [/home/tcwg-buildslave/workspace/tcwg_kernel_0/linux/Makefile:2032: .] Error 2 +# 00:33:01 make: *** [Makefile:234: __sub-make] Error 2 -- cgit v1.2.3