summaryrefslogtreecommitdiff
path: root/jenkins/notify-full.log
diff options
context:
space:
mode:
Diffstat (limited to 'jenkins/notify-full.log')
-rw-r--r--jenkins/notify-full.log371
1 files changed, 111 insertions, 260 deletions
diff --git a/jenkins/notify-full.log b/jenkins/notify-full.log
index 592d4e6..be4f820 100644
--- a/jenkins/notify-full.log
+++ b/jenkins/notify-full.log
@@ -1,25 +1,25 @@
-++ pwd
++ cat
-+ remote_exec build-02.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_0:-p51560: ./jenkins-scripts/round-robin-notify.sh '@@rr[top_artifacts]' artifacts __TCWG_JIRA_TOKEN ijQW9spm0p7HwZnUtLFx7CCA __stage full __verbose true __build_script tcwg_gnu-build.sh
+++ pwd
++ remote_exec build-01.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_1:-p49430: ./jenkins-scripts/round-robin-notify.sh '@@rr[top_artifacts]' artifacts __TCWG_JIRA_TOKEN ijQW9spm0p7HwZnUtLFx7CCA __stage full __verbose true __build_script tcwg_gnu-build.sh
+ set -euf -o pipefail
+ local host
-++ echo build-02.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_0:-p51560:
+++ echo build-01.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_1:-p49430:
++ cut -d: -f 1
-+ host=build-02.tcwglab
++ host=build-01.tcwglab
+ local port
-++ echo build-02.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_0:-p51560:
++ cut -s -d: -f 2
+++ echo build-01.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_1:-p49430:
+ port=
+ local dir
-++ echo build-02.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_0:-p51560:
++ cut -s -d: -f 3
-+ dir=/home/tcwg-buildslave/workspace/tcwg_gnu_0
+++ echo build-01.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_1:-p49430:
++ dir=/home/tcwg-buildslave/workspace/tcwg_gnu_1
+ local opts
-++ echo build-02.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_0:-p51560:
++ cut -s -d: -f 4
-+ opts=-p51560
+++ echo build-01.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_1:-p49430:
++ opts=-p49430
+ local env_vars
-++ echo build-02.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_0:-p51560:
+++ echo build-01.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_1:-p49430:
++ cut -s -d: -f 5
+ env_vars=
+ shift
@@ -58,10 +58,10 @@
+ for i in "$@"
+ cmd+=("$(printf '%q' "$i")")
++ printf %q tcwg_gnu-build.sh
-++ printf %q /home/tcwg-buildslave/workspace/tcwg_gnu_0
-+ ssh -p51560 build-02.tcwglab 'cd /home/tcwg-buildslave/workspace/tcwg_gnu_0 && exec ./jenkins-scripts/round-robin-notify.sh @@rr\[top_artifacts\] artifacts __TCWG_JIRA_TOKEN ijQW9spm0p7HwZnUtLFx7CCA __stage full __verbose true __build_script tcwg_gnu-build.sh'
+++ printf %q /home/tcwg-buildslave/workspace/tcwg_gnu_1
++ ssh -p49430 build-01.tcwglab 'cd /home/tcwg-buildslave/workspace/tcwg_gnu_1 && exec ./jenkins-scripts/round-robin-notify.sh @@rr\[top_artifacts\] artifacts __TCWG_JIRA_TOKEN ijQW9spm0p7HwZnUtLFx7CCA __stage full __verbose true __build_script tcwg_gnu-build.sh'
-/home/tcwg-buildslave/workspace/tcwg_gnu_0/jenkins-scripts/round-robin-notify.sh @@rr[top_artifacts] artifacts __TCWG_JIRA_TOKEN ijQW9spm0p7HwZnUtLFx7CCA __stage full __verbose true __build_script tcwg_gnu-build.sh
+/home/tcwg-buildslave/workspace/tcwg_gnu_1/jenkins-scripts/round-robin-notify.sh @@rr[top_artifacts] artifacts __TCWG_JIRA_TOKEN ijQW9spm0p7HwZnUtLFx7CCA __stage full __verbose true __build_script tcwg_gnu-build.sh
+ false
+ dryrun=
@@ -87,17 +87,17 @@
++ get_baseline_manifest BUILD_URL
++ get_manifest base-artifacts/manifest.sh BUILD_URL false
++ set +x
-# Baseline : https://ci.linaro.org/job/tcwg_gnu_embed_build--master-thumb_m23_eabi-build/48/
+# Baseline : https://ci.linaro.org/job/tcwg_gnu_embed_build--master-thumb_m23_eabi-build/49/
# Using dir : base-artifacts
-+ echo '# Baseline : https://ci.linaro.org/job/tcwg_gnu_embed_build--master-thumb_m23_eabi-build/48/'
++ echo '# Baseline : https://ci.linaro.org/job/tcwg_gnu_embed_build--master-thumb_m23_eabi-build/49/'
+ 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_gnu_embed_build--master-thumb_m23_eabi-build/49/
+# Artifacts : https://ci.linaro.org/job/tcwg_gnu_embed_build--master-thumb_m23_eabi-build/50/
# Using dir : artifacts
-+ echo '# Artifacts : https://ci.linaro.org/job/tcwg_gnu_embed_build--master-thumb_m23_eabi-build/49/'
++ echo '# Artifacts : https://ci.linaro.org/job/tcwg_gnu_embed_build--master-thumb_m23_eabi-build/50/'
+ echo '# Using dir : artifacts'
+ echo ''
+ mkdir -p artifacts/notify
@@ -153,7 +153,7 @@
+++ assert_with_msg 'ERROR: No binutils_rev in baseline git' '[' -f base-artifacts/git/binutils_rev ']'
+++ set -euf -o pipefail +x
+++ cat base-artifacts/git/binutils_rev
-++ '[' x0ad14a8c34c866f64271041cb69b0e8a05913de8 '!=' xe8aafb7d7a5025130ba713450fc6108506f0ee15 ']'
+++ '[' x7a5fa3dbe555794ce401a7435cb91f8695fc9847 '!=' x0ad14a8c34c866f64271041cb69b0e8a05913de8 ']'
++ echo -ne binutils
++ delim=' '
++ for c in $(print_updated_components)
@@ -168,7 +168,7 @@
+++ assert_with_msg 'ERROR: No gcc_rev in baseline git' '[' -f base-artifacts/git/gcc_rev ']'
+++ set -euf -o pipefail +x
+++ cat base-artifacts/git/gcc_rev
-++ '[' x29862e21f6d656eca59284c927d0c4c0698eb99c '!=' x80968d5f4683ffb50dbe8051d10f754d5fd00dfb ']'
+++ '[' xdeb844c67f1e2b116518f9742a6acbe6f19ea28f '!=' x29862e21f6d656eca59284c927d0c4c0698eb99c ']'
++ echo -ne ' gcc'
++ delim=' '
++ for c in $(print_updated_components)
@@ -183,9 +183,7 @@
+++ assert_with_msg 'ERROR: No newlib_rev in baseline git' '[' -f base-artifacts/git/newlib_rev ']'
+++ set -euf -o pipefail +x
+++ cat base-artifacts/git/newlib_rev
-++ '[' x55485616ba2afedca05da40f5cde59ee336b9f28 '!=' x6e5676a915e70edfef1cda870ee00263ce7b3a57 ']'
-++ echo -ne ' newlib'
-++ delim=' '
+++ '[' x55485616ba2afedca05da40f5cde59ee336b9f28 '!=' x55485616ba2afedca05da40f5cde59ee336b9f28 ']'
++ for c in $(print_updated_components)
+++ get_current_git gdb_rev
+++ set -euf -o pipefail
@@ -198,7 +196,7 @@
+++ assert_with_msg 'ERROR: No gdb_rev in baseline git' '[' -f base-artifacts/git/gdb_rev ']'
+++ set -euf -o pipefail +x
+++ cat base-artifacts/git/gdb_rev
-++ '[' x0ad14a8c34c866f64271041cb69b0e8a05913de8 '!=' xe8aafb7d7a5025130ba713450fc6108506f0ee15 ']'
+++ '[' x7a5fa3dbe555794ce401a7435cb91f8695fc9847 '!=' x0ad14a8c34c866f64271041cb69b0e8a05913de8 ']'
++ echo -ne ' gdb'
++ delim=' '
++ for c in $(print_updated_components)
@@ -213,19 +211,17 @@
+++ assert_with_msg 'ERROR: No qemu_rev in baseline git' '[' -f base-artifacts/git/qemu_rev ']'
+++ set -euf -o pipefail +x
+++ cat base-artifacts/git/qemu_rev
-++ '[' xb55e4b9c0525560577384adfc6d30eb0daa8d7be '!=' x13d6b1608160de40ec65ae4c32419e56714bbadf ']'
-++ echo -ne ' qemu'
-++ delim=' '
+++ '[' xb55e4b9c0525560577384adfc6d30eb0daa8d7be '!=' xb55e4b9c0525560577384adfc6d30eb0daa8d7be ']'
++ echo
# Debug traces :
-# change_kind=multiple_components : binutils gcc newlib gdb qemu
+# change_kind=multiple_components : binutils gcc gdb
+ local c base_rev cur_rev c_commits
-+ '[' 5 = 0 ']'
-+ '[' 5 = 1 ']'
++ '[' 3 = 0 ']'
++ '[' 3 = 1 ']'
+ change_kind=multiple_components
+ changed_single_component=
+ echo '# Debug traces :'
-+ echo '# change_kind=multiple_components : binutils gcc newlib gdb qemu'
++ echo '# change_kind=multiple_components : binutils gcc gdb'
+ for c in "${changed_components[@]}"
++ get_baseline_git binutils_rev
++ set -euf -o pipefail
@@ -233,17 +229,17 @@
++ assert_with_msg 'ERROR: No binutils_rev in baseline git' '[' -f base-artifacts/git/binutils_rev ']'
++ set -euf -o pipefail +x
++ cat base-artifacts/git/binutils_rev
-+ base_rev=e8aafb7d7a5025130ba713450fc6108506f0ee15
++ base_rev=0ad14a8c34c866f64271041cb69b0e8a05913de8
++ get_current_git binutils_rev
++ set -euf -o pipefail
++ assert_with_msg 'ERROR: No binutils_rev in current git' '[' -f artifacts/git/binutils_rev ']'
++ set -euf -o pipefail +x
++ cat artifacts/git/binutils_rev
-+ cur_rev=0ad14a8c34c866f64271041cb69b0e8a05913de8
-++ git -C binutils rev-list --count e8aafb7d7a5025130ba713450fc6108506f0ee15..0ad14a8c34c866f64271041cb69b0e8a05913de8
-# rev for binutils : e8aafb7d7a5025130ba713450fc6108506f0ee15..0ad14a8c34c866f64271041cb69b0e8a05913de8 (27 commits)
-+ c_commits=27
-+ echo '# rev for binutils : e8aafb7d7a5025130ba713450fc6108506f0ee15..0ad14a8c34c866f64271041cb69b0e8a05913de8 (27 commits)'
++ cur_rev=7a5fa3dbe555794ce401a7435cb91f8695fc9847
+++ git -C binutils rev-list --count 0ad14a8c34c866f64271041cb69b0e8a05913de8..7a5fa3dbe555794ce401a7435cb91f8695fc9847
+# rev for binutils : 0ad14a8c34c866f64271041cb69b0e8a05913de8..7a5fa3dbe555794ce401a7435cb91f8695fc9847 (7 commits)
++ c_commits=7
++ echo '# rev for binutils : 0ad14a8c34c866f64271041cb69b0e8a05913de8..7a5fa3dbe555794ce401a7435cb91f8695fc9847 (7 commits)'
+ for c in "${changed_components[@]}"
++ get_baseline_git gcc_rev
++ set -euf -o pipefail
@@ -251,35 +247,17 @@
++ assert_with_msg 'ERROR: No gcc_rev in baseline git' '[' -f base-artifacts/git/gcc_rev ']'
++ set -euf -o pipefail +x
++ cat base-artifacts/git/gcc_rev
-+ base_rev=80968d5f4683ffb50dbe8051d10f754d5fd00dfb
++ base_rev=29862e21f6d656eca59284c927d0c4c0698eb99c
++ get_current_git gcc_rev
++ set -euf -o pipefail
++ assert_with_msg 'ERROR: No gcc_rev in current git' '[' -f artifacts/git/gcc_rev ']'
++ set -euf -o pipefail +x
++ cat artifacts/git/gcc_rev
-+ cur_rev=29862e21f6d656eca59284c927d0c4c0698eb99c
-++ git -C gcc rev-list --count 80968d5f4683ffb50dbe8051d10f754d5fd00dfb..29862e21f6d656eca59284c927d0c4c0698eb99c
-# rev for gcc : 80968d5f4683ffb50dbe8051d10f754d5fd00dfb..29862e21f6d656eca59284c927d0c4c0698eb99c (99 commits)
-+ c_commits=99
-+ echo '# rev for gcc : 80968d5f4683ffb50dbe8051d10f754d5fd00dfb..29862e21f6d656eca59284c927d0c4c0698eb99c (99 commits)'
-+ for c in "${changed_components[@]}"
-++ get_baseline_git newlib_rev
-++ set -euf -o pipefail
-++ local base_artifacts=base-artifacts
-++ assert_with_msg 'ERROR: No newlib_rev in baseline git' '[' -f base-artifacts/git/newlib_rev ']'
-++ set -euf -o pipefail +x
-++ cat base-artifacts/git/newlib_rev
-+ base_rev=6e5676a915e70edfef1cda870ee00263ce7b3a57
-++ get_current_git newlib_rev
-++ set -euf -o pipefail
-++ assert_with_msg 'ERROR: No newlib_rev in current git' '[' -f artifacts/git/newlib_rev ']'
-++ set -euf -o pipefail +x
-++ cat artifacts/git/newlib_rev
-+ cur_rev=55485616ba2afedca05da40f5cde59ee336b9f28
-++ git -C newlib rev-list --count 6e5676a915e70edfef1cda870ee00263ce7b3a57..55485616ba2afedca05da40f5cde59ee336b9f28
-# rev for newlib : 6e5676a915e70edfef1cda870ee00263ce7b3a57..55485616ba2afedca05da40f5cde59ee336b9f28 (1 commits)
-+ c_commits=1
-+ echo '# rev for newlib : 6e5676a915e70edfef1cda870ee00263ce7b3a57..55485616ba2afedca05da40f5cde59ee336b9f28 (1 commits)'
++ cur_rev=deb844c67f1e2b116518f9742a6acbe6f19ea28f
+++ git -C gcc rev-list --count 29862e21f6d656eca59284c927d0c4c0698eb99c..deb844c67f1e2b116518f9742a6acbe6f19ea28f
+# rev for gcc : 29862e21f6d656eca59284c927d0c4c0698eb99c..deb844c67f1e2b116518f9742a6acbe6f19ea28f (32 commits)
++ c_commits=32
++ echo '# rev for gcc : 29862e21f6d656eca59284c927d0c4c0698eb99c..deb844c67f1e2b116518f9742a6acbe6f19ea28f (32 commits)'
+ for c in "${changed_components[@]}"
++ get_baseline_git gdb_rev
++ set -euf -o pipefail
@@ -287,36 +265,19 @@
++ assert_with_msg 'ERROR: No gdb_rev in baseline git' '[' -f base-artifacts/git/gdb_rev ']'
++ set -euf -o pipefail +x
++ cat base-artifacts/git/gdb_rev
-+ base_rev=e8aafb7d7a5025130ba713450fc6108506f0ee15
++ base_rev=0ad14a8c34c866f64271041cb69b0e8a05913de8
++ get_current_git gdb_rev
++ set -euf -o pipefail
++ assert_with_msg 'ERROR: No gdb_rev in current git' '[' -f artifacts/git/gdb_rev ']'
++ set -euf -o pipefail +x
++ cat artifacts/git/gdb_rev
-+ cur_rev=0ad14a8c34c866f64271041cb69b0e8a05913de8
-++ git -C gdb rev-list --count e8aafb7d7a5025130ba713450fc6108506f0ee15..0ad14a8c34c866f64271041cb69b0e8a05913de8
-# rev for gdb : e8aafb7d7a5025130ba713450fc6108506f0ee15..0ad14a8c34c866f64271041cb69b0e8a05913de8 (27 commits)
-+ c_commits=27
-+ echo '# rev for gdb : e8aafb7d7a5025130ba713450fc6108506f0ee15..0ad14a8c34c866f64271041cb69b0e8a05913de8 (27 commits)'
-+ for c in "${changed_components[@]}"
-++ get_baseline_git qemu_rev
-++ set -euf -o pipefail
-++ local base_artifacts=base-artifacts
-++ assert_with_msg 'ERROR: No qemu_rev in baseline git' '[' -f base-artifacts/git/qemu_rev ']'
-++ set -euf -o pipefail +x
-++ cat base-artifacts/git/qemu_rev
-+ base_rev=13d6b1608160de40ec65ae4c32419e56714bbadf
-++ get_current_git qemu_rev
-++ set -euf -o pipefail
-++ assert_with_msg 'ERROR: No qemu_rev in current git' '[' -f artifacts/git/qemu_rev ']'
-++ set -euf -o pipefail +x
-++ cat artifacts/git/qemu_rev
-+ cur_rev=b55e4b9c0525560577384adfc6d30eb0daa8d7be
-++ git -C qemu rev-list --count 13d6b1608160de40ec65ae4c32419e56714bbadf..b55e4b9c0525560577384adfc6d30eb0daa8d7be
-# rev for qemu : 13d6b1608160de40ec65ae4c32419e56714bbadf..b55e4b9c0525560577384adfc6d30eb0daa8d7be (246 commits)
++ cur_rev=7a5fa3dbe555794ce401a7435cb91f8695fc9847
+++ git -C gdb rev-list --count 0ad14a8c34c866f64271041cb69b0e8a05913de8..7a5fa3dbe555794ce401a7435cb91f8695fc9847
+# rev for gdb : 0ad14a8c34c866f64271041cb69b0e8a05913de8..7a5fa3dbe555794ce401a7435cb91f8695fc9847 (7 commits)
-+ c_commits=246
-+ echo '# rev for qemu : 13d6b1608160de40ec65ae4c32419e56714bbadf..b55e4b9c0525560577384adfc6d30eb0daa8d7be (246 commits)'
+# post_interesting_commits
++ c_commits=7
++ echo '# rev for gdb : 0ad14a8c34c866f64271041cb69b0e8a05913de8..7a5fa3dbe555794ce401a7435cb91f8695fc9847 (7 commits)'
+ echo ''
+ setup_stages_to_run
+ '[' ignore = onregression ']'
@@ -338,7 +299,6 @@
+ print_result_f=gnu_print_result
+ generate_extra_details_f=gnu_generate_extra_details
+ post_interesting_commits init
-# post_interesting_commits
+ set -euf -o pipefail
+ echo '# post_interesting_commits'
+ local stage=init
@@ -398,9 +358,9 @@
+++ get_current_manifest BUILD_URL
+++ get_manifest artifacts/manifest.sh BUILD_URL
+++ set +x
-++ url=https://ci.linaro.org/job/tcwg_gnu_embed_build--master-thumb_m23_eabi-build/49/artifact/artifacts
+++ url=https://ci.linaro.org/job/tcwg_gnu_embed_build--master-thumb_m23_eabi-build/50/artifact/artifacts
++ '[' '' '!=' '' ']'
-++ echo 'https://ci.linaro.org/job/tcwg_gnu_embed_build--master-thumb_m23_eabi-build/49/artifact/artifacts/notify/mail-body.txt/*view*/'
+++ echo 'https://ci.linaro.org/job/tcwg_gnu_embed_build--master-thumb_m23_eabi-build/50/artifact/artifacts/notify/mail-body.txt/*view*/'
# print all notification files
+ echo '# print all notification files'
+ true
@@ -433,16 +393,16 @@
+++ assert_with_msg 'ERROR: No binutils_rev in baseline git' '[' -f base-artifacts/git/binutils_rev ']'
+++ set -euf -o pipefail +x
+++ cat base-artifacts/git/binutils_rev
-++ base_rev=e8aafb7d7a5025130ba713450fc6108506f0ee15
+++ base_rev=0ad14a8c34c866f64271041cb69b0e8a05913de8
+++ get_current_git binutils_rev
+++ set -euf -o pipefail
+++ assert_with_msg 'ERROR: No binutils_rev in current git' '[' -f artifacts/git/binutils_rev ']'
+++ set -euf -o pipefail +x
+++ cat artifacts/git/binutils_rev
-++ cur_rev=0ad14a8c34c866f64271041cb69b0e8a05913de8
-+++ git -C binutils rev-list --count e8aafb7d7a5025130ba713450fc6108506f0ee15..0ad14a8c34c866f64271041cb69b0e8a05913de8
-++ c_commits=27
-++ new_commits=27
+++ cur_rev=7a5fa3dbe555794ce401a7435cb91f8695fc9847
++++ git -C binutils rev-list --count 0ad14a8c34c866f64271041cb69b0e8a05913de8..7a5fa3dbe555794ce401a7435cb91f8695fc9847
+++ c_commits=7
+++ new_commits=7
++ for c in "${changed_components[@]}"
+++ get_baseline_git gcc_rev
+++ set -euf -o pipefail
@@ -450,33 +410,16 @@
+++ assert_with_msg 'ERROR: No gcc_rev in baseline git' '[' -f base-artifacts/git/gcc_rev ']'
+++ set -euf -o pipefail +x
+++ cat base-artifacts/git/gcc_rev
-++ base_rev=80968d5f4683ffb50dbe8051d10f754d5fd00dfb
+++ base_rev=29862e21f6d656eca59284c927d0c4c0698eb99c
+++ get_current_git gcc_rev
+++ set -euf -o pipefail
+++ assert_with_msg 'ERROR: No gcc_rev in current git' '[' -f artifacts/git/gcc_rev ']'
+++ set -euf -o pipefail +x
+++ cat artifacts/git/gcc_rev
-++ cur_rev=29862e21f6d656eca59284c927d0c4c0698eb99c
-+++ git -C gcc rev-list --count 80968d5f4683ffb50dbe8051d10f754d5fd00dfb..29862e21f6d656eca59284c927d0c4c0698eb99c
-++ c_commits=99
-++ new_commits=126
-++ for c in "${changed_components[@]}"
-+++ get_baseline_git newlib_rev
-+++ set -euf -o pipefail
-+++ local base_artifacts=base-artifacts
-+++ assert_with_msg 'ERROR: No newlib_rev in baseline git' '[' -f base-artifacts/git/newlib_rev ']'
-+++ set -euf -o pipefail +x
-+++ cat base-artifacts/git/newlib_rev
-++ base_rev=6e5676a915e70edfef1cda870ee00263ce7b3a57
-+++ get_current_git newlib_rev
-+++ set -euf -o pipefail
-+++ assert_with_msg 'ERROR: No newlib_rev in current git' '[' -f artifacts/git/newlib_rev ']'
-+++ set -euf -o pipefail +x
-+++ cat artifacts/git/newlib_rev
-++ cur_rev=55485616ba2afedca05da40f5cde59ee336b9f28
-+++ git -C newlib rev-list --count 6e5676a915e70edfef1cda870ee00263ce7b3a57..55485616ba2afedca05da40f5cde59ee336b9f28
-++ c_commits=1
-++ new_commits=127
+++ cur_rev=deb844c67f1e2b116518f9742a6acbe6f19ea28f
++++ git -C gcc rev-list --count 29862e21f6d656eca59284c927d0c4c0698eb99c..deb844c67f1e2b116518f9742a6acbe6f19ea28f
+++ c_commits=32
+++ new_commits=39
++ for c in "${changed_components[@]}"
+++ get_baseline_git gdb_rev
+++ set -euf -o pipefail
@@ -484,37 +427,20 @@
+++ assert_with_msg 'ERROR: No gdb_rev in baseline git' '[' -f base-artifacts/git/gdb_rev ']'
+++ set -euf -o pipefail +x
+++ cat base-artifacts/git/gdb_rev
-++ base_rev=e8aafb7d7a5025130ba713450fc6108506f0ee15
+++ base_rev=0ad14a8c34c866f64271041cb69b0e8a05913de8
+++ get_current_git gdb_rev
+++ set -euf -o pipefail
+++ assert_with_msg 'ERROR: No gdb_rev in current git' '[' -f artifacts/git/gdb_rev ']'
+++ set -euf -o pipefail +x
+++ cat artifacts/git/gdb_rev
-++ cur_rev=0ad14a8c34c866f64271041cb69b0e8a05913de8
-+++ git -C gdb rev-list --count e8aafb7d7a5025130ba713450fc6108506f0ee15..0ad14a8c34c866f64271041cb69b0e8a05913de8
-++ c_commits=27
-++ new_commits=154
-++ for c in "${changed_components[@]}"
-+++ get_baseline_git qemu_rev
-+++ set -euf -o pipefail
-+++ local base_artifacts=base-artifacts
-+++ assert_with_msg 'ERROR: No qemu_rev in baseline git' '[' -f base-artifacts/git/qemu_rev ']'
-+++ set -euf -o pipefail +x
-+++ cat base-artifacts/git/qemu_rev
-++ base_rev=13d6b1608160de40ec65ae4c32419e56714bbadf
-+++ get_current_git qemu_rev
-+++ set -euf -o pipefail
-+++ assert_with_msg 'ERROR: No qemu_rev in current git' '[' -f artifacts/git/qemu_rev ']'
-+++ set -euf -o pipefail +x
-+++ cat artifacts/git/qemu_rev
-++ cur_rev=b55e4b9c0525560577384adfc6d30eb0daa8d7be
-+++ git -C qemu rev-list --count 13d6b1608160de40ec65ae4c32419e56714bbadf..b55e4b9c0525560577384adfc6d30eb0daa8d7be
-++ c_commits=246
-++ new_commits=400
-+++ echo binutils gcc newlib gdb qemu
+++ cur_rev=7a5fa3dbe555794ce401a7435cb91f8695fc9847
++++ git -C gdb rev-list --count 0ad14a8c34c866f64271041cb69b0e8a05913de8..7a5fa3dbe555794ce401a7435cb91f8695fc9847
+++ c_commits=7
+++ new_commits=46
++++ echo binutils gcc gdb
+++ tr ' ' ,
-++ components=binutils,gcc,newlib,gdb,qemu
-++ echo '400 commits in binutils,gcc,newlib,gdb,qemu'
+++ components=binutils,gcc,gdb
+++ echo '46 commits in binutils,gcc,gdb'
++ '[' --oneline = --oneline ']'
++ return 0
++ gnu_print_result --oneline
@@ -528,17 +454,17 @@
++ '[' 0 = 0 ']'
++ echo Success
++ return 0
-+ echo '[Linaro-TCWG-CI]' '400 commits in binutils,gcc,newlib,gdb,qemu: Success'
++ echo '[Linaro-TCWG-CI]' '46 commits in binutils,gcc,gdb: Success'
+ print_mail_body
+ 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_gnu_embed_build--master-thumb_m23_eabi-build/49/artifact/artifacts
++ bad_artifacts_url=https://ci.linaro.org/job/tcwg_gnu_embed_build--master-thumb_m23_eabi-build/50/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_gnu_embed_build--master-thumb_m23_eabi-build/48/artifact/artifacts
++ good_artifacts_url=https://ci.linaro.org/job/tcwg_gnu_embed_build--master-thumb_m23_eabi-build/49/artifact/artifacts
+ cat
++ print_commits --short
++ sed -e 's/^/ | /'
@@ -562,16 +488,16 @@
+++ assert_with_msg 'ERROR: No binutils_rev in baseline git' '[' -f base-artifacts/git/binutils_rev ']'
+++ set -euf -o pipefail +x
+++ cat base-artifacts/git/binutils_rev
-++ base_rev=e8aafb7d7a5025130ba713450fc6108506f0ee15
+++ base_rev=0ad14a8c34c866f64271041cb69b0e8a05913de8
+++ get_current_git binutils_rev
+++ set -euf -o pipefail
+++ assert_with_msg 'ERROR: No binutils_rev in current git' '[' -f artifacts/git/binutils_rev ']'
+++ set -euf -o pipefail +x
+++ cat artifacts/git/binutils_rev
-++ cur_rev=0ad14a8c34c866f64271041cb69b0e8a05913de8
-+++ git -C binutils rev-list --count e8aafb7d7a5025130ba713450fc6108506f0ee15..0ad14a8c34c866f64271041cb69b0e8a05913de8
-++ c_commits=27
-++ new_commits=27
+++ cur_rev=7a5fa3dbe555794ce401a7435cb91f8695fc9847
++++ git -C binutils rev-list --count 0ad14a8c34c866f64271041cb69b0e8a05913de8..7a5fa3dbe555794ce401a7435cb91f8695fc9847
+++ c_commits=7
+++ new_commits=7
++ for c in "${changed_components[@]}"
+++ get_baseline_git gcc_rev
+++ set -euf -o pipefail
@@ -579,33 +505,16 @@
+++ assert_with_msg 'ERROR: No gcc_rev in baseline git' '[' -f base-artifacts/git/gcc_rev ']'
+++ set -euf -o pipefail +x
+++ cat base-artifacts/git/gcc_rev
-++ base_rev=80968d5f4683ffb50dbe8051d10f754d5fd00dfb
+++ base_rev=29862e21f6d656eca59284c927d0c4c0698eb99c
+++ get_current_git gcc_rev
+++ set -euf -o pipefail
+++ assert_with_msg 'ERROR: No gcc_rev in current git' '[' -f artifacts/git/gcc_rev ']'
+++ set -euf -o pipefail +x
+++ cat artifacts/git/gcc_rev
-++ cur_rev=29862e21f6d656eca59284c927d0c4c0698eb99c
-+++ git -C gcc rev-list --count 80968d5f4683ffb50dbe8051d10f754d5fd00dfb..29862e21f6d656eca59284c927d0c4c0698eb99c
-++ c_commits=99
-++ new_commits=126
-++ for c in "${changed_components[@]}"
-+++ get_baseline_git newlib_rev
-+++ set -euf -o pipefail
-+++ local base_artifacts=base-artifacts
-+++ assert_with_msg 'ERROR: No newlib_rev in baseline git' '[' -f base-artifacts/git/newlib_rev ']'
-+++ set -euf -o pipefail +x
-+++ cat base-artifacts/git/newlib_rev
-++ base_rev=6e5676a915e70edfef1cda870ee00263ce7b3a57
-+++ get_current_git newlib_rev
-+++ set -euf -o pipefail
-+++ assert_with_msg 'ERROR: No newlib_rev in current git' '[' -f artifacts/git/newlib_rev ']'
-+++ set -euf -o pipefail +x
-+++ cat artifacts/git/newlib_rev
-++ cur_rev=55485616ba2afedca05da40f5cde59ee336b9f28
-+++ git -C newlib rev-list --count 6e5676a915e70edfef1cda870ee00263ce7b3a57..55485616ba2afedca05da40f5cde59ee336b9f28
-++ c_commits=1
-++ new_commits=127
+++ cur_rev=deb844c67f1e2b116518f9742a6acbe6f19ea28f
++++ git -C gcc rev-list --count 29862e21f6d656eca59284c927d0c4c0698eb99c..deb844c67f1e2b116518f9742a6acbe6f19ea28f
+++ c_commits=32
+++ new_commits=39
++ for c in "${changed_components[@]}"
+++ get_baseline_git gdb_rev
+++ set -euf -o pipefail
@@ -613,37 +522,20 @@
+++ assert_with_msg 'ERROR: No gdb_rev in baseline git' '[' -f base-artifacts/git/gdb_rev ']'
+++ set -euf -o pipefail +x
+++ cat base-artifacts/git/gdb_rev
-++ base_rev=e8aafb7d7a5025130ba713450fc6108506f0ee15
+++ base_rev=0ad14a8c34c866f64271041cb69b0e8a05913de8
+++ get_current_git gdb_rev
+++ set -euf -o pipefail
+++ assert_with_msg 'ERROR: No gdb_rev in current git' '[' -f artifacts/git/gdb_rev ']'
+++ set -euf -o pipefail +x
+++ cat artifacts/git/gdb_rev
-++ cur_rev=0ad14a8c34c866f64271041cb69b0e8a05913de8
-+++ git -C gdb rev-list --count e8aafb7d7a5025130ba713450fc6108506f0ee15..0ad14a8c34c866f64271041cb69b0e8a05913de8
-++ c_commits=27
-++ new_commits=154
-++ for c in "${changed_components[@]}"
-+++ get_baseline_git qemu_rev
-+++ set -euf -o pipefail
-+++ local base_artifacts=base-artifacts
-+++ assert_with_msg 'ERROR: No qemu_rev in baseline git' '[' -f base-artifacts/git/qemu_rev ']'
-+++ set -euf -o pipefail +x
-+++ cat base-artifacts/git/qemu_rev
-++ base_rev=13d6b1608160de40ec65ae4c32419e56714bbadf
-+++ get_current_git qemu_rev
-+++ set -euf -o pipefail
-+++ assert_with_msg 'ERROR: No qemu_rev in current git' '[' -f artifacts/git/qemu_rev ']'
-+++ set -euf -o pipefail +x
-+++ cat artifacts/git/qemu_rev
-++ cur_rev=b55e4b9c0525560577384adfc6d30eb0daa8d7be
-+++ git -C qemu rev-list --count 13d6b1608160de40ec65ae4c32419e56714bbadf..b55e4b9c0525560577384adfc6d30eb0daa8d7be
-++ c_commits=246
-++ new_commits=400
-+++ echo binutils gcc newlib gdb qemu
+++ cur_rev=7a5fa3dbe555794ce401a7435cb91f8695fc9847
++++ git -C gdb rev-list --count 0ad14a8c34c866f64271041cb69b0e8a05913de8..7a5fa3dbe555794ce401a7435cb91f8695fc9847
+++ c_commits=7
+++ new_commits=46
++++ echo binutils gcc gdb
+++ tr ' ' ,
-++ components=binutils,gcc,newlib,gdb,qemu
-++ echo '400 commits in binutils,gcc,newlib,gdb,qemu'
+++ components=binutils,gcc,gdb
+++ echo '46 commits in binutils,gcc,gdb'
++ '[' --short = --oneline ']'
++ for c in "${changed_components[@]}"
+++ get_baseline_git binutils_rev
@@ -652,19 +544,19 @@
+++ assert_with_msg 'ERROR: No binutils_rev in baseline git' '[' -f base-artifacts/git/binutils_rev ']'
+++ set -euf -o pipefail +x
+++ cat base-artifacts/git/binutils_rev
-++ base_rev=e8aafb7d7a5025130ba713450fc6108506f0ee15
+++ base_rev=0ad14a8c34c866f64271041cb69b0e8a05913de8
+++ get_current_git binutils_rev
+++ set -euf -o pipefail
+++ assert_with_msg 'ERROR: No binutils_rev in current git' '[' -f artifacts/git/binutils_rev ']'
+++ set -euf -o pipefail +x
+++ cat artifacts/git/binutils_rev
-++ cur_rev=0ad14a8c34c866f64271041cb69b0e8a05913de8
-+++ git -C binutils rev-list --count e8aafb7d7a5025130ba713450fc6108506f0ee15..0ad14a8c34c866f64271041cb69b0e8a05913de8
-++ c_commits=27
+++ cur_rev=7a5fa3dbe555794ce401a7435cb91f8695fc9847
++++ git -C binutils rev-list --count 0ad14a8c34c866f64271041cb69b0e8a05913de8..7a5fa3dbe555794ce401a7435cb91f8695fc9847
+++ c_commits=7
++ '[' '' '!=' '' ']'
-++ git -C binutils log -n 5 --oneline e8aafb7d7a5025130ba713450fc6108506f0ee15..0ad14a8c34c866f64271041cb69b0e8a05913de8
-++ '[' 27 -gt 5 ']'
-++ echo '... and 22 more commits in binutils'
+++ git -C binutils log -n 5 --oneline 0ad14a8c34c866f64271041cb69b0e8a05913de8..7a5fa3dbe555794ce401a7435cb91f8695fc9847
+++ '[' 7 -gt 5 ']'
+++ echo '... and 2 more commits in binutils'
++ '[' '' '!=' '' ']'
++ for c in "${changed_components[@]}"
+++ get_baseline_git gcc_rev
@@ -673,39 +565,19 @@
+++ assert_with_msg 'ERROR: No gcc_rev in baseline git' '[' -f base-artifacts/git/gcc_rev ']'
+++ set -euf -o pipefail +x
+++ cat base-artifacts/git/gcc_rev
-++ base_rev=80968d5f4683ffb50dbe8051d10f754d5fd00dfb
+++ base_rev=29862e21f6d656eca59284c927d0c4c0698eb99c
+++ get_current_git gcc_rev
+++ set -euf -o pipefail
+++ assert_with_msg 'ERROR: No gcc_rev in current git' '[' -f artifacts/git/gcc_rev ']'
+++ set -euf -o pipefail +x
+++ cat artifacts/git/gcc_rev
-++ cur_rev=29862e21f6d656eca59284c927d0c4c0698eb99c
-+++ git -C gcc rev-list --count 80968d5f4683ffb50dbe8051d10f754d5fd00dfb..29862e21f6d656eca59284c927d0c4c0698eb99c
-++ c_commits=99
+++ cur_rev=deb844c67f1e2b116518f9742a6acbe6f19ea28f
++++ git -C gcc rev-list --count 29862e21f6d656eca59284c927d0c4c0698eb99c..deb844c67f1e2b116518f9742a6acbe6f19ea28f
+++ c_commits=32
++ '[' '' '!=' '' ']'
-++ git -C gcc log -n 5 --oneline 80968d5f4683ffb50dbe8051d10f754d5fd00dfb..29862e21f6d656eca59284c927d0c4c0698eb99c
-++ '[' 99 -gt 5 ']'
-++ echo '... and 94 more commits in gcc'
-++ '[' '' '!=' '' ']'
-++ for c in "${changed_components[@]}"
-+++ get_baseline_git newlib_rev
-+++ set -euf -o pipefail
-+++ local base_artifacts=base-artifacts
-+++ assert_with_msg 'ERROR: No newlib_rev in baseline git' '[' -f base-artifacts/git/newlib_rev ']'
-+++ set -euf -o pipefail +x
-+++ cat base-artifacts/git/newlib_rev
-++ base_rev=6e5676a915e70edfef1cda870ee00263ce7b3a57
-+++ get_current_git newlib_rev
-+++ set -euf -o pipefail
-+++ assert_with_msg 'ERROR: No newlib_rev in current git' '[' -f artifacts/git/newlib_rev ']'
-+++ set -euf -o pipefail +x
-+++ cat artifacts/git/newlib_rev
-++ cur_rev=55485616ba2afedca05da40f5cde59ee336b9f28
-+++ git -C newlib rev-list --count 6e5676a915e70edfef1cda870ee00263ce7b3a57..55485616ba2afedca05da40f5cde59ee336b9f28
-++ c_commits=1
-++ '[' '' '!=' '' ']'
-++ git -C newlib log -n 5 --oneline 6e5676a915e70edfef1cda870ee00263ce7b3a57..55485616ba2afedca05da40f5cde59ee336b9f28
-++ '[' 1 -gt 5 ']'
+++ git -C gcc log -n 5 --oneline 29862e21f6d656eca59284c927d0c4c0698eb99c..deb844c67f1e2b116518f9742a6acbe6f19ea28f
+++ '[' 32 -gt 5 ']'
+++ echo '... and 27 more commits in gcc'
++ '[' '' '!=' '' ']'
++ for c in "${changed_components[@]}"
+++ get_baseline_git gdb_rev
@@ -714,40 +586,19 @@
+++ assert_with_msg 'ERROR: No gdb_rev in baseline git' '[' -f base-artifacts/git/gdb_rev ']'
+++ set -euf -o pipefail +x
+++ cat base-artifacts/git/gdb_rev
-++ base_rev=e8aafb7d7a5025130ba713450fc6108506f0ee15
+++ base_rev=0ad14a8c34c866f64271041cb69b0e8a05913de8
+++ get_current_git gdb_rev
+++ set -euf -o pipefail
+++ assert_with_msg 'ERROR: No gdb_rev in current git' '[' -f artifacts/git/gdb_rev ']'
+++ set -euf -o pipefail +x
+++ cat artifacts/git/gdb_rev
-++ cur_rev=0ad14a8c34c866f64271041cb69b0e8a05913de8
-+++ git -C gdb rev-list --count e8aafb7d7a5025130ba713450fc6108506f0ee15..0ad14a8c34c866f64271041cb69b0e8a05913de8
-++ c_commits=27
+++ cur_rev=7a5fa3dbe555794ce401a7435cb91f8695fc9847
++++ git -C gdb rev-list --count 0ad14a8c34c866f64271041cb69b0e8a05913de8..7a5fa3dbe555794ce401a7435cb91f8695fc9847
+++ c_commits=7
++ '[' '' '!=' '' ']'
-++ git -C gdb log -n 5 --oneline e8aafb7d7a5025130ba713450fc6108506f0ee15..0ad14a8c34c866f64271041cb69b0e8a05913de8
-++ '[' 27 -gt 5 ']'
-++ echo '... and 22 more commits in gdb'
-++ '[' '' '!=' '' ']'
-++ for c in "${changed_components[@]}"
-+++ get_baseline_git qemu_rev
-+++ set -euf -o pipefail
-+++ local base_artifacts=base-artifacts
-+++ assert_with_msg 'ERROR: No qemu_rev in baseline git' '[' -f base-artifacts/git/qemu_rev ']'
-+++ set -euf -o pipefail +x
-+++ cat base-artifacts/git/qemu_rev
-++ base_rev=13d6b1608160de40ec65ae4c32419e56714bbadf
-+++ get_current_git qemu_rev
-+++ set -euf -o pipefail
-+++ assert_with_msg 'ERROR: No qemu_rev in current git' '[' -f artifacts/git/qemu_rev ']'
-+++ set -euf -o pipefail +x
-+++ cat artifacts/git/qemu_rev
-++ cur_rev=b55e4b9c0525560577384adfc6d30eb0daa8d7be
-+++ git -C qemu rev-list --count 13d6b1608160de40ec65ae4c32419e56714bbadf..b55e4b9c0525560577384adfc6d30eb0daa8d7be
-++ c_commits=246
-++ '[' '' '!=' '' ']'
-++ git -C qemu log -n 5 --oneline 13d6b1608160de40ec65ae4c32419e56714bbadf..b55e4b9c0525560577384adfc6d30eb0daa8d7be
-++ '[' 246 -gt 5 ']'
-++ echo '... and 241 more commits in qemu'
+++ git -C gdb log -n 5 --oneline 0ad14a8c34c866f64271041cb69b0e8a05913de8..7a5fa3dbe555794ce401a7435cb91f8695fc9847
+++ '[' 7 -gt 5 ']'
+++ echo '... and 2 more commits in gdb'
++ '[' '' '!=' '' ']'
++ return 0
++ gnu_print_result --short
@@ -801,12 +652,12 @@
+ '[' multiple_components '!=' single_commit ']'
+ return
# generate dashboard
++ echo '# generate dashboard'
++ generate_dashboard_squad
# generate_dashboard_squad
... Skipping
# post_dashboard_squad
... Skipping
-+ echo '# generate dashboard'
-+ generate_dashboard_squad
+ local results_date
+ echo '# generate_dashboard_squad'
+ false
@@ -819,13 +670,13 @@
+ return
+ false
+ post_to_jira
-# post_to_jira
+ set -euf -o pipefail
+# post_to_jira
+Full stage ran successfully.
+ echo '# post_to_jira'
+ local post_card_comment=false
+ local post_template_comment=false
+ false
+ false
+ false
-Full stage ran successfully.
+ echo 'Full stage ran successfully.'