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.log355
1 files changed, 216 insertions, 139 deletions
diff --git a/jenkins/notify-full.log b/jenkins/notify-full.log
index d6bd8df..537c367 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-aarch64-next-defconfig-build/93/
+# Baseline : https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-next-defconfig-build/94/
# Using dir : base-artifacts
-+ echo '# Baseline : https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-next-defconfig-build/93/'
++ echo '# Baseline : https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-next-defconfig-build/94/'
+ 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-aarch64-next-defconfig-build/94/
+# Artifacts : https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-next-defconfig-build/95/
# Using dir : artifacts
-+ echo '# Artifacts : https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-next-defconfig-build/94/'
++ echo '# Artifacts : https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-next-defconfig-build/95/'
+ 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
-++ '[' xeef4ff9b707d738322a5dca82a6a9b0aad76a26e '!=' x2bb9e05637f5a08e6da30450482f5a413b7f6972 ']'
+++ '[' x01b386b55ecadcfce98896b9214edcd1e6fe0e62 '!=' xeef4ff9b707d738322a5dca82a6a9b0aad76a26e ']'
++ 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
-++ '[' x55531e715faabc6edfcba574e4861c97f989850d '!=' x30d700117b772d94d8474ec56bd6f9cc423fc613 ']'
+++ '[' x1bce61e6b01b38e04260be4f422bbae59c34c766 '!=' x55531e715faabc6edfcba574e4861c97f989850d ']'
++ echo -ne ' llvm'
++ delim=' '
++ for c in $(print_updated_components)
@@ -119,7 +119,9 @@
+++ assert_with_msg 'ERROR: No linux_rev in baseline git' '[' -f base-artifacts/git/linux_rev ']'
+++ set -euf -o pipefail +x
+++ cat base-artifacts/git/linux_rev
-++ '[' xab57716449b3438c0136f6f412a2e59e0cf037a9 '!=' xab57716449b3438c0136f6f412a2e59e0cf037a9 ']'
+++ '[' x11651f8cb2e88372d4ed523d909514dc9a613ea3 '!=' xab57716449b3438c0136f6f412a2e59e0cf037a9 ']'
+++ echo -ne ' linux'
+++ delim=' '
++ for c in $(print_updated_components)
+++ get_current_git qemu_rev
+++ set -euf -o pipefail
@@ -132,19 +134,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
-++ '[' x9c74490bff6c8886a922008d0c9ce6cae70dd17e '!=' xd451e32ce8e1eef1b7d05d9f532113e9618f1fc1 ']'
+++ '[' x039afc5ef7367fbc8fb475580c291c2655e856cb '!=' x9c74490bff6c8886a922008d0c9ce6cae70dd17e ']'
++ echo -ne ' qemu'
++ delim=' '
++ echo
# Debug traces :
-# change_kind=multiple_components : binutils llvm qemu
+# change_kind=multiple_components : binutils llvm linux qemu
+ local c base_rev cur_rev c_commits
-+ '[' 3 = 0 ']'
-+ '[' 3 = 1 ']'
++ '[' 4 = 0 ']'
++ '[' 4 = 1 ']'
+ change_kind=multiple_components
+ changed_single_component=
+ echo '# Debug traces :'
-+ echo '# change_kind=multiple_components : binutils llvm qemu'
++ echo '# change_kind=multiple_components : binutils llvm linux qemu'
+ for c in "${changed_components[@]}"
++ get_baseline_git binutils_rev
++ set -euf -o pipefail
@@ -152,17 +154,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=2bb9e05637f5a08e6da30450482f5a413b7f6972
++ base_rev=eef4ff9b707d738322a5dca82a6a9b0aad76a26e
++ 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=eef4ff9b707d738322a5dca82a6a9b0aad76a26e
-++ git -C binutils rev-list --count 2bb9e05637f5a08e6da30450482f5a413b7f6972..eef4ff9b707d738322a5dca82a6a9b0aad76a26e
-# rev for binutils : 2bb9e05637f5a08e6da30450482f5a413b7f6972..eef4ff9b707d738322a5dca82a6a9b0aad76a26e (48 commits)
-+ c_commits=48
-+ echo '# rev for binutils : 2bb9e05637f5a08e6da30450482f5a413b7f6972..eef4ff9b707d738322a5dca82a6a9b0aad76a26e (48 commits)'
++ cur_rev=01b386b55ecadcfce98896b9214edcd1e6fe0e62
+++ git -C binutils rev-list --count eef4ff9b707d738322a5dca82a6a9b0aad76a26e..01b386b55ecadcfce98896b9214edcd1e6fe0e62
+# rev for binutils : eef4ff9b707d738322a5dca82a6a9b0aad76a26e..01b386b55ecadcfce98896b9214edcd1e6fe0e62 (70 commits)
++ c_commits=70
++ echo '# rev for binutils : eef4ff9b707d738322a5dca82a6a9b0aad76a26e..01b386b55ecadcfce98896b9214edcd1e6fe0e62 (70 commits)'
+ for c in "${changed_components[@]}"
++ get_baseline_git llvm_rev
++ set -euf -o pipefail
@@ -170,17 +172,35 @@
++ 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=30d700117b772d94d8474ec56bd6f9cc423fc613
++ base_rev=55531e715faabc6edfcba574e4861c97f989850d
++ 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=55531e715faabc6edfcba574e4861c97f989850d
-++ git -C llvm rev-list --count 30d700117b772d94d8474ec56bd6f9cc423fc613..55531e715faabc6edfcba574e4861c97f989850d
-# rev for llvm : 30d700117b772d94d8474ec56bd6f9cc423fc613..55531e715faabc6edfcba574e4861c97f989850d (347 commits)
-+ c_commits=347
-+ echo '# rev for llvm : 30d700117b772d94d8474ec56bd6f9cc423fc613..55531e715faabc6edfcba574e4861c97f989850d (347 commits)'
++ cur_rev=1bce61e6b01b38e04260be4f422bbae59c34c766
+++ git -C llvm rev-list --count 55531e715faabc6edfcba574e4861c97f989850d..1bce61e6b01b38e04260be4f422bbae59c34c766
+# rev for llvm : 55531e715faabc6edfcba574e4861c97f989850d..1bce61e6b01b38e04260be4f422bbae59c34c766 (578 commits)
++ c_commits=578
++ echo '# rev for llvm : 55531e715faabc6edfcba574e4861c97f989850d..1bce61e6b01b38e04260be4f422bbae59c34c766 (578 commits)'
++ for c in "${changed_components[@]}"
+++ get_baseline_git linux_rev
+++ set -euf -o pipefail
+++ local base_artifacts=base-artifacts
+++ assert_with_msg 'ERROR: No linux_rev in baseline git' '[' -f base-artifacts/git/linux_rev ']'
+++ set -euf -o pipefail +x
+++ cat base-artifacts/git/linux_rev
++ base_rev=ab57716449b3438c0136f6f412a2e59e0cf037a9
+++ get_current_git linux_rev
+++ set -euf -o pipefail
+++ assert_with_msg 'ERROR: No linux_rev in current git' '[' -f artifacts/git/linux_rev ']'
+++ set -euf -o pipefail +x
+++ cat artifacts/git/linux_rev
++ cur_rev=11651f8cb2e88372d4ed523d909514dc9a613ea3
+++ git -C linux rev-list --count ab57716449b3438c0136f6f412a2e59e0cf037a9..11651f8cb2e88372d4ed523d909514dc9a613ea3
+# rev for linux : ab57716449b3438c0136f6f412a2e59e0cf037a9..11651f8cb2e88372d4ed523d909514dc9a613ea3 (9804 commits)
++ c_commits=9804
++ echo '# rev for linux : ab57716449b3438c0136f6f412a2e59e0cf037a9..11651f8cb2e88372d4ed523d909514dc9a613ea3 (9804 commits)'
+ for c in "${changed_components[@]}"
++ get_baseline_git qemu_rev
++ set -euf -o pipefail
@@ -188,18 +208,18 @@
++ 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=d451e32ce8e1eef1b7d05d9f532113e9618f1fc1
++ base_rev=9c74490bff6c8886a922008d0c9ce6cae70dd17e
++ 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=9c74490bff6c8886a922008d0c9ce6cae70dd17e
-++ git -C qemu rev-list --count d451e32ce8e1eef1b7d05d9f532113e9618f1fc1..9c74490bff6c8886a922008d0c9ce6cae70dd17e
-# rev for qemu : d451e32ce8e1eef1b7d05d9f532113e9618f1fc1..9c74490bff6c8886a922008d0c9ce6cae70dd17e (2 commits)
++ cur_rev=039afc5ef7367fbc8fb475580c291c2655e856cb
+++ git -C qemu rev-list --count 9c74490bff6c8886a922008d0c9ce6cae70dd17e..039afc5ef7367fbc8fb475580c291c2655e856cb
+# rev for qemu : 9c74490bff6c8886a922008d0c9ce6cae70dd17e..039afc5ef7367fbc8fb475580c291c2655e856cb (9 commits)
-+ c_commits=2
-+ echo '# rev for qemu : d451e32ce8e1eef1b7d05d9f532113e9618f1fc1..9c74490bff6c8886a922008d0c9ce6cae70dd17e (2 commits)'
++ c_commits=9
++ echo '# rev for qemu : 9c74490bff6c8886a922008d0c9ce6cae70dd17e..039afc5ef7367fbc8fb475580c291c2655e856cb (9 commits)'
+ echo ''
+ setup_stages_to_run
+ '[' ignore = onregression ']'
@@ -274,9 +294,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-aarch64-next-defconfig-build/94/artifact/artifacts
+++ url=https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-next-defconfig-build/95/artifact/artifacts
++ '[' '' '!=' '' ']'
-++ echo 'https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-next-defconfig-build/94/artifact/artifacts/notify/mail-body.txt/*view*/'
+++ echo 'https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-next-defconfig-build/95/artifact/artifacts/notify/mail-body.txt/*view*/'
# print all notification files
+ echo '# print all notification files'
+ true
@@ -309,16 +329,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=2bb9e05637f5a08e6da30450482f5a413b7f6972
+++ base_rev=eef4ff9b707d738322a5dca82a6a9b0aad76a26e
+++ 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=eef4ff9b707d738322a5dca82a6a9b0aad76a26e
-+++ git -C binutils rev-list --count 2bb9e05637f5a08e6da30450482f5a413b7f6972..eef4ff9b707d738322a5dca82a6a9b0aad76a26e
-++ c_commits=48
-++ new_commits=48
+++ cur_rev=01b386b55ecadcfce98896b9214edcd1e6fe0e62
++++ git -C binutils rev-list --count eef4ff9b707d738322a5dca82a6a9b0aad76a26e..01b386b55ecadcfce98896b9214edcd1e6fe0e62
+++ c_commits=70
+++ new_commits=70
++ for c in "${changed_components[@]}"
+++ get_baseline_git llvm_rev
+++ set -euf -o pipefail
@@ -326,16 +346,33 @@
+++ 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=30d700117b772d94d8474ec56bd6f9cc423fc613
+++ base_rev=55531e715faabc6edfcba574e4861c97f989850d
+++ 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=55531e715faabc6edfcba574e4861c97f989850d
-+++ git -C llvm rev-list --count 30d700117b772d94d8474ec56bd6f9cc423fc613..55531e715faabc6edfcba574e4861c97f989850d
-++ c_commits=347
-++ new_commits=395
+++ cur_rev=1bce61e6b01b38e04260be4f422bbae59c34c766
++++ git -C llvm rev-list --count 55531e715faabc6edfcba574e4861c97f989850d..1bce61e6b01b38e04260be4f422bbae59c34c766
+++ c_commits=578
+++ new_commits=648
+++ for c in "${changed_components[@]}"
++++ get_baseline_git linux_rev
++++ set -euf -o pipefail
++++ local base_artifacts=base-artifacts
++++ assert_with_msg 'ERROR: No linux_rev in baseline git' '[' -f base-artifacts/git/linux_rev ']'
++++ set -euf -o pipefail +x
++++ cat base-artifacts/git/linux_rev
+++ base_rev=ab57716449b3438c0136f6f412a2e59e0cf037a9
++++ get_current_git linux_rev
++++ set -euf -o pipefail
++++ assert_with_msg 'ERROR: No linux_rev in current git' '[' -f artifacts/git/linux_rev ']'
++++ set -euf -o pipefail +x
++++ cat artifacts/git/linux_rev
+++ cur_rev=11651f8cb2e88372d4ed523d909514dc9a613ea3
++++ git -C linux rev-list --count ab57716449b3438c0136f6f412a2e59e0cf037a9..11651f8cb2e88372d4ed523d909514dc9a613ea3
+++ c_commits=9804
+++ new_commits=10452
++ for c in "${changed_components[@]}"
+++ get_baseline_git qemu_rev
+++ set -euf -o pipefail
@@ -343,20 +380,20 @@
+++ 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=d451e32ce8e1eef1b7d05d9f532113e9618f1fc1
+++ base_rev=9c74490bff6c8886a922008d0c9ce6cae70dd17e
+++ 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=9c74490bff6c8886a922008d0c9ce6cae70dd17e
-+++ git -C qemu rev-list --count d451e32ce8e1eef1b7d05d9f532113e9618f1fc1..9c74490bff6c8886a922008d0c9ce6cae70dd17e
-++ c_commits=2
-++ new_commits=397
-+++ echo binutils llvm qemu
+++ cur_rev=039afc5ef7367fbc8fb475580c291c2655e856cb
++++ git -C qemu rev-list --count 9c74490bff6c8886a922008d0c9ce6cae70dd17e..039afc5ef7367fbc8fb475580c291c2655e856cb
+++ c_commits=9
+++ new_commits=10461
+++ tr ' ' ,
-++ components=binutils,llvm,qemu
-++ echo '397 commits in binutils,llvm,qemu'
++++ echo binutils llvm linux qemu
+++ components=binutils,llvm,linux,qemu
+++ echo '10461 commits in binutils,llvm,linux,qemu'
++ '[' --oneline = --oneline ']'
++ return 0
++ print_result --oneline
@@ -371,17 +408,17 @@
++ case "$print_arg" in
++ case "$ci_config" in
++ echo aarch64
-+ echo '[Linaro-TCWG-CI]' '397 commits in binutils,llvm,qemu: Success on aarch64'
++ echo '[Linaro-TCWG-CI]' '10461 commits in binutils,llvm,linux,qemu: Success on aarch64'
+ print_mail_body
+ local bad_artifacts_url good_artifacts_url
++ get_current_manifest BUILD_URL
++ get_manifest artifacts/manifest.sh BUILD_URL
++ set +x
-+ bad_artifacts_url=https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-next-defconfig-build/94/artifact/artifacts
++ bad_artifacts_url=https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-next-defconfig-build/95/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-aarch64-next-defconfig-build/93/artifact/artifacts
++ good_artifacts_url=https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-next-defconfig-build/94/artifact/artifacts
+ local key=
+ '[' multiple_components = single_commit ']'
+ cat
@@ -414,16 +451,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=2bb9e05637f5a08e6da30450482f5a413b7f6972
+++ base_rev=eef4ff9b707d738322a5dca82a6a9b0aad76a26e
+++ 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=eef4ff9b707d738322a5dca82a6a9b0aad76a26e
-+++ git -C binutils rev-list --count 2bb9e05637f5a08e6da30450482f5a413b7f6972..eef4ff9b707d738322a5dca82a6a9b0aad76a26e
-++ c_commits=48
-++ new_commits=48
+++ cur_rev=01b386b55ecadcfce98896b9214edcd1e6fe0e62
++++ git -C binutils rev-list --count eef4ff9b707d738322a5dca82a6a9b0aad76a26e..01b386b55ecadcfce98896b9214edcd1e6fe0e62
+++ c_commits=70
+++ new_commits=70
++ for c in "${changed_components[@]}"
+++ get_baseline_git llvm_rev
+++ set -euf -o pipefail
@@ -431,16 +468,33 @@
+++ 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=30d700117b772d94d8474ec56bd6f9cc423fc613
+++ base_rev=55531e715faabc6edfcba574e4861c97f989850d
+++ 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=55531e715faabc6edfcba574e4861c97f989850d
-+++ git -C llvm rev-list --count 30d700117b772d94d8474ec56bd6f9cc423fc613..55531e715faabc6edfcba574e4861c97f989850d
-++ c_commits=347
-++ new_commits=395
+++ cur_rev=1bce61e6b01b38e04260be4f422bbae59c34c766
++++ git -C llvm rev-list --count 55531e715faabc6edfcba574e4861c97f989850d..1bce61e6b01b38e04260be4f422bbae59c34c766
+++ c_commits=578
+++ new_commits=648
+++ for c in "${changed_components[@]}"
++++ get_baseline_git linux_rev
++++ set -euf -o pipefail
++++ local base_artifacts=base-artifacts
++++ assert_with_msg 'ERROR: No linux_rev in baseline git' '[' -f base-artifacts/git/linux_rev ']'
++++ set -euf -o pipefail +x
++++ cat base-artifacts/git/linux_rev
+++ base_rev=ab57716449b3438c0136f6f412a2e59e0cf037a9
++++ get_current_git linux_rev
++++ set -euf -o pipefail
++++ assert_with_msg 'ERROR: No linux_rev in current git' '[' -f artifacts/git/linux_rev ']'
++++ set -euf -o pipefail +x
++++ cat artifacts/git/linux_rev
+++ cur_rev=11651f8cb2e88372d4ed523d909514dc9a613ea3
++++ git -C linux rev-list --count ab57716449b3438c0136f6f412a2e59e0cf037a9..11651f8cb2e88372d4ed523d909514dc9a613ea3
+++ c_commits=9804
+++ new_commits=10452
++ for c in "${changed_components[@]}"
+++ get_baseline_git qemu_rev
+++ set -euf -o pipefail
@@ -448,20 +502,20 @@
+++ 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=d451e32ce8e1eef1b7d05d9f532113e9618f1fc1
+++ base_rev=9c74490bff6c8886a922008d0c9ce6cae70dd17e
+++ 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=9c74490bff6c8886a922008d0c9ce6cae70dd17e
-+++ git -C qemu rev-list --count d451e32ce8e1eef1b7d05d9f532113e9618f1fc1..9c74490bff6c8886a922008d0c9ce6cae70dd17e
-++ c_commits=2
-++ new_commits=397
-+++ echo binutils llvm qemu
+++ cur_rev=039afc5ef7367fbc8fb475580c291c2655e856cb
++++ git -C qemu rev-list --count 9c74490bff6c8886a922008d0c9ce6cae70dd17e..039afc5ef7367fbc8fb475580c291c2655e856cb
+++ c_commits=9
+++ new_commits=10461
++++ echo binutils llvm linux qemu
+++ tr ' ' ,
-++ components=binutils,llvm,qemu
-++ echo '397 commits in binutils,llvm,qemu'
+++ components=binutils,llvm,linux,qemu
+++ echo '10461 commits in binutils,llvm,linux,qemu'
++ '[' --short = --oneline ']'
++ for c in "${changed_components[@]}"
+++ get_baseline_git binutils_rev
@@ -470,19 +524,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=2bb9e05637f5a08e6da30450482f5a413b7f6972
+++ base_rev=eef4ff9b707d738322a5dca82a6a9b0aad76a26e
+++ 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=eef4ff9b707d738322a5dca82a6a9b0aad76a26e
-+++ git -C binutils rev-list --count 2bb9e05637f5a08e6da30450482f5a413b7f6972..eef4ff9b707d738322a5dca82a6a9b0aad76a26e
-++ c_commits=48
+++ cur_rev=01b386b55ecadcfce98896b9214edcd1e6fe0e62
++++ git -C binutils rev-list --count eef4ff9b707d738322a5dca82a6a9b0aad76a26e..01b386b55ecadcfce98896b9214edcd1e6fe0e62
+++ c_commits=70
++ '[' '' '!=' '' ']'
-++ git -C binutils log -n 5 --oneline 2bb9e05637f5a08e6da30450482f5a413b7f6972..eef4ff9b707d738322a5dca82a6a9b0aad76a26e
-++ '[' 48 -gt 5 ']'
-++ echo '... and 43 more commits in binutils'
+++ git -C binutils log -n 5 --oneline eef4ff9b707d738322a5dca82a6a9b0aad76a26e..01b386b55ecadcfce98896b9214edcd1e6fe0e62
+++ '[' 70 -gt 5 ']'
+++ echo '... and 65 more commits in binutils'
++ '[' '' '!=' '' ']'
++ for c in "${changed_components[@]}"
+++ get_baseline_git llvm_rev
@@ -491,19 +545,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=30d700117b772d94d8474ec56bd6f9cc423fc613
+++ base_rev=55531e715faabc6edfcba574e4861c97f989850d
+++ 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=55531e715faabc6edfcba574e4861c97f989850d
-+++ git -C llvm rev-list --count 30d700117b772d94d8474ec56bd6f9cc423fc613..55531e715faabc6edfcba574e4861c97f989850d
-++ c_commits=347
+++ cur_rev=1bce61e6b01b38e04260be4f422bbae59c34c766
++++ git -C llvm rev-list --count 55531e715faabc6edfcba574e4861c97f989850d..1bce61e6b01b38e04260be4f422bbae59c34c766
+++ c_commits=578
+++ '[' '' '!=' '' ']'
+++ git -C llvm log -n 5 --oneline 55531e715faabc6edfcba574e4861c97f989850d..1bce61e6b01b38e04260be4f422bbae59c34c766
+++ '[' 578 -gt 5 ']'
+++ echo '... and 573 more commits in llvm'
+++ '[' '' '!=' '' ']'
+++ for c in "${changed_components[@]}"
++++ get_baseline_git linux_rev
++++ set -euf -o pipefail
++++ local base_artifacts=base-artifacts
++++ assert_with_msg 'ERROR: No linux_rev in baseline git' '[' -f base-artifacts/git/linux_rev ']'
++++ set -euf -o pipefail +x
++++ cat base-artifacts/git/linux_rev
+++ base_rev=ab57716449b3438c0136f6f412a2e59e0cf037a9
++++ get_current_git linux_rev
++++ set -euf -o pipefail
++++ assert_with_msg 'ERROR: No linux_rev in current git' '[' -f artifacts/git/linux_rev ']'
++++ set -euf -o pipefail +x
++++ cat artifacts/git/linux_rev
+++ cur_rev=11651f8cb2e88372d4ed523d909514dc9a613ea3
++++ git -C linux rev-list --count ab57716449b3438c0136f6f412a2e59e0cf037a9..11651f8cb2e88372d4ed523d909514dc9a613ea3
+++ c_commits=9804
++ '[' '' '!=' '' ']'
-++ git -C llvm log -n 5 --oneline 30d700117b772d94d8474ec56bd6f9cc423fc613..55531e715faabc6edfcba574e4861c97f989850d
-++ '[' 347 -gt 5 ']'
-++ echo '... and 342 more commits in llvm'
+++ git -C linux log -n 5 --oneline ab57716449b3438c0136f6f412a2e59e0cf037a9..11651f8cb2e88372d4ed523d909514dc9a613ea3
+++ '[' 9804 -gt 5 ']'
+++ echo '... and 9799 more commits in linux'
++ '[' '' '!=' '' ']'
++ for c in "${changed_components[@]}"
+++ get_baseline_git qemu_rev
@@ -512,18 +587,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
-++ base_rev=d451e32ce8e1eef1b7d05d9f532113e9618f1fc1
+++ base_rev=9c74490bff6c8886a922008d0c9ce6cae70dd17e
+++ 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=9c74490bff6c8886a922008d0c9ce6cae70dd17e
-+++ git -C qemu rev-list --count d451e32ce8e1eef1b7d05d9f532113e9618f1fc1..9c74490bff6c8886a922008d0c9ce6cae70dd17e
-++ c_commits=2
+++ cur_rev=039afc5ef7367fbc8fb475580c291c2655e856cb
++++ git -C qemu rev-list --count 9c74490bff6c8886a922008d0c9ce6cae70dd17e..039afc5ef7367fbc8fb475580c291c2655e856cb
+++ c_commits=9
++ '[' '' '!=' '' ']'
-++ git -C qemu log -n 5 --oneline d451e32ce8e1eef1b7d05d9f532113e9618f1fc1..9c74490bff6c8886a922008d0c9ce6cae70dd17e
-++ '[' 2 -gt 5 ']'
+++ git -C qemu log -n 5 --oneline 9c74490bff6c8886a922008d0c9ce6cae70dd17e..039afc5ef7367fbc8fb475580c291c2655e856cb
+++ '[' 9 -gt 5 ']'
+++ echo '... and 4 more commits in qemu'
++ '[' '' '!=' '' ']'
++ return 0
++ print_result --short
@@ -541,7 +617,7 @@
# build_abe qemu:
-2
# linux_n_obj:
-9412
+9525
# linux build successful:
all
# linux boot successful:
@@ -572,7 +648,7 @@ boot'
+ return
+ true
+ generate_jenkins_html_files
-+ wait 2479
++ wait 200681
+ set -euf -o pipefail
# generate_jenkins_html_files
... Skipping
@@ -704,8 +780,8 @@ boot'
+ echo '... Skipping'
+ return
+ generate_lnt_report
++ wait 200713
# generate_lnt_report
-+ wait 2511
+ set -euf -o pipefail
+ local results_date
+ echo '# generate_lnt_report'
@@ -713,6 +789,7 @@ boot'
+ . /home/tcwg-buildslave/workspace/tcwg_kernel_0/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]}'
@@ -724,21 +801,21 @@ boot'
++ 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 2bb9e05637f5a08e6da30450482f5a413b7f6972
-+ base_d=1701882865
+++ git -C binutils show --no-patch --pretty=%ct eef4ff9b707d738322a5dca82a6a9b0aad76a26e
++ base_d=1702166410
++ 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 eef4ff9b707d738322a5dca82a6a9b0aad76a26e
-+ cur_d=1702166410
-+ '[' x1701882865 '!=' x ']'
-+ '[' x1702166410 = x ']'
-+ '[' 1702166410 -lt 1701882865 ']'
-+ '[' x1702166410 = x ']'
-+ '[' 1702166410 -gt 0 ']'
-+ results_date=1702166410
+++ git -C binutils show --no-patch --pretty=%ct 01b386b55ecadcfce98896b9214edcd1e6fe0e62
++ cur_d=1702581040
++ '[' x1702166410 '!=' x ']'
++ '[' x1702581040 = x ']'
++ '[' 1702581040 -lt 1702166410 ']'
++ '[' x1702581040 = x ']'
++ '[' 1702581040 -gt 0 ']'
++ results_date=1702581040
+ for c in $(get_current_manifest "{rr[components]}")
++ get_baseline_component_date llvm
++ set -euf -o pipefail
@@ -746,21 +823,21 @@ boot'
++ 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 30d700117b772d94d8474ec56bd6f9cc423fc613
-+ base_d=1701890703
+++ git -C llvm show --no-patch --pretty=%ct 55531e715faabc6edfcba574e4861c97f989850d
++ base_d=1702233535
++ 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 55531e715faabc6edfcba574e4861c97f989850d
-+ cur_d=1702233535
-+ '[' x1701890703 '!=' x ']'
-+ '[' x1702233535 = x ']'
-+ '[' 1702233535 -lt 1701890703 ']'
-+ '[' x1702233535 = x ']'
-+ '[' 1702233535 -gt 1702166410 ']'
-+ results_date=1702233535
+++ git -C llvm show --no-patch --pretty=%ct 1bce61e6b01b38e04260be4f422bbae59c34c766
++ cur_d=1702581469
++ '[' x1702233535 '!=' x ']'
++ '[' x1702581469 = x ']'
++ '[' 1702581469 -lt 1702233535 ']'
++ '[' x1702581469 = x ']'
++ '[' 1702581469 -gt 1702581040 ']'
++ results_date=1702581469
+ for c in $(get_current_manifest "{rr[components]}")
++ get_baseline_component_date linux
++ set -euf -o pipefail
@@ -775,13 +852,13 @@ boot'
++ 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 ab57716449b3438c0136f6f412a2e59e0cf037a9
-+ cur_d=1698891141
+++ git -C linux show --no-patch --pretty=%ct 11651f8cb2e88372d4ed523d909514dc9a613ea3
++ cur_d=1702531944
+ '[' x1698891141 '!=' x ']'
-+ '[' x1698891141 = x ']'
-+ '[' 1698891141 -lt 1698891141 ']'
-+ '[' x1698891141 = x ']'
-+ '[' 1698891141 -gt 1702233535 ']'
++ '[' x1702531944 = x ']'
++ '[' 1702531944 -lt 1698891141 ']'
++ '[' x1702531944 = x ']'
++ '[' 1702531944 -gt 1702581469 ']'
+ for c in $(get_current_manifest "{rr[components]}")
++ get_baseline_component_date qemu
++ set -euf -o pipefail
@@ -789,44 +866,44 @@ boot'
++ 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 d451e32ce8e1eef1b7d05d9f532113e9618f1fc1
-+ base_d=1701786327
+++ git -C qemu show --no-patch --pretty=%ct 9c74490bff6c8886a922008d0c9ce6cae70dd17e
++ base_d=1701891260
++ 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 9c74490bff6c8886a922008d0c9ce6cae70dd17e
-+ cur_d=1701891260
-+ '[' x1701786327 '!=' x ']'
-+ '[' x1701891260 = x ']'
-+ '[' 1701891260 -lt 1701786327 ']'
-+ '[' x1701891260 = x ']'
-+ '[' 1701891260 -gt 1702233535 ']'
-+ assert_with_msg 'Failed to produce results_date' '[' 1702233535 -gt 0 ']'
+++ git -C qemu show --no-patch --pretty=%ct 039afc5ef7367fbc8fb475580c291c2655e856cb
++ cur_d=1702418073
++ '[' x1701891260 '!=' x ']'
++ '[' x1702418073 = x ']'
++ '[' 1702418073 -lt 1701891260 ']'
++ '[' x1702418073 = x ']'
++ '[' 1702418073 -gt 1702581469 ']'
++ assert_with_msg 'Failed to produce results_date' '[' 1702581469 -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=1701587999
-+ '[' 1701587999 '!=' '' ']'
-+ assert '[' 1702233535 -ge 1701587999 ']'
++ base_d=1701910767
++ '[' 1701910767 '!=' '' ']'
++ assert '[' 1702581469 -ge 1701910767 ']'
+ set -euf -o pipefail +x
-+ '[' 1702233535 -gt 1701587999 ']'
-+ results_date=1701910767
-+ rr[results_date]=1701910767
++ '[' 1702581469 -gt 1701910767 ']'
++ results_date=1702246118
++ rr[results_date]=1702246118
+ cat
+ manifest_out
+ cat
++ get_current_manifest '{rr[results_date]}'
++ get_manifest artifacts/manifest.sh '{rr[results_date]}'
++ set +x
-+ results_date=1701910767
-++ date '+%Y-%m-%d %H:%M:%S' --date @1701910767
++ results_date=1702246118
+++ date '+%Y-%m-%d %H:%M:%S' --date @1702246118
... Skipping
# release_testresults_files
... Done
-+ results_date='2023-12-07 00:59:27'
++ results_date='2023-12-10 22:08:38'
+ case "$ci_project" in
+ echo '... Skipping'
+ return