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.log300
1 files changed, 110 insertions, 190 deletions
diff --git a/jenkins/notify-full.log b/jenkins/notify-full.log
index fb881cb..8908d37 100644
--- a/jenkins/notify-full.log
+++ b/jenkins/notify-full.log
@@ -1,8 +1,7 @@
+ set +x
-/home/tcwg-buildslave/workspace/tcwg_bmk_1/jenkins-scripts/round-robin-notify.sh @@rr[top_artifacts] artifacts __TCWG_JIRA_TOKEN ATATT3xFfGF0T6lmyRRI1GPXAjFc6UC66WsAJyuXpga-0JusQbYQdlG4NfS8kED4ejPRlZs9E57FWxFlN7K67E-9t-EXcNqVpzVQwTRd2JDDboAUNRnk00rMY9KXELe8Jb9dKP7p3MTXz2HTqtpMKIM2VZQUmZf_TcIuAN0mVpSPtZtdoLZBnCk=34F9AA87 __stage full __verbose true __build_script tcwg_bmk-build.sh
+/home/tcwg-buildslave/workspace/tcwg_bmk_1/jenkins-scripts/round-robin-notify.sh @@rr[top_artifacts] artifacts __stage full __verbose true __build_script tcwg_bmk-build.sh
-# setup_notify_environment
+ false
+ dryrun=
+ declare top_artifacts ci_project ci_config
@@ -10,6 +9,7 @@
+ declare -a changed_components
+ declare print_commits_f print_result_f print_config_f print_last_icommit_f
+ dump_model_only=false
+# setup_notify_environment
+ setup_notify_environment
+ echo '# setup_notify_environment'
+ top_artifacts=artifacts
@@ -26,22 +26,20 @@
++ get_baseline_manifest BUILD_URL
++ get_manifest base-artifacts/manifest.sh BUILD_URL false
++ set +x
-# Baseline : https://ci.linaro.org/job/tcwg_bmk-code_size-coremark--gnu_eabi-arm_eabi-master-Os-build/100/
+# Baseline : https://ci.linaro.org/job/tcwg_bmk-code_size-coremark--gnu_eabi-arm_eabi-master-Os-build/102/
# Using dir : base-artifacts
-+ echo '# Baseline : https://ci.linaro.org/job/tcwg_bmk-code_size-coremark--gnu_eabi-arm_eabi-master-Os-build/100/'
++ echo '# Baseline : https://ci.linaro.org/job/tcwg_bmk-code_size-coremark--gnu_eabi-arm_eabi-master-Os-build/102/'
+ 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_bmk-code_size-coremark--gnu_eabi-arm_eabi-master-Os-build/102/
+# Artifacts : https://ci.linaro.org/job/tcwg_bmk-code_size-coremark--gnu_eabi-arm_eabi-master-Os-build/103/
# Using dir : artifacts
-+ echo '# Artifacts : https://ci.linaro.org/job/tcwg_bmk-code_size-coremark--gnu_eabi-arm_eabi-master-Os-build/102/'
++ echo '# Artifacts : https://ci.linaro.org/job/tcwg_bmk-code_size-coremark--gnu_eabi-arm_eabi-master-Os-build/103/'
+ echo '# Using dir : artifacts'
+ echo ''
+ mkdir -p artifacts/notify
-+ '[' -f /home/tcwg-buildslave/.jipdate.yml ']'
-+ set +x
# check_source_changes
+ case "$notify" in
+ declare -Ag pw
@@ -85,7 +83,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
-++ '[' x4da6be3f1ad66987b7e072e578183798b3c29cb0 '!=' x2757c1c65fd6ba10c55ba5cf38d600814cf9dc1b ']'
+++ '[' xe7a293f376fef110ae59f5b9ae5bf0aaca68a4da '!=' x4da6be3f1ad66987b7e072e578183798b3c29cb0 ']'
++ echo -ne binutils
++ delim=' '
++ for c in $(print_updated_components)
@@ -100,7 +98,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
-++ '[' xc0bf7ea189ecf252152fe15134f70f576bcd20b2 '!=' xda70c5b17123b7c81155ef03fb4591b71a681344 ']'
+++ '[' xf83cfb8148bcf0876df76761a9a4545bc939667d '!=' xc0bf7ea189ecf252152fe15134f70f576bcd20b2 ']'
++ echo -ne ' gcc'
++ delim=' '
++ for c in $(print_updated_components)
@@ -115,19 +113,17 @@
+++ 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
-++ '[' x1a177610d8e181d09206a5a8ce2d873822751657 '!=' x57e311e0deb23492edc94518c78cc57a224dbad9 ']'
-++ echo -ne ' newlib'
-++ delim=' '
+++ '[' x1a177610d8e181d09206a5a8ce2d873822751657 '!=' x1a177610d8e181d09206a5a8ce2d873822751657 ']'
++ echo
# Debug traces :
-# change_kind=multiple_components : binutils gcc newlib
+# change_kind=multiple_components : binutils gcc
+ local c base_rev cur_rev c_commits
-+ '[' 3 = 0 ']'
-+ '[' 3 = 1 ']'
++ '[' 2 = 0 ']'
++ '[' 2 = 1 ']'
+ change_kind=multiple_components
+ changed_single_component=
+ echo '# Debug traces :'
-+ echo '# change_kind=multiple_components : binutils gcc newlib'
++ echo '# change_kind=multiple_components : binutils gcc'
+ for c in "${changed_components[@]}"
++ get_baseline_git binutils_rev
++ set -euf -o pipefail
@@ -135,17 +131,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=2757c1c65fd6ba10c55ba5cf38d600814cf9dc1b
++ base_rev=4da6be3f1ad66987b7e072e578183798b3c29cb0
++ 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=4da6be3f1ad66987b7e072e578183798b3c29cb0
-++ git -C binutils rev-list --count 2757c1c65fd6ba10c55ba5cf38d600814cf9dc1b..4da6be3f1ad66987b7e072e578183798b3c29cb0
-# rev for binutils : 2757c1c65fd6ba10c55ba5cf38d600814cf9dc1b..4da6be3f1ad66987b7e072e578183798b3c29cb0 (143 commits)
-+ c_commits=143
-+ echo '# rev for binutils : 2757c1c65fd6ba10c55ba5cf38d600814cf9dc1b..4da6be3f1ad66987b7e072e578183798b3c29cb0 (143 commits)'
++ cur_rev=e7a293f376fef110ae59f5b9ae5bf0aaca68a4da
+++ git -C binutils rev-list --count 4da6be3f1ad66987b7e072e578183798b3c29cb0..e7a293f376fef110ae59f5b9ae5bf0aaca68a4da
+# rev for binutils : 4da6be3f1ad66987b7e072e578183798b3c29cb0..e7a293f376fef110ae59f5b9ae5bf0aaca68a4da (24 commits)
++ c_commits=24
++ echo '# rev for binutils : 4da6be3f1ad66987b7e072e578183798b3c29cb0..e7a293f376fef110ae59f5b9ae5bf0aaca68a4da (24 commits)'
+ for c in "${changed_components[@]}"
++ get_baseline_git gcc_rev
++ set -euf -o pipefail
@@ -153,36 +149,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=da70c5b17123b7c81155ef03fb4591b71a681344
++ base_rev=c0bf7ea189ecf252152fe15134f70f576bcd20b2
++ 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=c0bf7ea189ecf252152fe15134f70f576bcd20b2
-++ git -C gcc rev-list --count da70c5b17123b7c81155ef03fb4591b71a681344..c0bf7ea189ecf252152fe15134f70f576bcd20b2
-# rev for gcc : da70c5b17123b7c81155ef03fb4591b71a681344..c0bf7ea189ecf252152fe15134f70f576bcd20b2 (173 commits)
-+ c_commits=173
-+ echo '# rev for gcc : da70c5b17123b7c81155ef03fb4591b71a681344..c0bf7ea189ecf252152fe15134f70f576bcd20b2 (173 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=57e311e0deb23492edc94518c78cc57a224dbad9
-++ 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=1a177610d8e181d09206a5a8ce2d873822751657
-++ git -C newlib rev-list --count 57e311e0deb23492edc94518c78cc57a224dbad9..1a177610d8e181d09206a5a8ce2d873822751657
-# rev for newlib : 57e311e0deb23492edc94518c78cc57a224dbad9..1a177610d8e181d09206a5a8ce2d873822751657 (23 commits)
++ cur_rev=f83cfb8148bcf0876df76761a9a4545bc939667d
+++ git -C gcc rev-list --count c0bf7ea189ecf252152fe15134f70f576bcd20b2..f83cfb8148bcf0876df76761a9a4545bc939667d
+# rev for gcc : c0bf7ea189ecf252152fe15134f70f576bcd20b2..f83cfb8148bcf0876df76761a9a4545bc939667d (23 commits)
+ c_commits=23
-+ echo '# rev for newlib : 57e311e0deb23492edc94518c78cc57a224dbad9..1a177610d8e181d09206a5a8ce2d873822751657 (23 commits)'
++ echo '# rev for gcc : c0bf7ea189ecf252152fe15134f70f576bcd20b2..f83cfb8148bcf0876df76761a9a4545bc939667d (23 commits)'
+ echo ''
+ setup_stages_to_run
+ '[' ignore = onregression ']'
@@ -218,7 +196,7 @@
+ local artifacts_mail_dir
+ artifacts_mail_dir=artifacts/notify
+ local res=0
-+ wait 905
++ wait 31181
+ /home/tcwg-buildslave/workspace/tcwg_bmk_1/jenkins-scripts/../bmk-scripts/output-bmk-results.py artifacts/results-vs-prev/compare-results-internal.csv artifacts/results-vs-prev/bmk-specific-variability.csv artifacts/notify/ size build verbose
+ assert_with_msg 'ERROR while trying to regenerate bmk-data results. Aborting..' '[' 0 = 0 ']'
+ set -euf -o pipefail +x
@@ -235,21 +213,21 @@
++ assert_with_msg 'ERROR: No binutils in current git' '[' -f base-artifacts/git/binutils_rev ']'
++ set -euf -o pipefail +x
+++ cat base-artifacts/git/binutils_rev
-++ git -C binutils show --no-patch --pretty=%ct 2757c1c65fd6ba10c55ba5cf38d600814cf9dc1b
-+ base_d=1702790149
+++ git -C binutils show --no-patch --pretty=%ct 4da6be3f1ad66987b7e072e578183798b3c29cb0
++ base_d=1703312483
++ get_current_component_date binutils
++ set -euf -o pipefail
++ assert_with_msg 'ERROR: No binutils in current git' '[' -f artifacts/git/binutils_rev ']'
++ set -euf -o pipefail +x
+++ cat artifacts/git/binutils_rev
-++ git -C binutils show --no-patch --pretty=%ct 4da6be3f1ad66987b7e072e578183798b3c29cb0
-+ cur_d=1703312483
-+ '[' x1702790149 '!=' x ']'
-+ '[' x1703312483 = x ']'
-+ '[' 1703312483 -lt 1702790149 ']'
-+ '[' x1703312483 = x ']'
-+ '[' 1703312483 -gt 0 ']'
-+ results_date=1703312483
+++ git -C binutils show --no-patch --pretty=%ct e7a293f376fef110ae59f5b9ae5bf0aaca68a4da
++ cur_d=1703548868
++ '[' x1703312483 '!=' x ']'
++ '[' x1703548868 = x ']'
++ '[' 1703548868 -lt 1703312483 ']'
++ '[' x1703548868 = x ']'
++ '[' 1703548868 -gt 0 ']'
++ results_date=1703548868
+ for c in $(get_current_manifest "{rr[components]}")
++ get_baseline_component_date gcc
++ set -euf -o pipefail
@@ -257,21 +235,21 @@
++ 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 da70c5b17123b7c81155ef03fb4591b71a681344
-+ base_d=1702797219
+++ git -C gcc show --no-patch --pretty=%ct c0bf7ea189ecf252152fe15134f70f576bcd20b2
++ base_d=1703322602
++ 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 c0bf7ea189ecf252152fe15134f70f576bcd20b2
-+ cur_d=1703322602
-+ '[' x1702797219 '!=' x ']'
-+ '[' x1703322602 = x ']'
-+ '[' 1703322602 -lt 1702797219 ']'
-+ '[' x1703322602 = x ']'
-+ '[' 1703322602 -gt 1703312483 ']'
-+ results_date=1703322602
+++ git -C gcc show --no-patch --pretty=%ct f83cfb8148bcf0876df76761a9a4545bc939667d
++ cur_d=1703582141
++ '[' x1703322602 '!=' x ']'
++ '[' x1703582141 = x ']'
++ '[' 1703582141 -lt 1703322602 ']'
++ '[' x1703582141 = x ']'
++ '[' 1703582141 -gt 1703548868 ']'
++ results_date=1703582141
+ for c in $(get_current_manifest "{rr[components]}")
++ get_baseline_component_date newlib
++ set -euf -o pipefail
@@ -279,8 +257,8 @@
++ assert_with_msg 'ERROR: No newlib in current git' '[' -f base-artifacts/git/newlib_rev ']'
++ set -euf -o pipefail +x
+++ cat base-artifacts/git/newlib_rev
-++ git -C newlib show --no-patch --pretty=%ct 57e311e0deb23492edc94518c78cc57a224dbad9
-+ base_d=1702786270
+++ git -C newlib show --no-patch --pretty=%ct 1a177610d8e181d09206a5a8ce2d873822751657
++ base_d=1703323618
++ get_current_component_date newlib
++ set -euf -o pipefail
++ assert_with_msg 'ERROR: No newlib in current git' '[' -f artifacts/git/newlib_rev ']'
@@ -288,26 +266,23 @@
+++ cat artifacts/git/newlib_rev
++ git -C newlib show --no-patch --pretty=%ct 1a177610d8e181d09206a5a8ce2d873822751657
+ cur_d=1703323618
-+ '[' x1702786270 '!=' x ']'
++ '[' x1703323618 '!=' x ']'
+ '[' x1703323618 = x ']'
-+ '[' 1703323618 -lt 1702786270 ']'
++ '[' 1703323618 -lt 1703323618 ']'
+ '[' x1703323618 = x ']'
-+ '[' 1703323618 -gt 1703322602 ']'
-+ results_date=1703323618
-+ assert_with_msg 'Failed to produce results_date' '[' 1703323618 -gt 0 ']'
++ '[' 1703323618 -gt 1703582141 ']'
++ assert_with_msg 'Failed to produce results_date' '[' 1703582141 -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=1702285473
-+ '[' 1702285473 '!=' '' ']'
-+ assert '[' 1703323618 -ge 1702285473 ']'
-+ set -euf -o pipefail +x
-+ '[' 1703323618 -gt 1702285473 ']'
-+ results_date=1702804545
-+ rr[results_date]=1702804545
-+ manifest_out
++ base_d=1702804545
++ '[' 1702804545 '!=' '' ']'
++ '[' 1703582141 -gt 1702804545 ']'
++ results_date=1703193343
++ rr[results_date]=1703193343
+ cat
++ manifest_out
+ cat
+ check_if_first_report
+ declare -g first_icommit_to_report
@@ -379,10 +354,10 @@
+++ get_current_manifest BUILD_URL
+++ get_manifest artifacts/manifest.sh BUILD_URL
+++ set +x
-# print all notification files
-++ url=https://ci.linaro.org/job/tcwg_bmk-code_size-coremark--gnu_eabi-arm_eabi-master-Os-build/102/artifact/artifacts
+++ url=https://ci.linaro.org/job/tcwg_bmk-code_size-coremark--gnu_eabi-arm_eabi-master-Os-build/103/artifact/artifacts
++ '[' '' '!=' '' ']'
-++ echo 'https://ci.linaro.org/job/tcwg_bmk-code_size-coremark--gnu_eabi-arm_eabi-master-Os-build/102/artifact/artifacts/notify/mail-body.txt/*view*/'
+++ echo 'https://ci.linaro.org/job/tcwg_bmk-code_size-coremark--gnu_eabi-arm_eabi-master-Os-build/103/artifact/artifacts/notify/mail-body.txt/*view*/'
+# print all notification files
+ echo '# print all notification files'
+ true
+ generate_mail_files
@@ -414,16 +389,16 @@
+++ assert_with_msg 'ERROR: No binutils_rev in baseline git' '[' -f base-artifacts/git/binutils_rev ']'
+++ set -euf -o pipefail +x
+++ cat base-artifacts/git/binutils_rev
-++ base_rev=2757c1c65fd6ba10c55ba5cf38d600814cf9dc1b
+++ base_rev=4da6be3f1ad66987b7e072e578183798b3c29cb0
+++ 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=4da6be3f1ad66987b7e072e578183798b3c29cb0
-+++ git -C binutils rev-list --count 2757c1c65fd6ba10c55ba5cf38d600814cf9dc1b..4da6be3f1ad66987b7e072e578183798b3c29cb0
-++ c_commits=143
-++ new_commits=143
+++ cur_rev=e7a293f376fef110ae59f5b9ae5bf0aaca68a4da
++++ git -C binutils rev-list --count 4da6be3f1ad66987b7e072e578183798b3c29cb0..e7a293f376fef110ae59f5b9ae5bf0aaca68a4da
+++ c_commits=24
+++ new_commits=24
++ for c in "${changed_components[@]}"
+++ get_baseline_git gcc_rev
+++ set -euf -o pipefail
@@ -431,37 +406,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=da70c5b17123b7c81155ef03fb4591b71a681344
+++ base_rev=c0bf7ea189ecf252152fe15134f70f576bcd20b2
+++ 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=c0bf7ea189ecf252152fe15134f70f576bcd20b2
-+++ git -C gcc rev-list --count da70c5b17123b7c81155ef03fb4591b71a681344..c0bf7ea189ecf252152fe15134f70f576bcd20b2
-++ c_commits=173
-++ new_commits=316
-++ 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=57e311e0deb23492edc94518c78cc57a224dbad9
-+++ 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=1a177610d8e181d09206a5a8ce2d873822751657
-+++ git -C newlib rev-list --count 57e311e0deb23492edc94518c78cc57a224dbad9..1a177610d8e181d09206a5a8ce2d873822751657
+++ cur_rev=f83cfb8148bcf0876df76761a9a4545bc939667d
++++ git -C gcc rev-list --count c0bf7ea189ecf252152fe15134f70f576bcd20b2..f83cfb8148bcf0876df76761a9a4545bc939667d
++ c_commits=23
-++ new_commits=339
+++ new_commits=47
++++ echo binutils gcc
+++ tr ' ' ,
-+++ echo binutils gcc newlib
-++ components=binutils,gcc,newlib
-++ echo '339 commits in binutils,gcc,newlib'
+++ components=binutils,gcc
+++ echo '47 commits in binutils,gcc'
++ '[' --oneline = --oneline ']'
++ return 0
++ bmk_print_result --oneline
@@ -549,17 +507,17 @@
++ case "$ci_config" in
++ echo 'arm Os'
++ return 0
-+ echo '[Linaro-TCWG-CI]' '339 commits in binutils,gcc,newlib: No change on arm Os'
++ echo '[Linaro-TCWG-CI]' '47 commits in binutils,gcc: No change on arm Os'
+ 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_bmk-code_size-coremark--gnu_eabi-arm_eabi-master-Os-build/102/artifact/artifacts
++ bad_artifacts_url=https://ci.linaro.org/job/tcwg_bmk-code_size-coremark--gnu_eabi-arm_eabi-master-Os-build/103/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_bmk-code_size-coremark--gnu_eabi-arm_eabi-master-Os-build/100/artifact/artifacts
++ good_artifacts_url=https://ci.linaro.org/job/tcwg_bmk-code_size-coremark--gnu_eabi-arm_eabi-master-Os-build/102/artifact/artifacts
+ local key=
+ '[' multiple_components = single_commit ']'
+ cat
@@ -622,8 +580,8 @@
++ case "$print_arg" in
++ echo 'CI config tcwg_bmk-code_size-coremark/gnu_eabi-arm_eabi-master-Os'
++ return 0
-++ sed -e 's/^/ | /'
++ print_commits --short
+++ sed -e 's/^/ | /'
++ set -euf -o pipefail
++ false
++ local print_arg=--short
@@ -644,16 +602,16 @@
+++ assert_with_msg 'ERROR: No binutils_rev in baseline git' '[' -f base-artifacts/git/binutils_rev ']'
+++ set -euf -o pipefail +x
+++ cat base-artifacts/git/binutils_rev
-++ base_rev=2757c1c65fd6ba10c55ba5cf38d600814cf9dc1b
+++ base_rev=4da6be3f1ad66987b7e072e578183798b3c29cb0
+++ 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=4da6be3f1ad66987b7e072e578183798b3c29cb0
-+++ git -C binutils rev-list --count 2757c1c65fd6ba10c55ba5cf38d600814cf9dc1b..4da6be3f1ad66987b7e072e578183798b3c29cb0
-++ c_commits=143
-++ new_commits=143
+++ cur_rev=e7a293f376fef110ae59f5b9ae5bf0aaca68a4da
++++ git -C binutils rev-list --count 4da6be3f1ad66987b7e072e578183798b3c29cb0..e7a293f376fef110ae59f5b9ae5bf0aaca68a4da
+++ c_commits=24
+++ new_commits=24
++ for c in "${changed_components[@]}"
+++ get_baseline_git gcc_rev
+++ set -euf -o pipefail
@@ -661,37 +619,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=da70c5b17123b7c81155ef03fb4591b71a681344
+++ base_rev=c0bf7ea189ecf252152fe15134f70f576bcd20b2
+++ 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=c0bf7ea189ecf252152fe15134f70f576bcd20b2
-+++ git -C gcc rev-list --count da70c5b17123b7c81155ef03fb4591b71a681344..c0bf7ea189ecf252152fe15134f70f576bcd20b2
-++ c_commits=173
-++ new_commits=316
-++ 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=57e311e0deb23492edc94518c78cc57a224dbad9
-+++ 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=1a177610d8e181d09206a5a8ce2d873822751657
-+++ git -C newlib rev-list --count 57e311e0deb23492edc94518c78cc57a224dbad9..1a177610d8e181d09206a5a8ce2d873822751657
+++ cur_rev=f83cfb8148bcf0876df76761a9a4545bc939667d
++++ git -C gcc rev-list --count c0bf7ea189ecf252152fe15134f70f576bcd20b2..f83cfb8148bcf0876df76761a9a4545bc939667d
++ c_commits=23
-++ new_commits=339
+++ new_commits=47
++++ echo binutils gcc
+++ tr ' ' ,
-+++ echo binutils gcc newlib
-++ components=binutils,gcc,newlib
-++ echo '339 commits in binutils,gcc,newlib'
+++ components=binutils,gcc
+++ echo '47 commits in binutils,gcc'
++ '[' --short = --oneline ']'
++ for c in "${changed_components[@]}"
+++ get_baseline_git binutils_rev
@@ -700,19 +641,19 @@
+++ assert_with_msg 'ERROR: No binutils_rev in baseline git' '[' -f base-artifacts/git/binutils_rev ']'
+++ set -euf -o pipefail +x
+++ cat base-artifacts/git/binutils_rev
-++ base_rev=2757c1c65fd6ba10c55ba5cf38d600814cf9dc1b
+++ base_rev=4da6be3f1ad66987b7e072e578183798b3c29cb0
+++ 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=4da6be3f1ad66987b7e072e578183798b3c29cb0
-+++ git -C binutils rev-list --count 2757c1c65fd6ba10c55ba5cf38d600814cf9dc1b..4da6be3f1ad66987b7e072e578183798b3c29cb0
-++ c_commits=143
+++ cur_rev=e7a293f376fef110ae59f5b9ae5bf0aaca68a4da
++++ git -C binutils rev-list --count 4da6be3f1ad66987b7e072e578183798b3c29cb0..e7a293f376fef110ae59f5b9ae5bf0aaca68a4da
+++ c_commits=24
++ '[' '' '!=' '' ']'
-++ git -C binutils log -n 5 --oneline 2757c1c65fd6ba10c55ba5cf38d600814cf9dc1b..4da6be3f1ad66987b7e072e578183798b3c29cb0
-++ '[' 143 -gt 5 ']'
-++ echo '... and 138 more commits in binutils'
+++ git -C binutils log -n 5 --oneline 4da6be3f1ad66987b7e072e578183798b3c29cb0..e7a293f376fef110ae59f5b9ae5bf0aaca68a4da
+++ '[' 24 -gt 5 ']'
+++ echo '... and 19 more commits in binutils'
++ '[' '' '!=' '' ']'
++ for c in "${changed_components[@]}"
+++ get_baseline_git gcc_rev
@@ -721,40 +662,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=da70c5b17123b7c81155ef03fb4591b71a681344
+++ base_rev=c0bf7ea189ecf252152fe15134f70f576bcd20b2
+++ 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=c0bf7ea189ecf252152fe15134f70f576bcd20b2
-+++ git -C gcc rev-list --count da70c5b17123b7c81155ef03fb4591b71a681344..c0bf7ea189ecf252152fe15134f70f576bcd20b2
-++ c_commits=173
-++ '[' '' '!=' '' ']'
-++ git -C gcc log -n 5 --oneline da70c5b17123b7c81155ef03fb4591b71a681344..c0bf7ea189ecf252152fe15134f70f576bcd20b2
-++ '[' 173 -gt 5 ']'
-++ echo '... and 168 more commits in gcc'
-++ '[' '' '!=' '' ']'
-++ for c in "${changed_components[@]}"
-+++ get_baseline_git newlib_rev
-+++ set -euf -o pipefail
-+++ local base_artifacts=base-artifacts
-+++ assert_with_msg 'ERROR: No newlib_rev in baseline git' '[' -f base-artifacts/git/newlib_rev ']'
-+++ set -euf -o pipefail +x
-+++ cat base-artifacts/git/newlib_rev
-++ base_rev=57e311e0deb23492edc94518c78cc57a224dbad9
-+++ 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=1a177610d8e181d09206a5a8ce2d873822751657
-+++ git -C newlib rev-list --count 57e311e0deb23492edc94518c78cc57a224dbad9..1a177610d8e181d09206a5a8ce2d873822751657
+++ cur_rev=f83cfb8148bcf0876df76761a9a4545bc939667d
++++ git -C gcc rev-list --count c0bf7ea189ecf252152fe15134f70f576bcd20b2..f83cfb8148bcf0876df76761a9a4545bc939667d
++ c_commits=23
++ '[' '' '!=' '' ']'
-++ git -C newlib log -n 5 --oneline 57e311e0deb23492edc94518c78cc57a224dbad9..1a177610d8e181d09206a5a8ce2d873822751657
+++ git -C gcc log -n 5 --oneline c0bf7ea189ecf252152fe15134f70f576bcd20b2..f83cfb8148bcf0876df76761a9a4545bc939667d
++ '[' 23 -gt 5 ']'
-++ echo '... and 18 more commits in newlib'
+++ echo '... and 18 more commits in gcc'
++ '[' '' '!=' '' ']'
++ return 0
++ bmk_print_result --short
@@ -844,8 +764,8 @@
+++ tcwg_bmk_benchs
+++ '[' x = xset ']'
+++ local data data_key
-++++ cut -d- -f1-6
++++ echo tcwg_bmk-code_size-coremark--gnu_eabi-arm_eabi-master-Os
+++++ cut -d- -f1-6
+++ data_key=tcwg_bmk-code_size-coremark--gnu_eabi-arm_eabi
+++ data=stm32:coremark
+++ '[' xstm32:coremark = xunset ']'
@@ -864,8 +784,8 @@
++ case "$(tcwg_bmk_hw)" in
+++ tcwg_bmk_hw
+++ local data data_key
-++++ cut -d- -f1-6
++++ echo tcwg_bmk-code_size-coremark--gnu_eabi-arm_eabi-master-Os
+++++ cut -d- -f1-6
+++ data_key=tcwg_bmk-code_size-coremark--gnu_eabi-arm_eabi
+++ data=stm32:coremark
+++ '[' xstm32:coremark = xunset ']'
@@ -883,16 +803,16 @@
+ return
+ true
+ generate_jenkins_html_files
-+ wait 1172
-# generate_jenkins_html_files
++ wait 31416
+ set -euf -o pipefail
+ echo '# generate_jenkins_html_files'
+# generate_jenkins_html_files
+ true
+ case "$ci_project" in
+ status_file=artifacts/results-vs-prev/csv-results-1/status.csv
+ '[' -f artifacts/results-vs-prev/csv-results-1/status.csv ']'
-++ grep -c ',success$'
++ sort -u artifacts/results-vs-prev/csv-results-1/status.csv
+++ grep -c ',success$'
+ nb_succeed=1
++ sort -u artifacts/results-vs-prev/csv-results-1/status.csv
++ grep -c ,failed-to-
@@ -2001,7 +1921,7 @@
+ echo '... Skipping'
+ return
+ generate_lnt_report
-+ wait 1463
++ wait 31707
# generate_lnt_report
+ set -euf -o pipefail
+ local results_date
@@ -2012,9 +1932,9 @@
++ get_current_manifest '{rr[results_date]}'
++ get_manifest artifacts/manifest.sh '{rr[results_date]}'
++ set +x
-+ results_date=1702804545
-++ date '+%Y-%m-%d %H:%M:%S' --date @1702804545
-+ results_date='2023-12-17 09:15:45'
++ results_date=1703193343
+++ date '+%Y-%m-%d %H:%M:%S' --date @1703193343
++ results_date='2023-12-21 21:15:43'
+ local jira_key=-
+ '[' -f artifacts/notify/jira/key ']'
+ case "$ci_project" in
@@ -2032,9 +1952,9 @@
+ '[' -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