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.log65
1 files changed, 33 insertions, 32 deletions
diff --git a/jenkins/notify-init.log b/jenkins/notify-init.log
index b2bd8ca..90f6bdb 100644
--- a/jenkins/notify-init.log
+++ b/jenkins/notify-init.log
@@ -1,6 +1,6 @@
+ set +x
-/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
+/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
+ false
+ dryrun=
@@ -13,7 +13,6 @@
+ setup_notify_environment
+ echo '# setup_notify_environment'
+ top_artifacts=artifacts
-# Debug traces :
++ get_current_manifest '{rr[ci_project]}'
++ get_manifest artifacts/manifest.sh '{rr[ci_project]}'
++ set +x
@@ -21,28 +20,30 @@
++ get_current_manifest '{rr[ci_config]}'
++ get_manifest artifacts/manifest.sh '{rr[ci_config]}'
++ set +x
+# Debug traces :
+ ci_config=gnu-master-aarch64-mainline-defconfig
+ echo '# Debug traces :'
++ 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-mainline-defconfig-build/66/
+# Baseline : https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-mainline-defconfig-build/67/
# Using dir : base-artifacts
-+ echo '# Baseline : https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-mainline-defconfig-build/66/'
++ echo '# Baseline : https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-mainline-defconfig-build/67/'
+ 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-mainline-defconfig-build/67/
+# Artifacts : https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-mainline-defconfig-build/68/
# Using dir : artifacts
-+ echo '# Artifacts : https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-mainline-defconfig-build/67/'
++ echo '# Artifacts : https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-mainline-defconfig-build/68/'
+ 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
-++ '[' x3eac77a50024b49ee89436fa6f18c30ed64c3eeb '!=' x26c7a0ea380bedb86ff3b5a9ed252d8d2557a0c5 ']'
+++ '[' xc97aab39b81bb8b603678bc664c0de7f534a4bd5 '!=' x3eac77a50024b49ee89436fa6f18c30ed64c3eeb ']'
++ echo -ne binutils
++ delim=' '
++ for c in $(print_updated_components)
@@ -103,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
-++ '[' xa0240662b22312ffb3e3fefb85f258ab0e7010f4 '!=' x231bb992592a9e1bd7ce6583131acb1874c8e34e ']'
+++ '[' x8d559a9b85d9a6de4f358171178a74605f554082 '!=' xa0240662b22312ffb3e3fefb85f258ab0e7010f4 ']'
++ echo -ne ' gcc'
++ delim=' '
++ for c in $(print_updated_components)
@@ -124,6 +125,8 @@
+++ set -euf -o pipefail
+++ assert_with_msg 'ERROR: No qemu_rev in current git' '[' -f artifacts/git/qemu_rev ']'
+++ set -euf -o pipefail +x
+# Debug traces :
+# change_kind=multiple_components : binutils gcc qemu
+++ cat artifacts/git/qemu_rev
+++ get_baseline_git qemu_rev
+++ set -euf -o pipefail
@@ -131,12 +134,10 @@
+++ 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
-++ '[' x8fa379170c2a12476021f5f50d6cf3f672e79e7b '!=' x34a5cb6d8434303c170230644b2a7c1d5781d197 ']'
+++ '[' x4705fc0c8511d073bee4751c3c974aab2b10a970 '!=' x8fa379170c2a12476021f5f50d6cf3f672e79e7b ']'
++ echo -ne ' qemu'
++ delim=' '
++ echo
-# Debug traces :
-# change_kind=multiple_components : binutils gcc qemu
+ local c base_rev cur_rev c_commits
+ '[' 3 = 0 ']'
+ '[' 3 = 1 ']'
@@ -151,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=26c7a0ea380bedb86ff3b5a9ed252d8d2557a0c5
++ base_rev=3eac77a50024b49ee89436fa6f18c30ed64c3eeb
++ 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=3eac77a50024b49ee89436fa6f18c30ed64c3eeb
-++ git -C binutils rev-list --count 26c7a0ea380bedb86ff3b5a9ed252d8d2557a0c5..3eac77a50024b49ee89436fa6f18c30ed64c3eeb
-# rev for binutils : 26c7a0ea380bedb86ff3b5a9ed252d8d2557a0c5..3eac77a50024b49ee89436fa6f18c30ed64c3eeb (40 commits)
-+ c_commits=40
-+ echo '# rev for binutils : 26c7a0ea380bedb86ff3b5a9ed252d8d2557a0c5..3eac77a50024b49ee89436fa6f18c30ed64c3eeb (40 commits)'
++ cur_rev=c97aab39b81bb8b603678bc664c0de7f534a4bd5
+++ git -C binutils rev-list --count 3eac77a50024b49ee89436fa6f18c30ed64c3eeb..c97aab39b81bb8b603678bc664c0de7f534a4bd5
+# rev for binutils : 3eac77a50024b49ee89436fa6f18c30ed64c3eeb..c97aab39b81bb8b603678bc664c0de7f534a4bd5 (42 commits)
++ c_commits=42
++ echo '# rev for binutils : 3eac77a50024b49ee89436fa6f18c30ed64c3eeb..c97aab39b81bb8b603678bc664c0de7f534a4bd5 (42 commits)'
+ for c in "${changed_components[@]}"
++ get_baseline_git gcc_rev
++ set -euf -o pipefail
@@ -169,17 +170,17 @@
++ 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=231bb992592a9e1bd7ce6583131acb1874c8e34e
++ base_rev=a0240662b22312ffb3e3fefb85f258ab0e7010f4
++ 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=a0240662b22312ffb3e3fefb85f258ab0e7010f4
-++ git -C gcc rev-list --count 231bb992592a9e1bd7ce6583131acb1874c8e34e..a0240662b22312ffb3e3fefb85f258ab0e7010f4
-# rev for gcc : 231bb992592a9e1bd7ce6583131acb1874c8e34e..a0240662b22312ffb3e3fefb85f258ab0e7010f4 (134 commits)
-+ c_commits=134
-+ echo '# rev for gcc : 231bb992592a9e1bd7ce6583131acb1874c8e34e..a0240662b22312ffb3e3fefb85f258ab0e7010f4 (134 commits)'
+# rev for gcc : a0240662b22312ffb3e3fefb85f258ab0e7010f4..8d559a9b85d9a6de4f358171178a74605f554082 (147 commits)
++ cur_rev=8d559a9b85d9a6de4f358171178a74605f554082
+++ git -C gcc rev-list --count a0240662b22312ffb3e3fefb85f258ab0e7010f4..8d559a9b85d9a6de4f358171178a74605f554082
++ c_commits=147
++ echo '# rev for gcc : a0240662b22312ffb3e3fefb85f258ab0e7010f4..8d559a9b85d9a6de4f358171178a74605f554082 (147 commits)'
+ for c in "${changed_components[@]}"
++ get_baseline_git qemu_rev
++ set -euf -o pipefail
@@ -187,18 +188,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=34a5cb6d8434303c170230644b2a7c1d5781d197
++ base_rev=8fa379170c2a12476021f5f50d6cf3f672e79e7b
++ 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=8fa379170c2a12476021f5f50d6cf3f672e79e7b
-++ git -C qemu rev-list --count 34a5cb6d8434303c170230644b2a7c1d5781d197..8fa379170c2a12476021f5f50d6cf3f672e79e7b
-# rev for qemu : 34a5cb6d8434303c170230644b2a7c1d5781d197..8fa379170c2a12476021f5f50d6cf3f672e79e7b (95 commits)
+# rev for qemu : 8fa379170c2a12476021f5f50d6cf3f672e79e7b..4705fc0c8511d073bee4751c3c974aab2b10a970 (24 commits)
-+ c_commits=95
-+ echo '# rev for qemu : 34a5cb6d8434303c170230644b2a7c1d5781d197..8fa379170c2a12476021f5f50d6cf3f672e79e7b (95 commits)'
+# post_interesting_commits
+Init stage ran successfully.
+++ cat artifacts/git/qemu_rev
++ cur_rev=4705fc0c8511d073bee4751c3c974aab2b10a970
+++ git -C qemu rev-list --count 8fa379170c2a12476021f5f50d6cf3f672e79e7b..4705fc0c8511d073bee4751c3c974aab2b10a970
++ c_commits=24
++ echo '# rev for qemu : 8fa379170c2a12476021f5f50d6cf3f672e79e7b..4705fc0c8511d073bee4751c3c974aab2b10a970 (24 commits)'
+ echo ''
+ setup_stages_to_run
+ '[' ignore = onregression ']'
@@ -218,13 +221,11 @@
+ generate_extra_details_f=generate_extra_details
+ case "$ci_project" in
+ post_interesting_commits init
-# post_interesting_commits
+ set -euf -o pipefail
+ echo '# post_interesting_commits'
+ local stage=init
+ '[' multiple_components '!=' single_commit ']'
+ return
-Init stage ran successfully.
+ '[' init '!=' full ']'
+ echo 'Init stage ran successfully.'
+ exit 0