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.log803
1 files changed, 625 insertions, 178 deletions
diff --git a/jenkins/notify-full.log b/jenkins/notify-full.log
index ce9e343..420093b 100644
--- a/jenkins/notify-full.log
+++ b/jenkins/notify-full.log
@@ -1,6 +1,6 @@
+ set +x
-/home/tcwg-buildslave/workspace/tcwg_gnu_5/jenkins-scripts/round-robin-notify.sh @@rr[top_artifacts] artifacts __stage full __verbose true __build_script tcwg_gnu-build.sh
+/home/tcwg-buildslave/workspace/tcwg_gnu_2/jenkins-scripts/round-robin-notify.sh @@rr[top_artifacts] artifacts __stage full __verbose true __build_script tcwg_gnu-build.sh
+ false
+ dryrun=
@@ -20,31 +20,31 @@
++ get_current_manifest '{rr[ci_config]}'
++ get_manifest artifacts/manifest.sh '{rr[ci_config]}'
++ set +x
-# Debug traces :
+ ci_config=master-arm
+# Debug traces :
+ 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_gdb_check--master-arm-build/612/
+# Baseline : https://ci.linaro.org/job/tcwg_gdb_check--master-arm-build/613/
++ echo '# Baseline : https://ci.linaro.org/job/tcwg_gdb_check--master-arm-build/613/'
# Using dir : base-artifacts
-+ echo '# Baseline : https://ci.linaro.org/job/tcwg_gdb_check--master-arm-build/612/'
+ 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_gdb_check--master-arm-build/613/
+# Artifacts : https://ci.linaro.org/job/tcwg_gdb_check--master-arm-build/614/
++ echo '# Artifacts : https://ci.linaro.org/job/tcwg_gdb_check--master-arm-build/614/'
# Using dir : artifacts
-
-+ echo '# Artifacts : https://ci.linaro.org/job/tcwg_gdb_check--master-arm-build/613/'
+ echo '# Using dir : artifacts'
+
+ echo ''
+ mkdir -p artifacts/notify
-# check_source_changes
+ case "$notify" in
+ declare -Ag pw
+ '[' ignore = precommit ']'
+ check_source_changes
+# check_source_changes
+ echo '# check_source_changes'
++ get_current_manifest '{rr[update_baseline]}'
++ get_manifest artifacts/manifest.sh '{rr[update_baseline]}'
@@ -75,7 +75,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
-++ '[' xa6d0019eb7fcd634e12b7bcc535d5181c47fc82a '!=' xfcd5cdd5aeecf7eae91a402755c260bb64a0fe0f ']'
+++ '[' x77d242a06e352eee88908326d7bbf3b77086d5db '!=' xa6d0019eb7fcd634e12b7bcc535d5181c47fc82a ']'
++ echo -ne gdb
++ delim=' '
++ echo
@@ -88,18 +88,18 @@
++ 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
-+ first_bad=a6d0019eb7fcd634e12b7bcc535d5181c47fc82a
++ first_bad=77d242a06e352eee88908326d7bbf3b77086d5db
++ 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
-+ last_good=fcd5cdd5aeecf7eae91a402755c260bb64a0fe0f
++ last_good=a6d0019eb7fcd634e12b7bcc535d5181c47fc82a
+ local res
-+ res=0
-+ wait 1942485
+ git -C gdb rev-parse --verify HEAD
++ res=0
++ wait 2997052
+ assert_with_msg 'Cannot parse HEAD in repo gdb' '[' 0 = 0 ']'
+ set -euf -o pipefail +x
+ single_commit_p gdb
@@ -112,21 +112,21 @@
++ 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=fcd5cdd5aeecf7eae91a402755c260bb64a0fe0f
++ base_rev=a6d0019eb7fcd634e12b7bcc535d5181c47fc82a
++ 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=a6d0019eb7fcd634e12b7bcc535d5181c47fc82a
-++ git -C gdb rev-parse 'a6d0019eb7fcd634e12b7bcc535d5181c47fc82a^@'
-# Debug traces :
-# change_kind=single_component : gdb
++ cur_rev=77d242a06e352eee88908326d7bbf3b77086d5db
+++ git -C gdb rev-parse '77d242a06e352eee88908326d7bbf3b77086d5db^@'
+ for sha1 in $(git -C "$c" rev-parse "$cur_rev^@")
-+ '[' 00a17c6ad068c95019e1f37cfc2d1b8aaebd6ecb = fcd5cdd5aeecf7eae91a402755c260bb64a0fe0f ']'
++ '[' 0e2ec3dbce8a3948277e7b02ece0d926ac8a4253 = a6d0019eb7fcd634e12b7bcc535d5181c47fc82a ']'
+ return 1
+ change_kind=single_component
+# Debug traces :
+ echo '# Debug traces :'
+# change_kind=single_component : gdb
+ echo '# change_kind=single_component : gdb'
+ for c in "${changed_components[@]}"
++ get_baseline_git gdb_rev
@@ -135,19 +135,18 @@
++ 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=fcd5cdd5aeecf7eae91a402755c260bb64a0fe0f
++ base_rev=a6d0019eb7fcd634e12b7bcc535d5181c47fc82a
++ 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=a6d0019eb7fcd634e12b7bcc535d5181c47fc82a
-++ git -C gdb rev-list --count fcd5cdd5aeecf7eae91a402755c260bb64a0fe0f..a6d0019eb7fcd634e12b7bcc535d5181c47fc82a
-# rev for gdb : fcd5cdd5aeecf7eae91a402755c260bb64a0fe0f..a6d0019eb7fcd634e12b7bcc535d5181c47fc82a (16 commits)
++ cur_rev=77d242a06e352eee88908326d7bbf3b77086d5db
+++ git -C gdb rev-list --count a6d0019eb7fcd634e12b7bcc535d5181c47fc82a..77d242a06e352eee88908326d7bbf3b77086d5db
++ c_commits=2
+# rev for gdb : a6d0019eb7fcd634e12b7bcc535d5181c47fc82a..77d242a06e352eee88908326d7bbf3b77086d5db (2 commits)
-# post_interesting_commits
-+ c_commits=16
-+ echo '# rev for gdb : fcd5cdd5aeecf7eae91a402755c260bb64a0fe0f..a6d0019eb7fcd634e12b7bcc535d5181c47fc82a (16 commits)'
++ echo '# rev for gdb : a6d0019eb7fcd634e12b7bcc535d5181c47fc82a..77d242a06e352eee88908326d7bbf3b77086d5db (2 commits)'
+ echo ''
+ setup_stages_to_run
+ '[' ignore = onregression ']'
@@ -172,6 +171,7 @@
+ 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,7 +180,7 @@
+ gnu_generate_extra_details
+ set -euf -o pipefail
+ '[' -d artifacts/sumfiles ']'
-+ wait 1942509
++ wait 2997076
+ gcc-compare-results/compare_tests -compr none -pass-thresh 0.9 base-artifacts/sumfiles artifacts/sumfiles
+ true
+ calculate_results_date
@@ -196,31 +196,31 @@
++ assert_with_msg 'ERROR: No gdb in current git' '[' -f base-artifacts/git/gdb_rev ']'
++ set -euf -o pipefail +x
+++ cat base-artifacts/git/gdb_rev
-++ git -C gdb show --no-patch --pretty=%ct fcd5cdd5aeecf7eae91a402755c260bb64a0fe0f
-+ base_d=1703747353
+++ git -C gdb show --no-patch --pretty=%ct a6d0019eb7fcd634e12b7bcc535d5181c47fc82a
++ base_d=1703782037
++ get_current_component_date gdb
++ set -euf -o pipefail
++ assert_with_msg 'ERROR: No gdb in current git' '[' -f artifacts/git/gdb_rev ']'
++ set -euf -o pipefail +x
+++ cat artifacts/git/gdb_rev
-++ git -C gdb show --no-patch --pretty=%ct a6d0019eb7fcd634e12b7bcc535d5181c47fc82a
-+ cur_d=1703782037
-+ '[' x1703747353 '!=' x ']'
-+ '[' x1703782037 = x ']'
-+ '[' 1703782037 -lt 1703747353 ']'
-+ '[' x1703782037 = x ']'
-+ '[' 1703782037 -gt 0 ']'
-+ results_date=1703782037
-+ assert_with_msg 'Failed to produce results_date' '[' 1703782037 -gt 0 ']'
+++ git -C gdb show --no-patch --pretty=%ct 77d242a06e352eee88908326d7bbf3b77086d5db
++ cur_d=1703811330
++ '[' x1703782037 '!=' x ']'
++ '[' x1703811330 = x ']'
++ '[' 1703811330 -lt 1703782037 ']'
++ '[' x1703811330 = x ']'
++ '[' 1703811330 -gt 0 ']'
++ results_date=1703811330
++ assert_with_msg 'Failed to produce results_date' '[' 1703811330 -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=1703708694
-+ '[' 1703708694 '!=' '' ']'
-+ '[' 1703782037 -gt 1703708694 ']'
-+ results_date=1703745365
-+ rr[results_date]=1703745365
++ base_d=1703745365
++ '[' 1703745365 '!=' '' ']'
++ '[' 1703811330 -gt 1703745365 ']'
++ results_date=1703778347
++ rr[results_date]=1703778347
+ cat
+ manifest_out
+ cat
@@ -230,8 +230,8 @@
+ '[' xsingle_component '!=' xsingle_commit ']'
+ return
+ post_interesting_commits full
-# post_interesting_commits
+ set -euf -o pipefail
+# post_interesting_commits
+ echo '# post_interesting_commits'
+ local stage=full
+ '[' single_component '!=' single_commit ']'
@@ -263,9 +263,9 @@
++ local validate_failures=gcc-compare-results/contrib/testsuite-management/validate_failures.py
++ local xfails=artifacts/sumfiles/xfails.xfail
++ '[' -f artifacts/sumfiles/xfails.xfail ']'
-++ wait 1942585
+++ wait 2997152
++ gcc-compare-results/contrib/testsuite-management/validate_failures.py --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20231229 --build_dir=artifacts/sumfiles --verbosity=1
-++ wait 1942586
+++ wait 2997153
++ gcc-compare-results/contrib/testsuite-management/validate_failures.py --inverse_match --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20231229 --build_dir=artifacts/sumfiles --verbosity=1
++ local n_regressions n_progressions pass_fail=PASS
++ '[' 0 '!=' 0 ']'
@@ -289,9 +289,9 @@
+++ get_current_manifest BUILD_URL
+++ get_manifest artifacts/manifest.sh BUILD_URL
+++ set +x
-++ url=https://ci.linaro.org/job/tcwg_gdb_check--master-arm-build/613/artifact/artifacts
+++ url=https://ci.linaro.org/job/tcwg_gdb_check--master-arm-build/614/artifact/artifacts
++ '[' '' '!=' '' ']'
-++ echo 'https://ci.linaro.org/job/tcwg_gdb_check--master-arm-build/613/artifact/artifacts/notify/mail-body.txt/*view*/'
+++ echo 'https://ci.linaro.org/job/tcwg_gdb_check--master-arm-build/614/artifact/artifacts/notify/mail-body.txt/*view*/'
# print all notification files
+ echo '# print all notification files'
+ true
@@ -316,43 +316,15 @@
++ 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=fcd5cdd5aeecf7eae91a402755c260bb64a0fe0f
++ base_rev=a6d0019eb7fcd634e12b7bcc535d5181c47fc82a
++ 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=a6d0019eb7fcd634e12b7bcc535d5181c47fc82a
-+ read -r email
-++ git -C gdb log --pretty=%ae fcd5cdd5aeecf7eae91a402755c260bb64a0fe0f..a6d0019eb7fcd634e12b7bcc535d5181c47fc82a
-+ emails["$email"]=no
-+ read -r email
-+ emails["$email"]=no
-+ read -r email
-+ emails["$email"]=no
-+ read -r email
-+ emails["$email"]=no
-+ read -r email
-+ emails["$email"]=no
-+ read -r email
-+ emails["$email"]=no
-+ read -r email
-+ emails["$email"]=no
-+ read -r email
-+ emails["$email"]=no
-+ read -r email
-+ emails["$email"]=no
-+ read -r email
-+ emails["$email"]=no
-+ read -r email
-+ emails["$email"]=no
-+ read -r email
-+ emails["$email"]=no
-+ read -r email
-+ emails["$email"]=no
-+ read -r email
-+ emails["$email"]=no
++ cur_rev=77d242a06e352eee88908326d7bbf3b77086d5db
+ read -r email
+++ git -C gdb log --pretty=%ae a6d0019eb7fcd634e12b7bcc535d5181c47fc82a..77d242a06e352eee88908326d7bbf3b77086d5db
+ emails["$email"]=no
+ read -r email
+ emails["$email"]=no
@@ -365,43 +337,15 @@
++ 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=fcd5cdd5aeecf7eae91a402755c260bb64a0fe0f
++ base_rev=a6d0019eb7fcd634e12b7bcc535d5181c47fc82a
++ 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=a6d0019eb7fcd634e12b7bcc535d5181c47fc82a
-+ read -r email
-++ git -C gdb log --pretty=%ce fcd5cdd5aeecf7eae91a402755c260bb64a0fe0f..a6d0019eb7fcd634e12b7bcc535d5181c47fc82a
-+ emails["$email"]=no
-+ read -r email
-+ emails["$email"]=no
-+ read -r email
-+ emails["$email"]=no
-+ read -r email
-+ emails["$email"]=no
-+ read -r email
-+ emails["$email"]=no
-+ read -r email
-+ emails["$email"]=no
-+ read -r email
-+ emails["$email"]=no
-+ read -r email
-+ emails["$email"]=no
-+ read -r email
-+ emails["$email"]=no
-+ read -r email
-+ emails["$email"]=no
-+ read -r email
-+ emails["$email"]=no
-+ read -r email
-+ emails["$email"]=no
-+ read -r email
-+ emails["$email"]=no
-+ read -r email
-+ emails["$email"]=no
++ cur_rev=77d242a06e352eee88908326d7bbf3b77086d5db
+ read -r email
+++ git -C gdb log --pretty=%ce a6d0019eb7fcd634e12b7bcc535d5181c47fc82a..77d242a06e352eee88908326d7bbf3b77086d5db
+ emails["$email"]=no
+ read -r email
+ emails["$email"]=no
@@ -419,10 +363,6 @@
+ case "$precommit_postcommit:$type" in
+ case "$type" in
+ for email in "${!emails[@]}"
-+ type=no
-+ case "$precommit_postcommit:$type" in
-+ case "$type" in
-+ for email in "${!emails[@]}"
+ type=bcc
+ case "$precommit_postcommit:$type" in
+ case "$type" in
@@ -432,10 +372,6 @@
+ case "$precommit_postcommit:$type" in
+ case "$type" in
+ for email in "${!emails[@]}"
-+ type=no
-+ case "$precommit_postcommit:$type" in
-+ case "$type" in
-+ for email in "${!emails[@]}"
+ type=to
+ case "$precommit_postcommit:$type" in
+ case "$type" in
@@ -466,20 +402,20 @@
+++ assert_with_msg 'ERROR: No gdb_rev in baseline git' '[' -f base-artifacts/git/gdb_rev ']'
+++ set -euf -o pipefail +x
+++ cat base-artifacts/git/gdb_rev
-++ base_rev=fcd5cdd5aeecf7eae91a402755c260bb64a0fe0f
+++ base_rev=a6d0019eb7fcd634e12b7bcc535d5181c47fc82a
+++ 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=a6d0019eb7fcd634e12b7bcc535d5181c47fc82a
-+++ git -C gdb rev-list --count fcd5cdd5aeecf7eae91a402755c260bb64a0fe0f..a6d0019eb7fcd634e12b7bcc535d5181c47fc82a
-++ c_commits=16
-++ new_commits=16
+++ cur_rev=77d242a06e352eee88908326d7bbf3b77086d5db
++++ git -C gdb rev-list --count a6d0019eb7fcd634e12b7bcc535d5181c47fc82a..77d242a06e352eee88908326d7bbf3b77086d5db
+++ c_commits=2
+++ new_commits=2
+++ echo gdb
+++ tr ' ' ,
++ components=gdb
-++ echo '16 commits in gdb'
+++ echo '2 commits in gdb'
++ '[' --oneline = --oneline ']'
++ return 0
++ gnu_print_result --oneline
@@ -489,10 +425,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 1942642
++ gcc-compare-results/contrib/testsuite-management/validate_failures.py --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20231229 --build_dir=artifacts/sumfiles --verbosity=1
-++ wait 1942643
+++ wait 2997209
++ gcc-compare-results/contrib/testsuite-management/validate_failures.py --inverse_match --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20231229 --build_dir=artifacts/sumfiles --verbosity=1
+++ wait 2997210
++ local n_regressions n_progressions pass_fail=PASS
++ '[' 0 '!=' 0 ']'
+++ grep -c '^[A-Z]\+:' artifacts/notify/regressions.sum
@@ -511,7 +447,7 @@
++ return 0
++ gnu_print_config --oneline
++ false
-++ . /home/tcwg-buildslave/workspace/tcwg_gnu_5/jenkins-scripts/tcwg_gnu-config.sh
+++ . /home/tcwg-buildslave/workspace/tcwg_gnu_2/jenkins-scripts/tcwg_gnu-config.sh
+++ declare -A gnu_data
++ settings_for_ci_project_and_config tcwg_gdb_check master-arm
++ local project=tcwg_gdb_check
@@ -523,8 +459,8 @@
++ gnu_data[pretty_config]=master-arm
++ gnu_data[long_config]=master-arm
++ case "$project/$config" in
-+++ sed 's/^tcwg_//'
+++ echo tcwg_gdb_check
++++ sed 's/^tcwg_//'
++ gnu_data[pretty_project]=gdb_check
++ local print_arg=--oneline
++ case "$print_arg" in
@@ -534,17 +470,17 @@
++ case "$print_arg" in
++ case "$ci_config" in
++ echo arm
-+ echo '[Linaro-TCWG-CI]' '16 commits in gdb: PASS on arm'
++ echo '[Linaro-TCWG-CI]' '2 commits in gdb: PASS on arm'
+ 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_gdb_check--master-arm-build/613/artifact/artifacts
++ bad_artifacts_url=https://ci.linaro.org/job/tcwg_gdb_check--master-arm-build/614/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_gdb_check--master-arm-build/612/artifact/artifacts
++ good_artifacts_url=https://ci.linaro.org/job/tcwg_gdb_check--master-arm-build/613/artifact/artifacts
+ local key=
+ '[' single_component = single_commit ']'
+ cat
@@ -552,7 +488,7 @@
+ cat
++ gnu_print_config --short
++ false
-++ . /home/tcwg-buildslave/workspace/tcwg_gnu_5/jenkins-scripts/tcwg_gnu-config.sh
+++ . /home/tcwg-buildslave/workspace/tcwg_gnu_2/jenkins-scripts/tcwg_gnu-config.sh
+++ declare -A gnu_data
++ settings_for_ci_project_and_config tcwg_gdb_check master-arm
++ local project=tcwg_gdb_check
@@ -564,8 +500,8 @@
++ gnu_data[pretty_config]=master-arm
++ gnu_data[long_config]=master-arm
++ case "$project/$config" in
-+++ sed 's/^tcwg_//'
+++ echo tcwg_gdb_check
++++ sed 's/^tcwg_//'
++ gnu_data[pretty_project]=gdb_check
++ local print_arg=--short
++ case "$print_arg" in
@@ -591,20 +527,20 @@
+++ assert_with_msg 'ERROR: No gdb_rev in baseline git' '[' -f base-artifacts/git/gdb_rev ']'
+++ set -euf -o pipefail +x
+++ cat base-artifacts/git/gdb_rev
-++ base_rev=fcd5cdd5aeecf7eae91a402755c260bb64a0fe0f
+++ base_rev=a6d0019eb7fcd634e12b7bcc535d5181c47fc82a
+++ 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=a6d0019eb7fcd634e12b7bcc535d5181c47fc82a
-+++ git -C gdb rev-list --count fcd5cdd5aeecf7eae91a402755c260bb64a0fe0f..a6d0019eb7fcd634e12b7bcc535d5181c47fc82a
-++ c_commits=16
-++ new_commits=16
+++ cur_rev=77d242a06e352eee88908326d7bbf3b77086d5db
++++ git -C gdb rev-list --count a6d0019eb7fcd634e12b7bcc535d5181c47fc82a..77d242a06e352eee88908326d7bbf3b77086d5db
+++ c_commits=2
+++ new_commits=2
+++ echo gdb
+++ tr ' ' ,
++ components=gdb
-++ echo '16 commits in gdb'
+++ echo '2 commits in gdb'
++ '[' --short = --oneline ']'
++ for c in "${changed_components[@]}"
+++ get_baseline_git gdb_rev
@@ -613,19 +549,18 @@
+++ 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=fcd5cdd5aeecf7eae91a402755c260bb64a0fe0f
+++ base_rev=a6d0019eb7fcd634e12b7bcc535d5181c47fc82a
+++ 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=a6d0019eb7fcd634e12b7bcc535d5181c47fc82a
-+++ git -C gdb rev-list --count fcd5cdd5aeecf7eae91a402755c260bb64a0fe0f..a6d0019eb7fcd634e12b7bcc535d5181c47fc82a
-++ c_commits=16
+++ cur_rev=77d242a06e352eee88908326d7bbf3b77086d5db
++++ git -C gdb rev-list --count a6d0019eb7fcd634e12b7bcc535d5181c47fc82a..77d242a06e352eee88908326d7bbf3b77086d5db
+++ c_commits=2
++ '[' '' '!=' '' ']'
-++ git -C gdb log -n 5 --oneline fcd5cdd5aeecf7eae91a402755c260bb64a0fe0f..a6d0019eb7fcd634e12b7bcc535d5181c47fc82a
-++ '[' 16 -gt 5 ']'
-++ echo '... and 11 more commits in gdb'
+++ git -C gdb log -n 5 --oneline a6d0019eb7fcd634e12b7bcc535d5181c47fc82a..77d242a06e352eee88908326d7bbf3b77086d5db
+++ '[' 2 -gt 5 ']'
++ '[' '' '!=' '' ']'
++ return 0
++ gnu_print_result --short
@@ -635,9 +570,9 @@
++ local validate_failures=gcc-compare-results/contrib/testsuite-management/validate_failures.py
++ local xfails=artifacts/sumfiles/xfails.xfail
++ '[' -f artifacts/sumfiles/xfails.xfail ']'
-++ wait 1942707
++ gcc-compare-results/contrib/testsuite-management/validate_failures.py --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20231229 --build_dir=artifacts/sumfiles --verbosity=1
-++ wait 1942708
+++ wait 2997274
+++ wait 2997275
++ gcc-compare-results/contrib/testsuite-management/validate_failures.py --inverse_match --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20231229 --build_dir=artifacts/sumfiles --verbosity=1
++ local n_regressions n_progressions pass_fail=PASS
++ '[' 0 '!=' 0 ']'
@@ -669,30 +604,30 @@
++++ get_current_manifest BUILD_URL
++++ get_manifest artifacts/manifest.sh BUILD_URL
++++ set +x
-+++ url=https://ci.linaro.org/job/tcwg_gdb_check--master-arm-build/613/artifact/artifacts
++++ url=https://ci.linaro.org/job/tcwg_gdb_check--master-arm-build/614/artifact/artifacts
+++ '[' '' '!=' '' ']'
-+++ echo https://ci.linaro.org/job/tcwg_gdb_check--master-arm-build/613/artifact/artifacts/00-sumfiles/
++++ echo https://ci.linaro.org/job/tcwg_gdb_check--master-arm-build/614/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_gdb_check--master-arm-build/613/artifact/artifacts
++++ url=https://ci.linaro.org/job/tcwg_gdb_check--master-arm-build/614/artifact/artifacts
+++ '[' '' '!=' '' ']'
-+++ echo https://ci.linaro.org/job/tcwg_gdb_check--master-arm-build/613/artifact/artifacts/notify/
++++ echo https://ci.linaro.org/job/tcwg_gdb_check--master-arm-build/614/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_gdb_check--master-arm-build/613/artifact/artifacts
++++ url=https://ci.linaro.org/job/tcwg_gdb_check--master-arm-build/614/artifact/artifacts
+++ '[' '' '!=' '' ']'
-+++ echo https://ci.linaro.org/job/tcwg_gdb_check--master-arm-build/613/artifact/artifacts/sumfiles/xfails.xfail
++++ echo https://ci.linaro.org/job/tcwg_gdb_check--master-arm-build/614/artifact/artifacts/sumfiles/xfails.xfail
++ gnu_print_config --long
++ false
-++ . /home/tcwg-buildslave/workspace/tcwg_gnu_5/jenkins-scripts/tcwg_gnu-config.sh
+++ . /home/tcwg-buildslave/workspace/tcwg_gnu_2/jenkins-scripts/tcwg_gnu-config.sh
+++ declare -A gnu_data
++ settings_for_ci_project_and_config tcwg_gdb_check master-arm
++ local project=tcwg_gdb_check
@@ -714,13 +649,13 @@
+ return
+ true
+ generate_jenkins_html_files
-+ wait 1942751
-# generate_jenkins_html_files
-... Skipping
++ wait 2997318
+ set -euf -o pipefail
+ echo '# generate_jenkins_html_files'
+# generate_jenkins_html_files
+ true
+ case "$ci_project" in
+... Skipping
+ echo '... Skipping'
+ return
+ generate_readme html
@@ -810,8 +745,8 @@
+ cat
+ read -r cur_file
++ cd artifacts
-++ sort
++ find . -type f
+++ sort
++ print_readme_link html ./00-sumfiles/gdb.log.0.xz
++ set -euf -o pipefail
++ local text_type=html
@@ -820,6 +755,86 @@
++ echo -n '<a href="./00-sumfiles/gdb.log.0.xz">./00-sumfiles/gdb.log.0.xz</a>'
+ echo '<li><a href="./00-sumfiles/gdb.log.0.xz">./00-sumfiles/gdb.log.0.xz</a>'
+ read -r cur_file
+++ print_readme_link html ./00-sumfiles/gdb.log.10.xz
+++ set -euf -o pipefail
+++ local text_type=html
+++ local msg=./00-sumfiles/gdb.log.10.xz
+++ case $text_type in
+++ echo -n '<a href="./00-sumfiles/gdb.log.10.xz">./00-sumfiles/gdb.log.10.xz</a>'
++ echo '<li><a href="./00-sumfiles/gdb.log.10.xz">./00-sumfiles/gdb.log.10.xz</a>'
++ read -r cur_file
+++ print_readme_link html ./00-sumfiles/gdb.log.11.xz
+++ set -euf -o pipefail
+++ local text_type=html
+++ local msg=./00-sumfiles/gdb.log.11.xz
+++ case $text_type in
+++ echo -n '<a href="./00-sumfiles/gdb.log.11.xz">./00-sumfiles/gdb.log.11.xz</a>'
++ echo '<li><a href="./00-sumfiles/gdb.log.11.xz">./00-sumfiles/gdb.log.11.xz</a>'
++ read -r cur_file
+++ print_readme_link html ./00-sumfiles/gdb.log.12.xz
+++ set -euf -o pipefail
+++ local text_type=html
+++ local msg=./00-sumfiles/gdb.log.12.xz
+++ case $text_type in
+++ echo -n '<a href="./00-sumfiles/gdb.log.12.xz">./00-sumfiles/gdb.log.12.xz</a>'
++ echo '<li><a href="./00-sumfiles/gdb.log.12.xz">./00-sumfiles/gdb.log.12.xz</a>'
++ read -r cur_file
+++ print_readme_link html ./00-sumfiles/gdb.log.13.xz
+++ set -euf -o pipefail
+++ local text_type=html
+++ local msg=./00-sumfiles/gdb.log.13.xz
+++ case $text_type in
+++ echo -n '<a href="./00-sumfiles/gdb.log.13.xz">./00-sumfiles/gdb.log.13.xz</a>'
++ echo '<li><a href="./00-sumfiles/gdb.log.13.xz">./00-sumfiles/gdb.log.13.xz</a>'
++ read -r cur_file
+++ print_readme_link html ./00-sumfiles/gdb.log.14.xz
+++ set -euf -o pipefail
+++ local text_type=html
+++ local msg=./00-sumfiles/gdb.log.14.xz
+++ case $text_type in
+++ echo -n '<a href="./00-sumfiles/gdb.log.14.xz">./00-sumfiles/gdb.log.14.xz</a>'
++ echo '<li><a href="./00-sumfiles/gdb.log.14.xz">./00-sumfiles/gdb.log.14.xz</a>'
++ read -r cur_file
+++ print_readme_link html ./00-sumfiles/gdb.log.15.xz
+++ set -euf -o pipefail
+++ local text_type=html
+++ local msg=./00-sumfiles/gdb.log.15.xz
+++ case $text_type in
+++ echo -n '<a href="./00-sumfiles/gdb.log.15.xz">./00-sumfiles/gdb.log.15.xz</a>'
++ echo '<li><a href="./00-sumfiles/gdb.log.15.xz">./00-sumfiles/gdb.log.15.xz</a>'
++ read -r cur_file
+++ print_readme_link html ./00-sumfiles/gdb.log.16.xz
+++ set -euf -o pipefail
+++ local text_type=html
+++ local msg=./00-sumfiles/gdb.log.16.xz
+++ case $text_type in
+++ echo -n '<a href="./00-sumfiles/gdb.log.16.xz">./00-sumfiles/gdb.log.16.xz</a>'
++ echo '<li><a href="./00-sumfiles/gdb.log.16.xz">./00-sumfiles/gdb.log.16.xz</a>'
++ read -r cur_file
+++ print_readme_link html ./00-sumfiles/gdb.log.17.xz
+++ set -euf -o pipefail
+++ local text_type=html
+++ local msg=./00-sumfiles/gdb.log.17.xz
+++ case $text_type in
+++ echo -n '<a href="./00-sumfiles/gdb.log.17.xz">./00-sumfiles/gdb.log.17.xz</a>'
++ echo '<li><a href="./00-sumfiles/gdb.log.17.xz">./00-sumfiles/gdb.log.17.xz</a>'
++ read -r cur_file
+++ print_readme_link html ./00-sumfiles/gdb.log.18.xz
+++ set -euf -o pipefail
+++ local text_type=html
+++ local msg=./00-sumfiles/gdb.log.18.xz
+++ case $text_type in
+++ echo -n '<a href="./00-sumfiles/gdb.log.18.xz">./00-sumfiles/gdb.log.18.xz</a>'
++ echo '<li><a href="./00-sumfiles/gdb.log.18.xz">./00-sumfiles/gdb.log.18.xz</a>'
++ read -r cur_file
+++ print_readme_link html ./00-sumfiles/gdb.log.19.xz
+++ set -euf -o pipefail
+++ local text_type=html
+++ local msg=./00-sumfiles/gdb.log.19.xz
+++ case $text_type in
+++ echo -n '<a href="./00-sumfiles/gdb.log.19.xz">./00-sumfiles/gdb.log.19.xz</a>'
++ echo '<li><a href="./00-sumfiles/gdb.log.19.xz">./00-sumfiles/gdb.log.19.xz</a>'
++ read -r cur_file
++ print_readme_link html ./00-sumfiles/gdb.log.1.xz
++ set -euf -o pipefail
++ local text_type=html
@@ -828,6 +843,30 @@
++ echo -n '<a href="./00-sumfiles/gdb.log.1.xz">./00-sumfiles/gdb.log.1.xz</a>'
+ echo '<li><a href="./00-sumfiles/gdb.log.1.xz">./00-sumfiles/gdb.log.1.xz</a>'
+ read -r cur_file
+++ print_readme_link html ./00-sumfiles/gdb.log.20.xz
+++ set -euf -o pipefail
+++ local text_type=html
+++ local msg=./00-sumfiles/gdb.log.20.xz
+++ case $text_type in
+++ echo -n '<a href="./00-sumfiles/gdb.log.20.xz">./00-sumfiles/gdb.log.20.xz</a>'
++ echo '<li><a href="./00-sumfiles/gdb.log.20.xz">./00-sumfiles/gdb.log.20.xz</a>'
++ read -r cur_file
+++ print_readme_link html ./00-sumfiles/gdb.log.21.xz
+++ set -euf -o pipefail
+++ local text_type=html
+++ local msg=./00-sumfiles/gdb.log.21.xz
+++ case $text_type in
+++ echo -n '<a href="./00-sumfiles/gdb.log.21.xz">./00-sumfiles/gdb.log.21.xz</a>'
++ echo '<li><a href="./00-sumfiles/gdb.log.21.xz">./00-sumfiles/gdb.log.21.xz</a>'
++ read -r cur_file
+++ print_readme_link html ./00-sumfiles/gdb.log.22.xz
+++ set -euf -o pipefail
+++ local text_type=html
+++ local msg=./00-sumfiles/gdb.log.22.xz
+++ case $text_type in
+++ echo -n '<a href="./00-sumfiles/gdb.log.22.xz">./00-sumfiles/gdb.log.22.xz</a>'
++ echo '<li><a href="./00-sumfiles/gdb.log.22.xz">./00-sumfiles/gdb.log.22.xz</a>'
++ read -r cur_file
++ print_readme_link html ./00-sumfiles/gdb.log.2.xz
++ set -euf -o pipefail
++ local text_type=html
@@ -868,6 +907,30 @@
++ echo -n '<a href="./00-sumfiles/gdb.log.6.xz">./00-sumfiles/gdb.log.6.xz</a>'
+ echo '<li><a href="./00-sumfiles/gdb.log.6.xz">./00-sumfiles/gdb.log.6.xz</a>'
+ read -r cur_file
+++ print_readme_link html ./00-sumfiles/gdb.log.7.xz
+++ set -euf -o pipefail
+++ local text_type=html
+++ local msg=./00-sumfiles/gdb.log.7.xz
+++ case $text_type in
+++ echo -n '<a href="./00-sumfiles/gdb.log.7.xz">./00-sumfiles/gdb.log.7.xz</a>'
++ echo '<li><a href="./00-sumfiles/gdb.log.7.xz">./00-sumfiles/gdb.log.7.xz</a>'
++ read -r cur_file
+++ print_readme_link html ./00-sumfiles/gdb.log.8.xz
+++ set -euf -o pipefail
+++ local text_type=html
+++ local msg=./00-sumfiles/gdb.log.8.xz
+++ case $text_type in
+++ echo -n '<a href="./00-sumfiles/gdb.log.8.xz">./00-sumfiles/gdb.log.8.xz</a>'
++ echo '<li><a href="./00-sumfiles/gdb.log.8.xz">./00-sumfiles/gdb.log.8.xz</a>'
++ read -r cur_file
+++ print_readme_link html ./00-sumfiles/gdb.log.9.xz
+++ set -euf -o pipefail
+++ local text_type=html
+++ local msg=./00-sumfiles/gdb.log.9.xz
+++ case $text_type in
+++ echo -n '<a href="./00-sumfiles/gdb.log.9.xz">./00-sumfiles/gdb.log.9.xz</a>'
++ echo '<li><a href="./00-sumfiles/gdb.log.9.xz">./00-sumfiles/gdb.log.9.xz</a>'
++ read -r cur_file
++ print_readme_link html ./00-sumfiles/gdb.sum.0
++ set -euf -o pipefail
++ local text_type=html
@@ -884,6 +947,86 @@
++ echo -n '<a href="./00-sumfiles/gdb.sum.1">./00-sumfiles/gdb.sum.1</a>'
+ echo '<li><a href="./00-sumfiles/gdb.sum.1">./00-sumfiles/gdb.sum.1</a>'
+ read -r cur_file
+++ print_readme_link html ./00-sumfiles/gdb.sum.10
+++ set -euf -o pipefail
+++ local text_type=html
+++ local msg=./00-sumfiles/gdb.sum.10
+++ case $text_type in
+++ echo -n '<a href="./00-sumfiles/gdb.sum.10">./00-sumfiles/gdb.sum.10</a>'
++ echo '<li><a href="./00-sumfiles/gdb.sum.10">./00-sumfiles/gdb.sum.10</a>'
++ read -r cur_file
+++ print_readme_link html ./00-sumfiles/gdb.sum.11
+++ set -euf -o pipefail
+++ local text_type=html
+++ local msg=./00-sumfiles/gdb.sum.11
+++ case $text_type in
+++ echo -n '<a href="./00-sumfiles/gdb.sum.11">./00-sumfiles/gdb.sum.11</a>'
++ echo '<li><a href="./00-sumfiles/gdb.sum.11">./00-sumfiles/gdb.sum.11</a>'
++ read -r cur_file
+++ print_readme_link html ./00-sumfiles/gdb.sum.12
+++ set -euf -o pipefail
+++ local text_type=html
+++ local msg=./00-sumfiles/gdb.sum.12
+++ case $text_type in
+++ echo -n '<a href="./00-sumfiles/gdb.sum.12">./00-sumfiles/gdb.sum.12</a>'
++ echo '<li><a href="./00-sumfiles/gdb.sum.12">./00-sumfiles/gdb.sum.12</a>'
++ read -r cur_file
+++ print_readme_link html ./00-sumfiles/gdb.sum.13
+++ set -euf -o pipefail
+++ local text_type=html
+++ local msg=./00-sumfiles/gdb.sum.13
+++ case $text_type in
+++ echo -n '<a href="./00-sumfiles/gdb.sum.13">./00-sumfiles/gdb.sum.13</a>'
++ echo '<li><a href="./00-sumfiles/gdb.sum.13">./00-sumfiles/gdb.sum.13</a>'
++ read -r cur_file
+++ print_readme_link html ./00-sumfiles/gdb.sum.14
+++ set -euf -o pipefail
+++ local text_type=html
+++ local msg=./00-sumfiles/gdb.sum.14
+++ case $text_type in
+++ echo -n '<a href="./00-sumfiles/gdb.sum.14">./00-sumfiles/gdb.sum.14</a>'
++ echo '<li><a href="./00-sumfiles/gdb.sum.14">./00-sumfiles/gdb.sum.14</a>'
++ read -r cur_file
+++ print_readme_link html ./00-sumfiles/gdb.sum.15
+++ set -euf -o pipefail
+++ local text_type=html
+++ local msg=./00-sumfiles/gdb.sum.15
+++ case $text_type in
+++ echo -n '<a href="./00-sumfiles/gdb.sum.15">./00-sumfiles/gdb.sum.15</a>'
++ echo '<li><a href="./00-sumfiles/gdb.sum.15">./00-sumfiles/gdb.sum.15</a>'
++ read -r cur_file
+++ print_readme_link html ./00-sumfiles/gdb.sum.16
+++ set -euf -o pipefail
+++ local text_type=html
+++ local msg=./00-sumfiles/gdb.sum.16
+++ case $text_type in
+++ echo -n '<a href="./00-sumfiles/gdb.sum.16">./00-sumfiles/gdb.sum.16</a>'
++ echo '<li><a href="./00-sumfiles/gdb.sum.16">./00-sumfiles/gdb.sum.16</a>'
++ read -r cur_file
+++ print_readme_link html ./00-sumfiles/gdb.sum.17
+++ set -euf -o pipefail
+++ local text_type=html
+++ local msg=./00-sumfiles/gdb.sum.17
+++ case $text_type in
+++ echo -n '<a href="./00-sumfiles/gdb.sum.17">./00-sumfiles/gdb.sum.17</a>'
++ echo '<li><a href="./00-sumfiles/gdb.sum.17">./00-sumfiles/gdb.sum.17</a>'
++ read -r cur_file
+++ print_readme_link html ./00-sumfiles/gdb.sum.18
+++ set -euf -o pipefail
+++ local text_type=html
+++ local msg=./00-sumfiles/gdb.sum.18
+++ case $text_type in
+++ echo -n '<a href="./00-sumfiles/gdb.sum.18">./00-sumfiles/gdb.sum.18</a>'
++ echo '<li><a href="./00-sumfiles/gdb.sum.18">./00-sumfiles/gdb.sum.18</a>'
++ read -r cur_file
+++ print_readme_link html ./00-sumfiles/gdb.sum.19
+++ set -euf -o pipefail
+++ local text_type=html
+++ local msg=./00-sumfiles/gdb.sum.19
+++ case $text_type in
+++ echo -n '<a href="./00-sumfiles/gdb.sum.19">./00-sumfiles/gdb.sum.19</a>'
++ echo '<li><a href="./00-sumfiles/gdb.sum.19">./00-sumfiles/gdb.sum.19</a>'
++ read -r cur_file
++ print_readme_link html ./00-sumfiles/gdb.sum.2
++ set -euf -o pipefail
++ local text_type=html
@@ -892,6 +1035,30 @@
++ echo -n '<a href="./00-sumfiles/gdb.sum.2">./00-sumfiles/gdb.sum.2</a>'
+ echo '<li><a href="./00-sumfiles/gdb.sum.2">./00-sumfiles/gdb.sum.2</a>'
+ read -r cur_file
+++ print_readme_link html ./00-sumfiles/gdb.sum.20
+++ set -euf -o pipefail
+++ local text_type=html
+++ local msg=./00-sumfiles/gdb.sum.20
+++ case $text_type in
+++ echo -n '<a href="./00-sumfiles/gdb.sum.20">./00-sumfiles/gdb.sum.20</a>'
++ echo '<li><a href="./00-sumfiles/gdb.sum.20">./00-sumfiles/gdb.sum.20</a>'
++ read -r cur_file
+++ print_readme_link html ./00-sumfiles/gdb.sum.21
+++ set -euf -o pipefail
+++ local text_type=html
+++ local msg=./00-sumfiles/gdb.sum.21
+++ case $text_type in
+++ echo -n '<a href="./00-sumfiles/gdb.sum.21">./00-sumfiles/gdb.sum.21</a>'
++ echo '<li><a href="./00-sumfiles/gdb.sum.21">./00-sumfiles/gdb.sum.21</a>'
++ read -r cur_file
+++ print_readme_link html ./00-sumfiles/gdb.sum.22
+++ set -euf -o pipefail
+++ local text_type=html
+++ local msg=./00-sumfiles/gdb.sum.22
+++ case $text_type in
+++ echo -n '<a href="./00-sumfiles/gdb.sum.22">./00-sumfiles/gdb.sum.22</a>'
++ echo '<li><a href="./00-sumfiles/gdb.sum.22">./00-sumfiles/gdb.sum.22</a>'
++ read -r cur_file
++ print_readme_link html ./00-sumfiles/gdb.sum.3
++ set -euf -o pipefail
++ local text_type=html
@@ -924,6 +1091,30 @@
++ echo -n '<a href="./00-sumfiles/gdb.sum.6">./00-sumfiles/gdb.sum.6</a>'
+ echo '<li><a href="./00-sumfiles/gdb.sum.6">./00-sumfiles/gdb.sum.6</a>'
+ read -r cur_file
+++ print_readme_link html ./00-sumfiles/gdb.sum.7
+++ set -euf -o pipefail
+++ local text_type=html
+++ local msg=./00-sumfiles/gdb.sum.7
+++ case $text_type in
+++ echo -n '<a href="./00-sumfiles/gdb.sum.7">./00-sumfiles/gdb.sum.7</a>'
++ echo '<li><a href="./00-sumfiles/gdb.sum.7">./00-sumfiles/gdb.sum.7</a>'
++ read -r cur_file
+++ print_readme_link html ./00-sumfiles/gdb.sum.8
+++ set -euf -o pipefail
+++ local text_type=html
+++ local msg=./00-sumfiles/gdb.sum.8
+++ case $text_type in
+++ echo -n '<a href="./00-sumfiles/gdb.sum.8">./00-sumfiles/gdb.sum.8</a>'
++ echo '<li><a href="./00-sumfiles/gdb.sum.8">./00-sumfiles/gdb.sum.8</a>'
++ read -r cur_file
+++ print_readme_link html ./00-sumfiles/gdb.sum.9
+++ set -euf -o pipefail
+++ local text_type=html
+++ local msg=./00-sumfiles/gdb.sum.9
+++ case $text_type in
+++ echo -n '<a href="./00-sumfiles/gdb.sum.9">./00-sumfiles/gdb.sum.9</a>'
++ echo '<li><a href="./00-sumfiles/gdb.sum.9">./00-sumfiles/gdb.sum.9</a>'
++ read -r cur_file
++ print_readme_link html ./01-reset_artifacts/console.log.xz
++ set -euf -o pipefail
++ local text_type=html
@@ -1259,10 +1450,10 @@
++ echo -n 00-sumfiles/
+ cat
+ cat
-+ read -r cur_file
++ cd artifacts
-++ sort
++ read -r cur_file
++ find . -type f
+++ sort
++ print_readme_link txt ./00-sumfiles/gdb.log.0.xz
++ set -euf -o pipefail
++ local text_type=txt
@@ -1271,6 +1462,86 @@
++ echo -n ./00-sumfiles/gdb.log.0.xz
+ echo '- ./00-sumfiles/gdb.log.0.xz'
+ read -r cur_file
+++ print_readme_link txt ./00-sumfiles/gdb.log.10.xz
+++ set -euf -o pipefail
+++ local text_type=txt
+++ local msg=./00-sumfiles/gdb.log.10.xz
+++ case $text_type in
+++ echo -n ./00-sumfiles/gdb.log.10.xz
++ echo '- ./00-sumfiles/gdb.log.10.xz'
++ read -r cur_file
+++ print_readme_link txt ./00-sumfiles/gdb.log.11.xz
+++ set -euf -o pipefail
+++ local text_type=txt
+++ local msg=./00-sumfiles/gdb.log.11.xz
+++ case $text_type in
+++ echo -n ./00-sumfiles/gdb.log.11.xz
++ echo '- ./00-sumfiles/gdb.log.11.xz'
++ read -r cur_file
+++ print_readme_link txt ./00-sumfiles/gdb.log.12.xz
+++ set -euf -o pipefail
+++ local text_type=txt
+++ local msg=./00-sumfiles/gdb.log.12.xz
+++ case $text_type in
+++ echo -n ./00-sumfiles/gdb.log.12.xz
++ echo '- ./00-sumfiles/gdb.log.12.xz'
++ read -r cur_file
+++ print_readme_link txt ./00-sumfiles/gdb.log.13.xz
+++ set -euf -o pipefail
+++ local text_type=txt
+++ local msg=./00-sumfiles/gdb.log.13.xz
+++ case $text_type in
+++ echo -n ./00-sumfiles/gdb.log.13.xz
++ echo '- ./00-sumfiles/gdb.log.13.xz'
++ read -r cur_file
+++ print_readme_link txt ./00-sumfiles/gdb.log.14.xz
+++ set -euf -o pipefail
+++ local text_type=txt
+++ local msg=./00-sumfiles/gdb.log.14.xz
+++ case $text_type in
+++ echo -n ./00-sumfiles/gdb.log.14.xz
++ echo '- ./00-sumfiles/gdb.log.14.xz'
++ read -r cur_file
+++ print_readme_link txt ./00-sumfiles/gdb.log.15.xz
+++ set -euf -o pipefail
+++ local text_type=txt
+++ local msg=./00-sumfiles/gdb.log.15.xz
+++ case $text_type in
+++ echo -n ./00-sumfiles/gdb.log.15.xz
++ echo '- ./00-sumfiles/gdb.log.15.xz'
++ read -r cur_file
+++ print_readme_link txt ./00-sumfiles/gdb.log.16.xz
+++ set -euf -o pipefail
+++ local text_type=txt
+++ local msg=./00-sumfiles/gdb.log.16.xz
+++ case $text_type in
+++ echo -n ./00-sumfiles/gdb.log.16.xz
++ echo '- ./00-sumfiles/gdb.log.16.xz'
++ read -r cur_file
+++ print_readme_link txt ./00-sumfiles/gdb.log.17.xz
+++ set -euf -o pipefail
+++ local text_type=txt
+++ local msg=./00-sumfiles/gdb.log.17.xz
+++ case $text_type in
+++ echo -n ./00-sumfiles/gdb.log.17.xz
++ echo '- ./00-sumfiles/gdb.log.17.xz'
++ read -r cur_file
+++ print_readme_link txt ./00-sumfiles/gdb.log.18.xz
+++ set -euf -o pipefail
+++ local text_type=txt
+++ local msg=./00-sumfiles/gdb.log.18.xz
+++ case $text_type in
+++ echo -n ./00-sumfiles/gdb.log.18.xz
++ echo '- ./00-sumfiles/gdb.log.18.xz'
++ read -r cur_file
+++ print_readme_link txt ./00-sumfiles/gdb.log.19.xz
+++ set -euf -o pipefail
+++ local text_type=txt
+++ local msg=./00-sumfiles/gdb.log.19.xz
+++ case $text_type in
+++ echo -n ./00-sumfiles/gdb.log.19.xz
++ echo '- ./00-sumfiles/gdb.log.19.xz'
++ read -r cur_file
++ print_readme_link txt ./00-sumfiles/gdb.log.1.xz
++ set -euf -o pipefail
++ local text_type=txt
@@ -1279,6 +1550,30 @@
++ echo -n ./00-sumfiles/gdb.log.1.xz
+ echo '- ./00-sumfiles/gdb.log.1.xz'
+ read -r cur_file
+++ print_readme_link txt ./00-sumfiles/gdb.log.20.xz
+++ set -euf -o pipefail
+++ local text_type=txt
+++ local msg=./00-sumfiles/gdb.log.20.xz
+++ case $text_type in
+++ echo -n ./00-sumfiles/gdb.log.20.xz
++ echo '- ./00-sumfiles/gdb.log.20.xz'
++ read -r cur_file
+++ print_readme_link txt ./00-sumfiles/gdb.log.21.xz
+++ set -euf -o pipefail
+++ local text_type=txt
+++ local msg=./00-sumfiles/gdb.log.21.xz
+++ case $text_type in
+++ echo -n ./00-sumfiles/gdb.log.21.xz
++ echo '- ./00-sumfiles/gdb.log.21.xz'
++ read -r cur_file
+++ print_readme_link txt ./00-sumfiles/gdb.log.22.xz
+++ set -euf -o pipefail
+++ local text_type=txt
+++ local msg=./00-sumfiles/gdb.log.22.xz
+++ case $text_type in
+++ echo -n ./00-sumfiles/gdb.log.22.xz
++ echo '- ./00-sumfiles/gdb.log.22.xz'
++ read -r cur_file
++ print_readme_link txt ./00-sumfiles/gdb.log.2.xz
++ set -euf -o pipefail
++ local text_type=txt
@@ -1319,6 +1614,30 @@
++ echo -n ./00-sumfiles/gdb.log.6.xz
+ echo '- ./00-sumfiles/gdb.log.6.xz'
+ read -r cur_file
+++ print_readme_link txt ./00-sumfiles/gdb.log.7.xz
+++ set -euf -o pipefail
+++ local text_type=txt
+++ local msg=./00-sumfiles/gdb.log.7.xz
+++ case $text_type in
+++ echo -n ./00-sumfiles/gdb.log.7.xz
++ echo '- ./00-sumfiles/gdb.log.7.xz'
++ read -r cur_file
+++ print_readme_link txt ./00-sumfiles/gdb.log.8.xz
+++ set -euf -o pipefail
+++ local text_type=txt
+++ local msg=./00-sumfiles/gdb.log.8.xz
+++ case $text_type in
+++ echo -n ./00-sumfiles/gdb.log.8.xz
++ echo '- ./00-sumfiles/gdb.log.8.xz'
++ read -r cur_file
+++ print_readme_link txt ./00-sumfiles/gdb.log.9.xz
+++ set -euf -o pipefail
+++ local text_type=txt
+++ local msg=./00-sumfiles/gdb.log.9.xz
+++ case $text_type in
+++ echo -n ./00-sumfiles/gdb.log.9.xz
++ echo '- ./00-sumfiles/gdb.log.9.xz'
++ read -r cur_file
++ print_readme_link txt ./00-sumfiles/gdb.sum.0
++ set -euf -o pipefail
++ local text_type=txt
@@ -1335,6 +1654,86 @@
++ echo -n ./00-sumfiles/gdb.sum.1
+ echo '- ./00-sumfiles/gdb.sum.1'
+ read -r cur_file
+++ print_readme_link txt ./00-sumfiles/gdb.sum.10
+++ set -euf -o pipefail
+++ local text_type=txt
+++ local msg=./00-sumfiles/gdb.sum.10
+++ case $text_type in
+++ echo -n ./00-sumfiles/gdb.sum.10
++ echo '- ./00-sumfiles/gdb.sum.10'
++ read -r cur_file
+++ print_readme_link txt ./00-sumfiles/gdb.sum.11
+++ set -euf -o pipefail
+++ local text_type=txt
+++ local msg=./00-sumfiles/gdb.sum.11
+++ case $text_type in
+++ echo -n ./00-sumfiles/gdb.sum.11
++ echo '- ./00-sumfiles/gdb.sum.11'
++ read -r cur_file
+++ print_readme_link txt ./00-sumfiles/gdb.sum.12
+++ set -euf -o pipefail
+++ local text_type=txt
+++ local msg=./00-sumfiles/gdb.sum.12
+++ case $text_type in
+++ echo -n ./00-sumfiles/gdb.sum.12
++ echo '- ./00-sumfiles/gdb.sum.12'
++ read -r cur_file
+++ print_readme_link txt ./00-sumfiles/gdb.sum.13
+++ set -euf -o pipefail
+++ local text_type=txt
+++ local msg=./00-sumfiles/gdb.sum.13
+++ case $text_type in
+++ echo -n ./00-sumfiles/gdb.sum.13
++ echo '- ./00-sumfiles/gdb.sum.13'
++ read -r cur_file
+++ print_readme_link txt ./00-sumfiles/gdb.sum.14
+++ set -euf -o pipefail
+++ local text_type=txt
+++ local msg=./00-sumfiles/gdb.sum.14
+++ case $text_type in
+++ echo -n ./00-sumfiles/gdb.sum.14
++ echo '- ./00-sumfiles/gdb.sum.14'
++ read -r cur_file
+++ print_readme_link txt ./00-sumfiles/gdb.sum.15
+++ set -euf -o pipefail
+++ local text_type=txt
+++ local msg=./00-sumfiles/gdb.sum.15
+++ case $text_type in
+++ echo -n ./00-sumfiles/gdb.sum.15
++ echo '- ./00-sumfiles/gdb.sum.15'
++ read -r cur_file
+++ print_readme_link txt ./00-sumfiles/gdb.sum.16
+++ set -euf -o pipefail
+++ local text_type=txt
+++ local msg=./00-sumfiles/gdb.sum.16
+++ case $text_type in
+++ echo -n ./00-sumfiles/gdb.sum.16
++ echo '- ./00-sumfiles/gdb.sum.16'
++ read -r cur_file
+++ print_readme_link txt ./00-sumfiles/gdb.sum.17
+++ set -euf -o pipefail
+++ local text_type=txt
+++ local msg=./00-sumfiles/gdb.sum.17
+++ case $text_type in
+++ echo -n ./00-sumfiles/gdb.sum.17
++ echo '- ./00-sumfiles/gdb.sum.17'
++ read -r cur_file
+++ print_readme_link txt ./00-sumfiles/gdb.sum.18
+++ set -euf -o pipefail
+++ local text_type=txt
+++ local msg=./00-sumfiles/gdb.sum.18
+++ case $text_type in
+++ echo -n ./00-sumfiles/gdb.sum.18
++ echo '- ./00-sumfiles/gdb.sum.18'
++ read -r cur_file
+++ print_readme_link txt ./00-sumfiles/gdb.sum.19
+++ set -euf -o pipefail
+++ local text_type=txt
+++ local msg=./00-sumfiles/gdb.sum.19
+++ case $text_type in
+++ echo -n ./00-sumfiles/gdb.sum.19
++ echo '- ./00-sumfiles/gdb.sum.19'
++ read -r cur_file
++ print_readme_link txt ./00-sumfiles/gdb.sum.2
++ set -euf -o pipefail
++ local text_type=txt
@@ -1343,6 +1742,30 @@
++ echo -n ./00-sumfiles/gdb.sum.2
+ echo '- ./00-sumfiles/gdb.sum.2'
+ read -r cur_file
+++ print_readme_link txt ./00-sumfiles/gdb.sum.20
+++ set -euf -o pipefail
+++ local text_type=txt
+++ local msg=./00-sumfiles/gdb.sum.20
+++ case $text_type in
+++ echo -n ./00-sumfiles/gdb.sum.20
++ echo '- ./00-sumfiles/gdb.sum.20'
++ read -r cur_file
+++ print_readme_link txt ./00-sumfiles/gdb.sum.21
+++ set -euf -o pipefail
+++ local text_type=txt
+++ local msg=./00-sumfiles/gdb.sum.21
+++ case $text_type in
+++ echo -n ./00-sumfiles/gdb.sum.21
++ echo '- ./00-sumfiles/gdb.sum.21'
++ read -r cur_file
+++ print_readme_link txt ./00-sumfiles/gdb.sum.22
+++ set -euf -o pipefail
+++ local text_type=txt
+++ local msg=./00-sumfiles/gdb.sum.22
+++ case $text_type in
+++ echo -n ./00-sumfiles/gdb.sum.22
++ echo '- ./00-sumfiles/gdb.sum.22'
++ read -r cur_file
++ print_readme_link txt ./00-sumfiles/gdb.sum.3
++ set -euf -o pipefail
++ local text_type=txt
@@ -1375,6 +1798,30 @@
++ echo -n ./00-sumfiles/gdb.sum.6
+ echo '- ./00-sumfiles/gdb.sum.6'
+ read -r cur_file
+++ print_readme_link txt ./00-sumfiles/gdb.sum.7
+++ set -euf -o pipefail
+++ local text_type=txt
+++ local msg=./00-sumfiles/gdb.sum.7
+++ case $text_type in
+++ echo -n ./00-sumfiles/gdb.sum.7
++ echo '- ./00-sumfiles/gdb.sum.7'
++ read -r cur_file
+++ print_readme_link txt ./00-sumfiles/gdb.sum.8
+++ set -euf -o pipefail
+++ local text_type=txt
+++ local msg=./00-sumfiles/gdb.sum.8
+++ case $text_type in
+++ echo -n ./00-sumfiles/gdb.sum.8
++ echo '- ./00-sumfiles/gdb.sum.8'
++ read -r cur_file
+++ print_readme_link txt ./00-sumfiles/gdb.sum.9
+++ set -euf -o pipefail
+++ local text_type=txt
+++ local msg=./00-sumfiles/gdb.sum.9
+++ case $text_type in
+++ echo -n ./00-sumfiles/gdb.sum.9
++ echo '- ./00-sumfiles/gdb.sum.9'
++ read -r cur_file
++ print_readme_link txt ./01-reset_artifacts/console.log.xz
++ set -euf -o pipefail
++ local text_type=txt
@@ -1637,14 +2084,13 @@
+ local text_type=txt
+ case $text_type in
# generate dashboard
-+ echo '# generate dashboard'
-+ generate_dashboard_squad
-+ local results_date
# generate_dashboard_squad
... Skipping
# post_dashboard_squad
... Skipping
-# generate_lnt_report
++ echo '# generate dashboard'
++ generate_dashboard_squad
++ local results_date
+ echo '# generate_dashboard_squad'
+ false
+ echo '... Skipping'
@@ -1655,30 +2101,31 @@
+ echo '... Skipping'
+ return
+ generate_lnt_report
-+ wait 1943001
++ wait 2997696
+# generate_lnt_report
+ set -euf -o pipefail
+ local results_date
+ echo '# generate_lnt_report'
+ true
-+ . /home/tcwg-buildslave/workspace/tcwg_gnu_5/jenkins-scripts/lnt-utils.sh
++ . /home/tcwg-buildslave/workspace/tcwg_gnu_2/jenkins-scripts/lnt-utils.sh
++ declare is_first_lnt_entry
++ get_current_manifest '{rr[results_date]}'
++ get_manifest artifacts/manifest.sh '{rr[results_date]}'
++ set +x
-+ results_date=1703745365
-++ date '+%Y-%m-%d %H:%M:%S' --date @1703745365
-+ results_date='2023-12-28 06:36:05'
++ results_date=1703778347
+++ date '+%Y-%m-%d %H:%M:%S' --date @1703778347
++ results_date='2023-12-28 15:45:47'
+ 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_gdb_check--master-arm-build/613/ tcwg_gdb_check master-arm '2023-12-28 06:36:05' - artifacts/sumfiles artifacts/notify/lnt_report.json
-+ local build_url=https://ci.linaro.org/job/tcwg_gdb_check--master-arm-build/613/
++ generate_lnt_gnu_check_report https://ci.linaro.org/job/tcwg_gdb_check--master-arm-build/614/ tcwg_gdb_check master-arm '2023-12-28 15:45:47' - artifacts/sumfiles artifacts/notify/lnt_report.json
++ local build_url=https://ci.linaro.org/job/tcwg_gdb_check--master-arm-build/614/
+ local ci_project=tcwg_gdb_check
+ local ci_config=master-arm
-+ local 'results_date=2023-12-28 06:36:05'
++ local 'results_date=2023-12-28 15:45:47'
+ local jira_key=-
+ local sumfiles_dir=artifacts/sumfiles
+ local output_file=artifacts/notify/lnt_report.json
@@ -1689,26 +2136,26 @@
+ local lnt_testsuite=tcwg_gdb_check
+ local machine_name=master-arm
+ local build_number
-++ basename https://ci.linaro.org/job/tcwg_gdb_check--master-arm-build/613/
-+ build_number=613
+++ basename https://ci.linaro.org/job/tcwg_gdb_check--master-arm-build/614/
++ build_number=614
+ set +x
# release_testresults_files
-... Done
+ false
+ true
+ release_testresults_files
+ echo '# release_testresults_files'
+... Done
+ '[' -d artifacts/jenkins ']'
+ '[' -f artifacts/testresults/testresults-mail-recipients.txt ']'
+ echo '... Done'
+ post_to_jira
-# post_to_jira
+ set -euf -o pipefail
+ echo '# post_to_jira'
+# post_to_jira
+ local post_card_comment=false
+ local post_template_comment=false
+ false
+ false
+ false
-Full stage ran successfully.
+ echo 'Full stage ran successfully.'
+Full stage ran successfully.