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.log71
1 files changed, 26 insertions, 45 deletions
diff --git a/jenkins/notify-init.log b/jenkins/notify-init.log
index e4a9efd..5182b14 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,27 +26,27 @@
++ get_baseline_manifest BUILD_URL
++ get_manifest base-artifacts/manifest.sh BUILD_URL false
++ set +x
-# Baseline : https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-stable-allmodconfig-build/78/
+# Baseline : https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-stable-allmodconfig-build/80/
# Using dir : base-artifacts
-+ echo '# Baseline : https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-stable-allmodconfig-build/78/'
++ echo '# Baseline : https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-stable-allmodconfig-build/80/'
+ 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--gnu-master-aarch64-stable-allmodconfig-build/80/
+# Artifacts : https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-stable-allmodconfig-build/81/
# Using dir : artifacts
-+ echo '# Artifacts : https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-stable-allmodconfig-build/80/'
++ echo '# Artifacts : https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-stable-allmodconfig-build/81/'
+ 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
+# check_source_changes
+ echo '# check_source_changes'
++ get_current_manifest '{rr[update_baseline]}'
++ get_manifest artifacts/manifest.sh '{rr[update_baseline]}'
@@ -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
-++ '[' xc26f7543b2ccd006e8251be0b62a4a785ed1cc2f '!=' x9a20cccbcd8d69288fbce51707ef43c21fa62ce2 ']'
+++ '[' xe61ea34e74f1c29f320906c11300697d15b1a1c0 '!=' xc26f7543b2ccd006e8251be0b62a4a785ed1cc2f ']'
++ echo -ne binutils
++ delim=' '
++ for c in $(print_updated_components)
@@ -104,7 +104,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
-++ '[' x2efe3a7de0107618397264017fb045f237764cc7 '!=' x9c16ca93641ad460a576a9ed7daf2aadf596193c ']'
+++ '[' x2900a77fe4e7d2211a785d427794544fe3d01960 '!=' x2efe3a7de0107618397264017fb045f237764cc7 ']'
++ echo -ne ' gcc'
++ delim=' '
++ for c in $(print_updated_components)
@@ -132,19 +132,17 @@
+++ 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 '!=' x4705fc0c8511d073bee4751c3c974aab2b10a970 ']'
-++ echo -ne ' qemu'
-++ delim=' '
+++ '[' x9c74490bff6c8886a922008d0c9ce6cae70dd17e '!=' x9c74490bff6c8886a922008d0c9ce6cae70dd17e ']'
++ echo
# Debug traces :
-# change_kind=multiple_components : binutils gcc qemu
+# 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 qemu'
++ echo '# change_kind=multiple_components : binutils gcc'
+ for c in "${changed_components[@]}"
++ get_baseline_git binutils_rev
++ set -euf -o pipefail
@@ -152,17 +150,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=9a20cccbcd8d69288fbce51707ef43c21fa62ce2
++ base_rev=c26f7543b2ccd006e8251be0b62a4a785ed1cc2f
++ 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=c26f7543b2ccd006e8251be0b62a4a785ed1cc2f
-++ git -C binutils rev-list --count 9a20cccbcd8d69288fbce51707ef43c21fa62ce2..c26f7543b2ccd006e8251be0b62a4a785ed1cc2f
-# rev for binutils : 9a20cccbcd8d69288fbce51707ef43c21fa62ce2..c26f7543b2ccd006e8251be0b62a4a785ed1cc2f (134 commits)
-+ c_commits=134
-+ echo '# rev for binutils : 9a20cccbcd8d69288fbce51707ef43c21fa62ce2..c26f7543b2ccd006e8251be0b62a4a785ed1cc2f (134 commits)'
++ cur_rev=e61ea34e74f1c29f320906c11300697d15b1a1c0
+++ git -C binutils rev-list --count c26f7543b2ccd006e8251be0b62a4a785ed1cc2f..e61ea34e74f1c29f320906c11300697d15b1a1c0
+# rev for binutils : c26f7543b2ccd006e8251be0b62a4a785ed1cc2f..e61ea34e74f1c29f320906c11300697d15b1a1c0 (56 commits)
++ c_commits=56
++ echo '# rev for binutils : c26f7543b2ccd006e8251be0b62a4a785ed1cc2f..e61ea34e74f1c29f320906c11300697d15b1a1c0 (56 commits)'
+ for c in "${changed_components[@]}"
++ get_baseline_git gcc_rev
++ set -euf -o pipefail
@@ -170,36 +168,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=9c16ca93641ad460a576a9ed7daf2aadf596193c
++ base_rev=2efe3a7de0107618397264017fb045f237764cc7
++ 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=2efe3a7de0107618397264017fb045f237764cc7
-++ git -C gcc rev-list --count 9c16ca93641ad460a576a9ed7daf2aadf596193c..2efe3a7de0107618397264017fb045f237764cc7
-# rev for gcc : 9c16ca93641ad460a576a9ed7daf2aadf596193c..2efe3a7de0107618397264017fb045f237764cc7 (402 commits)
-+ c_commits=402
-+ echo '# rev for gcc : 9c16ca93641ad460a576a9ed7daf2aadf596193c..2efe3a7de0107618397264017fb045f237764cc7 (402 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=4705fc0c8511d073bee4751c3c974aab2b10a970
-++ 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 4705fc0c8511d073bee4751c3c974aab2b10a970..9c74490bff6c8886a922008d0c9ce6cae70dd17e
-# rev for qemu : 4705fc0c8511d073bee4751c3c974aab2b10a970..9c74490bff6c8886a922008d0c9ce6cae70dd17e (96 commits)
++ cur_rev=2900a77fe4e7d2211a785d427794544fe3d01960
+++ git -C gcc rev-list --count 2efe3a7de0107618397264017fb045f237764cc7..2900a77fe4e7d2211a785d427794544fe3d01960
+# rev for gcc : 2efe3a7de0107618397264017fb045f237764cc7..2900a77fe4e7d2211a785d427794544fe3d01960 (145 commits)
-+ c_commits=96
-+ echo '# rev for qemu : 4705fc0c8511d073bee4751c3c974aab2b10a970..9c74490bff6c8886a922008d0c9ce6cae70dd17e (96 commits)'
++ c_commits=145
++ echo '# rev for gcc : 2efe3a7de0107618397264017fb045f237764cc7..2900a77fe4e7d2211a785d427794544fe3d01960 (145 commits)'
+ echo ''
+ setup_stages_to_run
+ '[' ignore = onregression ']'
@@ -210,6 +190,7 @@
+ post_icommits=false
+ '[' ignore = ignore ']'
+ post_mail=false
++ '[' ignore = precommit ']'
+ generate_dashboard=false
+ post_dashboard=false
+ print_commits_f=print_commits