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.log440
1 files changed, 258 insertions, 182 deletions
diff --git a/jenkins/notify-full.log b/jenkins/notify-full.log
index aa18760..e2f9cde 100644
--- a/jenkins/notify-full.log
+++ b/jenkins/notify-full.log
@@ -26,17 +26,17 @@
++ get_baseline_manifest BUILD_URL
++ get_manifest base-artifacts/manifest.sh BUILD_URL false
++ set +x
-# Baseline : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-lts-allnoconfig-build/68/
+# Baseline : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-lts-allnoconfig-build/69/
# Using dir : base-artifacts
-+ echo '# Baseline : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-lts-allnoconfig-build/68/'
++ echo '# Baseline : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-lts-allnoconfig-build/69/'
+ 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_kernel--llvm-master-arm-lts-allnoconfig-build/69/
+# Artifacts : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-lts-allnoconfig-build/70/
# Using dir : artifacts
-+ echo '# Artifacts : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-lts-allnoconfig-build/69/'
++ echo '# Artifacts : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-lts-allnoconfig-build/70/'
+ echo '# Using dir : artifacts'
+ echo ''
+ mkdir -p artifacts/notify
@@ -89,7 +89,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
-++ '[' xb3fa92f12a83d284db3124e0992e15d1ff31a3d8 '!=' x10802d9ac0c6e39a672f86224ec89a9a54a37b9c ']'
+++ '[' x576d2c97d8de26d1ab5a2058e8ba4ffd00b8096d '!=' xb3fa92f12a83d284db3124e0992e15d1ff31a3d8 ']'
++ echo -ne binutils
++ delim=' '
++ for c in $(print_updated_components)
@@ -104,7 +104,7 @@
+++ assert_with_msg 'ERROR: No llvm_rev in baseline git' '[' -f base-artifacts/git/llvm_rev ']'
+++ set -euf -o pipefail +x
+++ cat base-artifacts/git/llvm_rev
-++ '[' x9b21866feaea912bdb2d76060ef79da8a4905570 '!=' x47b0052f3144afdfe28c64d8b12e351141805ec6 ']'
+++ '[' x31aa7d2de018693a6b45c9056a67229c54461b8f '!=' x9b21866feaea912bdb2d76060ef79da8a4905570 ']'
++ echo -ne ' llvm'
++ delim=' '
++ for c in $(print_updated_components)
@@ -132,17 +132,19 @@
+++ assert_with_msg 'ERROR: No qemu_rev in baseline git' '[' -f base-artifacts/git/qemu_rev ']'
+++ set -euf -o pipefail +x
+++ cat base-artifacts/git/qemu_rev
-++ '[' x039afc5ef7367fbc8fb475580c291c2655e856cb '!=' x039afc5ef7367fbc8fb475580c291c2655e856cb ']'
+++ '[' x80f1709aa0eb4de09b4240563463f991a5b9d855 '!=' x039afc5ef7367fbc8fb475580c291c2655e856cb ']'
+++ echo -ne ' qemu'
+++ delim=' '
++ echo
# Debug traces :
-# change_kind=multiple_components : binutils llvm
+# change_kind=multiple_components : binutils llvm qemu
+ local c base_rev cur_rev c_commits
-+ '[' 2 = 0 ']'
-+ '[' 2 = 1 ']'
++ '[' 3 = 0 ']'
++ '[' 3 = 1 ']'
+ change_kind=multiple_components
+ changed_single_component=
+ echo '# Debug traces :'
-+ echo '# change_kind=multiple_components : binutils llvm'
++ echo '# change_kind=multiple_components : binutils llvm qemu'
+ for c in "${changed_components[@]}"
++ get_baseline_git binutils_rev
++ set -euf -o pipefail
@@ -150,17 +152,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=10802d9ac0c6e39a672f86224ec89a9a54a37b9c
++ base_rev=b3fa92f12a83d284db3124e0992e15d1ff31a3d8
++ 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=b3fa92f12a83d284db3124e0992e15d1ff31a3d8
-++ git -C binutils rev-list --count 10802d9ac0c6e39a672f86224ec89a9a54a37b9c..b3fa92f12a83d284db3124e0992e15d1ff31a3d8
-# rev for binutils : 10802d9ac0c6e39a672f86224ec89a9a54a37b9c..b3fa92f12a83d284db3124e0992e15d1ff31a3d8 (38 commits)
-+ c_commits=38
-+ echo '# rev for binutils : 10802d9ac0c6e39a672f86224ec89a9a54a37b9c..b3fa92f12a83d284db3124e0992e15d1ff31a3d8 (38 commits)'
++ cur_rev=576d2c97d8de26d1ab5a2058e8ba4ffd00b8096d
+++ git -C binutils rev-list --count b3fa92f12a83d284db3124e0992e15d1ff31a3d8..576d2c97d8de26d1ab5a2058e8ba4ffd00b8096d
+# rev for binutils : b3fa92f12a83d284db3124e0992e15d1ff31a3d8..576d2c97d8de26d1ab5a2058e8ba4ffd00b8096d (132 commits)
++ c_commits=132
++ echo '# rev for binutils : b3fa92f12a83d284db3124e0992e15d1ff31a3d8..576d2c97d8de26d1ab5a2058e8ba4ffd00b8096d (132 commits)'
+ for c in "${changed_components[@]}"
++ get_baseline_git llvm_rev
++ set -euf -o pipefail
@@ -168,18 +170,36 @@
++ assert_with_msg 'ERROR: No llvm_rev in baseline git' '[' -f base-artifacts/git/llvm_rev ']'
++ set -euf -o pipefail +x
++ cat base-artifacts/git/llvm_rev
-+ base_rev=47b0052f3144afdfe28c64d8b12e351141805ec6
++ base_rev=9b21866feaea912bdb2d76060ef79da8a4905570
++ get_current_git llvm_rev
++ set -euf -o pipefail
++ assert_with_msg 'ERROR: No llvm_rev in current git' '[' -f artifacts/git/llvm_rev ']'
++ set -euf -o pipefail +x
++ cat artifacts/git/llvm_rev
-+ cur_rev=9b21866feaea912bdb2d76060ef79da8a4905570
-++ git -C llvm rev-list --count 47b0052f3144afdfe28c64d8b12e351141805ec6..9b21866feaea912bdb2d76060ef79da8a4905570
-# rev for llvm : 47b0052f3144afdfe28c64d8b12e351141805ec6..9b21866feaea912bdb2d76060ef79da8a4905570 (284 commits)
++ cur_rev=31aa7d2de018693a6b45c9056a67229c54461b8f
+++ git -C llvm rev-list --count 9b21866feaea912bdb2d76060ef79da8a4905570..31aa7d2de018693a6b45c9056a67229c54461b8f
+# rev for llvm : 9b21866feaea912bdb2d76060ef79da8a4905570..31aa7d2de018693a6b45c9056a67229c54461b8f (417 commits)
++ c_commits=417
++ echo '# rev for llvm : 9b21866feaea912bdb2d76060ef79da8a4905570..31aa7d2de018693a6b45c9056a67229c54461b8f (417 commits)'
++ for c in "${changed_components[@]}"
+++ get_baseline_git qemu_rev
+++ set -euf -o pipefail
+++ local base_artifacts=base-artifacts
+++ assert_with_msg 'ERROR: No qemu_rev in baseline git' '[' -f base-artifacts/git/qemu_rev ']'
+++ set -euf -o pipefail +x
+++ cat base-artifacts/git/qemu_rev
++ base_rev=039afc5ef7367fbc8fb475580c291c2655e856cb
+++ get_current_git qemu_rev
+++ set -euf -o pipefail
+++ assert_with_msg 'ERROR: No qemu_rev in current git' '[' -f artifacts/git/qemu_rev ']'
+++ set -euf -o pipefail +x
+++ cat artifacts/git/qemu_rev
++ cur_rev=80f1709aa0eb4de09b4240563463f991a5b9d855
+++ git -C qemu rev-list --count 039afc5ef7367fbc8fb475580c291c2655e856cb..80f1709aa0eb4de09b4240563463f991a5b9d855
+# rev for qemu : 039afc5ef7367fbc8fb475580c291c2655e856cb..80f1709aa0eb4de09b4240563463f991a5b9d855 (151 commits)
-+ c_commits=284
-+ echo '# rev for llvm : 47b0052f3144afdfe28c64d8b12e351141805ec6..9b21866feaea912bdb2d76060ef79da8a4905570 (284 commits)'
++ c_commits=151
++ echo '# rev for qemu : 039afc5ef7367fbc8fb475580c291c2655e856cb..80f1709aa0eb4de09b4240563463f991a5b9d855 (151 commits)'
+ echo ''
+ setup_stages_to_run
+ '[' ignore = onregression ']'
@@ -209,6 +229,112 @@
+ '[' full '!=' full ']'
+ generate_extra_details
+ true
++ calculate_results_date
++ set -euf -o pipefail
++ local c base_d cur_d results_date=0
+++ get_current_manifest '{rr[components]}'
+++ get_manifest artifacts/manifest.sh '{rr[components]}'
+++ set +x
++ for c in $(get_current_manifest "{rr[components]}")
+++ get_baseline_component_date binutils
+++ set -euf -o pipefail
+++ local base_artifacts=base-artifacts
+++ 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 b3fa92f12a83d284db3124e0992e15d1ff31a3d8
++ base_d=1702962265
+++ 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 576d2c97d8de26d1ab5a2058e8ba4ffd00b8096d
++ cur_d=1703308236
++ '[' x1702962265 '!=' x ']'
++ '[' x1703308236 = x ']'
++ '[' 1703308236 -lt 1702962265 ']'
++ '[' x1703308236 = x ']'
++ '[' 1703308236 -gt 0 ']'
++ results_date=1703308236
++ for c in $(get_current_manifest "{rr[components]}")
+++ get_baseline_component_date llvm
+++ set -euf -o pipefail
+++ local base_artifacts=base-artifacts
+++ assert_with_msg 'ERROR: No llvm in current git' '[' -f base-artifacts/git/llvm_rev ']'
+++ set -euf -o pipefail +x
++++ cat base-artifacts/git/llvm_rev
+++ git -C llvm show --no-patch --pretty=%ct 9b21866feaea912bdb2d76060ef79da8a4905570
++ base_d=1702963074
+++ get_current_component_date llvm
+++ set -euf -o pipefail
+++ assert_with_msg 'ERROR: No llvm in current git' '[' -f artifacts/git/llvm_rev ']'
+++ set -euf -o pipefail +x
++++ cat artifacts/git/llvm_rev
+++ git -C llvm show --no-patch --pretty=%ct 31aa7d2de018693a6b45c9056a67229c54461b8f
++ cur_d=1703304637
++ '[' x1702963074 '!=' x ']'
++ '[' x1703304637 = x ']'
++ '[' 1703304637 -lt 1702963074 ']'
++ '[' x1703304637 = x ']'
++ '[' 1703304637 -gt 1703308236 ']'
++ for c in $(get_current_manifest "{rr[components]}")
+++ get_baseline_component_date linux
+++ set -euf -o pipefail
+++ local base_artifacts=base-artifacts
+++ assert_with_msg 'ERROR: No linux in current git' '[' -f base-artifacts/git/linux_rev ']'
+++ set -euf -o pipefail +x
++++ cat base-artifacts/git/linux_rev
+++ git -C linux show --no-patch --pretty=%ct 3d5b2e017ced9d41dd45d10fc81ff2607b9d136f
++ base_d=1702489170
+++ get_current_component_date linux
+++ set -euf -o pipefail
+++ assert_with_msg 'ERROR: No linux in current git' '[' -f artifacts/git/linux_rev ']'
+++ set -euf -o pipefail +x
++++ cat artifacts/git/linux_rev
+++ git -C linux show --no-patch --pretty=%ct 3d5b2e017ced9d41dd45d10fc81ff2607b9d136f
++ cur_d=1702489170
++ '[' x1702489170 '!=' x ']'
++ '[' x1702489170 = x ']'
++ '[' 1702489170 -lt 1702489170 ']'
++ '[' x1702489170 = x ']'
++ '[' 1702489170 -gt 1703308236 ']'
++ for c in $(get_current_manifest "{rr[components]}")
+++ get_baseline_component_date qemu
+++ set -euf -o pipefail
+++ local base_artifacts=base-artifacts
+++ assert_with_msg 'ERROR: No qemu in current git' '[' -f base-artifacts/git/qemu_rev ']'
+++ set -euf -o pipefail +x
++++ cat base-artifacts/git/qemu_rev
+++ git -C qemu show --no-patch --pretty=%ct 039afc5ef7367fbc8fb475580c291c2655e856cb
++ base_d=1702418073
+++ get_current_component_date qemu
+++ set -euf -o pipefail
+++ assert_with_msg 'ERROR: No qemu in current git' '[' -f artifacts/git/qemu_rev ']'
+++ set -euf -o pipefail +x
++++ cat artifacts/git/qemu_rev
+++ git -C qemu show --no-patch --pretty=%ct 80f1709aa0eb4de09b4240563463f991a5b9d855
++ cur_d=1703205859
++ '[' x1702418073 '!=' x ']'
++ '[' x1703205859 = x ']'
++ '[' 1703205859 -lt 1702418073 ']'
++ '[' x1703205859 = x ']'
++ '[' 1703205859 -gt 1703308236 ']'
++ assert_with_msg 'Failed to produce results_date' '[' 1703308236 -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=1702622677
++ '[' 1702622677 '!=' '' ']'
++ assert '[' 1703308236 -ge 1702622677 ']'
++ set -euf -o pipefail +x
++ '[' 1703308236 -gt 1702622677 ']'
++ results_date=1702965456
++ rr[results_date]=1702965456
++ cat
++ manifest_out
++ cat
+ check_if_first_report
+ declare -g first_icommit_to_report
+ first_icommit_to_report=false
@@ -254,9 +380,9 @@
+++ get_current_manifest BUILD_URL
+++ get_manifest artifacts/manifest.sh BUILD_URL
+++ set +x
-++ url=https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-lts-allnoconfig-build/69/artifact/artifacts
+++ url=https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-lts-allnoconfig-build/70/artifact/artifacts
++ '[' '' '!=' '' ']'
-++ echo 'https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-lts-allnoconfig-build/69/artifact/artifacts/notify/mail-body.txt/*view*/'
+++ echo 'https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-lts-allnoconfig-build/70/artifact/artifacts/notify/mail-body.txt/*view*/'
# print all notification files
+ echo '# print all notification files'
+ true
@@ -289,16 +415,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=10802d9ac0c6e39a672f86224ec89a9a54a37b9c
+++ base_rev=b3fa92f12a83d284db3124e0992e15d1ff31a3d8
+++ 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=b3fa92f12a83d284db3124e0992e15d1ff31a3d8
-+++ git -C binutils rev-list --count 10802d9ac0c6e39a672f86224ec89a9a54a37b9c..b3fa92f12a83d284db3124e0992e15d1ff31a3d8
-++ c_commits=38
-++ new_commits=38
+++ cur_rev=576d2c97d8de26d1ab5a2058e8ba4ffd00b8096d
++++ git -C binutils rev-list --count b3fa92f12a83d284db3124e0992e15d1ff31a3d8..576d2c97d8de26d1ab5a2058e8ba4ffd00b8096d
+++ c_commits=132
+++ new_commits=132
++ for c in "${changed_components[@]}"
+++ get_baseline_git llvm_rev
+++ set -euf -o pipefail
@@ -306,20 +432,37 @@
+++ assert_with_msg 'ERROR: No llvm_rev in baseline git' '[' -f base-artifacts/git/llvm_rev ']'
+++ set -euf -o pipefail +x
+++ cat base-artifacts/git/llvm_rev
-++ base_rev=47b0052f3144afdfe28c64d8b12e351141805ec6
+++ base_rev=9b21866feaea912bdb2d76060ef79da8a4905570
+++ get_current_git llvm_rev
+++ set -euf -o pipefail
+++ assert_with_msg 'ERROR: No llvm_rev in current git' '[' -f artifacts/git/llvm_rev ']'
+++ set -euf -o pipefail +x
+++ cat artifacts/git/llvm_rev
-++ cur_rev=9b21866feaea912bdb2d76060ef79da8a4905570
-+++ git -C llvm rev-list --count 47b0052f3144afdfe28c64d8b12e351141805ec6..9b21866feaea912bdb2d76060ef79da8a4905570
-++ c_commits=284
-++ new_commits=322
-+++ echo binutils llvm
+++ cur_rev=31aa7d2de018693a6b45c9056a67229c54461b8f
++++ git -C llvm rev-list --count 9b21866feaea912bdb2d76060ef79da8a4905570..31aa7d2de018693a6b45c9056a67229c54461b8f
+++ c_commits=417
+++ new_commits=549
+++ for c in "${changed_components[@]}"
++++ get_baseline_git qemu_rev
++++ set -euf -o pipefail
++++ local base_artifacts=base-artifacts
++++ assert_with_msg 'ERROR: No qemu_rev in baseline git' '[' -f base-artifacts/git/qemu_rev ']'
++++ set -euf -o pipefail +x
++++ cat base-artifacts/git/qemu_rev
+++ base_rev=039afc5ef7367fbc8fb475580c291c2655e856cb
++++ get_current_git qemu_rev
++++ set -euf -o pipefail
++++ assert_with_msg 'ERROR: No qemu_rev in current git' '[' -f artifacts/git/qemu_rev ']'
++++ set -euf -o pipefail +x
++++ cat artifacts/git/qemu_rev
+++ cur_rev=80f1709aa0eb4de09b4240563463f991a5b9d855
++++ git -C qemu rev-list --count 039afc5ef7367fbc8fb475580c291c2655e856cb..80f1709aa0eb4de09b4240563463f991a5b9d855
+++ c_commits=151
+++ new_commits=700
++++ echo binutils llvm qemu
+++ tr ' ' ,
-++ components=binutils,llvm
-++ echo '322 commits in binutils,llvm'
+++ components=binutils,llvm,qemu
+++ echo '700 commits in binutils,llvm,qemu'
++ '[' --oneline = --oneline ']'
++ return 0
++ print_result --oneline
@@ -334,17 +477,17 @@
++ case "$print_arg" in
++ case "$ci_config" in
++ echo arm
-+ echo '[Linaro-TCWG-CI]' '322 commits in binutils,llvm: Success on arm'
++ echo '[Linaro-TCWG-CI]' '700 commits in binutils,llvm,qemu: Success 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_kernel--llvm-master-arm-lts-allnoconfig-build/69/artifact/artifacts
++ bad_artifacts_url=https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-lts-allnoconfig-build/70/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_kernel--llvm-master-arm-lts-allnoconfig-build/68/artifact/artifacts
++ good_artifacts_url=https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-lts-allnoconfig-build/69/artifact/artifacts
+ local key=
+ '[' multiple_components = single_commit ']'
+ cat
@@ -377,16 +520,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=10802d9ac0c6e39a672f86224ec89a9a54a37b9c
+++ base_rev=b3fa92f12a83d284db3124e0992e15d1ff31a3d8
+++ 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=b3fa92f12a83d284db3124e0992e15d1ff31a3d8
-+++ git -C binutils rev-list --count 10802d9ac0c6e39a672f86224ec89a9a54a37b9c..b3fa92f12a83d284db3124e0992e15d1ff31a3d8
-++ c_commits=38
-++ new_commits=38
+++ cur_rev=576d2c97d8de26d1ab5a2058e8ba4ffd00b8096d
++++ git -C binutils rev-list --count b3fa92f12a83d284db3124e0992e15d1ff31a3d8..576d2c97d8de26d1ab5a2058e8ba4ffd00b8096d
+++ c_commits=132
+++ new_commits=132
++ for c in "${changed_components[@]}"
+++ get_baseline_git llvm_rev
+++ set -euf -o pipefail
@@ -394,20 +537,37 @@
+++ assert_with_msg 'ERROR: No llvm_rev in baseline git' '[' -f base-artifacts/git/llvm_rev ']'
+++ set -euf -o pipefail +x
+++ cat base-artifacts/git/llvm_rev
-++ base_rev=47b0052f3144afdfe28c64d8b12e351141805ec6
+++ base_rev=9b21866feaea912bdb2d76060ef79da8a4905570
+++ get_current_git llvm_rev
+++ set -euf -o pipefail
+++ assert_with_msg 'ERROR: No llvm_rev in current git' '[' -f artifacts/git/llvm_rev ']'
+++ set -euf -o pipefail +x
+++ cat artifacts/git/llvm_rev
-++ cur_rev=9b21866feaea912bdb2d76060ef79da8a4905570
-+++ git -C llvm rev-list --count 47b0052f3144afdfe28c64d8b12e351141805ec6..9b21866feaea912bdb2d76060ef79da8a4905570
-++ c_commits=284
-++ new_commits=322
-+++ echo binutils llvm
+++ cur_rev=31aa7d2de018693a6b45c9056a67229c54461b8f
++++ git -C llvm rev-list --count 9b21866feaea912bdb2d76060ef79da8a4905570..31aa7d2de018693a6b45c9056a67229c54461b8f
+++ c_commits=417
+++ new_commits=549
+++ for c in "${changed_components[@]}"
++++ get_baseline_git qemu_rev
++++ set -euf -o pipefail
++++ local base_artifacts=base-artifacts
++++ assert_with_msg 'ERROR: No qemu_rev in baseline git' '[' -f base-artifacts/git/qemu_rev ']'
++++ set -euf -o pipefail +x
++++ cat base-artifacts/git/qemu_rev
+++ base_rev=039afc5ef7367fbc8fb475580c291c2655e856cb
++++ get_current_git qemu_rev
++++ set -euf -o pipefail
++++ assert_with_msg 'ERROR: No qemu_rev in current git' '[' -f artifacts/git/qemu_rev ']'
++++ set -euf -o pipefail +x
++++ cat artifacts/git/qemu_rev
+++ cur_rev=80f1709aa0eb4de09b4240563463f991a5b9d855
++++ git -C qemu rev-list --count 039afc5ef7367fbc8fb475580c291c2655e856cb..80f1709aa0eb4de09b4240563463f991a5b9d855
+++ c_commits=151
+++ new_commits=700
++++ echo binutils llvm qemu
+++ tr ' ' ,
-++ components=binutils,llvm
-++ echo '322 commits in binutils,llvm'
+++ components=binutils,llvm,qemu
+++ echo '700 commits in binutils,llvm,qemu'
++ '[' --short = --oneline ']'
++ for c in "${changed_components[@]}"
+++ get_baseline_git binutils_rev
@@ -416,19 +576,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=10802d9ac0c6e39a672f86224ec89a9a54a37b9c
+++ base_rev=b3fa92f12a83d284db3124e0992e15d1ff31a3d8
+++ 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=b3fa92f12a83d284db3124e0992e15d1ff31a3d8
-+++ git -C binutils rev-list --count 10802d9ac0c6e39a672f86224ec89a9a54a37b9c..b3fa92f12a83d284db3124e0992e15d1ff31a3d8
-++ c_commits=38
+++ cur_rev=576d2c97d8de26d1ab5a2058e8ba4ffd00b8096d
++++ git -C binutils rev-list --count b3fa92f12a83d284db3124e0992e15d1ff31a3d8..576d2c97d8de26d1ab5a2058e8ba4ffd00b8096d
+++ c_commits=132
++ '[' '' '!=' '' ']'
-++ git -C binutils log -n 5 --oneline 10802d9ac0c6e39a672f86224ec89a9a54a37b9c..b3fa92f12a83d284db3124e0992e15d1ff31a3d8
-++ '[' 38 -gt 5 ']'
-++ echo '... and 33 more commits in binutils'
+++ git -C binutils log -n 5 --oneline b3fa92f12a83d284db3124e0992e15d1ff31a3d8..576d2c97d8de26d1ab5a2058e8ba4ffd00b8096d
+++ '[' 132 -gt 5 ']'
+++ echo '... and 127 more commits in binutils'
++ '[' '' '!=' '' ']'
++ for c in "${changed_components[@]}"
+++ get_baseline_git llvm_rev
@@ -437,19 +597,40 @@
+++ assert_with_msg 'ERROR: No llvm_rev in baseline git' '[' -f base-artifacts/git/llvm_rev ']'
+++ set -euf -o pipefail +x
+++ cat base-artifacts/git/llvm_rev
-++ base_rev=47b0052f3144afdfe28c64d8b12e351141805ec6
+++ base_rev=9b21866feaea912bdb2d76060ef79da8a4905570
+++ get_current_git llvm_rev
+++ set -euf -o pipefail
+++ assert_with_msg 'ERROR: No llvm_rev in current git' '[' -f artifacts/git/llvm_rev ']'
+++ set -euf -o pipefail +x
+++ cat artifacts/git/llvm_rev
-++ cur_rev=9b21866feaea912bdb2d76060ef79da8a4905570
-+++ git -C llvm rev-list --count 47b0052f3144afdfe28c64d8b12e351141805ec6..9b21866feaea912bdb2d76060ef79da8a4905570
-++ c_commits=284
+++ cur_rev=31aa7d2de018693a6b45c9056a67229c54461b8f
++++ git -C llvm rev-list --count 9b21866feaea912bdb2d76060ef79da8a4905570..31aa7d2de018693a6b45c9056a67229c54461b8f
+++ c_commits=417
++ '[' '' '!=' '' ']'
-++ git -C llvm log -n 5 --oneline 47b0052f3144afdfe28c64d8b12e351141805ec6..9b21866feaea912bdb2d76060ef79da8a4905570
-++ '[' 284 -gt 5 ']'
-++ echo '... and 279 more commits in llvm'
+++ git -C llvm log -n 5 --oneline 9b21866feaea912bdb2d76060ef79da8a4905570..31aa7d2de018693a6b45c9056a67229c54461b8f
+++ '[' 417 -gt 5 ']'
+++ echo '... and 412 more commits in llvm'
+++ '[' '' '!=' '' ']'
+++ for c in "${changed_components[@]}"
++++ get_baseline_git qemu_rev
++++ set -euf -o pipefail
++++ local base_artifacts=base-artifacts
++++ assert_with_msg 'ERROR: No qemu_rev in baseline git' '[' -f base-artifacts/git/qemu_rev ']'
++++ set -euf -o pipefail +x
++++ cat base-artifacts/git/qemu_rev
+++ base_rev=039afc5ef7367fbc8fb475580c291c2655e856cb
++++ get_current_git qemu_rev
++++ set -euf -o pipefail
++++ assert_with_msg 'ERROR: No qemu_rev in current git' '[' -f artifacts/git/qemu_rev ']'
++++ set -euf -o pipefail +x
++++ cat artifacts/git/qemu_rev
+++ cur_rev=80f1709aa0eb4de09b4240563463f991a5b9d855
++++ git -C qemu rev-list --count 039afc5ef7367fbc8fb475580c291c2655e856cb..80f1709aa0eb4de09b4240563463f991a5b9d855
+++ c_commits=151
+++ '[' '' '!=' '' ']'
+++ git -C qemu log -n 5 --oneline 039afc5ef7367fbc8fb475580c291c2655e856cb..80f1709aa0eb4de09b4240563463f991a5b9d855
+++ '[' 151 -gt 5 ']'
+++ echo '... and 146 more commits in qemu'
++ '[' '' '!=' '' ']'
++ return 0
++ print_result --short
@@ -494,11 +675,11 @@ all'
+ return
+ true
+ generate_jenkins_html_files
-+ wait 19464
# generate_jenkins_html_files
-... Skipping
++ wait 11263
+ set -euf -o pipefail
+ echo '# generate_jenkins_html_files'
+... Skipping
+ true
+ case "$ci_project" in
+ echo '... Skipping'
@@ -1110,128 +1291,23 @@ all'
+ echo '... Skipping'
+ return
+ generate_lnt_report
-+ wait 19624
++ wait 11423
# generate_lnt_report
+ set -euf -o pipefail
+ local results_date
+ echo '# generate_lnt_report'
+ true
+ . /home/tcwg-buildslave/workspace/tcwg_kernel_1/jenkins-scripts/lnt-utils.sh
-+ calculate_results_date
-+ set -euf -o pipefail
-+ '[' -z ']'
-+ local c base_d cur_d results_date=0
-++ get_current_manifest '{rr[components]}'
-++ get_manifest artifacts/manifest.sh '{rr[components]}'
-++ set +x
-+ for c in $(get_current_manifest "{rr[components]}")
-++ get_baseline_component_date binutils
-++ set -euf -o pipefail
-++ local base_artifacts=base-artifacts
-++ 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 10802d9ac0c6e39a672f86224ec89a9a54a37b9c
-+ base_d=1702611922
-++ 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 b3fa92f12a83d284db3124e0992e15d1ff31a3d8
-+ cur_d=1702962265
-+ '[' x1702611922 '!=' x ']'
-+ '[' x1702962265 = x ']'
-+ '[' 1702962265 -lt 1702611922 ']'
-+ '[' x1702962265 = x ']'
-+ '[' 1702962265 -gt 0 ']'
-+ results_date=1702962265
-+ for c in $(get_current_manifest "{rr[components]}")
-++ get_baseline_component_date llvm
-++ set -euf -o pipefail
-++ local base_artifacts=base-artifacts
-++ assert_with_msg 'ERROR: No llvm in current git' '[' -f base-artifacts/git/llvm_rev ']'
-++ set -euf -o pipefail +x
-+++ cat base-artifacts/git/llvm_rev
-++ git -C llvm show --no-patch --pretty=%ct 47b0052f3144afdfe28c64d8b12e351141805ec6
-+ base_d=1702619375
-++ get_current_component_date llvm
-++ set -euf -o pipefail
-++ assert_with_msg 'ERROR: No llvm in current git' '[' -f artifacts/git/llvm_rev ']'
-++ set -euf -o pipefail +x
-+++ cat artifacts/git/llvm_rev
-++ git -C llvm show --no-patch --pretty=%ct 9b21866feaea912bdb2d76060ef79da8a4905570
-+ cur_d=1702963074
-+ '[' x1702619375 '!=' x ']'
-+ '[' x1702963074 = x ']'
-+ '[' 1702963074 -lt 1702619375 ']'
-+ '[' x1702963074 = x ']'
-+ '[' 1702963074 -gt 1702962265 ']'
-+ results_date=1702963074
-+ for c in $(get_current_manifest "{rr[components]}")
-++ get_baseline_component_date linux
-++ set -euf -o pipefail
-++ local base_artifacts=base-artifacts
-++ assert_with_msg 'ERROR: No linux in current git' '[' -f base-artifacts/git/linux_rev ']'
-++ set -euf -o pipefail +x
-+++ cat base-artifacts/git/linux_rev
-++ git -C linux show --no-patch --pretty=%ct 3d5b2e017ced9d41dd45d10fc81ff2607b9d136f
-+ base_d=1702489170
-++ get_current_component_date linux
-++ set -euf -o pipefail
-++ assert_with_msg 'ERROR: No linux in current git' '[' -f artifacts/git/linux_rev ']'
-++ set -euf -o pipefail +x
-+++ cat artifacts/git/linux_rev
-++ git -C linux show --no-patch --pretty=%ct 3d5b2e017ced9d41dd45d10fc81ff2607b9d136f
-+ cur_d=1702489170
-+ '[' x1702489170 '!=' x ']'
-+ '[' x1702489170 = x ']'
-+ '[' 1702489170 -lt 1702489170 ']'
-+ '[' x1702489170 = x ']'
-+ '[' 1702489170 -gt 1702963074 ']'
-+ for c in $(get_current_manifest "{rr[components]}")
-++ get_baseline_component_date qemu
-++ set -euf -o pipefail
-++ local base_artifacts=base-artifacts
-++ assert_with_msg 'ERROR: No qemu in current git' '[' -f base-artifacts/git/qemu_rev ']'
-++ set -euf -o pipefail +x
-+++ cat base-artifacts/git/qemu_rev
-++ git -C qemu show --no-patch --pretty=%ct 039afc5ef7367fbc8fb475580c291c2655e856cb
-+ base_d=1702418073
-++ get_current_component_date qemu
-++ set -euf -o pipefail
-++ assert_with_msg 'ERROR: No qemu in current git' '[' -f artifacts/git/qemu_rev ']'
-++ set -euf -o pipefail +x
-+++ cat artifacts/git/qemu_rev
-++ git -C qemu show --no-patch --pretty=%ct 039afc5ef7367fbc8fb475580c291c2655e856cb
-+ cur_d=1702418073
-+ '[' x1702418073 '!=' x ']'
-+ '[' x1702418073 = x ']'
-+ '[' 1702418073 -lt 1702418073 ']'
-+ '[' x1702418073 = x ']'
-+ '[' 1702418073 -gt 1702963074 ']'
-+ assert_with_msg 'Failed to produce results_date' '[' 1702963074 -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=1702282280
-+ '[' 1702282280 '!=' '' ']'
-+ assert '[' 1702963074 -ge 1702282280 ']'
-+ set -euf -o pipefail +x
-+ '[' 1702963074 -gt 1702282280 ']'
-+ results_date=1702622677
-+ rr[results_date]=1702622677
-+ cat
-+ manifest_out
-+ cat
+++ declare is_first_lnt_entry
++ get_current_manifest '{rr[results_date]}'
++ get_manifest artifacts/manifest.sh '{rr[results_date]}'
++ set +x
-+ results_date=1702622677
-++ date '+%Y-%m-%d %H:%M:%S' --date @1702622677
++ results_date=1702965456
+++ date '+%Y-%m-%d %H:%M:%S' --date @1702965456
... Skipping
-+ results_date='2023-12-15 06:44:37'
++ results_date='2023-12-19 05:57:36'
++ local jira_key=-
++ '[' -f artifacts/notify/jira/key ']'
+ case "$ci_project" in
+ echo '... Skipping'
+ return