From 7e3ce19216ce2c305ba34877248f99288656746e Mon Sep 17 00:00:00 2001 From: TCWG BuildSlave Date: Thu, 13 Jul 2023 19:45:25 +0000 Subject: force: #78: : [TCWG CI] https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allyesconfig-build/78/ Results : | # reset_artifacts: | -10 | # build_abe binutils: | -9 | # build_kernel_llvm: | -5 | # build_abe qemu: | -2 | # linux_n_obj: | 33 | # First few build errors in logs: | | # 00:00:44 clang: error: unable to execute command: Aborted (core dumped) | # 00:00:44 clang: error: clang frontend command failed due to signal (use -v to see invocation) | # 00:00:44 make[2]: *** [scripts/Makefile.host:110: scripts/sorttable] Error 1 | # 00:00:44 make[1]: *** [/home/tcwg-buildslave/workspace/tcwg_kernel_1/linux/Makefile:1259: scripts] Error 2 | # 00:00:46 make: *** [Makefile:234: __sub-make] Error 2 check_regression status : 1 --- notify/jira/comments.txt | 9 +- notify/jira/description | 22 + notify/jira/key | 1 + notify/jira/summary | 1 + notify/jira/yaml | 27 ++ notify/mail-body.txt | 59 ++- notify/mail-recipients.txt | 1 + notify/mail-subject.txt | 2 +- notify/notify-full.log | 1059 ++++++++++++++++++++++++++++++++++++++------ notify/notify-init.log | 346 +++++++++++++-- notify/summary.txt | 2 +- 11 files changed, 1337 insertions(+), 192 deletions(-) create mode 100644 notify/jira/description create mode 100644 notify/jira/key create mode 100644 notify/jira/summary create mode 100644 notify/jira/yaml (limited to 'notify') diff --git a/notify/jira/comments.txt b/notify/jira/comments.txt index ca6b2d8..a57213e 100644 --- a/notify/jira/comments.txt +++ b/notify/jira/comments.txt @@ -1,3 +1,8 @@ +[LLVM-901] +Failure +Details: https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allyesconfig-build/78/artifact/artifacts/jenkins/mail-body.txt/*view*/ + [LLVM-646] -Success -Details: https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allyesconfig-build/77/artifact/artifacts/jenkins/mail-body.txt/*view*/ +https://linaro.atlassian.net/browse/LLVM-901 +Failure +Details: https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allyesconfig-build/78/artifact/artifacts/jenkins/mail-body.txt/*view*/ diff --git a/notify/jira/description b/notify/jira/description new file mode 100644 index 0000000..4e463c4 --- /dev/null +++ b/notify/jira/description @@ -0,0 +1,22 @@ +Status of llvmorg-17-init-17337-g2c64226d8417 commit for tcwg_kernel: +commit 2c64226d84174dd1d9f93e1884c1b0bd432f89b5 +Author: XinWang10 + + [X86]Remove TEST in AND32ri+TEST16rr in peephole-opt + +* tcwg_kernel +** llvm-master-aarch64-mainline-allnoconfig +*** Failure +*** https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-mainline-allnoconfig-build/40/ +** llvm-master-aarch64-next-allnoconfig +*** Failure +*** https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-next-allnoconfig-build/39/ +** llvm-master-aarch64-stable-allnoconfig +*** Failure +*** https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-stable-allnoconfig-build/39/ +** llvm-master-arm-lts-defconfig +*** Failure +*** https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-lts-defconfig-build/38/ +** llvm-master-arm-next-allyesconfig +*** Failure +*** https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allyesconfig-build/78/ diff --git a/notify/jira/key b/notify/jira/key new file mode 100644 index 0000000..9cceb72 --- /dev/null +++ b/notify/jira/key @@ -0,0 +1 @@ +LLVM-901 diff --git a/notify/jira/summary b/notify/jira/summary new file mode 100644 index 0000000..848859a --- /dev/null +++ b/notify/jira/summary @@ -0,0 +1 @@ +llvmorg-17-init-17337-g2c64226d8417 diff --git a/notify/jira/yaml b/notify/jira/yaml new file mode 100644 index 0000000..0c88aa7 --- /dev/null +++ b/notify/jira/yaml @@ -0,0 +1,27 @@ +- Project: LLVM + IssueType: Sub-task + Key: LLVM-901 + Summary: llvmorg-17-init-17337-g2c64226d8417 + Description: | + Status of llvmorg-17-init-17337-g2c64226d8417 commit for tcwg_kernel: + commit 2c64226d84174dd1d9f93e1884c1b0bd432f89b5 + Author: XinWang10 + + [X86]Remove TEST in AND32ri+TEST16rr in peephole-opt + + * tcwg_kernel + ** llvm-master-aarch64-mainline-allnoconfig + *** Failure + *** https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-mainline-allnoconfig-build/40/ + ** llvm-master-aarch64-next-allnoconfig + *** Failure + *** https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-next-allnoconfig-build/39/ + ** llvm-master-aarch64-stable-allnoconfig + *** Failure + *** https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-stable-allnoconfig-build/39/ + ** llvm-master-arm-lts-defconfig + *** Failure + *** https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-lts-defconfig-build/38/ + ** llvm-master-arm-next-allyesconfig + *** Failure + *** https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allyesconfig-build/78/ diff --git a/notify/mail-body.txt b/notify/mail-body.txt index 2a6a045..6edf34b 100644 --- a/notify/mail-body.txt +++ b/notify/mail-body.txt @@ -1,13 +1,17 @@ -[TCWG-CI] Success after llvm commit: 54 commits in llvm +[TCWG-CI] Failure after llvm commit: llvmorg-17-init-17337-g2c64226d8417 [X86]Remove TEST in AND32ri+TEST16rr in peephole-opt In CI config tcwg_kernel/llvm-master-arm-next-allyesconfig after: - | llvm commits: - | 8542d8f3cdc269f3dd786cc88606f0cf39174665 [Attributor][FIX] Ensure the function manager cache is updated - | f3bd221adc2f08d968ad500ec98d44d423847e21 [NFC] clang-format attributor related files - | 900b665371000ae2e2393a95f6e8f769d3e89d3b [Attributor] Avoid running trivial AA initializers - | ab513fe63b5f9f36d070fe23745702cc7879c896 [Attributor] Ensure call sites with missing callees are tracked - | 544b4c6d522fa78f65eb850160c0380a0100250d [BOLT] Fix unused-variable warnings - | ... and 49 more + | commit 2c64226d84174dd1d9f93e1884c1b0bd432f89b5 + | Author: XinWang10 + | Date: Sun Jul 9 23:21:02 2023 -0400 + | + | [X86]Remove TEST in AND32ri+TEST16rr in peephole-opt + | + | Previously we remove a pattern like: + | %reg = and32ri %in_reg, 5 + | ... // EFLAGS not changed. + | %src_reg = subreg_to_reg 0, %reg, %subreg.sub_index + | ... 12 lines of the commit log omitted. Results changed to # reset_artifacts: @@ -19,9 +23,14 @@ Results changed to # build_abe qemu: -2 # linux_n_obj: -21350 -# linux build successful: -all +33 +# First few build errors in logs: + +# 00:00:44 clang: error: unable to execute command: Aborted (core dumped) +# 00:00:44 clang: error: clang frontend command failed due to signal (use -v to see invocation) +# 00:00:44 make[2]: *** [scripts/Makefile.host:110: scripts/sorttable] Error 1 +# 00:00:44 make[1]: *** [/home/tcwg-buildslave/workspace/tcwg_kernel_1/linux/Makefile:1259: scripts] Error 2 +# 00:00:46 make: *** [Makefile:234: __sub-make] Error 2 From # reset_artifacts: @@ -42,6 +51,30 @@ all -----------------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-allyesconfig-build/77/artifact/artifacts -Reference build : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allyesconfig-build/76/artifact/artifacts +Current build : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allyesconfig-build/78/artifact/artifacts +Reference build : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allyesconfig-build/77/artifact/artifacts + +Reproduce last good and first bad builds: https://git.linaro.org/toolchain/ci/interesting-commits.git/plain/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/reproduction_instructions.txt + +Full commit : https://github.com/llvm/llvm-project/commit/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 + +Latest bug report status : https://linaro.atlassian.net/browse/LLVM-646 + +List of configurations that regressed due to this commit : +* tcwg_kernel +** llvm-master-aarch64-mainline-allnoconfig +*** Failure +*** https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-mainline-allnoconfig-build/40/ +** llvm-master-aarch64-next-allnoconfig +*** Failure +*** https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-next-allnoconfig-build/39/ +** llvm-master-aarch64-stable-allnoconfig +*** Failure +*** https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-stable-allnoconfig-build/39/ +** llvm-master-arm-lts-defconfig +*** Failure +*** https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-lts-defconfig-build/38/ +** llvm-master-arm-next-allyesconfig +*** Failure +*** https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allyesconfig-build/78/ diff --git a/notify/mail-recipients.txt b/notify/mail-recipients.txt index e69de29..aa219ef 100644 --- a/notify/mail-recipients.txt +++ b/notify/mail-recipients.txt @@ -0,0 +1 @@ +bcc:tcwg-validation@linaro.org diff --git a/notify/mail-subject.txt b/notify/mail-subject.txt index 23d8993..b22cc74 100644 --- a/notify/mail-subject.txt +++ b/notify/mail-subject.txt @@ -1 +1 @@ -[TCWG-CI] Success after llvm commit: 54 commits in llvm +[TCWG-CI] Failure after llvm commit: llvmorg-17-init-17337-g2c64226d8417 [X86]Remove TEST in AND32ri+TEST16rr in peephole-opt diff --git a/notify/notify-full.log b/notify/notify-full.log index a6f4c27..cfa42de 100644 --- a/notify/notify-full.log +++ b/notify/notify-full.log @@ -1,6 +1,6 @@ MOUNTS: /home/tcwg-buildslave/workspace/tcwg_kernel_1:/home/tcwg-buildslave/workspace/tcwg_kernel_1 /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 Thu Jul 13 07:35:16 PM UTC 2023 -ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 77-tcwg_kernel--llvm-master-arm-next-allyesconfig-build -dtP -v /home/tcwg-buildslave/workspace/tcwg_kernel_1:/home/tcwg-buildslave/workspace/tcwg_kernel_1 -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 --cap-add=SYS_PTRACE --security-opt seccomp:unconfined --memory=64000M --pids-limit=5000 --cpu-shares=1000 --cpuset-cpus 0-31 linaro/ci-amd64-tcwg-build-ubuntu:jammy +DEBUG: starting docker on build-08.tcwglab from build-08, date Thu Jul 13 07:44:17 PM UTC 2023 +ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 78-tcwg_kernel--llvm-master-arm-next-allyesconfig-build -dtP -v /home/tcwg-buildslave/workspace/tcwg_kernel_1:/home/tcwg-buildslave/workspace/tcwg_kernel_1 -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 --cap-add=SYS_PTRACE --security-opt seccomp:unconfined --memory=64000M --pids-limit=5000 --cpu-shares=1000 --cpuset-cpus 0-31 linaro/ci-amd64-tcwg-build-ubuntu:jammy /home/tcwg-buildslave/workspace/tcwg_kernel_1/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 77-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-allyesconfig-build/76/ +# Baseline : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allyesconfig-build/77/ # Using dir : base-artifacts ++ set +x + ci_config=llvm-master-arm-next-allyesconfig @@ -30,15 +30,15 @@ ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 77-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-allyesconfig-build/76/' ++ echo '# Baseline : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allyesconfig-build/77/' + 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-allyesconfig-build/77/ +# Artifacts : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allyesconfig-build/78/ # Using dir : artifacts -+ echo '# Artifacts : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allyesconfig-build/77/' ++ echo '# Artifacts : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allyesconfig-build/78/' + echo '# Using dir : artifacts' + echo '' + mkdir -p artifacts/notify @@ -62,7 +62,7 @@ ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 77-tcwg_ +++ for c in ${rr[components]} +++ '[' xbaseline '!=' xbaseline ']' +++ for c in ${rr[components]} -+++ '[' xhttps://github.com/llvm/llvm-project.git#8542d8f3cdc269f3dd786cc88606f0cf39174665 '!=' xbaseline ']' ++++ '[' xhttps://github.com/llvm/llvm-project.git#2c64226d84174dd1d9f93e1884c1b0bd432f89b5 '!=' xbaseline ']' +++ echo -ne llvm +++ delim=' ' +++ for c in ${rr[components]} @@ -82,7 +82,7 @@ ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 77-tcwg_ +++ assert_with_msg 'ERROR: No llvm_rev in baseline git' '[' -f base-artifacts/git/llvm_rev ']' +++ set -euf -o pipefail +x +++ cat base-artifacts/git/llvm_rev -++ '[' x8542d8f3cdc269f3dd786cc88606f0cf39174665 '!=' x0f9f95146a7fc6fa4f9bc3c1aa2a23386f521dac ']' +++ '[' x2c64226d84174dd1d9f93e1884c1b0bd432f89b5 '!=' x8542d8f3cdc269f3dd786cc88606f0cf39174665 ']' ++ echo -ne llvm ++ delim=' ' ++ echo @@ -95,14 +95,14 @@ ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 77-tcwg_ ++ assert_with_msg 'ERROR: No llvm_rev in current git' '[' -f artifacts/git/llvm_rev ']' ++ set -euf -o pipefail +x ++ cat artifacts/git/llvm_rev -+ first_bad=8542d8f3cdc269f3dd786cc88606f0cf39174665 ++ first_bad=2c64226d84174dd1d9f93e1884c1b0bd432f89b5 ++ get_baseline_git llvm_rev ++ set -euf -o pipefail ++ local base_artifacts=base-artifacts ++ assert_with_msg 'ERROR: No llvm_rev in baseline git' '[' -f base-artifacts/git/llvm_rev ']' ++ set -euf -o pipefail +x ++ cat base-artifacts/git/llvm_rev -+ last_good=0f9f95146a7fc6fa4f9bc3c1aa2a23386f521dac ++ last_good=8542d8f3cdc269f3dd786cc88606f0cf39174665 + local res + res=0 + wait 106 @@ -119,22 +119,22 @@ ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 77-tcwg_ ++ assert_with_msg 'ERROR: No llvm_rev in baseline git' '[' -f base-artifacts/git/llvm_rev ']' ++ set -euf -o pipefail +x ++ cat base-artifacts/git/llvm_rev -+ base_rev=0f9f95146a7fc6fa4f9bc3c1aa2a23386f521dac ++ base_rev=8542d8f3cdc269f3dd786cc88606f0cf39174665 ++ get_current_git llvm_rev ++ set -euf -o pipefail ++ assert_with_msg 'ERROR: No llvm_rev in current git' '[' -f artifacts/git/llvm_rev ']' ++ set -euf -o pipefail +x ++ cat artifacts/git/llvm_rev -+ cur_rev=8542d8f3cdc269f3dd786cc88606f0cf39174665 -++ git -C llvm rev-parse '8542d8f3cdc269f3dd786cc88606f0cf39174665^@' ++ cur_rev=2c64226d84174dd1d9f93e1884c1b0bd432f89b5 # Debug traces : -# change_kind=single_component : llvm +# change_kind=single_commit : llvm +++ git -C llvm rev-parse '2c64226d84174dd1d9f93e1884c1b0bd432f89b5^@' + for sha1 in $(git -C "$c" rev-parse "$cur_rev^@") -+ '[' f3bd221adc2f08d968ad500ec98d44d423847e21 = 0f9f95146a7fc6fa4f9bc3c1aa2a23386f521dac ']' -+ return 1 -+ change_kind=single_component ++ '[' 8542d8f3cdc269f3dd786cc88606f0cf39174665 = 8542d8f3cdc269f3dd786cc88606f0cf39174665 ']' ++ return 0 ++ change_kind=single_commit + echo '# Debug traces :' -+ echo '# change_kind=single_component : llvm' ++ echo '# change_kind=single_commit : llvm' + for c in "${changed_components[@]}" ++ get_baseline_git llvm_rev ++ set -euf -o pipefail @@ -142,26 +142,25 @@ ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 77-tcwg_ ++ assert_with_msg 'ERROR: No llvm_rev in baseline git' '[' -f base-artifacts/git/llvm_rev ']' ++ set -euf -o pipefail +x ++ cat base-artifacts/git/llvm_rev -+ base_rev=0f9f95146a7fc6fa4f9bc3c1aa2a23386f521dac ++ base_rev=8542d8f3cdc269f3dd786cc88606f0cf39174665 ++ get_current_git llvm_rev ++ set -euf -o pipefail ++ assert_with_msg 'ERROR: No llvm_rev in current git' '[' -f artifacts/git/llvm_rev ']' ++ set -euf -o pipefail +x ++ cat artifacts/git/llvm_rev -+ cur_rev=8542d8f3cdc269f3dd786cc88606f0cf39174665 -++ git -C llvm rev-list --count 0f9f95146a7fc6fa4f9bc3c1aa2a23386f521dac..8542d8f3cdc269f3dd786cc88606f0cf39174665 -# rev for llvm : 0f9f95146a7fc6fa4f9bc3c1aa2a23386f521dac..8542d8f3cdc269f3dd786cc88606f0cf39174665 (54 commits) ++ cur_rev=2c64226d84174dd1d9f93e1884c1b0bd432f89b5 +++ git -C llvm rev-list --count 8542d8f3cdc269f3dd786cc88606f0cf39174665..2c64226d84174dd1d9f93e1884c1b0bd432f89b5 +# rev for llvm : 8542d8f3cdc269f3dd786cc88606f0cf39174665..2c64226d84174dd1d9f93e1884c1b0bd432f89b5 (1 commits) -# generate_extra_details -+ c_commits=54 -+ echo '# rev for llvm : 0f9f95146a7fc6fa4f9bc3c1aa2a23386f521dac..8542d8f3cdc269f3dd786cc88606f0cf39174665 (54 commits)' ++ c_commits=1 ++ echo '# rev for llvm : 8542d8f3cdc269f3dd786cc88606f0cf39174665..2c64226d84174dd1d9f93e1884c1b0bd432f89b5 (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 ']' +# generate_extra_details ++ '[' xonregression == xonregression ']' ++ '[' 1 = 0 ']' ++ '[' single_commit '!=' single_commit ']' + generate_dashboard=false + post_dashboard=false + print_commits_f=print_commits @@ -177,25 +176,740 @@ ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 77-tcwg_ + 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 178 ++ 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=728d4f77 +++ '[' 0 -ne 0 ']' +++ echo 728d4f77 ++ sha1=728d4f77 ++ git -C interesting-commits checkout --detach 728d4f77 +HEAD is now at 728d4f77 Add entry 2c64226d84174dd1d9f93e1884c1b0bd432f89b5 from https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allyesconfig-build/78/ ++ 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 llvm 2c64226d84174dd1d9f93e1884c1b0bd432f89b5 +++ local dir=llvm/sha1 +++ '[' 2 -ge 2 ']' +++ dir=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 +++ '[' 2 -ge 3 ']' +++ '[' 2 -ge 4 ']' +++ echo llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 ++ jira_dir=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 ++ jira_dir=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/jira +Fetching origin ++ '[' 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 llvm 2c64226d84174dd1d9f93e1884c1b0bd432f89b5 +++ local dir=llvm/sha1 +++ '[' 2 -ge 2 ']' +++ dir=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 +++ '[' 2 -ge 3 ']' +++ '[' 2 -ge 4 ']' +++ echo llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 ++ subdir=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 ++ '[' -d interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 ']' +++ interesting_subdir llvm 2c64226d84174dd1d9f93e1884c1b0bd432f89b5 tcwg_kernel llvm-master-arm-next-allyesconfig +++ local dir=llvm/sha1 +++ '[' 4 -ge 2 ']' +++ dir=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 +++ '[' 4 -ge 3 ']' +++ dir=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel +++ '[' 4 -ge 4 ']' +++ dir=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig +++ echo llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig ++ subdir=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig ++ mkdir -p interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig ++ get_current_manifest BUILD_URL ++ get_manifest artifacts/manifest.sh BUILD_URL ++ set +x ++ echo 8542d8f3cdc269f3dd786cc88606f0cf39174665 ++ git -C interesting-commits add llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig/build_url llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig/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 2c64226d84174dd1d9f93e1884c1b0bd432f89b5 from https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allyesconfig-build/78/' +HEAD detached from ac88d1d5 +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 -+ post_interesting_commits full ++ '[' xsingle_commit '!=' xsingle_commit ']' ++ local isubdir +++ interesting_subdir llvm 2c64226d84174dd1d9f93e1884c1b0bd432f89b5 +++ local dir=llvm/sha1 +++ '[' 2 -ge 2 ']' +++ dir=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 +++ '[' 2 -ge 3 ']' +++ '[' 2 -ge 4 ']' +++ echo llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 ++ isubdir=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 ++ '[' -f interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/first_url ']' ++ local first_url +++ cat interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/first_url ++ first_url=https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-next-allnoconfig-build/39/ # post_interesting_commits +++ get_current_manifest BUILD_URL +++ get_manifest artifacts/manifest.sh BUILD_URL +++ set +x ++ '[' https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-next-allnoconfig-build/39/ = https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allyesconfig-build/78/ ']' ++ post_interesting_commits full + 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 9377 ++ 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=728d4f77 +++ '[' 0 -ne 0 ']' +++ echo 728d4f77 ++ sha1=728d4f77 ++ git -C interesting-commits checkout --detach 728d4f77 +HEAD is now at 728d4f77 Add entry 2c64226d84174dd1d9f93e1884c1b0bd432f89b5 from https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allyesconfig-build/78/ ++ 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 llvm 2c64226d84174dd1d9f93e1884c1b0bd432f89b5 +++ local dir=llvm/sha1 +++ '[' 2 -ge 2 ']' +++ dir=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 +++ '[' 2 -ge 3 ']' +++ '[' 2 -ge 4 ']' +++ echo llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 ++ jira_dir=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 ++ jira_dir=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/jira ++ '[' full = full ']' ++ true +Fetching origin ++ false ++ 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 full ++ echo '# update_interesting_commits' ++ local stage=full ++ local subdir +++ interesting_subdir llvm 2c64226d84174dd1d9f93e1884c1b0bd432f89b5 +++ local dir=llvm/sha1 +++ '[' 2 -ge 2 ']' +++ dir=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 +++ '[' 2 -ge 3 ']' +++ '[' 2 -ge 4 ']' +++ echo llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 ++ subdir=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 ++ '[' -d interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 ']' +++ interesting_subdir llvm 2c64226d84174dd1d9f93e1884c1b0bd432f89b5 tcwg_kernel llvm-master-arm-next-allyesconfig +++ local dir=llvm/sha1 +++ '[' 4 -ge 2 ']' +++ dir=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 +++ '[' 4 -ge 3 ']' +++ dir=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel +++ '[' 4 -ge 4 ']' +++ dir=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig +++ echo llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig ++ subdir=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig ++ mkdir -p interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig ++ get_current_manifest BUILD_URL ++ get_manifest artifacts/manifest.sh BUILD_URL ++ set +x ++ echo 8542d8f3cdc269f3dd786cc88606f0cf39174665 ++ git -C interesting-commits add llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig/build_url llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig/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 llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig/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-allyesconfig-build/78/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-allyesconfig-build/77/artifact/artifacts ++ cat ++ git -C interesting-commits add llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig/reproduction_instructions.txt ++ local commit_file=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig/../../commit-log.txt ++ local describe +++ describe_sha1 llvm 2c64226d84174dd1d9f93e1884c1b0bd432f89b5 true +++ local component=llvm +++ local sha1=2c64226d84174dd1d9f93e1884c1b0bd432f89b5 +++ local anything=true +++ match=() +++ local -a match +++ case "$component" in +++ git -C llvm describe 2c64226d84174dd1d9f93e1884c1b0bd432f89b5 ++ describe=llvmorg-17-init-17337-g2c64226d8417 ++ cat +++ git -C llvm log -n1 --pretty=short 2c64226d84174dd1d9f93e1884c1b0bd432f89b5 ++ git -C interesting-commits add llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig/../../commit-log.txt ++ local ci_config ++ local status=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig/../status.txt ++ read ci_config +++ cd interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig/.. +++ ls ++ '[' -f interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig/../llvm-master-aarch64-mainline-allnoconfig/summary.txt ']' ++ echo '* llvm-master-aarch64-mainline-allnoconfig' ++ cat interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig/../llvm-master-aarch64-mainline-allnoconfig/summary.txt ++ sed 's/^/** /' ++ cat interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig/../llvm-master-aarch64-mainline-allnoconfig/build_url ++ read ci_config ++ '[' -f interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig/../llvm-master-aarch64-next-allnoconfig/summary.txt ']' ++ echo '* llvm-master-aarch64-next-allnoconfig' ++ cat interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig/../llvm-master-aarch64-next-allnoconfig/summary.txt ++ sed 's/^/** /' ++ cat interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig/../llvm-master-aarch64-next-allnoconfig/build_url ++ read ci_config ++ '[' -f interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig/../llvm-master-aarch64-stable-allnoconfig/summary.txt ']' ++ echo '* llvm-master-aarch64-stable-allnoconfig' ++ cat interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig/../llvm-master-aarch64-stable-allnoconfig/summary.txt ++ sed 's/^/** /' ++ cat interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig/../llvm-master-aarch64-stable-allnoconfig/build_url ++ read ci_config ++ '[' -f interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig/../llvm-master-arm-lts-defconfig/summary.txt ']' ++ echo '* llvm-master-arm-lts-defconfig' ++ cat interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig/../llvm-master-arm-lts-defconfig/summary.txt ++ sed 's/^/** /' ++ cat interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig/../llvm-master-arm-lts-defconfig/build_url ++ read ci_config ++ '[' -f interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig/../llvm-master-arm-next-allyesconfig/summary.txt ']' ++ echo '* llvm-master-arm-next-allyesconfig' ++ cat interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig/../llvm-master-arm-next-allyesconfig/summary.txt ++ sed 's/^/** /' ++ cat interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig/../llvm-master-arm-next-allyesconfig/build_url ++ read ci_config ++ '[' -f interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig/../status.txt/summary.txt ']' ++ continue ++ read ci_config ++ git -C interesting-commits add llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig/../status.txt ++ local ci_project ++ status=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig/../../status.txt ++ read ci_project +++ cd interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig/../.. +++ ls ++ '[' -f interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig/../../commit-log.txt/status.txt ']' ++ continue ++ read ci_project ++ '[' -f interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig/../../first_url/status.txt ']' ++ continue ++ read ci_project ++ '[' -f interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig/../../jira/status.txt ']' ++ continue ++ read ci_project ++ '[' -f interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig/../../status.txt/status.txt ']' ++ continue ++ read ci_project ++ '[' -f interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig/../../tcwg_kernel/status.txt ']' ++ echo '* tcwg_kernel' ++ cat interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig/../../tcwg_kernel/status.txt ++ sed 's/^/*/' ++ read ci_project ++ git -C interesting-commits add llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig/../../status.txt +++ interesting_subdir llvm 2c64226d84174dd1d9f93e1884c1b0bd432f89b5 +++ local dir=llvm/sha1 +++ '[' 2 -ge 2 ']' +++ dir=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 +++ '[' 2 -ge 3 ']' +++ '[' 2 -ge 4 ']' +++ echo llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 ++ subdir=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 ++ true ++ echo llvmorg-17-init-17337-g2c64226d8417 ++ git -C interesting-commits add llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/jira/summary ++ cat +++ cat interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/commit-log.txt +++ cat interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/status.txt ++ git -C interesting-commits add llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/jira/description +# update_jira_card ++ update_jira_card ++ set -euf -o pipefail ++ echo '# update_jira_card' ++ local jira_dir yaml +++ interesting_subdir llvm 2c64226d84174dd1d9f93e1884c1b0bd432f89b5 +++ local dir=llvm/sha1 +++ '[' 2 -ge 2 ']' +++ dir=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 +++ '[' 2 -ge 3 ']' +++ '[' 2 -ge 4 ']' +++ echo llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 ++ jira_dir=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 ++ jira_dir=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/jira ++ '[' -f interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/jira/key ']' ++ local key project +++ cat interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/jira/key ++ key=LLVM-901 ++ project=LLVM ++ yaml=interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/jira/yaml ++ cat ++ '[' -f interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/jira/summary ']' ++ cat +++ cat interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/jira/summary ++ '[' -f interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/jira/description ']' ++ cat ++ sed -e 's/^/ /' interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/jira/description ++ git -C interesting-commits add llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/jira/yaml +++ describe_sha1 llvm 2c64226d84174dd1d9f93e1884c1b0bd432f89b5 false +++ local component=llvm +++ local sha1=2c64226d84174dd1d9f93e1884c1b0bd432f89b5 +++ local anything=false +++ match=() +++ local -a match +++ case "$component" in +++ git -C llvm describe 2c64226d84174dd1d9f93e1884c1b0bd432f89b5 ++ describe=llvmorg-17-init-17337-g2c64226d8417 ++ '[' llvmorg-17-init-17337-g2c64226d8417 '!=' '' ']' ++ local d +++ dirname llvmorg-17-init-17337-g2c64226d8417 ++ d=. ++ mkdir -p interesting-commits/llvm/. ++ local symlink= ++ '[' . '!=' . ']' ++ symlink=sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 ++ rm -f interesting-commits/llvm/llvmorg-17-init-17337-g2c64226d8417 ++ ln -s sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 interesting-commits/llvm/llvmorg-17-init-17337-g2c64226d8417 ++ git -C interesting-commits add llvm/llvmorg-17-init-17337-g2c64226d8417 +++ get_current_manifest BUILD_URL +++ get_manifest artifacts/manifest.sh BUILD_URL +++ set +x ++ git -C interesting-commits commit -m 'Add entry 2c64226d84174dd1d9f93e1884c1b0bd432f89b5 from https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allyesconfig-build/78/' +[detached HEAD e39c8955] Add entry 2c64226d84174dd1d9f93e1884c1b0bd432f89b5 from https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allyesconfig-build/78/ + 6 files changed, 28 insertions(+) + create mode 100644 llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig/reproduction_instructions.txt + create mode 100644 llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig/summary.txt ++ wait 18728 ++ 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 e39c895: warning: subject >70 characters; use shorter first paragraph +remote: commit e39c895: warning: too many message lines longer than 80 characters; manually wrap lines +To ssh://review.linaro.org:29418/toolchain/ci/interesting-commits + 728d4f77..e39c8955 HEAD -> master ++ break # print all notification files + echo '# print all notification files' + print_mail_recipients ++ true + false ++ echo bcc:tcwg-validation@linaro.org + return + true + generate_jira_dir @@ -204,13 +918,36 @@ ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 77-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 llvm 2c64226d84174dd1d9f93e1884c1b0bd432f89b5 ++++ local dir=llvm/sha1 ++++ '[' 2 -ge 2 ']' ++++ dir=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 ++++ '[' 2 -ge 3 ']' ++++ '[' 2 -ge 4 ']' ++++ echo llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 +++ isubdir=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 +++ case "$print_arg" in +++ echo interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 ++ icommit_entry=interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 ++ '[' interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 '!=' '' ']' ++ '[' -d interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/jira ']' ++ rsync -a interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/jira/ artifacts/notify/jira/ ++ '[' -f artifacts/notify/jira/key ']' +++ cat artifacts/notify/jira/key ++ jira_key=LLVM-901 ++ '[' LLVM-901 '!=' '' ']' + 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 +957,8 @@ ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 77-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 +966,57 @@ ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 77-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-allyesconfig-build/77/artifact/artifacts ++ bad_artifacts_url=https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allyesconfig-build/78/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-allyesconfig-build/76/artifact/artifacts ++ good_artifacts_url=https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allyesconfig-build/77/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 llvm_rev -+++ set -euf -o pipefail -+++ local base_artifacts=base-artifacts -+++ assert_with_msg 'ERROR: No llvm_rev in baseline git' '[' -f base-artifacts/git/llvm_rev ']' -+++ set -euf -o pipefail +x -+++ cat base-artifacts/git/llvm_rev -++ base_rev=0f9f95146a7fc6fa4f9bc3c1aa2a23386f521dac -+++ get_current_git llvm_rev -+++ set -euf -o pipefail -+++ assert_with_msg 'ERROR: No llvm_rev in current git' '[' -f artifacts/git/llvm_rev ']' -+++ set -euf -o pipefail +x -+++ cat artifacts/git/llvm_rev -++ cur_rev=8542d8f3cdc269f3dd786cc88606f0cf39174665 -+++ git -C llvm rev-list --count 0f9f95146a7fc6fa4f9bc3c1aa2a23386f521dac..8542d8f3cdc269f3dd786cc88606f0cf39174665 -++ c_commits=54 -++ new_commits=54 -+++ echo llvm -+++ tr ' ' , -++ components=llvm -++ echo '54 commits in llvm' ++++ describe_sha1 llvm 2c64226d84174dd1d9f93e1884c1b0bd432f89b5 true ++++ local component=llvm ++++ local sha1=2c64226d84174dd1d9f93e1884c1b0bd432f89b5 ++++ local anything=true ++++ match=() ++++ local -a match ++++ case "$component" in ++++ git -C llvm describe 2c64226d84174dd1d9f93e1884c1b0bd432f89b5 ++++ git -C llvm show --no-patch --pretty=%s 2c64226d84174dd1d9f93e1884c1b0bd432f89b5 +++ echo 'llvmorg-17-init-17337-g2c64226d8417 [X86]Remove TEST in AND32ri+TEST16rr in peephole-opt' ++ 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 llvm_rev -+++ set -euf -o pipefail -+++ local base_artifacts=base-artifacts -+++ assert_with_msg 'ERROR: No llvm_rev in baseline git' '[' -f base-artifacts/git/llvm_rev ']' -+++ set -euf -o pipefail +x -+++ cat base-artifacts/git/llvm_rev -++ base_rev=0f9f95146a7fc6fa4f9bc3c1aa2a23386f521dac -+++ get_current_git llvm_rev -+++ set -euf -o pipefail -+++ assert_with_msg 'ERROR: No llvm_rev in current git' '[' -f artifacts/git/llvm_rev ']' -+++ set -euf -o pipefail +x -+++ cat artifacts/git/llvm_rev -++ cur_rev=8542d8f3cdc269f3dd786cc88606f0cf39174665 -+++ git -C llvm rev-list --count 0f9f95146a7fc6fa4f9bc3c1aa2a23386f521dac..8542d8f3cdc269f3dd786cc88606f0cf39174665 -++ c_commits=54 -++ new_commits=54 -++ echo 'llvm commits:' -+++ git -C llvm log --pretty=oneline 0f9f95146a7fc6fa4f9bc3c1aa2a23386f521dac..8542d8f3cdc269f3dd786cc88606f0cf39174665 -+++ head -n5 -+++ true -++ echo '8542d8f3cdc269f3dd786cc88606f0cf39174665 [Attributor][FIX] Ensure the function manager cache is updated -f3bd221adc2f08d968ad500ec98d44d423847e21 [NFC] clang-format attributor related files -900b665371000ae2e2393a95f6e8f769d3e89d3b [Attributor] Avoid running trivial AA initializers -ab513fe63b5f9f36d070fe23745702cc7879c896 [Attributor] Ensure call sites with missing callees are tracked -544b4c6d522fa78f65eb850160c0380a0100250d [BOLT] Fix unused-variable warnings' -++ '[' 54 -gt 5 ']' -++ echo '... and 49 more' ++++ mktemp +++ tmpfile=/tmp/tmp.H0H4nG0KHM +++ git -C llvm show --no-patch 2c64226d84174dd1d9f93e1884c1b0bd432f89b5 +++ head -n 10 /tmp/tmp.H0H4nG0KHM ++++ cat /tmp/tmp.H0H4nG0KHM ++++ wc -l +++ more_lines=12 +++ '[' 12 -gt 0 ']' +++ echo '... 12 lines of the commit log omitted.' +++ rm /tmp/tmp.H0H4nG0KHM ++ print_result --short ++ false ++ local print_arg=--short @@ -326,9 +1032,14 @@ ab513fe63b5f9f36d070fe23745702cc7879c896 [Attributor] Ensure call sites with mis # build_abe qemu: -2 # linux_n_obj: -21350 -# linux build successful: -all' +33 +# First few build errors in logs: + +# 00:00:44 clang: error: unable to execute command: Aborted (core dumped) +# 00:00:44 clang: error: clang frontend command failed due to signal (use -v to see invocation) +# 00:00:44 make[2]: *** [scripts/Makefile.host:110: scripts/sorttable] Error 1 +# 00:00:44 make[1]: *** [/home/tcwg-buildslave/workspace/tcwg_kernel_1/linux/Makefile:1259: scripts] Error 2 +# 00:00:46 make: *** [Makefile:234: __sub-make] Error 2' ++ echo '' ++ echo From +++ cat base-artifacts/results @@ -346,51 +1057,85 @@ all' all' ++ 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 llvm 2c64226d84174dd1d9f93e1884c1b0bd432f89b5 ++++ local dir=llvm/sha1 ++++ '[' 2 -ge 2 ']' ++++ dir=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 ++++ '[' 2 -ge 3 ']' ++++ '[' 2 -ge 4 ']' ++++ echo llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 +++ isubdir=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 +++ case "$print_arg" in +++ echo https://git.linaro.org/toolchain/ci/interesting-commits.git/plain/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/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 llvm_url ++++ set -euf -o pipefail ++++ local base_artifacts=base-artifacts ++++ assert_with_msg 'ERROR: No llvm_url in baseline git' '[' -f base-artifacts/git/llvm_url ']' ++++ set -euf -o pipefail +x ++++ cat base-artifacts/git/llvm_url +++ url=https://github.com/llvm/llvm-project.git +++ [[ https://github.com/llvm/llvm-project.git =~ git://sourceware.org/git/ ]] +++ [[ https://github.com/llvm/llvm-project.git =~ https://github.com/ ]] +++ echo https://github.com/llvm/llvm-project/commit/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 +++ print_jira_template_card +++ local jira_card=GNU-692 +++ case "$ci_project/$ci_config:$changed_single_component" in +++ jira_card=LLVM-646 +++ echo LLVM-646 +++ print_last_icommit --status +++ false +++ local print_arg=--status +++ '[' xsingle_commit '!=' xsingle_commit ']' +++ local isubdir ++++ interesting_subdir llvm 2c64226d84174dd1d9f93e1884c1b0bd432f89b5 ++++ local dir=llvm/sha1 ++++ '[' 2 -ge 2 ']' ++++ dir=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 ++++ '[' 2 -ge 3 ']' ++++ '[' 2 -ge 4 ']' ++++ echo llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 +++ isubdir=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 +++ case "$print_arg" in +++ cat interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/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 llvm_rev -+++ set -euf -o pipefail -+++ local base_artifacts=base-artifacts -+++ assert_with_msg 'ERROR: No llvm_rev in baseline git' '[' -f base-artifacts/git/llvm_rev ']' -+++ set -euf -o pipefail +x -+++ cat base-artifacts/git/llvm_rev -++ base_rev=0f9f95146a7fc6fa4f9bc3c1aa2a23386f521dac -+++ get_current_git llvm_rev -+++ set -euf -o pipefail -+++ assert_with_msg 'ERROR: No llvm_rev in current git' '[' -f artifacts/git/llvm_rev ']' -+++ set -euf -o pipefail +x -+++ cat artifacts/git/llvm_rev -++ cur_rev=8542d8f3cdc269f3dd786cc88606f0cf39174665 -+++ git -C llvm rev-list --count 0f9f95146a7fc6fa4f9bc3c1aa2a23386f521dac..8542d8f3cdc269f3dd786cc88606f0cf39174665 -++ c_commits=54 -++ new_commits=54 -+++ echo llvm -+++ tr ' ' , ++++ describe_sha1 llvm 2c64226d84174dd1d9f93e1884c1b0bd432f89b5 true ++++ local component=llvm ++++ local sha1=2c64226d84174dd1d9f93e1884c1b0bd432f89b5 ++++ local anything=true ++++ match=() ++++ local -a match ++++ case "$component" in ++++ git -C llvm describe 2c64226d84174dd1d9f93e1884c1b0bd432f89b5 ++++ git -C llvm show --no-patch --pretty=%s 2c64226d84174dd1d9f93e1884c1b0bd432f89b5 # generate dashboard # generate_dashboard_squad ... Skipping -# post_dashboard_squad -... Skipping -=> Not the first detection of this issue. Not sending mail. -# post_to_jira -++ components=llvm -++ echo '54 commits in llvm' -+ echo '[TCWG-CI] Success after llvm commit: 54 commits in llvm' +++ echo 'llvmorg-17-init-17337-g2c64226d8417 [X86]Remove TEST in AND32ri+TEST16rr in peephole-opt' ++ echo '[TCWG-CI] Failure after llvm commit: llvmorg-17-init-17337-g2c64226d8417 [X86]Remove TEST in AND32ri+TEST16rr in peephole-opt' + echo '# generate dashboard' + generate_dashboard_squad + local results_date @@ -400,6 +1145,10 @@ all' + return + post_dashboard_squad + echo '# post_dashboard_squad' +# post_dashboard_squad +... Skipping +=> Not the first detection of this issue. Not sending mail. +# post_to_jira + false + echo '... Skipping' + return @@ -407,8 +1156,40 @@ all' + echo '=> Not the first detection of this issue. Not sending mail.' + 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-901 ++ 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-901] + Failure + Details: https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allyesconfig-build/78/artifact/artifacts/jenkins/mail-body.txt/*view*/ +[LLVM-646] + https://linaro.atlassian.net/browse/LLVM-901 + Failure + Details: https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allyesconfig-build/78/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-901] +Failure +Details: https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allyesconfig-build/78/artifact/artifacts/jenkins/mail-body.txt/*view*/ + +[LLVM-646] +https://linaro.atlassian.net/browse/LLVM-901 +Failure +Details: https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allyesconfig-build/78/artifact/artifacts/jenkins/mail-body.txt/*view*/ Full stage ran successfully. + echo 'Full stage ran successfully.' -339dc9fbf4b62f65402936742a3aa94cd7439e6f0f38f98606961d8d0cfc5636 +12ed6b4a0cea85b03808ba7b5e907c85cf6bb4504971b96da083cf2eaf65c568 diff --git a/notify/notify-init.log b/notify/notify-init.log index a5959c0..60b0599 100644 --- a/notify/notify-init.log +++ b/notify/notify-init.log @@ -1,8 +1,8 @@ MOUNTS: /home/tcwg-buildslave/workspace/tcwg_kernel_1:/home/tcwg-buildslave/workspace/tcwg_kernel_1 /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 Thu Jul 13 07:34:55 PM UTC 2023 -ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 77-tcwg_kernel--llvm-master-arm-next-allyesconfig-build -dtP -v /home/tcwg-buildslave/workspace/tcwg_kernel_1:/home/tcwg-buildslave/workspace/tcwg_kernel_1 -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 --cap-add=SYS_PTRACE --security-opt seccomp:unconfined --memory=64000M --pids-limit=5000 --cpu-shares=1000 --cpuset-cpus 0-31 linaro/ci-amd64-tcwg-build-ubuntu:jammy +DEBUG: starting docker on build-08.tcwglab from build-08, date Thu Jul 13 07:43:34 PM UTC 2023 +ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 78-tcwg_kernel--llvm-master-arm-next-allyesconfig-build -dtP -v /home/tcwg-buildslave/workspace/tcwg_kernel_1:/home/tcwg-buildslave/workspace/tcwg_kernel_1 -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 --cap-add=SYS_PTRACE --security-opt seccomp:unconfined --memory=64000M --pids-limit=5000 --cpu-shares=1000 --cpuset-cpus 0-31 linaro/ci-amd64-tcwg-build-ubuntu:jammy -/home/tcwg-buildslave/workspace/tcwg_kernel_1/jenkins-scripts/round-robin-notify.sh @@rr[top_artifacts] artifacts --notify ignore __stage init __verbose true +/home/tcwg-buildslave/workspace/tcwg_kernel_1/jenkins-scripts/round-robin-notify.sh @@rr[top_artifacts] artifacts --notify onregression __stage init __verbose true + false + dryrun= @@ -20,25 +20,25 @@ ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 77-tcwg_ ++ set +x + ci_project=tcwg_kernel ++ 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-allyesconfig-build/76/ +# Baseline : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allyesconfig-build/77/ # Using dir : base-artifacts +++ get_manifest artifacts/manifest.sh '{rr[ci_config]}' ++ set +x + ci_config=llvm-master-arm-next-allyesconfig + echo '# Debug traces :' ++ 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-allyesconfig-build/76/' ++ echo '# Baseline : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allyesconfig-build/77/' + 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-allyesconfig-build/77/ +# Artifacts : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allyesconfig-build/78/ # Using dir : artifacts -+ echo '# Artifacts : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allyesconfig-build/77/' ++ echo '# Artifacts : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allyesconfig-build/78/' + echo '# Using dir : artifacts' + echo '' + mkdir -p artifacts/notify @@ -62,7 +62,7 @@ ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 77-tcwg_ +++ for c in ${rr[components]} +++ '[' xbaseline '!=' xbaseline ']' +++ for c in ${rr[components]} -+++ '[' xhttps://github.com/llvm/llvm-project.git#8542d8f3cdc269f3dd786cc88606f0cf39174665 '!=' xbaseline ']' ++++ '[' xhttps://github.com/llvm/llvm-project.git#2c64226d84174dd1d9f93e1884c1b0bd432f89b5 '!=' xbaseline ']' +++ echo -ne llvm +++ delim=' ' +++ for c in ${rr[components]} @@ -82,7 +82,7 @@ ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 77-tcwg_ +++ assert_with_msg 'ERROR: No llvm_rev in baseline git' '[' -f base-artifacts/git/llvm_rev ']' +++ set -euf -o pipefail +x +++ cat base-artifacts/git/llvm_rev -++ '[' x8542d8f3cdc269f3dd786cc88606f0cf39174665 '!=' x0f9f95146a7fc6fa4f9bc3c1aa2a23386f521dac ']' +++ '[' x2c64226d84174dd1d9f93e1884c1b0bd432f89b5 '!=' x8542d8f3cdc269f3dd786cc88606f0cf39174665 ']' ++ echo -ne llvm ++ delim=' ' ++ echo @@ -95,17 +95,17 @@ ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 77-tcwg_ ++ assert_with_msg 'ERROR: No llvm_rev in current git' '[' -f artifacts/git/llvm_rev ']' ++ set -euf -o pipefail +x ++ cat artifacts/git/llvm_rev -+ first_bad=8542d8f3cdc269f3dd786cc88606f0cf39174665 ++ first_bad=2c64226d84174dd1d9f93e1884c1b0bd432f89b5 ++ get_baseline_git llvm_rev ++ set -euf -o pipefail ++ local base_artifacts=base-artifacts ++ assert_with_msg 'ERROR: No llvm_rev in baseline git' '[' -f base-artifacts/git/llvm_rev ']' ++ set -euf -o pipefail +x ++ cat base-artifacts/git/llvm_rev -+ last_good=0f9f95146a7fc6fa4f9bc3c1aa2a23386f521dac ++ last_good=8542d8f3cdc269f3dd786cc88606f0cf39174665 + local res + res=0 -+ wait 107 ++ wait 108 + git -C llvm rev-parse --verify HEAD + assert_with_msg 'Cannot parse HEAD in repo llvm' '[' 0 = 0 ']' + set -euf -o pipefail +x @@ -119,22 +119,22 @@ ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 77-tcwg_ ++ assert_with_msg 'ERROR: No llvm_rev in baseline git' '[' -f base-artifacts/git/llvm_rev ']' ++ set -euf -o pipefail +x ++ cat base-artifacts/git/llvm_rev -+ base_rev=0f9f95146a7fc6fa4f9bc3c1aa2a23386f521dac ++ base_rev=8542d8f3cdc269f3dd786cc88606f0cf39174665 ++ get_current_git llvm_rev ++ set -euf -o pipefail ++ assert_with_msg 'ERROR: No llvm_rev in current git' '[' -f artifacts/git/llvm_rev ']' ++ set -euf -o pipefail +x +# Debug traces : +# change_kind=single_commit : llvm ++ cat artifacts/git/llvm_rev -+ cur_rev=8542d8f3cdc269f3dd786cc88606f0cf39174665 -++ git -C llvm rev-parse '8542d8f3cdc269f3dd786cc88606f0cf39174665^@' ++ cur_rev=2c64226d84174dd1d9f93e1884c1b0bd432f89b5 +++ git -C llvm rev-parse '2c64226d84174dd1d9f93e1884c1b0bd432f89b5^@' + for sha1 in $(git -C "$c" rev-parse "$cur_rev^@") -+ '[' f3bd221adc2f08d968ad500ec98d44d423847e21 = 0f9f95146a7fc6fa4f9bc3c1aa2a23386f521dac ']' -+ return 1 -# Debug traces : -# change_kind=single_component : llvm -+ change_kind=single_component ++ '[' 8542d8f3cdc269f3dd786cc88606f0cf39174665 = 8542d8f3cdc269f3dd786cc88606f0cf39174665 ']' ++ return 0 ++ change_kind=single_commit + echo '# Debug traces :' -+ echo '# change_kind=single_component : llvm' ++ echo '# change_kind=single_commit : llvm' + for c in "${changed_components[@]}" ++ get_baseline_git llvm_rev ++ set -euf -o pipefail @@ -142,25 +142,24 @@ ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 77-tcwg_ ++ assert_with_msg 'ERROR: No llvm_rev in baseline git' '[' -f base-artifacts/git/llvm_rev ']' ++ set -euf -o pipefail +x ++ cat base-artifacts/git/llvm_rev -+ base_rev=0f9f95146a7fc6fa4f9bc3c1aa2a23386f521dac ++ base_rev=8542d8f3cdc269f3dd786cc88606f0cf39174665 ++ get_current_git llvm_rev ++ set -euf -o pipefail ++ assert_with_msg 'ERROR: No llvm_rev in current git' '[' -f artifacts/git/llvm_rev ']' ++ set -euf -o pipefail +x ++ cat artifacts/git/llvm_rev -+ cur_rev=8542d8f3cdc269f3dd786cc88606f0cf39174665 -++ git -C llvm rev-list --count 0f9f95146a7fc6fa4f9bc3c1aa2a23386f521dac..8542d8f3cdc269f3dd786cc88606f0cf39174665 -# rev for llvm : 0f9f95146a7fc6fa4f9bc3c1aa2a23386f521dac..8542d8f3cdc269f3dd786cc88606f0cf39174665 (54 commits) ++ cur_rev=2c64226d84174dd1d9f93e1884c1b0bd432f89b5 +++ git -C llvm rev-list --count 8542d8f3cdc269f3dd786cc88606f0cf39174665..2c64226d84174dd1d9f93e1884c1b0bd432f89b5 +# rev for llvm : 8542d8f3cdc269f3dd786cc88606f0cf39174665..2c64226d84174dd1d9f93e1884c1b0bd432f89b5 (1 commits) -+ c_commits=54 -+ echo '# rev for llvm : 0f9f95146a7fc6fa4f9bc3c1aa2a23386f521dac..8542d8f3cdc269f3dd786cc88606f0cf39174665 (54 commits)' ++ c_commits=1 ++ echo '# rev for llvm : 8542d8f3cdc269f3dd786cc88606f0cf39174665..2c64226d84174dd1d9f93e1884c1b0bd432f89b5 (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 @@ -172,15 +171,290 @@ ssh -Snone -oForwardAgent=no build-08.tcwglab docker-wrapper run --name 77-tcwg_ # generate_extra_details + set -euf -o pipefail + echo '# generate_extra_details' -+ post_interesting_commits init # post_interesting_commits ++ post_interesting_commits init + 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 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=ac88d1d5 +++ '[' 0 -ne 0 ']' +++ echo ac88d1d5 ++ sha1=ac88d1d5 ++ git -C interesting-commits checkout --detach ac88d1d5 +Previous HEAD position was 0d2c694d Add entry 2c64226d84174dd1d9f93e1884c1b0bd432f89b5 from https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-next-allnoconfig-build/39/ +HEAD is now at ac88d1d5 Add entry 450b05ce54d3f08c583c3b5341233ce0df99725b from https://ci.linaro.org/job/tcwg_gnu_native_check_gcc--master-arm-build/420/ ++ 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= +Fetching origin +++ interesting_subdir llvm 2c64226d84174dd1d9f93e1884c1b0bd432f89b5 +++ local dir=llvm/sha1 +++ '[' 2 -ge 2 ']' +++ dir=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 +++ '[' 2 -ge 3 ']' +++ '[' 2 -ge 4 ']' +++ echo llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 ++ jira_dir=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 ++ jira_dir=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/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 llvm 2c64226d84174dd1d9f93e1884c1b0bd432f89b5 +++ local dir=llvm/sha1 +++ '[' 2 -ge 2 ']' +++ dir=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 +++ '[' 2 -ge 3 ']' +++ '[' 2 -ge 4 ']' +++ echo llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 ++ subdir=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 ++ '[' -d interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 ']' +++ interesting_subdir llvm 2c64226d84174dd1d9f93e1884c1b0bd432f89b5 tcwg_kernel llvm-master-arm-next-allyesconfig +++ local dir=llvm/sha1 +++ '[' 4 -ge 2 ']' +++ dir=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5 +++ '[' 4 -ge 3 ']' +++ dir=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel +++ '[' 4 -ge 4 ']' +++ dir=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig +++ echo llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig ++ subdir=llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig ++ mkdir -p interesting-commits/llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig ++ get_current_manifest BUILD_URL ++ get_manifest artifacts/manifest.sh BUILD_URL ++ set +x ++ echo 8542d8f3cdc269f3dd786cc88606f0cf39174665 ++ git -C interesting-commits add llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig/build_url llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig/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 2c64226d84174dd1d9f93e1884c1b0bd432f89b5 from https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allyesconfig-build/78/' +[detached HEAD 728d4f77] Add entry 2c64226d84174dd1d9f93e1884c1b0bd432f89b5 from https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-next-allyesconfig-build/78/ + 2 files changed, 2 insertions(+) + create mode 100644 llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig/build_url + create mode 100644 llvm/sha1/2c64226d84174dd1d9f93e1884c1b0bd432f89b5/tcwg_kernel/llvm-master-arm-next-allyesconfig/last_good ++ wait 9298 ++ 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 728d4f7: warning: subject >70 characters; use shorter first paragraph +remote: commit 728d4f7: warning: too many message lines longer than 80 characters; manually wrap lines +To ssh://review.linaro.org:29418/toolchain/ci/interesting-commits + ac88d1d5..728d4f77 HEAD -> master ++ break Init stage ran successfully. + '[' init '!=' full ']' + echo 'Init stage ran successfully.' + exit 0 -145f1d73dcad1ede73e1c7b9ea315b3062c4a4192a7546245f087f8343219dfe +80cfd1c9643f5b7eaf7fb3277ed2638f7c747ed3260572bd0072463aa5d53654 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 -- cgit v1.2.3