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.log86
1 files changed, 32 insertions, 54 deletions
diff --git a/jenkins/notify-init.log b/jenkins/notify-init.log
index 4d57385..2ba5978 100644
--- a/jenkins/notify-init.log
+++ b/jenkins/notify-init.log
@@ -17,31 +17,29 @@
++ get_manifest artifacts/manifest.sh '{rr[ci_project]}'
++ set +x
+ ci_project=tcwg_kernel
+# Debug traces :
+# Baseline : https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-stable-allnoconfig-build/74/
+# Using dir : base-artifacts
++ get_current_manifest '{rr[ci_config]}'
++ get_manifest artifacts/manifest.sh '{rr[ci_config]}'
++ set +x
-# Debug traces :
+ ci_config=gnu-master-aarch64-stable-allnoconfig
+ 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-stable-allnoconfig-build/73/
-# Using dir : base-artifacts
-+ echo '# Baseline : https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-stable-allnoconfig-build/73/'
++ echo '# Baseline : https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-stable-allnoconfig-build/74/'
+ 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-allnoconfig-build/74/
+# Artifacts : https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-stable-allnoconfig-build/75/
# Using dir : artifacts
-+ echo '# Artifacts : https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-stable-allnoconfig-build/74/'
++ echo '# Artifacts : https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-stable-allnoconfig-build/75/'
+ 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
@@ -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
-++ '[' x1bdba1b7730fbdb848b50ae05f8ae4a0b693a0e3 '!=' x06f05f35856b37bc6db014d0921638932dd5a97a ']'
+++ '[' x64e34e4134edb8a763ecfced808d2bb796796a15 '!=' x1bdba1b7730fbdb848b50ae05f8ae4a0b693a0e3 ']'
++ echo -ne binutils
++ delim=' '
++ for c in $(print_updated_components)
@@ -104,7 +102,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
-++ '[' xbd901d76734c1fb73cd2fa73d7f0427261a2541a '!=' x576c1fc4401a9dae9757ac2e4fa37d05e130fa3d ']'
+++ '[' xfb57e402d027205ea338ffe4d8a987162ebc3160 '!=' xbd901d76734c1fb73cd2fa73d7f0427261a2541a ']'
++ echo -ne ' gcc'
++ 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 '!=' xbd00730ec0f621706d0179768436f82c39048499 ']'
+++ '[' x7425b6277f12e82952cede1f531bfc689bf77fb1 '!=' x80f1709aa0eb4de09b4240563463f991a5b9d855 ']'
++ echo -ne ' qemu'
++ delim=' '
++ echo
# Debug traces :
-# change_kind=multiple_components : binutils gcc linux qemu
+# change_kind=multiple_components : binutils gcc 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 gcc linux qemu'
++ echo '# change_kind=multiple_components : binutils gcc 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=06f05f35856b37bc6db014d0921638932dd5a97a
++ base_rev=1bdba1b7730fbdb848b50ae05f8ae4a0b693a0e3
++ 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=1bdba1b7730fbdb848b50ae05f8ae4a0b693a0e3
-++ git -C binutils rev-list --count 06f05f35856b37bc6db014d0921638932dd5a97a..1bdba1b7730fbdb848b50ae05f8ae4a0b693a0e3
-# rev for binutils : 06f05f35856b37bc6db014d0921638932dd5a97a..1bdba1b7730fbdb848b50ae05f8ae4a0b693a0e3 (100 commits)
-+ c_commits=100
-+ echo '# rev for binutils : 06f05f35856b37bc6db014d0921638932dd5a97a..1bdba1b7730fbdb848b50ae05f8ae4a0b693a0e3 (100 commits)'
++ cur_rev=64e34e4134edb8a763ecfced808d2bb796796a15
+++ git -C binutils rev-list --count 1bdba1b7730fbdb848b50ae05f8ae4a0b693a0e3..64e34e4134edb8a763ecfced808d2bb796796a15
+# rev for binutils : 1bdba1b7730fbdb848b50ae05f8ae4a0b693a0e3..64e34e4134edb8a763ecfced808d2bb796796a15 (28 commits)
++ c_commits=28
++ echo '# rev for binutils : 1bdba1b7730fbdb848b50ae05f8ae4a0b693a0e3..64e34e4134edb8a763ecfced808d2bb796796a15 (28 commits)'
+ for c in "${changed_components[@]}"
++ get_baseline_git gcc_rev
++ set -euf -o pipefail
@@ -172,35 +168,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=576c1fc4401a9dae9757ac2e4fa37d05e130fa3d
++ base_rev=bd901d76734c1fb73cd2fa73d7f0427261a2541a
++ 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=bd901d76734c1fb73cd2fa73d7f0427261a2541a
-++ git -C gcc rev-list --count 576c1fc4401a9dae9757ac2e4fa37d05e130fa3d..bd901d76734c1fb73cd2fa73d7f0427261a2541a
-# rev for gcc : 576c1fc4401a9dae9757ac2e4fa37d05e130fa3d..bd901d76734c1fb73cd2fa73d7f0427261a2541a (88 commits)
-+ c_commits=88
-+ echo '# rev for gcc : 576c1fc4401a9dae9757ac2e4fa37d05e130fa3d..bd901d76734c1fb73cd2fa73d7f0427261a2541a (88 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=fb57e402d027205ea338ffe4d8a987162ebc3160
+++ git -C gcc rev-list --count bd901d76734c1fb73cd2fa73d7f0427261a2541a..fb57e402d027205ea338ffe4d8a987162ebc3160
+# rev for gcc : bd901d76734c1fb73cd2fa73d7f0427261a2541a..fb57e402d027205ea338ffe4d8a987162ebc3160 (35 commits)
++ c_commits=35
++ echo '# rev for gcc : bd901d76734c1fb73cd2fa73d7f0427261a2541a..fb57e402d027205ea338ffe4d8a987162ebc3160 (35 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=bd00730ec0f621706d0179768436f82c39048499
++ 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 bd00730ec0f621706d0179768436f82c39048499..80f1709aa0eb4de09b4240563463f991a5b9d855
-# rev for qemu : bd00730ec0f621706d0179768436f82c39048499..80f1709aa0eb4de09b4240563463f991a5b9d855 (149 commits)
++ cur_rev=7425b6277f12e82952cede1f531bfc689bf77fb1
+++ git -C qemu rev-list --count 80f1709aa0eb4de09b4240563463f991a5b9d855..7425b6277f12e82952cede1f531bfc689bf77fb1
+# rev for qemu : 80f1709aa0eb4de09b4240563463f991a5b9d855..7425b6277f12e82952cede1f531bfc689bf77fb1 (46 commits)
-+ c_commits=149
-+ echo '# rev for qemu : bd00730ec0f621706d0179768436f82c39048499..80f1709aa0eb4de09b4240563463f991a5b9d855 (149 commits)'
++ c_commits=46
++ echo '# rev for qemu : 80f1709aa0eb4de09b4240563463f991a5b9d855..7425b6277f12e82952cede1f531bfc689bf77fb1 (46 commits)'
+ echo ''
+ setup_stages_to_run
+ '[' ignore = onregression ']'