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.log88
1 files changed, 33 insertions, 55 deletions
diff --git a/jenkins/notify-init.log b/jenkins/notify-init.log
index 15621c5..13000f9 100644
--- a/jenkins/notify-init.log
+++ b/jenkins/notify-init.log
@@ -16,37 +16,35 @@
++ 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--llvm-master-aarch64-stable-allyesconfig-build/116/
+# 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=llvm-master-aarch64-stable-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--llvm-master-aarch64-stable-allyesconfig-build/115/
-# Using dir : base-artifacts
-+ echo '# Baseline : https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-stable-allyesconfig-build/115/'
++ echo '# Baseline : https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-stable-allyesconfig-build/116/'
+ 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-stable-allyesconfig-build/116/
+# Artifacts : https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-stable-allyesconfig-build/117/
# Using dir : artifacts
-+ echo '# Artifacts : https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-stable-allyesconfig-build/116/'
++ echo '# Artifacts : https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-stable-allyesconfig-build/117/'
+ 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 +87,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
-++ '[' x32a5d479d2325545ad5829b7716ad962db3b323c '!=' x33179c5b57c9fc89c061deb1d387f972b8604b49 ']'
+++ '[' xa6d0019eb7fcd634e12b7bcc535d5181c47fc82a '!=' x32a5d479d2325545ad5829b7716ad962db3b323c ']'
++ echo -ne binutils
++ delim=' '
++ for c in $(print_updated_components)
@@ -104,7 +102,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
-++ '[' xd8ddcae547e782a4765783c62747381624f076d4 '!=' x7ffad37c8694ef2ed554074bc6c622e7ceeb4624 ']'
+++ '[' x9e439a3539187085a77ba9555b297fad55867be9 '!=' xd8ddcae547e782a4765783c62747381624f076d4 ']'
++ echo -ne ' llvm'
++ delim=' '
++ for c in $(print_updated_components)
@@ -119,9 +117,7 @@
+++ 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
-++ '[' xd3474219f77f1e04c1b086717c8ecdc25b36f0b7 '!=' x8b77d49ed5072566234d53fa50b5ca741294306b ']'
-++ echo -ne ' linux'
-++ delim=' '
+++ '[' xd3474219f77f1e04c1b086717c8ecdc25b36f0b7 '!=' xd3474219f77f1e04c1b086717c8ecdc25b36f0b7 ']'
++ for c in $(print_updated_components)
+++ get_current_git qemu_rev
+++ set -euf -o pipefail
@@ -134,19 +130,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
-++ '[' x80f1709aa0eb4de09b4240563463f991a5b9d855 '!=' x191710c221f65b1542f6ea7fa4d30dde6e134fd7 ']'
+++ '[' x7425b6277f12e82952cede1f531bfc689bf77fb1 '!=' x80f1709aa0eb4de09b4240563463f991a5b9d855 ']'
++ echo -ne ' qemu'
++ delim=' '
++ echo
# Debug traces :
-# change_kind=multiple_components : binutils llvm linux qemu
+# change_kind=multiple_components : binutils llvm qemu
+ local c base_rev cur_rev c_commits
-+ '[' 4 = 0 ']'
-+ '[' 4 = 1 ']'
++ '[' 3 = 0 ']'
++ '[' 3 = 1 ']'
+ change_kind=multiple_components
+ changed_single_component=
+ echo '# Debug traces :'
-+ echo '# change_kind=multiple_components : binutils llvm linux qemu'
++ echo '# change_kind=multiple_components : binutils llvm qemu'
+ for c in "${changed_components[@]}"
++ get_baseline_git binutils_rev
++ set -euf -o pipefail
@@ -154,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=33179c5b57c9fc89c061deb1d387f972b8604b49
++ base_rev=32a5d479d2325545ad5829b7716ad962db3b323c
++ 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=32a5d479d2325545ad5829b7716ad962db3b323c
-++ git -C binutils rev-list --count 33179c5b57c9fc89c061deb1d387f972b8604b49..32a5d479d2325545ad5829b7716ad962db3b323c
-# rev for binutils : 33179c5b57c9fc89c061deb1d387f972b8604b49..32a5d479d2325545ad5829b7716ad962db3b323c (97 commits)
-+ c_commits=97
-+ echo '# rev for binutils : 33179c5b57c9fc89c061deb1d387f972b8604b49..32a5d479d2325545ad5829b7716ad962db3b323c (97 commits)'
++ cur_rev=a6d0019eb7fcd634e12b7bcc535d5181c47fc82a
+++ git -C binutils rev-list --count 32a5d479d2325545ad5829b7716ad962db3b323c..a6d0019eb7fcd634e12b7bcc535d5181c47fc82a
+# rev for binutils : 32a5d479d2325545ad5829b7716ad962db3b323c..a6d0019eb7fcd634e12b7bcc535d5181c47fc82a (32 commits)
++ c_commits=32
++ echo '# rev for binutils : 32a5d479d2325545ad5829b7716ad962db3b323c..a6d0019eb7fcd634e12b7bcc535d5181c47fc82a (32 commits)'
+ for c in "${changed_components[@]}"
++ get_baseline_git llvm_rev
++ set -euf -o pipefail
@@ -172,35 +168,17 @@
++ 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=7ffad37c8694ef2ed554074bc6c622e7ceeb4624
++ base_rev=d8ddcae547e782a4765783c62747381624f076d4
++ 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=d8ddcae547e782a4765783c62747381624f076d4
-++ git -C llvm rev-list --count 7ffad37c8694ef2ed554074bc6c622e7ceeb4624..d8ddcae547e782a4765783c62747381624f076d4
-# rev for llvm : 7ffad37c8694ef2ed554074bc6c622e7ceeb4624..d8ddcae547e782a4765783c62747381624f076d4 (237 commits)
-+ c_commits=237
-+ echo '# rev for llvm : 7ffad37c8694ef2ed554074bc6c622e7ceeb4624..d8ddcae547e782a4765783c62747381624f076d4 (237 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=8b77d49ed5072566234d53fa50b5ca741294306b
-++ 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=d3474219f77f1e04c1b086717c8ecdc25b36f0b7
-++ git -C linux rev-list --count 8b77d49ed5072566234d53fa50b5ca741294306b..d3474219f77f1e04c1b086717c8ecdc25b36f0b7
-# rev for linux : 8b77d49ed5072566234d53fa50b5ca741294306b..d3474219f77f1e04c1b086717c8ecdc25b36f0b7 (168 commits)
-+ c_commits=168
-+ echo '# rev for linux : 8b77d49ed5072566234d53fa50b5ca741294306b..d3474219f77f1e04c1b086717c8ecdc25b36f0b7 (168 commits)'
++ cur_rev=9e439a3539187085a77ba9555b297fad55867be9
+++ git -C llvm rev-list --count d8ddcae547e782a4765783c62747381624f076d4..9e439a3539187085a77ba9555b297fad55867be9
+# rev for llvm : d8ddcae547e782a4765783c62747381624f076d4..9e439a3539187085a77ba9555b297fad55867be9 (153 commits)
++ c_commits=153
++ echo '# rev for llvm : d8ddcae547e782a4765783c62747381624f076d4..9e439a3539187085a77ba9555b297fad55867be9 (153 commits)'
+ for c in "${changed_components[@]}"
++ get_baseline_git qemu_rev
++ set -euf -o pipefail
@@ -208,18 +186,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=191710c221f65b1542f6ea7fa4d30dde6e134fd7
++ base_rev=80f1709aa0eb4de09b4240563463f991a5b9d855
++ 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=80f1709aa0eb4de09b4240563463f991a5b9d855
-++ git -C qemu rev-list --count 191710c221f65b1542f6ea7fa4d30dde6e134fd7..80f1709aa0eb4de09b4240563463f991a5b9d855
-# rev for qemu : 191710c221f65b1542f6ea7fa4d30dde6e134fd7..80f1709aa0eb4de09b4240563463f991a5b9d855 (37 commits)
++ cur_rev=7425b6277f12e82952cede1f531bfc689bf77fb1
+++ git -C qemu rev-list --count 80f1709aa0eb4de09b4240563463f991a5b9d855..7425b6277f12e82952cede1f531bfc689bf77fb1
+# rev for qemu : 80f1709aa0eb4de09b4240563463f991a5b9d855..7425b6277f12e82952cede1f531bfc689bf77fb1 (46 commits)
-+ c_commits=37
-+ echo '# rev for qemu : 191710c221f65b1542f6ea7fa4d30dde6e134fd7..80f1709aa0eb4de09b4240563463f991a5b9d855 (37 commits)'
++ c_commits=46
++ echo '# rev for qemu : 80f1709aa0eb4de09b4240563463f991a5b9d855..7425b6277f12e82952cede1f531bfc689bf77fb1 (46 commits)'
+ echo ''
+ setup_stages_to_run
+ '[' ignore = onregression ']'