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.log289
1 files changed, 107 insertions, 182 deletions
diff --git a/jenkins/notify-full.log b/jenkins/notify-full.log
index 9b43fc3..a30ce72 100644
--- a/jenkins/notify-full.log
+++ b/jenkins/notify-full.log
@@ -20,25 +20,25 @@
++ get_current_manifest '{rr[ci_config]}'
++ get_manifest artifacts/manifest.sh '{rr[ci_config]}'
++ set +x
-+ ci_config=master-aarch64-check_bootstrap
# Debug traces :
++ ci_config=master-aarch64-check_bootstrap
+ echo '# Debug traces :'
++ get_baseline_manifest BUILD_URL
++ get_manifest base-artifacts/manifest.sh BUILD_URL false
++ set +x
-# Baseline : https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap-build/452/
-+ echo '# Baseline : https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap-build/452/'
+# Baseline : https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap-build/453/
# Using dir : base-artifacts
++ echo '# Baseline : https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap-build/453/'
+ 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_bootstrap_check--master-aarch64-check_bootstrap-build/453/
-+ echo '# Artifacts : https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap-build/453/'
+# Artifacts : https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap-build/454/
# Using dir : artifacts
+
++ echo '# Artifacts : https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap-build/454/'
+ echo '# Using dir : artifacts'
+ echo ''
-
+ mkdir -p artifacts/notify
+ case "$notify" in
+ declare -Ag pw
@@ -75,7 +75,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
-++ '[' xf19ceb2d49afdfa527d2109476a3f1d383c47e1b '!=' x87dfd70723385486645de3b8c93fa1e19143fa46 ']'
+++ '[' xd74cceb6d40a20f848aa78ab1ee9dd46c09f994a '!=' xf19ceb2d49afdfa527d2109476a3f1d383c47e1b ']'
++ echo -ne gcc
++ delim=' '
++ echo
@@ -88,17 +88,17 @@
++ 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
-+ first_bad=f19ceb2d49afdfa527d2109476a3f1d383c47e1b
++ first_bad=d74cceb6d40a20f848aa78ab1ee9dd46c09f994a
++ 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
-+ last_good=87dfd70723385486645de3b8c93fa1e19143fa46
++ last_good=f19ceb2d49afdfa527d2109476a3f1d383c47e1b
+ local res
+ res=0
-+ wait 2691121
++ wait 2713337
+ git -C gcc rev-parse --verify HEAD
+ assert_with_msg 'Cannot parse HEAD in repo gcc' '[' 0 = 0 ']'
+ set -euf -o pipefail +x
@@ -112,21 +112,21 @@
++ 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=87dfd70723385486645de3b8c93fa1e19143fa46
++ base_rev=f19ceb2d49afdfa527d2109476a3f1d383c47e1b
++ 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=f19ceb2d49afdfa527d2109476a3f1d383c47e1b
-++ git -C gcc rev-parse 'f19ceb2d49afdfa527d2109476a3f1d383c47e1b^@'
++ cur_rev=d74cceb6d40a20f848aa78ab1ee9dd46c09f994a
+++ git -C gcc rev-parse 'd74cceb6d40a20f848aa78ab1ee9dd46c09f994a^@'
+ for sha1 in $(git -C "$c" rev-parse "$cur_rev^@")
-+ '[' 80b8f1e53502a398248bbf10bf59f7d5b0f1c861 = 87dfd70723385486645de3b8c93fa1e19143fa46 ']'
++ '[' 76f5542c48315cca5dfcbff2f22c94f8d145bde6 = f19ceb2d49afdfa527d2109476a3f1d383c47e1b ']'
+ return 1
-+ change_kind=single_component
-+ echo '# Debug traces :'
# Debug traces :
# change_kind=single_component : gcc
++ change_kind=single_component
++ echo '# Debug traces :'
+ echo '# change_kind=single_component : gcc'
+ for c in "${changed_components[@]}"
++ get_baseline_git gcc_rev
@@ -135,18 +135,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=87dfd70723385486645de3b8c93fa1e19143fa46
++ base_rev=f19ceb2d49afdfa527d2109476a3f1d383c47e1b
++ 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=f19ceb2d49afdfa527d2109476a3f1d383c47e1b
-++ git -C gcc rev-list --count 87dfd70723385486645de3b8c93fa1e19143fa46..f19ceb2d49afdfa527d2109476a3f1d383c47e1b
-+ c_commits=15
-+ echo '# rev for gcc : 87dfd70723385486645de3b8c93fa1e19143fa46..f19ceb2d49afdfa527d2109476a3f1d383c47e1b (15 commits)'
-# rev for gcc : 87dfd70723385486645de3b8c93fa1e19143fa46..f19ceb2d49afdfa527d2109476a3f1d383c47e1b (15 commits)
++ cur_rev=d74cceb6d40a20f848aa78ab1ee9dd46c09f994a
+++ git -C gcc rev-list --count f19ceb2d49afdfa527d2109476a3f1d383c47e1b..d74cceb6d40a20f848aa78ab1ee9dd46c09f994a
+# rev for gcc : f19ceb2d49afdfa527d2109476a3f1d383c47e1b..d74cceb6d40a20f848aa78ab1ee9dd46c09f994a (3 commits)
+# post_interesting_commits
++ c_commits=3
++ echo '# rev for gcc : f19ceb2d49afdfa527d2109476a3f1d383c47e1b..d74cceb6d40a20f848aa78ab1ee9dd46c09f994a (3 commits)'
+ echo ''
+ setup_stages_to_run
+ '[' ignore = onregression ']'
@@ -171,7 +172,6 @@
+ print_config_f=gnu_print_config
+ post_interesting_commits init
+ set -euf -o pipefail
-# post_interesting_commits
+ echo '# post_interesting_commits'
+ local stage=init
+ '[' single_component '!=' single_commit ']'
@@ -180,9 +180,8 @@
+ gnu_generate_extra_details
+ set -euf -o pipefail
+ '[' -d artifacts/sumfiles ']'
-+ wait 2691145
++ wait 2713361
+ gcc-compare-results/compare_tests -compr none -pass-thresh 0.9 base-artifacts/sumfiles artifacts/sumfiles
-+ true
+ calculate_results_date
+ set -euf -o pipefail
+ local c base_d cur_d results_date=0
@@ -196,34 +195,35 @@
++ assert_with_msg 'ERROR: No gcc in current git' '[' -f base-artifacts/git/gcc_rev ']'
++ set -euf -o pipefail +x
+++ cat base-artifacts/git/gcc_rev
-++ git -C gcc show --no-patch --pretty=%ct 87dfd70723385486645de3b8c93fa1e19143fa46
-+ base_d=1703591647
+++ git -C gcc show --no-patch --pretty=%ct f19ceb2d49afdfa527d2109476a3f1d383c47e1b
++ base_d=1703674924
++ get_current_component_date gcc
++ set -euf -o pipefail
++ assert_with_msg 'ERROR: No gcc in current git' '[' -f artifacts/git/gcc_rev ']'
++ set -euf -o pipefail +x
+++ cat artifacts/git/gcc_rev
-++ git -C gcc show --no-patch --pretty=%ct f19ceb2d49afdfa527d2109476a3f1d383c47e1b
-+ cur_d=1703674924
-+ '[' x1703591647 '!=' x ']'
-+ '[' x1703674924 = x ']'
-+ '[' 1703674924 -lt 1703591647 ']'
-+ '[' x1703674924 = x ']'
-+ '[' 1703674924 -gt 0 ']'
-+ results_date=1703674924
-+ assert_with_msg 'Failed to produce results_date' '[' 1703674924 -gt 0 ']'
+++ git -C gcc show --no-patch --pretty=%ct d74cceb6d40a20f848aa78ab1ee9dd46c09f994a
++ cur_d=1703763090
++ '[' x1703674924 '!=' x ']'
++ '[' x1703763090 = x ']'
++ '[' 1703763090 -lt 1703674924 ']'
++ '[' x1703763090 = x ']'
++ '[' 1703763090 -gt 0 ']'
++ results_date=1703763090
++ assert_with_msg 'Failed to produce results_date' '[' 1703763090 -gt 0 ']'
+ set -euf -o pipefail +x
++ get_baseline_manifest '{rr[results_date]}'
++ get_manifest base-artifacts/manifest.sh '{rr[results_date]}' false
++ set +x
-+ base_d=1703501848
-+ '[' 1703501848 '!=' '' ']'
-+ '[' 1703674924 -gt 1703501848 ']'
-+ results_date=1703588386
-+ rr[results_date]=1703588386
-+ cat
++ base_d=1703588386
++ '[' 1703588386 '!=' '' ']'
++ '[' 1703763090 -gt 1703588386 ']'
++ results_date=1703675738
++ rr[results_date]=1703675738
+ manifest_out
+ cat
++ cat
+# post_interesting_commits
+ check_if_first_report
+ declare -g first_icommit_to_report
+ first_icommit_to_report=false
@@ -231,7 +231,6 @@
+ return
+ post_interesting_commits full
+ set -euf -o pipefail
-# post_interesting_commits
+ echo '# post_interesting_commits'
+ local stage=full
+ '[' single_component '!=' single_commit ']'
@@ -263,10 +262,10 @@
++ local validate_failures=gcc-compare-results/contrib/testsuite-management/validate_failures.py
++ local xfails=artifacts/sumfiles/xfails.xfail
++ '[' -f artifacts/sumfiles/xfails.xfail ']'
-++ wait 2691263
-++ gcc-compare-results/contrib/testsuite-management/validate_failures.py --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20231227 --build_dir=artifacts/sumfiles --verbosity=1
-++ wait 2691264
-++ gcc-compare-results/contrib/testsuite-management/validate_failures.py --inverse_match --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20231227 --build_dir=artifacts/sumfiles --verbosity=1
+++ wait 2713479
+++ gcc-compare-results/contrib/testsuite-management/validate_failures.py --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20231228 --build_dir=artifacts/sumfiles --verbosity=1
+++ wait 2713480
+++ gcc-compare-results/contrib/testsuite-management/validate_failures.py --inverse_match --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20231228 --build_dir=artifacts/sumfiles --verbosity=1
++ local n_regressions n_progressions pass_fail=PASS
++ '[' 0 '!=' 0 ']'
+++ grep -c '^[A-Z]\+:' artifacts/notify/regressions.sum
@@ -289,9 +288,9 @@
+++ get_current_manifest BUILD_URL
+++ get_manifest artifacts/manifest.sh BUILD_URL
+++ set +x
-++ url=https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap-build/453/artifact/artifacts
+++ url=https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap-build/454/artifact/artifacts
++ '[' '' '!=' '' ']'
-++ echo 'https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap-build/453/artifact/artifacts/notify/mail-body.txt/*view*/'
+++ echo 'https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap-build/454/artifact/artifacts/notify/mail-body.txt/*view*/'
# print all notification files
+ echo '# print all notification files'
+ true
@@ -314,39 +313,15 @@
++ 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=87dfd70723385486645de3b8c93fa1e19143fa46
++ base_rev=f19ceb2d49afdfa527d2109476a3f1d383c47e1b
++ 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=f19ceb2d49afdfa527d2109476a3f1d383c47e1b
-+ read -r email
-++ git -C gcc log --pretty=%ae 87dfd70723385486645de3b8c93fa1e19143fa46..f19ceb2d49afdfa527d2109476a3f1d383c47e1b
-+ emails["$email"]=cc
-+ read -r email
-+ emails["$email"]=cc
-+ read -r email
-+ emails["$email"]=cc
-+ read -r email
-+ emails["$email"]=cc
-+ read -r email
-+ emails["$email"]=cc
-+ read -r email
-+ emails["$email"]=cc
-+ read -r email
-+ emails["$email"]=cc
-+ read -r email
-+ emails["$email"]=cc
-+ read -r email
-+ emails["$email"]=cc
-+ read -r email
-+ emails["$email"]=cc
-+ read -r email
-+ emails["$email"]=cc
-+ read -r email
-+ emails["$email"]=cc
++ cur_rev=d74cceb6d40a20f848aa78ab1ee9dd46c09f994a
+ read -r email
+++ git -C gcc log --pretty=%ae f19ceb2d49afdfa527d2109476a3f1d383c47e1b..d74cceb6d40a20f848aa78ab1ee9dd46c09f994a
+ emails["$email"]=cc
+ read -r email
+ emails["$email"]=cc
@@ -361,39 +336,15 @@
++ 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=87dfd70723385486645de3b8c93fa1e19143fa46
++ base_rev=f19ceb2d49afdfa527d2109476a3f1d383c47e1b
++ 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=f19ceb2d49afdfa527d2109476a3f1d383c47e1b
-+ read -r email
-++ git -C gcc log --pretty=%ce 87dfd70723385486645de3b8c93fa1e19143fa46..f19ceb2d49afdfa527d2109476a3f1d383c47e1b
-+ emails["$email"]=to
-+ read -r email
-+ emails["$email"]=to
-+ read -r email
-+ emails["$email"]=to
-+ read -r email
-+ emails["$email"]=to
-+ read -r email
-+ emails["$email"]=to
-+ read -r email
-+ emails["$email"]=to
-+ read -r email
-+ emails["$email"]=to
-+ read -r email
-+ emails["$email"]=to
-+ read -r email
-+ emails["$email"]=to
-+ read -r email
-+ emails["$email"]=to
-+ read -r email
-+ emails["$email"]=to
-+ read -r email
-+ emails["$email"]=to
++ cur_rev=d74cceb6d40a20f848aa78ab1ee9dd46c09f994a
+ read -r email
+++ git -C gcc log --pretty=%ce f19ceb2d49afdfa527d2109476a3f1d383c47e1b..d74cceb6d40a20f848aa78ab1ee9dd46c09f994a
+ emails["$email"]=to
+ read -r email
+ emails["$email"]=to
@@ -405,21 +356,16 @@
+ recipients=()
+ local -a recipients
+ for email in "${!emails[@]}"
-+ type=to
++ type=bcc
+ case "$precommit_postcommit:$type" in
+ case "$type" in
-+ recipients+=("$email")
++ recipients+=("$type:$email")
+ for email in "${!emails[@]}"
+ type=to
+ case "$precommit_postcommit:$type" in
+ case "$type" in
+ recipients+=("$email")
+ for email in "${!emails[@]}"
-+ type=bcc
-+ case "$precommit_postcommit:$type" in
-+ case "$type" in
-+ recipients+=("$type:$email")
-+ for email in "${!emails[@]}"
+ type=cc_postcommit
+ case "$precommit_postcommit:$type" in
+ type=cc
@@ -431,21 +377,6 @@
+ case "$type" in
+ recipients+=("$type:$email")
+ for email in "${!emails[@]}"
-+ type=cc
-+ case "$precommit_postcommit:$type" in
-+ case "$type" in
-+ recipients+=("$type:$email")
-+ for email in "${!emails[@]}"
-+ type=to
-+ case "$precommit_postcommit:$type" in
-+ case "$type" in
-+ recipients+=("$email")
-+ for email in "${!emails[@]}"
-+ type=to
-+ case "$precommit_postcommit:$type" in
-+ case "$type" in
-+ recipients+=("$email")
-+ for email in "${!emails[@]}"
+ type=to
+ case "$precommit_postcommit:$type" in
+ case "$type" in
@@ -455,13 +386,8 @@
+ case "$precommit_postcommit:$type" in
+ case "$type" in
+ recipients+=("$email")
-+ for email in "${!emails[@]}"
-+ type=cc
-+ case "$precommit_postcommit:$type" in
-+ case "$type" in
-+ recipients+=("$type:$email")
+ IFS=,
-+ echo dje.gcc@gmail.com,xry111@xry111.site,bcc:tcwg-validation@linaro.org,cc:gcc-regression@gcc.gnu.org,cc:juzhe.zhong@rivai.ai,cc:liwei@loongson.cn,chenglulu@loongson.cn,guihaoc@gcc.gnu.org,gccadmin@gcc.gnu.org,pan2.li@intel.com,cc:panchenghui@loongson.cn
++ echo bcc:tcwg-validation@linaro.org,ubizjak@gmail.com,cc:gcc-regression@gcc.gnu.org,cc:juzhe.zhong@rivai.ai,gccadmin@gcc.gnu.org,pan2.li@intel.com
++ print_commits --oneline
++ set -euf -o pipefail
++ false
@@ -482,20 +408,20 @@
+++ 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=87dfd70723385486645de3b8c93fa1e19143fa46
+++ base_rev=f19ceb2d49afdfa527d2109476a3f1d383c47e1b
+++ 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=f19ceb2d49afdfa527d2109476a3f1d383c47e1b
-+++ git -C gcc rev-list --count 87dfd70723385486645de3b8c93fa1e19143fa46..f19ceb2d49afdfa527d2109476a3f1d383c47e1b
-++ c_commits=15
-++ new_commits=15
+++ cur_rev=d74cceb6d40a20f848aa78ab1ee9dd46c09f994a
++++ git -C gcc rev-list --count f19ceb2d49afdfa527d2109476a3f1d383c47e1b..d74cceb6d40a20f848aa78ab1ee9dd46c09f994a
+++ c_commits=3
+++ new_commits=3
+++ echo gcc
+++ tr ' ' ,
++ components=gcc
-++ echo '15 commits in gcc'
+++ echo '3 commits in gcc'
++ '[' --oneline = --oneline ']'
++ return 0
++ gnu_print_result --oneline
@@ -505,10 +431,10 @@
++ local validate_failures=gcc-compare-results/contrib/testsuite-management/validate_failures.py
++ local xfails=artifacts/sumfiles/xfails.xfail
++ '[' -f artifacts/sumfiles/xfails.xfail ']'
-++ wait 2691320
-++ gcc-compare-results/contrib/testsuite-management/validate_failures.py --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20231227 --build_dir=artifacts/sumfiles --verbosity=1
-++ wait 2691321
-++ gcc-compare-results/contrib/testsuite-management/validate_failures.py --inverse_match --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20231227 --build_dir=artifacts/sumfiles --verbosity=1
+++ wait 2713536
+++ gcc-compare-results/contrib/testsuite-management/validate_failures.py --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20231228 --build_dir=artifacts/sumfiles --verbosity=1
+++ wait 2713537
+++ gcc-compare-results/contrib/testsuite-management/validate_failures.py --inverse_match --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20231228 --build_dir=artifacts/sumfiles --verbosity=1
++ local n_regressions n_progressions pass_fail=PASS
++ '[' 0 '!=' 0 ']'
+++ grep -c '^[A-Z]\+:' artifacts/notify/regressions.sum
@@ -550,17 +476,17 @@
++ case "$print_arg" in
++ case "$ci_config" in
++ echo aarch64
-+ echo '[Linaro-TCWG-CI]' '15 commits in gcc: PASS on aarch64'
++ echo '[Linaro-TCWG-CI]' '3 commits in gcc: PASS on aarch64'
+ 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_bootstrap_check--master-aarch64-check_bootstrap-build/453/artifact/artifacts
++ bad_artifacts_url=https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap-build/454/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_bootstrap_check--master-aarch64-check_bootstrap-build/452/artifact/artifacts
++ good_artifacts_url=https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap-build/453/artifact/artifacts
+ local key=
+ '[' single_component = single_commit ']'
+ cat
@@ -607,20 +533,20 @@
+++ 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=87dfd70723385486645de3b8c93fa1e19143fa46
+++ base_rev=f19ceb2d49afdfa527d2109476a3f1d383c47e1b
+++ 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=f19ceb2d49afdfa527d2109476a3f1d383c47e1b
-+++ git -C gcc rev-list --count 87dfd70723385486645de3b8c93fa1e19143fa46..f19ceb2d49afdfa527d2109476a3f1d383c47e1b
-++ c_commits=15
-++ new_commits=15
-+++ echo gcc
+++ cur_rev=d74cceb6d40a20f848aa78ab1ee9dd46c09f994a
++++ git -C gcc rev-list --count f19ceb2d49afdfa527d2109476a3f1d383c47e1b..d74cceb6d40a20f848aa78ab1ee9dd46c09f994a
+++ c_commits=3
+++ new_commits=3
+++ tr ' ' ,
++++ echo gcc
++ components=gcc
-++ echo '15 commits in gcc'
+++ echo '3 commits in gcc'
++ '[' --short = --oneline ']'
++ for c in "${changed_components[@]}"
+++ get_baseline_git gcc_rev
@@ -629,19 +555,18 @@
+++ 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=87dfd70723385486645de3b8c93fa1e19143fa46
+++ base_rev=f19ceb2d49afdfa527d2109476a3f1d383c47e1b
+++ 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=f19ceb2d49afdfa527d2109476a3f1d383c47e1b
-+++ git -C gcc rev-list --count 87dfd70723385486645de3b8c93fa1e19143fa46..f19ceb2d49afdfa527d2109476a3f1d383c47e1b
-++ c_commits=15
+++ cur_rev=d74cceb6d40a20f848aa78ab1ee9dd46c09f994a
++++ git -C gcc rev-list --count f19ceb2d49afdfa527d2109476a3f1d383c47e1b..d74cceb6d40a20f848aa78ab1ee9dd46c09f994a
+++ c_commits=3
++ '[' '' '!=' '' ']'
-++ git -C gcc log -n 5 --oneline 87dfd70723385486645de3b8c93fa1e19143fa46..f19ceb2d49afdfa527d2109476a3f1d383c47e1b
-++ '[' 15 -gt 5 ']'
-++ echo '... and 10 more commits in gcc'
+++ git -C gcc log -n 5 --oneline f19ceb2d49afdfa527d2109476a3f1d383c47e1b..d74cceb6d40a20f848aa78ab1ee9dd46c09f994a
+++ '[' 3 -gt 5 ']'
++ '[' '' '!=' '' ']'
++ return 0
++ gnu_print_result --short
@@ -651,10 +576,10 @@
++ local validate_failures=gcc-compare-results/contrib/testsuite-management/validate_failures.py
++ local xfails=artifacts/sumfiles/xfails.xfail
++ '[' -f artifacts/sumfiles/xfails.xfail ']'
-++ wait 2691385
-++ gcc-compare-results/contrib/testsuite-management/validate_failures.py --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20231227 --build_dir=artifacts/sumfiles --verbosity=1
-++ gcc-compare-results/contrib/testsuite-management/validate_failures.py --inverse_match --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20231227 --build_dir=artifacts/sumfiles --verbosity=1
-++ wait 2691386
+++ wait 2713601
+++ gcc-compare-results/contrib/testsuite-management/validate_failures.py --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20231228 --build_dir=artifacts/sumfiles --verbosity=1
+++ wait 2713602
+++ gcc-compare-results/contrib/testsuite-management/validate_failures.py --inverse_match --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20231228 --build_dir=artifacts/sumfiles --verbosity=1
++ local n_regressions n_progressions pass_fail=PASS
++ '[' 0 '!=' 0 ']'
+++ grep -c '^[A-Z]\+:' artifacts/notify/regressions.sum
@@ -685,27 +610,27 @@
++++ get_current_manifest BUILD_URL
++++ get_manifest artifacts/manifest.sh BUILD_URL
++++ set +x
-+++ url=https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap-build/453/artifact/artifacts
++++ url=https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap-build/454/artifact/artifacts
+++ '[' '' '!=' '' ']'
-+++ echo https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap-build/453/artifact/artifacts/00-sumfiles/
++++ echo https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap-build/454/artifact/artifacts/00-sumfiles/
+++ print_artifacts_url notify/
+++ set -euf -o pipefail
+++ local url
++++ get_current_manifest BUILD_URL
++++ get_manifest artifacts/manifest.sh BUILD_URL
++++ set +x
-+++ url=https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap-build/453/artifact/artifacts
++++ url=https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap-build/454/artifact/artifacts
+++ '[' '' '!=' '' ']'
-+++ echo https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap-build/453/artifact/artifacts/notify/
++++ echo https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap-build/454/artifact/artifacts/notify/
+++ print_artifacts_url sumfiles/xfails.xfail
+++ set -euf -o pipefail
+++ local url
++++ get_current_manifest BUILD_URL
++++ get_manifest artifacts/manifest.sh BUILD_URL
++++ set +x
-+++ url=https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap-build/453/artifact/artifacts
++++ url=https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap-build/454/artifact/artifacts
+++ '[' '' '!=' '' ']'
-+++ echo https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap-build/453/artifact/artifacts/sumfiles/xfails.xfail
++++ echo https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap-build/454/artifact/artifacts/sumfiles/xfails.xfail
++ gnu_print_config --long
++ false
++ . /home/tcwg-buildslave/workspace/tcwg_gnu_7/jenkins-scripts/tcwg_gnu-config.sh
@@ -720,8 +645,8 @@
++ gnu_data[pretty_config]=master-aarch64-check_bootstrap
++ gnu_data[long_config]=master-aarch64-check_bootstrap
++ case "$project/$config" in
-+++ echo tcwg_bootstrap_check
+++ sed 's/^tcwg_//'
++++ echo tcwg_bootstrap_check
++ gnu_data[pretty_project]=bootstrap_check
++ local print_arg=--long
++ case "$print_arg" in
@@ -730,7 +655,7 @@
+ return
+ true
+ generate_jenkins_html_files
-+ wait 2691429
++ wait 2713645
+ set -euf -o pipefail
+ echo '# generate_jenkins_html_files'
# generate_jenkins_html_files
@@ -1718,7 +1643,7 @@
+ echo '... Skipping'
+ return
+ generate_lnt_report
-+ wait 2691691
++ wait 2713907
+ set -euf -o pipefail
+ local results_date
+ echo '# generate_lnt_report'
@@ -1729,20 +1654,20 @@
++ get_current_manifest '{rr[results_date]}'
++ get_manifest artifacts/manifest.sh '{rr[results_date]}'
++ set +x
-+ results_date=1703588386
-++ date '+%Y-%m-%d %H:%M:%S' --date @1703588386
-+ results_date='2023-12-26 10:59:46'
++ results_date=1703675738
+++ date '+%Y-%m-%d %H:%M:%S' --date @1703675738
++ results_date='2023-12-27 11:15:38'
+ local jira_key=-
+ '[' -f artifacts/notify/jira/key ']'
+ case "$ci_project" in
++ get_current_manifest BUILD_URL
++ get_manifest artifacts/manifest.sh BUILD_URL
++ set +x
-+ generate_lnt_gnu_check_report https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap-build/453/ tcwg_bootstrap_check master-aarch64-check_bootstrap '2023-12-26 10:59:46' - artifacts/sumfiles artifacts/notify/lnt_report.json
-+ local build_url=https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap-build/453/
++ generate_lnt_gnu_check_report https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap-build/454/ tcwg_bootstrap_check master-aarch64-check_bootstrap '2023-12-27 11:15:38' - artifacts/sumfiles artifacts/notify/lnt_report.json
++ local build_url=https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap-build/454/
+ local ci_project=tcwg_bootstrap_check
+ local ci_config=master-aarch64-check_bootstrap
-+ local 'results_date=2023-12-26 10:59:46'
++ local 'results_date=2023-12-27 11:15:38'
+ local jira_key=-
+ local sumfiles_dir=artifacts/sumfiles
+ local output_file=artifacts/notify/lnt_report.json
@@ -1753,8 +1678,8 @@
+ local lnt_testsuite=tcwg_bootstrap_check
+ local machine_name=master-aarch64-check_bootstrap
+ local build_number
-++ basename https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap-build/453/
-+ build_number=453
+++ basename https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap-build/454/
++ build_number=454
+ set +x
# release_testresults_files
+ false
@@ -1766,12 +1691,12 @@
++ get_baseline_manifest '{rr[results_date]}'
++ get_manifest base-artifacts/manifest.sh '{rr[results_date]}' false
++ set +x
-+ base_d=1703501848
++ base_d=1703588386
++ get_current_manifest '{rr[results_date]}'
++ get_manifest artifacts/manifest.sh '{rr[results_date]}'
++ set +x
-+ results_date=1703588386
-+ '[' 86538 -ge 86400 ']'
++ results_date=1703675738
++ '[' 87352 -ge 86400 ']'
+ set +f
+ cp artifacts/testresults/testresults-mail-body.txt artifacts/testresults/testresults-mail-recipients.txt artifacts/testresults/testresults-mail-subject.txt artifacts/jenkins/
... Done