summaryrefslogtreecommitdiff
path: root/jenkins/notify-init.log
diff options
context:
space:
mode:
Diffstat (limited to 'jenkins/notify-init.log')
-rw-r--r--jenkins/notify-init.log84
1 files changed, 53 insertions, 31 deletions
diff --git a/jenkins/notify-init.log b/jenkins/notify-init.log
index 8f54cf3..57590ce 100644
--- a/jenkins/notify-init.log
+++ b/jenkins/notify-init.log
@@ -1,6 +1,6 @@
+ set +x
-/home/tcwg-buildslave/workspace/tcwg_kernel_1/jenkins-scripts/round-robin-notify.sh @@rr[top_artifacts] artifacts --notify ignore __stage init __verbose true __build_script tcwg_kernel-build.sh
+/home/tcwg-buildslave/workspace/tcwg_kernel_0/jenkins-scripts/round-robin-notify.sh @@rr[top_artifacts] artifacts --notify ignore __stage init __verbose true __build_script tcwg_kernel-build.sh
+ false
+ dryrun=
@@ -26,23 +26,24 @@
++ 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-mainline-allyesconfig-build/103/
+# Baseline : https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-mainline-allyesconfig-build/104/
# Using dir : base-artifacts
-+ echo '# Baseline : https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-mainline-allyesconfig-build/103/'
++ echo '# Baseline : https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-mainline-allyesconfig-build/104/'
+ 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-mainline-allyesconfig-build/104/
+# Artifacts : https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-mainline-allyesconfig-build/114/
# Using dir : artifacts
-+ echo '# Artifacts : https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-mainline-allyesconfig-build/104/'
++ echo '# Artifacts : https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-mainline-allyesconfig-build/114/'
+ 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
+ '[' ignore = precommit ']'
+ check_source_changes
@@ -88,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
-++ '[' xd1bd9787f9ad8c49fb463d8d53411aeb5f9c179b '!=' xc76820a017db5f7267d3e86851af41dd8adcbebf ']'
+++ '[' xb3fa92f12a83d284db3124e0992e15d1ff31a3d8 '!=' xd1bd9787f9ad8c49fb463d8d53411aeb5f9c179b ']'
++ echo -ne binutils
++ delim=' '
++ for c in $(print_updated_components)
@@ -103,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
-++ '[' xa0cd6265bcd851da8d4586298cd5d1e4b395a386 '!=' xe9db60c05e2fb96ff40cbb1f78790abc5de9237e ']'
+++ '[' xa018c8cdbb3a06a523d10268905e82fc39bfe93e '!=' xa0cd6265bcd851da8d4586298cd5d1e4b395a386 ']'
++ echo -ne ' llvm'
++ delim=' '
++ for c in $(print_updated_components)
@@ -118,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
-++ '[' xbabe393974de0351c0e6cca50f5f84edaf8d7fa1 '!=' xbabe393974de0351c0e6cca50f5f84edaf8d7fa1 ']'
+++ '[' x2cf4f94d8e8646803f8fb0facf134b0cd7fb691a '!=' xbabe393974de0351c0e6cca50f5f84edaf8d7fa1 ']'
+++ echo -ne ' linux'
+++ delim=' '
++ for c in $(print_updated_components)
+++ get_current_git qemu_rev
+++ set -euf -o pipefail
@@ -131,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
-++ '[' x8aba939e77daca10eac99d9d467f65ba7df5ab3e '!=' xd762bf97931b58839316b68a570eecc6143c9e3e ']'
+++ '[' x039afc5ef7367fbc8fb475580c291c2655e856cb '!=' x8aba939e77daca10eac99d9d467f65ba7df5ab3e ']'
++ 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
@@ -151,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=c76820a017db5f7267d3e86851af41dd8adcbebf
++ base_rev=d1bd9787f9ad8c49fb463d8d53411aeb5f9c179b
++ 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=d1bd9787f9ad8c49fb463d8d53411aeb5f9c179b
-++ git -C binutils rev-list --count c76820a017db5f7267d3e86851af41dd8adcbebf..d1bd9787f9ad8c49fb463d8d53411aeb5f9c179b
-# rev for binutils : c76820a017db5f7267d3e86851af41dd8adcbebf..d1bd9787f9ad8c49fb463d8d53411aeb5f9c179b (19 commits)
-+ c_commits=19
-+ echo '# rev for binutils : c76820a017db5f7267d3e86851af41dd8adcbebf..d1bd9787f9ad8c49fb463d8d53411aeb5f9c179b (19 commits)'
++ cur_rev=b3fa92f12a83d284db3124e0992e15d1ff31a3d8
+++ git -C binutils rev-list --count d1bd9787f9ad8c49fb463d8d53411aeb5f9c179b..b3fa92f12a83d284db3124e0992e15d1ff31a3d8
+# rev for binutils : d1bd9787f9ad8c49fb463d8d53411aeb5f9c179b..b3fa92f12a83d284db3124e0992e15d1ff31a3d8 (544 commits)
++ c_commits=544
++ echo '# rev for binutils : d1bd9787f9ad8c49fb463d8d53411aeb5f9c179b..b3fa92f12a83d284db3124e0992e15d1ff31a3d8 (544 commits)'
+ for c in "${changed_components[@]}"
++ get_baseline_git llvm_rev
++ set -euf -o pipefail
@@ -169,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=e9db60c05e2fb96ff40cbb1f78790abc5de9237e
++ base_rev=a0cd6265bcd851da8d4586298cd5d1e4b395a386
++ 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=a0cd6265bcd851da8d4586298cd5d1e4b395a386
-++ git -C llvm rev-list --count e9db60c05e2fb96ff40cbb1f78790abc5de9237e..a0cd6265bcd851da8d4586298cd5d1e4b395a386
-# rev for llvm : e9db60c05e2fb96ff40cbb1f78790abc5de9237e..a0cd6265bcd851da8d4586298cd5d1e4b395a386 (390 commits)
-+ c_commits=390
-+ echo '# rev for llvm : e9db60c05e2fb96ff40cbb1f78790abc5de9237e..a0cd6265bcd851da8d4586298cd5d1e4b395a386 (390 commits)'
++ cur_rev=a018c8cdbb3a06a523d10268905e82fc39bfe93e
+++ git -C llvm rev-list --count a0cd6265bcd851da8d4586298cd5d1e4b395a386..a018c8cdbb3a06a523d10268905e82fc39bfe93e
+# rev for llvm : a0cd6265bcd851da8d4586298cd5d1e4b395a386..a018c8cdbb3a06a523d10268905e82fc39bfe93e (4273 commits)
++ c_commits=4273
++ echo '# rev for llvm : a0cd6265bcd851da8d4586298cd5d1e4b395a386..a018c8cdbb3a06a523d10268905e82fc39bfe93e (4273 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=babe393974de0351c0e6cca50f5f84edaf8d7fa1
+++ 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=2cf4f94d8e8646803f8fb0facf134b0cd7fb691a
+++ git -C linux rev-list --count babe393974de0351c0e6cca50f5f84edaf8d7fa1..2cf4f94d8e8646803f8fb0facf134b0cd7fb691a
+# rev for linux : babe393974de0351c0e6cca50f5f84edaf8d7fa1..2cf4f94d8e8646803f8fb0facf134b0cd7fb691a (7615 commits)
++ c_commits=7615
++ echo '# rev for linux : babe393974de0351c0e6cca50f5f84edaf8d7fa1..2cf4f94d8e8646803f8fb0facf134b0cd7fb691a (7615 commits)'
+ for c in "${changed_components[@]}"
++ get_baseline_git qemu_rev
++ set -euf -o pipefail
@@ -187,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=d762bf97931b58839316b68a570eecc6143c9e3e
++ base_rev=8aba939e77daca10eac99d9d467f65ba7df5ab3e
++ 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=8aba939e77daca10eac99d9d467f65ba7df5ab3e
-++ git -C qemu rev-list --count d762bf97931b58839316b68a570eecc6143c9e3e..8aba939e77daca10eac99d9d467f65ba7df5ab3e
-# rev for qemu : d762bf97931b58839316b68a570eecc6143c9e3e..8aba939e77daca10eac99d9d467f65ba7df5ab3e (211 commits)
++ cur_rev=039afc5ef7367fbc8fb475580c291c2655e856cb
+++ git -C qemu rev-list --count 8aba939e77daca10eac99d9d467f65ba7df5ab3e..039afc5ef7367fbc8fb475580c291c2655e856cb
+# rev for qemu : 8aba939e77daca10eac99d9d467f65ba7df5ab3e..039afc5ef7367fbc8fb475580c291c2655e856cb (651 commits)
-+ c_commits=211
-+ echo '# rev for qemu : d762bf97931b58839316b68a570eecc6143c9e3e..8aba939e77daca10eac99d9d467f65ba7df5ab3e (211 commits)'
++ c_commits=651
++ echo '# rev for qemu : 8aba939e77daca10eac99d9d467f65ba7df5ab3e..039afc5ef7367fbc8fb475580c291c2655e856cb (651 commits)'
+ echo ''
+ setup_stages_to_run
+ '[' ignore = onregression ']'
@@ -209,6 +230,7 @@
+ post_icommits=false
+ '[' ignore = ignore ']'
+ post_mail=false
++ '[' ignore = precommit ']'
+ generate_dashboard=false
+ post_dashboard=false
+ print_commits_f=print_commits