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.log1539
1 files changed, 1324 insertions, 215 deletions
diff --git a/jenkins/notify-full.log b/jenkins/notify-full.log
index 721f1fc..2481c75 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_1:-p51113: ./jenkins-scripts/round-robin-notify.sh '@@rr[top_artifacts]' artifacts __TCWG_JIRA_TOKEN ijQW9spm0p7HwZnUtLFx7CCA __stage full __verbose true
++ remote_exec build-07.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_0:-p49215: ./jenkins-scripts/round-robin-notify.sh '@@rr[top_artifacts]' artifacts __TCWG_JIRA_TOKEN ijQW9spm0p7HwZnUtLFx7CCA __stage full __verbose true
+ set -euf -o pipefail
+ local host
-++ echo build-02.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_1:-p51113:
+++ echo build-07.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_0:-p49215:
++ cut -d: -f 1
-+ host=build-02.tcwglab
++ host=build-07.tcwglab
+ local port
-++ echo build-02.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_1:-p51113:
+++ echo build-07.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_0:-p49215:
++ cut -s -d: -f 2
+ port=
+ local dir
-++ echo build-02.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_1:-p51113:
+++ echo build-07.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_0:-p49215:
++ cut -s -d: -f 3
-+ dir=/home/tcwg-buildslave/workspace/tcwg_gnu_1
++ dir=/home/tcwg-buildslave/workspace/tcwg_gnu_0
+ local opts
-++ echo build-02.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_1:-p51113:
+++ echo build-07.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_0:-p49215:
++ cut -s -d: -f 4
-+ opts=-p51113
++ opts=-p49215
+ local env_vars
-++ echo build-02.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_1:-p51113:
+++ echo build-07.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_0:-p49215:
++ cut -s -d: -f 5
+ env_vars=
+ shift
@@ -52,10 +52,10 @@
+ for i in "$@"
+ cmd+=("$(printf '%q' "$i")")
++ printf %q true
-++ printf %q /home/tcwg-buildslave/workspace/tcwg_gnu_1
-+ ssh -p51113 build-02.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'
+++ printf %q /home/tcwg-buildslave/workspace/tcwg_gnu_0
++ ssh -p49215 build-07.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'
-/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
+/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
+ false
+ dryrun=
@@ -81,23 +81,25 @@
++ 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_check_binutils--master-arm_eabi-build/177/
+# Baseline : https://ci.linaro.org/job/tcwg_gnu_embed_check_binutils--master-arm_eabi-build/178/
# Using dir : base-artifacts
-+ echo '# Baseline : https://ci.linaro.org/job/tcwg_gnu_embed_check_binutils--master-arm_eabi-build/177/'
++ echo '# Baseline : https://ci.linaro.org/job/tcwg_gnu_embed_check_binutils--master-arm_eabi-build/178/'
+ 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_check_binutils--master-arm_eabi-build/178/
+# Artifacts : https://ci.linaro.org/job/tcwg_gnu_embed_check_binutils--master-arm_eabi-build/179/
# Using dir : artifacts
-+ echo '# Artifacts : https://ci.linaro.org/job/tcwg_gnu_embed_check_binutils--master-arm_eabi-build/178/'
++ echo '# Artifacts : https://ci.linaro.org/job/tcwg_gnu_embed_check_binutils--master-arm_eabi-build/179/'
+ echo '# Using dir : artifacts'
+ echo ''
+ mkdir -p artifacts/notify
+ '[' -f /home/tcwg-buildslave/.jipdate.yml ']'
+ set +x
# check_source_changes
++ declare -Ag pw
++ '[' ignore = precommit ']'
+ check_source_changes
+ echo '# check_source_changes'
++ get_current_manifest '{rr[update_baseline]}'
@@ -145,7 +147,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
-++ '[' x069a1561b76532964b1dcc3bdd8f745e927358d6 '!=' xe76d241a64cc02accc1717b5df9624a9dbb31598 ']'
+++ '[' x21f8c9c1874f144bbe387874f586e61d4742e6eb '!=' x069a1561b76532964b1dcc3bdd8f745e927358d6 ']'
++ echo -ne binutils
++ delim=' '
++ for c in $(print_updated_components)
@@ -160,7 +162,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
-++ '[' x8353b9c5f5af0e65cb04fcbb7325d6a566006cd4 '!=' xb860e657802b96ea2f00e53b2040ef100bedbc89 ']'
+++ '[' x0a888650303750fd72878fc083dfb30b62e30809 '!=' x8353b9c5f5af0e65cb04fcbb7325d6a566006cd4 ']'
++ echo -ne ' gcc'
++ delim=' '
++ for c in $(print_updated_components)
@@ -175,7 +177,9 @@
+++ 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
-++ '[' x7ba103eb1a95703c7803e4ca48e6ba5c8e1f3d56 '!=' x7ba103eb1a95703c7803e4ca48e6ba5c8e1f3d56 ']'
+++ '[' x90d3b16d2b93d573501394d88538c99335edc343 '!=' x7ba103eb1a95703c7803e4ca48e6ba5c8e1f3d56 ']'
+++ echo -ne ' newlib'
+++ delim=' '
++ for c in $(print_updated_components)
+++ get_current_git gdb_rev
+++ set -euf -o pipefail
@@ -188,7 +192,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
-++ '[' x069a1561b76532964b1dcc3bdd8f745e927358d6 '!=' x3b5f2477bcaca29d32734fdc3848bfc20a1e8dfa ']'
+++ '[' x81656b43f153df328776bc122d573d5790bbe0e8 '!=' x069a1561b76532964b1dcc3bdd8f745e927358d6 ']'
++ echo -ne ' gdb'
++ delim=' '
++ for c in $(print_updated_components)
@@ -197,23 +201,25 @@
+++ 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
-# Debug traces :
-# change_kind=multiple_components : binutils gcc gdb
+++ 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
-++ '[' x0d52116fd82cdd1f4a88837336af5b6290c364a4 '!=' x0d52116fd82cdd1f4a88837336af5b6290c364a4 ']'
+++ '[' xb0dd9a7d6dd15a6898e9c585b521e6bec79b25aa '!=' x0d52116fd82cdd1f4a88837336af5b6290c364a4 ']'
+++ echo -ne ' qemu'
+++ delim=' '
++ echo
+# Debug traces :
+# change_kind=multiple_components : binutils gcc newlib gdb qemu
+ local c base_rev cur_rev c_commits
-+ '[' 3 = 0 ']'
-+ '[' 3 = 1 ']'
++ '[' 5 = 0 ']'
++ '[' 5 = 1 ']'
+ change_kind=multiple_components
+ changed_single_component=
+ echo '# Debug traces :'
-+ echo '# change_kind=multiple_components : binutils gcc gdb'
++ echo '# change_kind=multiple_components : binutils gcc newlib gdb qemu'
+ for c in "${changed_components[@]}"
++ get_baseline_git binutils_rev
++ set -euf -o pipefail
@@ -221,17 +227,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=e76d241a64cc02accc1717b5df9624a9dbb31598
++ base_rev=069a1561b76532964b1dcc3bdd8f745e927358d6
++ 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=069a1561b76532964b1dcc3bdd8f745e927358d6
-++ git -C binutils rev-list --count e76d241a64cc02accc1717b5df9624a9dbb31598..069a1561b76532964b1dcc3bdd8f745e927358d6
-# rev for binutils : e76d241a64cc02accc1717b5df9624a9dbb31598..069a1561b76532964b1dcc3bdd8f745e927358d6 (4 commits)
-+ c_commits=4
-+ echo '# rev for binutils : e76d241a64cc02accc1717b5df9624a9dbb31598..069a1561b76532964b1dcc3bdd8f745e927358d6 (4 commits)'
++ cur_rev=21f8c9c1874f144bbe387874f586e61d4742e6eb
+++ git -C binutils rev-list --count 069a1561b76532964b1dcc3bdd8f745e927358d6..21f8c9c1874f144bbe387874f586e61d4742e6eb
+# rev for binutils : 069a1561b76532964b1dcc3bdd8f745e927358d6..21f8c9c1874f144bbe387874f586e61d4742e6eb (58 commits)
++ c_commits=58
++ echo '# rev for binutils : 069a1561b76532964b1dcc3bdd8f745e927358d6..21f8c9c1874f144bbe387874f586e61d4742e6eb (58 commits)'
+ for c in "${changed_components[@]}"
++ get_baseline_git gcc_rev
++ set -euf -o pipefail
@@ -239,17 +245,35 @@
++ 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=b860e657802b96ea2f00e53b2040ef100bedbc89
++ base_rev=8353b9c5f5af0e65cb04fcbb7325d6a566006cd4
++ 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=8353b9c5f5af0e65cb04fcbb7325d6a566006cd4
-++ git -C gcc rev-list --count b860e657802b96ea2f00e53b2040ef100bedbc89..8353b9c5f5af0e65cb04fcbb7325d6a566006cd4
-# rev for gcc : b860e657802b96ea2f00e53b2040ef100bedbc89..8353b9c5f5af0e65cb04fcbb7325d6a566006cd4 (12 commits)
-+ c_commits=12
-+ echo '# rev for gcc : b860e657802b96ea2f00e53b2040ef100bedbc89..8353b9c5f5af0e65cb04fcbb7325d6a566006cd4 (12 commits)'
++ cur_rev=0a888650303750fd72878fc083dfb30b62e30809
+++ git -C gcc rev-list --count 8353b9c5f5af0e65cb04fcbb7325d6a566006cd4..0a888650303750fd72878fc083dfb30b62e30809
+# rev for gcc : 8353b9c5f5af0e65cb04fcbb7325d6a566006cd4..0a888650303750fd72878fc083dfb30b62e30809 (98 commits)
++ c_commits=98
++ echo '# rev for gcc : 8353b9c5f5af0e65cb04fcbb7325d6a566006cd4..0a888650303750fd72878fc083dfb30b62e30809 (98 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=7ba103eb1a95703c7803e4ca48e6ba5c8e1f3d56
+++ 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=90d3b16d2b93d573501394d88538c99335edc343
+++ git -C newlib rev-list --count 7ba103eb1a95703c7803e4ca48e6ba5c8e1f3d56..90d3b16d2b93d573501394d88538c99335edc343
+# rev for newlib : 7ba103eb1a95703c7803e4ca48e6ba5c8e1f3d56..90d3b16d2b93d573501394d88538c99335edc343 (1 commits)
++ c_commits=1
++ echo '# rev for newlib : 7ba103eb1a95703c7803e4ca48e6ba5c8e1f3d56..90d3b16d2b93d573501394d88538c99335edc343 (1 commits)'
+ for c in "${changed_components[@]}"
++ get_baseline_git gdb_rev
++ set -euf -o pipefail
@@ -257,18 +281,36 @@
++ 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=3b5f2477bcaca29d32734fdc3848bfc20a1e8dfa
++ base_rev=069a1561b76532964b1dcc3bdd8f745e927358d6
++ 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
-# rev for gdb : 3b5f2477bcaca29d32734fdc3848bfc20a1e8dfa..069a1561b76532964b1dcc3bdd8f745e927358d6 (3 commits)
-
++ cat artifacts/git/gdb_rev
-+ cur_rev=069a1561b76532964b1dcc3bdd8f745e927358d6
-++ git -C gdb rev-list --count 3b5f2477bcaca29d32734fdc3848bfc20a1e8dfa..069a1561b76532964b1dcc3bdd8f745e927358d6
-+ c_commits=3
-+ echo '# rev for gdb : 3b5f2477bcaca29d32734fdc3848bfc20a1e8dfa..069a1561b76532964b1dcc3bdd8f745e927358d6 (3 commits)'
++ cur_rev=81656b43f153df328776bc122d573d5790bbe0e8
+++ git -C gdb rev-list --count 069a1561b76532964b1dcc3bdd8f745e927358d6..81656b43f153df328776bc122d573d5790bbe0e8
+# rev for gdb : 069a1561b76532964b1dcc3bdd8f745e927358d6..81656b43f153df328776bc122d573d5790bbe0e8 (62 commits)
++ c_commits=62
++ echo '# rev for gdb : 069a1561b76532964b1dcc3bdd8f745e927358d6..81656b43f153df328776bc122d573d5790bbe0e8 (62 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=0d52116fd82cdd1f4a88837336af5b6290c364a4
+++ 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=b0dd9a7d6dd15a6898e9c585b521e6bec79b25aa
+++ git -C qemu rev-list --count 0d52116fd82cdd1f4a88837336af5b6290c364a4..b0dd9a7d6dd15a6898e9c585b521e6bec79b25aa
+# rev for qemu : 0d52116fd82cdd1f4a88837336af5b6290c364a4..b0dd9a7d6dd15a6898e9c585b521e6bec79b25aa (2 commits)
+
++ c_commits=2
++ echo '# rev for qemu : 0d52116fd82cdd1f4a88837336af5b6290c364a4..b0dd9a7d6dd15a6898e9c585b521e6bec79b25aa (2 commits)'
+ echo ''
+ setup_stages_to_run
+ '[' ignore = onregression ']'
@@ -289,12 +331,10 @@
+ print_result_f=gnu_print_result
+ generate_extra_details
# generate_extra_details
-# post_interesting_commits
-# post_interesting_commits
-# print all notification files
+ set -euf -o pipefail
+ echo '# generate_extra_details'
+ post_interesting_commits init
+# post_interesting_commits
+ set -euf -o pipefail
+ echo '# post_interesting_commits'
+ local stage=init
@@ -307,15 +347,1083 @@
+ '[' xmultiple_components '!=' xsingle_commit ']'
+ return
+ post_interesting_commits full
+# post_interesting_commits
+ set -euf -o pipefail
+ echo '# post_interesting_commits'
+ local stage=full
+ '[' multiple_components '!=' single_commit ']'
+ return
+# print all notification files
+ echo '# print all notification files'
+ print_mail_recipients
-+ false
-+ return
++ set -euf -o pipefail
++ true
++ local -A emails
++ emails["tcwg-validation@linaro.org"]=bcc
++ local -A no_emails
++ case "$ci_project/$ci_config:$changed_single_component" in
++ no_emails["gcc-regression@gcc.gnu.org"]=cc
++ local c email
++ for c in "${changed_components[@]}"
+++ get_baseline_git binutils_rev
+++ set -euf -o pipefail
+++ local base_artifacts=base-artifacts
+++ 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=069a1561b76532964b1dcc3bdd8f745e927358d6
+++ 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=21f8c9c1874f144bbe387874f586e61d4742e6eb
++ read -r email
+++ git -C binutils log --pretty=%ae 069a1561b76532964b1dcc3bdd8f745e927358d6..21f8c9c1874f144bbe387874f586e61d4742e6eb
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ for c in "${changed_components[@]}"
+++ get_baseline_git gcc_rev
+++ set -euf -o pipefail
+++ local base_artifacts=base-artifacts
+++ 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=8353b9c5f5af0e65cb04fcbb7325d6a566006cd4
+++ 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=0a888650303750fd72878fc083dfb30b62e30809
++ read -r email
+++ git -C gcc log --pretty=%ae 8353b9c5f5af0e65cb04fcbb7325d6a566006cd4..0a888650303750fd72878fc083dfb30b62e30809
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ 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=7ba103eb1a95703c7803e4ca48e6ba5c8e1f3d56
+++ 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=90d3b16d2b93d573501394d88538c99335edc343
++ read -r email
+++ git -C newlib log --pretty=%ae 7ba103eb1a95703c7803e4ca48e6ba5c8e1f3d56..90d3b16d2b93d573501394d88538c99335edc343
++ no_emails["$email"]=cc
++ read -r email
++ for c in "${changed_components[@]}"
+++ get_baseline_git gdb_rev
+++ set -euf -o pipefail
+++ local base_artifacts=base-artifacts
+++ 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=069a1561b76532964b1dcc3bdd8f745e927358d6
+++ 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=81656b43f153df328776bc122d573d5790bbe0e8
++ read -r email
+++ git -C gdb log --pretty=%ae 069a1561b76532964b1dcc3bdd8f745e927358d6..81656b43f153df328776bc122d573d5790bbe0e8
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ 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=0d52116fd82cdd1f4a88837336af5b6290c364a4
+++ 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=b0dd9a7d6dd15a6898e9c585b521e6bec79b25aa
++ read -r email
+++ git -C qemu log --pretty=%ae 0d52116fd82cdd1f4a88837336af5b6290c364a4..b0dd9a7d6dd15a6898e9c585b521e6bec79b25aa
++ no_emails["$email"]=cc
++ read -r email
++ no_emails["$email"]=cc
++ read -r email
++ for c in "${changed_components[@]}"
+++ get_baseline_git binutils_rev
+++ set -euf -o pipefail
+++ local base_artifacts=base-artifacts
+++ 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=069a1561b76532964b1dcc3bdd8f745e927358d6
+++ 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=21f8c9c1874f144bbe387874f586e61d4742e6eb
++ read -r email
+++ git -C binutils log --pretty=%ce 069a1561b76532964b1dcc3bdd8f745e927358d6..21f8c9c1874f144bbe387874f586e61d4742e6eb
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ for c in "${changed_components[@]}"
+++ get_baseline_git gcc_rev
+++ set -euf -o pipefail
+++ local base_artifacts=base-artifacts
+++ 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=8353b9c5f5af0e65cb04fcbb7325d6a566006cd4
+++ 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=0a888650303750fd72878fc083dfb30b62e30809
++ read -r email
+++ git -C gcc log --pretty=%ce 8353b9c5f5af0e65cb04fcbb7325d6a566006cd4..0a888650303750fd72878fc083dfb30b62e30809
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ 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=7ba103eb1a95703c7803e4ca48e6ba5c8e1f3d56
+++ 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=90d3b16d2b93d573501394d88538c99335edc343
++ read -r email
+++ git -C newlib log --pretty=%ce 7ba103eb1a95703c7803e4ca48e6ba5c8e1f3d56..90d3b16d2b93d573501394d88538c99335edc343
++ no_emails["$email"]=to
++ read -r email
++ for c in "${changed_components[@]}"
+++ get_baseline_git gdb_rev
+++ set -euf -o pipefail
+++ local base_artifacts=base-artifacts
+++ 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=069a1561b76532964b1dcc3bdd8f745e927358d6
+++ 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=81656b43f153df328776bc122d573d5790bbe0e8
++ read -r email
+++ git -C gdb log --pretty=%ce 069a1561b76532964b1dcc3bdd8f745e927358d6..81656b43f153df328776bc122d573d5790bbe0e8
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ 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=0d52116fd82cdd1f4a88837336af5b6290c364a4
+++ 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=b0dd9a7d6dd15a6898e9c585b521e6bec79b25aa
++ read -r email
+++ git -C qemu log --pretty=%ce 0d52116fd82cdd1f4a88837336af5b6290c364a4..b0dd9a7d6dd15a6898e9c585b521e6bec79b25aa
++ no_emails["$email"]=to
++ read -r email
++ no_emails["$email"]=to
++ read -r email
++ for c in "${changed_components[@]}"
++ '[' '' '!=' '' ']'
++ for c in "${changed_components[@]}"
++ '[' '' '!=' '' ']'
++ for c in "${changed_components[@]}"
++ '[' '' '!=' '' ']'
++ for c in "${changed_components[@]}"
++ '[' '' '!=' '' ']'
++ for c in "${changed_components[@]}"
++ '[' '' '!=' '' ']'
++ recipients=()
++ local -a recipients
++ for email in "${!emails[@]}"
++ recipients+=("${emails[$email]}:$email")
++ IFS=,
++ echo bcc:tcwg-validation@linaro.org
+ true
+ generate_jira_dir
+ set -euf -o pipefail
@@ -338,16 +1446,16 @@
++ false
++ local print_arg=--oneline
++ '[' -d artifacts/sumfiles ']'
-++ wait 27249
+++ wait 30324
++ gcc-compare-results/compare_tests -compr none -pass-thresh 0.9 base-artifacts/sumfiles artifacts/sumfiles
++ true
++ local validate_failures=gcc-compare-results/contrib/testsuite-management/validate_failures.py
++ local xfails=artifacts/sumfiles/xfails.xfail
++ '[' -f artifacts/sumfiles/xfails.xfail ']'
-++ gcc-compare-results/contrib/testsuite-management/validate_failures.py --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20230818 --build_dir=artifacts/sumfiles --verbosity=1
-++ wait 27298
-++ wait 27299
-++ gcc-compare-results/contrib/testsuite-management/validate_failures.py --inverse_match --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20230818 --build_dir=artifacts/sumfiles --verbosity=1
+++ gcc-compare-results/contrib/testsuite-management/validate_failures.py --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20230824 --build_dir=artifacts/sumfiles --verbosity=1
+++ wait 30373
+++ wait 30374
+++ gcc-compare-results/contrib/testsuite-management/validate_failures.py --inverse_match --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20230824 --build_dir=artifacts/sumfiles --verbosity=1
++ local n_regressions n_progressions pass_fail=PASS
++ '[' 0 '!=' 0 ']'
+++ grep -c '^[A-Z]\+:' artifacts/notify/regressions.sum
@@ -371,16 +1479,16 @@
+ false
+ local print_arg=--oneline
+ '[' -d artifacts/sumfiles ']'
-+ wait 27314
++ wait 30389
+ gcc-compare-results/compare_tests -compr none -pass-thresh 0.9 base-artifacts/sumfiles artifacts/sumfiles
+ true
+ local validate_failures=gcc-compare-results/contrib/testsuite-management/validate_failures.py
+ local xfails=artifacts/sumfiles/xfails.xfail
+ '[' -f artifacts/sumfiles/xfails.xfail ']'
-+ gcc-compare-results/contrib/testsuite-management/validate_failures.py --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20230818 --build_dir=artifacts/sumfiles --verbosity=1
-+ wait 27363
-+ wait 27364
-+ gcc-compare-results/contrib/testsuite-management/validate_failures.py --inverse_match --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20230818 --build_dir=artifacts/sumfiles --verbosity=1
++ gcc-compare-results/contrib/testsuite-management/validate_failures.py --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20230824 --build_dir=artifacts/sumfiles --verbosity=1
++ wait 30438
++ wait 30439
++ gcc-compare-results/contrib/testsuite-management/validate_failures.py --inverse_match --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20230824 --build_dir=artifacts/sumfiles --verbosity=1
+ local n_regressions n_progressions pass_fail=PASS
+ '[' 0 '!=' 0 ']'
++ grep -c '^[A-Z]\+:' artifacts/notify/regressions.sum
@@ -403,45 +1511,16 @@
++ 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_check_binutils--master-arm_eabi-build/178/artifact/artifacts
++ bad_artifacts_url=https://ci.linaro.org/job/tcwg_gnu_embed_check_binutils--master-arm_eabi-build/179/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_check_binutils--master-arm_eabi-build/177/artifact/artifacts
++ good_artifacts_url=https://ci.linaro.org/job/tcwg_gnu_embed_check_binutils--master-arm_eabi-build/178/artifact/artifacts
+ cat
-++ gnu_print_result --oneline
-++ false
-++ local print_arg=--oneline
-++ '[' -d artifacts/sumfiles ']'
-++ wait 27389
-++ gcc-compare-results/compare_tests -compr none -pass-thresh 0.9 base-artifacts/sumfiles artifacts/sumfiles
-++ true
-++ local validate_failures=gcc-compare-results/contrib/testsuite-management/validate_failures.py
-++ local xfails=artifacts/sumfiles/xfails.xfail
-++ '[' -f artifacts/sumfiles/xfails.xfail ']'
-++ wait 27438
-++ gcc-compare-results/contrib/testsuite-management/validate_failures.py --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20230818 --build_dir=artifacts/sumfiles --verbosity=1
-++ wait 27439
-++ gcc-compare-results/contrib/testsuite-management/validate_failures.py --inverse_match --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20230818 --build_dir=artifacts/sumfiles --verbosity=1
-++ local n_regressions n_progressions pass_fail=PASS
-++ '[' 0 '!=' 0 ']'
-+++ grep -c '^[A-Z]\+:' artifacts/notify/regressions.sum
-+++ true
-++ n_regressions=0
-+++ grep -c '^[A-Z]\+:' artifacts/notify/progressions.sum
-+++ true
-++ n_progressions=0
-++ printf PASS
-++ '[' 0 '!=' 0 ']'
-++ rm artifacts/notify/regressions.sum
-++ '[' 0 '!=' 0 ']'
-++ rm artifacts/notify/progressions.sum
-++ printf '\n'
-++ '[' --oneline = --oneline ']'
-++ return 0
-++ print_commits --oneline
+++ print_commits --short
+++ sed -e 's/^/ | /'
++ false
-++ local print_arg=--oneline
+++ local print_arg=--short
++ local components new_commits more_lines
++ case "$change_kind:$print_arg" in
++ new_commits=0
@@ -452,16 +1531,28 @@
+++ 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=e76d241a64cc02accc1717b5df9624a9dbb31598
+++ base_rev=069a1561b76532964b1dcc3bdd8f745e927358d6
+++ 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=069a1561b76532964b1dcc3bdd8f745e927358d6
-+++ git -C binutils rev-list --count e76d241a64cc02accc1717b5df9624a9dbb31598..069a1561b76532964b1dcc3bdd8f745e927358d6
-++ c_commits=4
-++ new_commits=4
+++ cur_rev=21f8c9c1874f144bbe387874f586e61d4742e6eb
++++ git -C binutils rev-list --count 069a1561b76532964b1dcc3bdd8f745e927358d6..21f8c9c1874f144bbe387874f586e61d4742e6eb
+++ c_commits=58
+++ new_commits=58
+++ echo 'binutils commits:'
++++ git -C binutils log --pretty=oneline 069a1561b76532964b1dcc3bdd8f745e927358d6..21f8c9c1874f144bbe387874f586e61d4742e6eb
++++ head -n5
++++ true
+++ echo '21f8c9c1874f144bbe387874f586e61d4742e6eb kvx: bfd/config.bfd & ld/configure.tgt
+af6242628aa3c5fca778e0ecb22060d5f9f0d59a kvx: use {u,}int32_t and {u,}int64_t
+66644c5dc3d61b5cabefba7f0ddb467c2ca750ed kvx: fix handling of STB_GNU_UNIQUE symbols
+492e9b6b0f9d104467a9986281e74455ed5b7738 kvx: remove kvx_elf64_linux_vec
+2ada0458d516d23734e5fcfad0d538e38f6066c5 Automatic date update in version.in'
+++ '[' 58 -gt 5 ']'
+++ echo '... and 53 more'
+++ '[' '' '!=' '' ']'
++ for c in "${changed_components[@]}"
+++ get_baseline_git gcc_rev
+++ set -euf -o pipefail
@@ -469,96 +1560,51 @@
+++ 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=b860e657802b96ea2f00e53b2040ef100bedbc89
+++ base_rev=8353b9c5f5af0e65cb04fcbb7325d6a566006cd4
+++ 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=8353b9c5f5af0e65cb04fcbb7325d6a566006cd4
-+++ git -C gcc rev-list --count b860e657802b96ea2f00e53b2040ef100bedbc89..8353b9c5f5af0e65cb04fcbb7325d6a566006cd4
-++ c_commits=12
-++ new_commits=16
-++ for c in "${changed_components[@]}"
-+++ get_baseline_git gdb_rev
-+++ set -euf -o pipefail
-+++ local base_artifacts=base-artifacts
-+++ 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=3b5f2477bcaca29d32734fdc3848bfc20a1e8dfa
-+++ 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=069a1561b76532964b1dcc3bdd8f745e927358d6
-+++ git -C gdb rev-list --count 3b5f2477bcaca29d32734fdc3848bfc20a1e8dfa..069a1561b76532964b1dcc3bdd8f745e927358d6
-++ c_commits=3
-++ new_commits=19
-+++ echo binutils gcc gdb
-+++ tr ' ' ,
-++ components=binutils,gcc,gdb
-++ echo '19 commits in binutils,gcc,gdb'
-++ print_commits --short
-++ sed -e 's/^/ | /'
-++ false
-++ local print_arg=--short
-++ local components new_commits more_lines
-++ case "$change_kind:$print_arg" in
-++ new_commits=0
-++ for c in "${changed_components[@]}"
-+++ get_baseline_git binutils_rev
-+++ set -euf -o pipefail
-+++ local base_artifacts=base-artifacts
-+++ 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=e76d241a64cc02accc1717b5df9624a9dbb31598
-+++ 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=069a1561b76532964b1dcc3bdd8f745e927358d6
-+++ git -C binutils rev-list --count e76d241a64cc02accc1717b5df9624a9dbb31598..069a1561b76532964b1dcc3bdd8f745e927358d6
-++ c_commits=4
-++ new_commits=4
-++ echo 'binutils commits:'
-+++ git -C binutils log --pretty=oneline e76d241a64cc02accc1717b5df9624a9dbb31598..069a1561b76532964b1dcc3bdd8f745e927358d6
+++ cur_rev=0a888650303750fd72878fc083dfb30b62e30809
++++ git -C gcc rev-list --count 8353b9c5f5af0e65cb04fcbb7325d6a566006cd4..0a888650303750fd72878fc083dfb30b62e30809
+++ c_commits=98
+++ new_commits=156
+++ echo 'gcc commits:'
++++ git -C gcc log --pretty=oneline 8353b9c5f5af0e65cb04fcbb7325d6a566006cd4..0a888650303750fd72878fc083dfb30b62e30809
+++ head -n5
-++ echo '069a1561b76532964b1dcc3bdd8f745e927358d6 x86: remove indirection from bx[] and di_si[]
-b41ef0baac449de58c84d1a0261af0d91443b540 gas: make S_IS_LOCAL() and S_IS_EXTERNAL() exclusive of one another
-899748950c12ee446bb394bb9660da1034bfbdc9 RISC-V: Report "c or zca" for INSN_CLASS_C when error reporting.
-3b5f2477bcaca29d32734fdc3848bfc20a1e8dfa Automatic date update in version.in'
-++ '[' 4 -gt 5 ']'
++++ true
+++ echo '0a888650303750fd72878fc083dfb30b62e30809 Adjust GCC V13 to GCC 13.1 in diagnotic.
+afe15e9742d9fefb3f4a9b1662cb3f977e3645fd Fix target_clone ("arch=graniterapids-d") and target_clone ("arch=arrowlake-s")
+0c2633dd09f281fba26f6ee39913c951697b2a51 testsuite: Xfail gcc.dg/tree-ssa/update-threading.c for CRIS, PR110628
+4e27ba6e2dd85a5ad4751c35270dbd8f277302dd Daily bump.
+6619b3d4c15cd754798b1048c67f3806bbcc2e6d Improve quality of code from LRA register elimination'
+++ '[' 98 -gt 5 ']'
+++ echo '... and 93 more'
+++ '[' '' '!=' '' ']'
++ for c in "${changed_components[@]}"
-+++ get_baseline_git gcc_rev
++++ get_baseline_git newlib_rev
+++ set -euf -o pipefail
+++ local base_artifacts=base-artifacts
-+++ assert_with_msg 'ERROR: No gcc_rev in baseline git' '[' -f base-artifacts/git/gcc_rev ']'
++++ 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/gcc_rev
-++ base_rev=b860e657802b96ea2f00e53b2040ef100bedbc89
-+++ get_current_git gcc_rev
++++ cat base-artifacts/git/newlib_rev
+++ base_rev=7ba103eb1a95703c7803e4ca48e6ba5c8e1f3d56
++++ get_current_git newlib_rev
+++ set -euf -o pipefail
-+++ assert_with_msg 'ERROR: No gcc_rev in current git' '[' -f artifacts/git/gcc_rev ']'
++++ assert_with_msg 'ERROR: No newlib_rev in current git' '[' -f artifacts/git/newlib_rev ']'
+++ set -euf -o pipefail +x
-+++ cat artifacts/git/gcc_rev
-++ cur_rev=8353b9c5f5af0e65cb04fcbb7325d6a566006cd4
-+++ git -C gcc rev-list --count b860e657802b96ea2f00e53b2040ef100bedbc89..8353b9c5f5af0e65cb04fcbb7325d6a566006cd4
-++ c_commits=12
-++ new_commits=16
-++ echo 'gcc commits:'
-+++ git -C gcc log --pretty=oneline b860e657802b96ea2f00e53b2040ef100bedbc89..8353b9c5f5af0e65cb04fcbb7325d6a566006cd4
++++ cat artifacts/git/newlib_rev
+++ cur_rev=90d3b16d2b93d573501394d88538c99335edc343
++++ git -C newlib rev-list --count 7ba103eb1a95703c7803e4ca48e6ba5c8e1f3d56..90d3b16d2b93d573501394d88538c99335edc343
+++ c_commits=1
+++ new_commits=157
+++ echo 'newlib commits:'
++++ git -C newlib log --pretty=oneline 7ba103eb1a95703c7803e4ca48e6ba5c8e1f3d56..90d3b16d2b93d573501394d88538c99335edc343
+++ head -n5
-++ echo '8353b9c5f5af0e65cb04fcbb7325d6a566006cd4 Makefile.in: Make TM_P_H depend on $(TREE_H) [PR111021]
-ac8d3c7c5cd210bef20195346864307660cfa950 vect: Factor out the handling on scatter store having gs_info.decl
-7f8d730a563983187edb563c673d184d5bae8cf1 libstdc++: Fix incomplete rework of wchar_t support in std::format
-f5f47cc1ce75b00427756939a2dab94d3d125f6a tree-optimization/111048 - avoid flawed logic in fold_vec_perm
-68f7cb6cf9e8b9f2254855507f3b479552adda5f i386: Add AVX2 pragma wrapper for AVX512DQVL intrins'
-++ '[' 12 -gt 5 ']'
-++ echo '... and 7 more'
+++ echo '90d3b16d2b93d573501394d88538c99335edc343 Cygwin: pty: Fix failure to clear switch_to_nat_pipe flag.'
+++ '[' 1 -gt 5 ']'
+++ '[' '' '!=' '' ']'
++ for c in "${changed_components[@]}"
+++ get_baseline_git gdb_rev
+++ set -euf -o pipefail
@@ -566,37 +1612,66 @@ f5f47cc1ce75b00427756939a2dab94d3d125f6a tree-optimization/111048 - avoid flawed
+++ 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=3b5f2477bcaca29d32734fdc3848bfc20a1e8dfa
+++ base_rev=069a1561b76532964b1dcc3bdd8f745e927358d6
+++ 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=069a1561b76532964b1dcc3bdd8f745e927358d6
-+++ git -C gdb rev-list --count 3b5f2477bcaca29d32734fdc3848bfc20a1e8dfa..069a1561b76532964b1dcc3bdd8f745e927358d6
-++ c_commits=3
-++ new_commits=19
+++ cur_rev=81656b43f153df328776bc122d573d5790bbe0e8
++++ git -C gdb rev-list --count 069a1561b76532964b1dcc3bdd8f745e927358d6..81656b43f153df328776bc122d573d5790bbe0e8
+++ c_commits=62
+++ new_commits=219
++ echo 'gdb commits:'
-+++ git -C gdb log --pretty=oneline 3b5f2477bcaca29d32734fdc3848bfc20a1e8dfa..069a1561b76532964b1dcc3bdd8f745e927358d6
++++ git -C gdb log --pretty=oneline 069a1561b76532964b1dcc3bdd8f745e927358d6..81656b43f153df328776bc122d573d5790bbe0e8
+++ head -n5
-++ echo '069a1561b76532964b1dcc3bdd8f745e927358d6 x86: remove indirection from bx[] and di_si[]
-b41ef0baac449de58c84d1a0261af0d91443b540 gas: make S_IS_LOCAL() and S_IS_EXTERNAL() exclusive of one another
-899748950c12ee446bb394bb9660da1034bfbdc9 RISC-V: Report "c or zca" for INSN_CLASS_C when error reporting.'
-++ '[' 3 -gt 5 ']'
++++ true
+++ echo '81656b43f153df328776bc122d573d5790bbe0e8 kvx: workaround gcc-4.5 bug
+6aadf8a04d162feb2afe3c41f5b36534d661d447 optimize handle_COMDAT
+fb9b7fbf17f50fcfabf6e3d7d06a93e1f17c52b7 nds32, sh, kvx: DT_JMPREL/DT_PLTRELSZ
+8eb7b3a7dbc24de0c9c938f00f2387351045cbdf sim: or1k: Eliminate dangerous RWX load segments
+21f8c9c1874f144bbe387874f586e61d4742e6eb kvx: bfd/config.bfd & ld/configure.tgt'
+++ '[' 62 -gt 5 ']'
+++ echo '... and 57 more'
+++ '[' '' '!=' '' ']'
+++ 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=0d52116fd82cdd1f4a88837336af5b6290c364a4
++++ 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=b0dd9a7d6dd15a6898e9c585b521e6bec79b25aa
++++ git -C qemu rev-list --count 0d52116fd82cdd1f4a88837336af5b6290c364a4..b0dd9a7d6dd15a6898e9c585b521e6bec79b25aa
+++ c_commits=2
+++ new_commits=221
+++ echo 'qemu commits:'
++++ git -C qemu log --pretty=oneline 0d52116fd82cdd1f4a88837336af5b6290c364a4..b0dd9a7d6dd15a6898e9c585b521e6bec79b25aa
++++ head -n5
+++ echo 'b0dd9a7d6dd15a6898e9c585b521e6bec79b25aa Open 8.2 development tree
+7e5a8bb22368b3555644cb2debd3df24592f3a21 Update version for v8.1.0 release'
+++ '[' 2 -gt 5 ']'
+++ '[' '' '!=' '' ']'
++ gnu_print_result --short
++ false
++ local print_arg=--short
++ '[' -d artifacts/sumfiles ']'
-++ wait 27523
+++ wait 30532
++ gcc-compare-results/compare_tests -compr none -pass-thresh 0.9 base-artifacts/sumfiles artifacts/sumfiles
++ true
++ local validate_failures=gcc-compare-results/contrib/testsuite-management/validate_failures.py
++ local xfails=artifacts/sumfiles/xfails.xfail
++ '[' -f artifacts/sumfiles/xfails.xfail ']'
-++ wait 27572
-++ gcc-compare-results/contrib/testsuite-management/validate_failures.py --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20230818 --build_dir=artifacts/sumfiles --verbosity=1
-++ wait 27573
-++ gcc-compare-results/contrib/testsuite-management/validate_failures.py --inverse_match --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20230818 --build_dir=artifacts/sumfiles --verbosity=1
+++ wait 30581
+++ gcc-compare-results/contrib/testsuite-management/validate_failures.py --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20230824 --build_dir=artifacts/sumfiles --verbosity=1
+++ wait 30582
+++ gcc-compare-results/contrib/testsuite-management/validate_failures.py --inverse_match --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20230824 --build_dir=artifacts/sumfiles --verbosity=1
++ local n_regressions n_progressions pass_fail=PASS
++ '[' 0 '!=' 0 ']'
+++ grep -c '^[A-Z]\+:' artifacts/notify/regressions.sum
@@ -630,16 +1705,16 @@ b41ef0baac449de58c84d1a0261af0d91443b540 gas: make S_IS_LOCAL() and S_IS_EXTERNA
++ false
++ local print_arg=--oneline
++ '[' -d artifacts/sumfiles ']'
-++ wait 27582
+++ wait 30591
++ gcc-compare-results/compare_tests -compr none -pass-thresh 0.9 base-artifacts/sumfiles artifacts/sumfiles
++ true
++ local validate_failures=gcc-compare-results/contrib/testsuite-management/validate_failures.py
++ local xfails=artifacts/sumfiles/xfails.xfail
++ '[' -f artifacts/sumfiles/xfails.xfail ']'
-++ wait 27631
-++ gcc-compare-results/contrib/testsuite-management/validate_failures.py --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20230818 --build_dir=artifacts/sumfiles --verbosity=1
-++ wait 27632
-++ gcc-compare-results/contrib/testsuite-management/validate_failures.py --inverse_match --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20230818 --build_dir=artifacts/sumfiles --verbosity=1
+++ wait 30640
+++ gcc-compare-results/contrib/testsuite-management/validate_failures.py --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20230824 --build_dir=artifacts/sumfiles --verbosity=1
+++ wait 30641
+++ gcc-compare-results/contrib/testsuite-management/validate_failures.py --inverse_match --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20230824 --build_dir=artifacts/sumfiles --verbosity=1
++ local n_regressions n_progressions pass_fail=PASS
++ '[' 0 '!=' 0 ']'
+++ grep -c '^[A-Z]\+:' artifacts/notify/regressions.sum
@@ -669,16 +1744,16 @@ b41ef0baac449de58c84d1a0261af0d91443b540 gas: make S_IS_LOCAL() and S_IS_EXTERNA
+++ 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=e76d241a64cc02accc1717b5df9624a9dbb31598
+++ base_rev=069a1561b76532964b1dcc3bdd8f745e927358d6
+++ 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=069a1561b76532964b1dcc3bdd8f745e927358d6
-+++ git -C binutils rev-list --count e76d241a64cc02accc1717b5df9624a9dbb31598..069a1561b76532964b1dcc3bdd8f745e927358d6
-++ c_commits=4
-++ new_commits=4
+++ cur_rev=21f8c9c1874f144bbe387874f586e61d4742e6eb
++++ git -C binutils rev-list --count 069a1561b76532964b1dcc3bdd8f745e927358d6..21f8c9c1874f144bbe387874f586e61d4742e6eb
+++ c_commits=58
+++ new_commits=58
++ for c in "${changed_components[@]}"
+++ get_baseline_git gcc_rev
+++ set -euf -o pipefail
@@ -686,16 +1761,33 @@ b41ef0baac449de58c84d1a0261af0d91443b540 gas: make S_IS_LOCAL() and S_IS_EXTERNA
+++ 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=b860e657802b96ea2f00e53b2040ef100bedbc89
+++ base_rev=8353b9c5f5af0e65cb04fcbb7325d6a566006cd4
+++ 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=8353b9c5f5af0e65cb04fcbb7325d6a566006cd4
-+++ git -C gcc rev-list --count b860e657802b96ea2f00e53b2040ef100bedbc89..8353b9c5f5af0e65cb04fcbb7325d6a566006cd4
-++ c_commits=12
-++ new_commits=16
+++ cur_rev=0a888650303750fd72878fc083dfb30b62e30809
++++ git -C gcc rev-list --count 8353b9c5f5af0e65cb04fcbb7325d6a566006cd4..0a888650303750fd72878fc083dfb30b62e30809
+++ c_commits=98
+++ new_commits=156
+++ 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=7ba103eb1a95703c7803e4ca48e6ba5c8e1f3d56
++++ 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=90d3b16d2b93d573501394d88538c99335edc343
++++ git -C newlib rev-list --count 7ba103eb1a95703c7803e4ca48e6ba5c8e1f3d56..90d3b16d2b93d573501394d88538c99335edc343
+++ c_commits=1
+++ new_commits=157
++ for c in "${changed_components[@]}"
+++ get_baseline_git gdb_rev
+++ set -euf -o pipefail
@@ -703,20 +1795,37 @@ b41ef0baac449de58c84d1a0261af0d91443b540 gas: make S_IS_LOCAL() and S_IS_EXTERNA
+++ 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=3b5f2477bcaca29d32734fdc3848bfc20a1e8dfa
+++ base_rev=069a1561b76532964b1dcc3bdd8f745e927358d6
+++ 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=069a1561b76532964b1dcc3bdd8f745e927358d6
-+++ git -C gdb rev-list --count 3b5f2477bcaca29d32734fdc3848bfc20a1e8dfa..069a1561b76532964b1dcc3bdd8f745e927358d6
-++ c_commits=3
-++ new_commits=19
+++ cur_rev=81656b43f153df328776bc122d573d5790bbe0e8
++++ git -C gdb rev-list --count 069a1561b76532964b1dcc3bdd8f745e927358d6..81656b43f153df328776bc122d573d5790bbe0e8
+++ c_commits=62
+++ new_commits=219
+++ 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=0d52116fd82cdd1f4a88837336af5b6290c364a4
++++ 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=b0dd9a7d6dd15a6898e9c585b521e6bec79b25aa
++++ git -C qemu rev-list --count 0d52116fd82cdd1f4a88837336af5b6290c364a4..b0dd9a7d6dd15a6898e9c585b521e6bec79b25aa
+++ c_commits=2
+++ new_commits=221
++++ echo binutils gcc newlib gdb qemu
+++ tr ' ' ,
-+++ echo binutils gcc gdb
-++ components=binutils,gcc,gdb
-++ echo '19 commits in binutils,gcc,gdb'
+++ components=binutils,gcc,newlib,gdb,qemu
+++ echo '221 commits in binutils,gcc,newlib,gdb,qemu'
# generate dashboard
# generate_dashboard_squad
... Skipping
@@ -724,7 +1833,7 @@ b41ef0baac449de58c84d1a0261af0d91443b540 gas: make S_IS_LOCAL() and S_IS_EXTERNA
... Skipping
# post_to_jira
Full stage ran successfully.
-+ echo '[Linaro-TCWG-CI] PASS after commit: 19 commits in binutils,gcc,gdb'
++ echo '[Linaro-TCWG-CI] PASS after 221 commits in binutils,gcc,newlib,gdb,qemu'
+ echo '# generate dashboard'
+ generate_dashboard_squad
+ local results_date