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.log58
1 files changed, 29 insertions, 29 deletions
diff --git a/jenkins/notify-init.log b/jenkins/notify-init.log
index cf126fd..5e62e83 100644
--- a/jenkins/notify-init.log
+++ b/jenkins/notify-init.log
@@ -16,33 +16,33 @@
++ get_current_manifest '{rr[ci_project]}'
++ get_manifest artifacts/manifest.sh '{rr[ci_project]}'
++ set +x
+# Debug traces :
+# Baseline : https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-next-allyesconfig-build/99/
+# Using dir : base-artifacts
+ ci_project=tcwg_kernel
++ get_current_manifest '{rr[ci_config]}'
++ get_manifest artifacts/manifest.sh '{rr[ci_config]}'
++ set +x
-# Debug traces :
+ ci_config=gnu-master-aarch64-next-allyesconfig
+ 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-next-allyesconfig-build/98/
-# Using dir : base-artifacts
-+ echo '# Baseline : https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-next-allyesconfig-build/98/'
++ echo '# Baseline : https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-next-allyesconfig-build/99/'
+ 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-next-allyesconfig-build/99/
+# Artifacts : https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-next-allyesconfig-build/100/
# Using dir : artifacts
-+ echo '# Artifacts : https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-next-allyesconfig-build/99/'
++ echo '# Artifacts : https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-next-allyesconfig-build/100/'
+ echo '# Using dir : artifacts'
+ echo ''
+ mkdir -p artifacts/notify
+ '[' -f /home/tcwg-buildslave/.jipdate.yml ']'
-+ set +x
# check_source_changes
++ set +x
+ case "$notify" in
+ declare -Ag pw
+ '[' ignore = precommit ']'
@@ -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
-++ '[' xc97aab39b81bb8b603678bc664c0de7f534a4bd5 '!=' x97b29a61f7f001550fe985bf2deea1550e3c20dd ']'
+++ '[' xc6f7f9c80c3b92c6d877214d38aaef141adc5b93 '!=' xc97aab39b81bb8b603678bc664c0de7f534a4bd5 ']'
++ 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
-++ '[' x9c26c91b94eb72397a4892b28022070a33636492 '!=' xf1b2f3a7e0638c450129ea099baa42cbf290e313 ']'
+++ '[' xb8edb812ff4934c609fdfafe2e1c7f932bc18305 '!=' x9c26c91b94eb72397a4892b28022070a33636492 ']'
++ echo -ne ' gcc'
++ delim=' '
++ for c in $(print_updated_components)
@@ -132,7 +132,7 @@
+++ 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
-++ '[' x4705fc0c8511d073bee4751c3c974aab2b10a970 '!=' xea6a33e776f0a4bda94460ab0945d953fc801dd1 ']'
+++ '[' xabf635ddfe3242df907f58967f3c1e6763bbca2d '!=' x4705fc0c8511d073bee4751c3c974aab2b10a970 ']'
++ echo -ne ' qemu'
++ delim=' '
++ echo
@@ -152,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=97b29a61f7f001550fe985bf2deea1550e3c20dd
++ base_rev=c97aab39b81bb8b603678bc664c0de7f534a4bd5
++ 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=c97aab39b81bb8b603678bc664c0de7f534a4bd5
-++ git -C binutils rev-list --count 97b29a61f7f001550fe985bf2deea1550e3c20dd..c97aab39b81bb8b603678bc664c0de7f534a4bd5
-# rev for binutils : 97b29a61f7f001550fe985bf2deea1550e3c20dd..c97aab39b81bb8b603678bc664c0de7f534a4bd5 (51 commits)
-+ c_commits=51
-+ echo '# rev for binutils : 97b29a61f7f001550fe985bf2deea1550e3c20dd..c97aab39b81bb8b603678bc664c0de7f534a4bd5 (51 commits)'
++ cur_rev=c6f7f9c80c3b92c6d877214d38aaef141adc5b93
+++ git -C binutils rev-list --count c97aab39b81bb8b603678bc664c0de7f534a4bd5..c6f7f9c80c3b92c6d877214d38aaef141adc5b93
+# rev for binutils : c97aab39b81bb8b603678bc664c0de7f534a4bd5..c6f7f9c80c3b92c6d877214d38aaef141adc5b93 (84 commits)
++ c_commits=84
++ echo '# rev for binutils : c97aab39b81bb8b603678bc664c0de7f534a4bd5..c6f7f9c80c3b92c6d877214d38aaef141adc5b93 (84 commits)'
+ for c in "${changed_components[@]}"
++ get_baseline_git gcc_rev
++ set -euf -o pipefail
@@ -170,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=f1b2f3a7e0638c450129ea099baa42cbf290e313
++ base_rev=9c26c91b94eb72397a4892b28022070a33636492
++ 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=9c26c91b94eb72397a4892b28022070a33636492
-++ git -C gcc rev-list --count f1b2f3a7e0638c450129ea099baa42cbf290e313..9c26c91b94eb72397a4892b28022070a33636492
-# rev for gcc : f1b2f3a7e0638c450129ea099baa42cbf290e313..9c26c91b94eb72397a4892b28022070a33636492 (152 commits)
-+ c_commits=152
-+ echo '# rev for gcc : f1b2f3a7e0638c450129ea099baa42cbf290e313..9c26c91b94eb72397a4892b28022070a33636492 (152 commits)'
++ cur_rev=b8edb812ff4934c609fdfafe2e1c7f932bc18305
+++ git -C gcc rev-list --count 9c26c91b94eb72397a4892b28022070a33636492..b8edb812ff4934c609fdfafe2e1c7f932bc18305
+# rev for gcc : 9c26c91b94eb72397a4892b28022070a33636492..b8edb812ff4934c609fdfafe2e1c7f932bc18305 (218 commits)
++ c_commits=218
++ echo '# rev for gcc : 9c26c91b94eb72397a4892b28022070a33636492..b8edb812ff4934c609fdfafe2e1c7f932bc18305 (218 commits)'
+ for c in "${changed_components[@]}"
++ get_baseline_git qemu_rev
++ set -euf -o pipefail
@@ -188,18 +188,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=ea6a33e776f0a4bda94460ab0945d953fc801dd1
++ 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=4705fc0c8511d073bee4751c3c974aab2b10a970
-++ git -C qemu rev-list --count ea6a33e776f0a4bda94460ab0945d953fc801dd1..4705fc0c8511d073bee4751c3c974aab2b10a970
-# rev for qemu : ea6a33e776f0a4bda94460ab0945d953fc801dd1..4705fc0c8511d073bee4751c3c974aab2b10a970 (27 commits)
++ cur_rev=abf635ddfe3242df907f58967f3c1e6763bbca2d
+++ git -C qemu rev-list --count 4705fc0c8511d073bee4751c3c974aab2b10a970..abf635ddfe3242df907f58967f3c1e6763bbca2d
+# rev for qemu : 4705fc0c8511d073bee4751c3c974aab2b10a970..abf635ddfe3242df907f58967f3c1e6763bbca2d (46 commits)
-+ c_commits=27
-+ echo '# rev for qemu : ea6a33e776f0a4bda94460ab0945d953fc801dd1..4705fc0c8511d073bee4751c3c974aab2b10a970 (27 commits)'
+# post_interesting_commits
++ c_commits=46
++ echo '# rev for qemu : 4705fc0c8511d073bee4751c3c974aab2b10a970..abf635ddfe3242df907f58967f3c1e6763bbca2d (46 commits)'
+ echo ''
+ setup_stages_to_run
+ '[' ignore = onregression ']'
@@ -219,7 +220,6 @@
+ 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