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.log159
1 files changed, 101 insertions, 58 deletions
diff --git a/jenkins/notify-init.log b/jenkins/notify-init.log
index 214faa6..597c1be 100644
--- a/jenkins/notify-init.log
+++ b/jenkins/notify-init.log
@@ -26,22 +26,20 @@
++ 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-arm-mainline-allmodconfig-build/108/
+# Baseline : https://ci.linaro.org/job/tcwg_kernel--gnu-master-arm-mainline-allmodconfig-build/109/
# Using dir : base-artifacts
-+ echo '# Baseline : https://ci.linaro.org/job/tcwg_kernel--gnu-master-arm-mainline-allmodconfig-build/108/'
++ echo '# Baseline : https://ci.linaro.org/job/tcwg_kernel--gnu-master-arm-mainline-allmodconfig-build/109/'
+ 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-arm-mainline-allmodconfig-build/109/
+# Artifacts : https://ci.linaro.org/job/tcwg_kernel--gnu-master-arm-mainline-allmodconfig-build/110/
# Using dir : artifacts
-+ echo '# Artifacts : https://ci.linaro.org/job/tcwg_kernel--gnu-master-arm-mainline-allmodconfig-build/109/'
++ echo '# Artifacts : https://ci.linaro.org/job/tcwg_kernel--gnu-master-arm-mainline-allmodconfig-build/110/'
+ 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
@@ -61,17 +59,38 @@
+++ set -euf -o pipefail
+++ local c delim=
+++ for c in ${rr[components]}
-+++ '[' xbaseline '!=' xbaseline ']'
++++ '[' xgit://sourceware.org/git/binutils-gdb.git#master '!=' xbaseline ']'
++++ echo -ne binutils
++++ delim=' '
+++ for c in ${rr[components]}
+++ '[' xhttps://github.com/gcc-mirror/gcc.git#master '!=' xbaseline ']'
-+++ echo -ne gcc
++++ echo -ne ' gcc'
+++ delim=' '
+++ for c in ${rr[components]}
-+++ '[' xbaseline '!=' xbaseline ']'
++++ '[' xhttps://git.linaro.org/kernel-org/linux.git#master '!=' xbaseline ']'
++++ echo -ne ' linux'
++++ delim=' '
+++ for c in ${rr[components]}
-+++ '[' xbaseline '!=' xbaseline ']'
++++ '[' xhttps://gitlab.com/qemu-project/qemu.git#master '!=' xbaseline ']'
++++ echo -ne ' qemu'
++++ delim=' '
+++ echo
++ for c in $(print_updated_components)
++++ 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
++++ get_baseline_git binutils_rev
++++ set -euf -o pipefail
++++ local base_artifacts=base-artifacts
++++ 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
+++ '[' xe7a293f376fef110ae59f5b9ae5bf0aaca68a4da '!=' x316e74cec34cde2468e50aadafc62ce86d1971a6 ']'
+++ echo -ne binutils
+++ delim=' '
+++ for c in $(print_updated_components)
+++ get_current_git gcc_rev
+++ set -euf -o pipefail
+++ assert_with_msg 'ERROR: No gcc_rev in current git' '[' -f artifacts/git/gcc_rev ']'
@@ -83,78 +102,102 @@
+++ 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
-++ '[' x8c8d4b565cd7e08c6ec9ca5a4369d8ec5619cad8 '!=' xe7dd72aefed851d11655aa301d6e394ec9805e0d ']'
-++ echo -ne gcc
+++ '[' xf83cfb8148bcf0876df76761a9a4545bc939667d '!=' x8c8d4b565cd7e08c6ec9ca5a4369d8ec5619cad8 ']'
+++ echo -ne ' gcc'
++ delim=' '
+++ for c in $(print_updated_components)
++++ 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
++++ 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
+++ '[' xfbafc3e621c3f4ded43720fdb1d6ce1728ec664e '!=' x24e0d2e527a39f64caeb2e6be39ad5396fb2da5e ']'
+++ echo -ne ' linux'
+++ delim=' '
+++ for c in $(print_updated_components)
++++ 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
++++ 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
+++ '[' x80f1709aa0eb4de09b4240563463f991a5b9d855 '!=' x80f1709aa0eb4de09b4240563463f991a5b9d855 ']'
++ echo
+# Debug traces :
+# change_kind=multiple_components : binutils gcc linux
+ local c base_rev cur_rev c_commits
-+ '[' 1 = 0 ']'
-+ '[' 1 = 1 ']'
-+ changed_single_component=gcc
-++ get_current_git gcc_rev
++ '[' 3 = 0 ']'
++ '[' 3 = 1 ']'
++ change_kind=multiple_components
++ changed_single_component=
++ echo '# Debug traces :'
++ echo '# change_kind=multiple_components : binutils gcc linux'
++ for c in "${changed_components[@]}"
+++ get_baseline_git binutils_rev
++ set -euf -o pipefail
-++ assert_with_msg 'ERROR: No gcc_rev in current git' '[' -f artifacts/git/gcc_rev ']'
+++ local base_artifacts=base-artifacts
+++ assert_with_msg 'ERROR: No binutils_rev in baseline git' '[' -f base-artifacts/git/binutils_rev ']'
++ set -euf -o pipefail +x
-++ cat artifacts/git/gcc_rev
-+ first_bad=8c8d4b565cd7e08c6ec9ca5a4369d8ec5619cad8
-++ get_baseline_git gcc_rev
+++ cat base-artifacts/git/binutils_rev
++ base_rev=316e74cec34cde2468e50aadafc62ce86d1971a6
+++ get_current_git binutils_rev
++ set -euf -o pipefail
-++ local base_artifacts=base-artifacts
-++ assert_with_msg 'ERROR: No gcc_rev in baseline git' '[' -f base-artifacts/git/gcc_rev ']'
+++ assert_with_msg 'ERROR: No binutils_rev in current git' '[' -f artifacts/git/binutils_rev ']'
++ set -euf -o pipefail +x
-++ cat base-artifacts/git/gcc_rev
-+ last_good=e7dd72aefed851d11655aa301d6e394ec9805e0d
-+ local res
-+ res=0
-+ wait 20228
-+ git -C gcc rev-parse --verify HEAD
-+ assert_with_msg 'Cannot parse HEAD in repo gcc' '[' 0 = 0 ']'
-+ set -euf -o pipefail +x
-+ single_commit_p gcc
-+ set -euf -o pipefail
-+ local c=gcc
-+ local base_rev cur_rev sha1
+++ cat artifacts/git/binutils_rev
++ cur_rev=e7a293f376fef110ae59f5b9ae5bf0aaca68a4da
+++ git -C binutils rev-list --count 316e74cec34cde2468e50aadafc62ce86d1971a6..e7a293f376fef110ae59f5b9ae5bf0aaca68a4da
+# rev for binutils : 316e74cec34cde2468e50aadafc62ce86d1971a6..e7a293f376fef110ae59f5b9ae5bf0aaca68a4da (52 commits)
++ c_commits=52
++ echo '# rev for binutils : 316e74cec34cde2468e50aadafc62ce86d1971a6..e7a293f376fef110ae59f5b9ae5bf0aaca68a4da (52 commits)'
++ for c in "${changed_components[@]}"
++ get_baseline_git gcc_rev
++ set -euf -o pipefail
++ local base_artifacts=base-artifacts
++ 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=e7dd72aefed851d11655aa301d6e394ec9805e0d
++ base_rev=8c8d4b565cd7e08c6ec9ca5a4369d8ec5619cad8
++ 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=8c8d4b565cd7e08c6ec9ca5a4369d8ec5619cad8
-++ git -C gcc rev-parse '8c8d4b565cd7e08c6ec9ca5a4369d8ec5619cad8^@'
-+ for sha1 in $(git -C "$c" rev-parse "$cur_rev^@")
-+ '[' 3dd45dee7f52f301f4bf8bec153b9c5c104294cc = e7dd72aefed851d11655aa301d6e394ec9805e0d ']'
-+ return 1
-# Debug traces :
-# change_kind=single_component : gcc
-+ change_kind=single_component
-+ echo '# Debug traces :'
-+ echo '# change_kind=single_component : gcc'
++ cur_rev=f83cfb8148bcf0876df76761a9a4545bc939667d
+++ git -C gcc rev-list --count 8c8d4b565cd7e08c6ec9ca5a4369d8ec5619cad8..f83cfb8148bcf0876df76761a9a4545bc939667d
+# rev for gcc : 8c8d4b565cd7e08c6ec9ca5a4369d8ec5619cad8..f83cfb8148bcf0876df76761a9a4545bc939667d (28 commits)
++ c_commits=28
++ echo '# rev for gcc : 8c8d4b565cd7e08c6ec9ca5a4369d8ec5619cad8..f83cfb8148bcf0876df76761a9a4545bc939667d (28 commits)'
+ for c in "${changed_components[@]}"
-++ get_baseline_git gcc_rev
+++ get_baseline_git linux_rev
++ set -euf -o pipefail
++ local base_artifacts=base-artifacts
-++ assert_with_msg 'ERROR: No gcc_rev in baseline git' '[' -f base-artifacts/git/gcc_rev ']'
+++ 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/gcc_rev
-+ base_rev=e7dd72aefed851d11655aa301d6e394ec9805e0d
-++ get_current_git gcc_rev
+++ cat base-artifacts/git/linux_rev
++ base_rev=24e0d2e527a39f64caeb2e6be39ad5396fb2da5e
+++ get_current_git linux_rev
++ set -euf -o pipefail
-++ assert_with_msg 'ERROR: No gcc_rev in current git' '[' -f artifacts/git/gcc_rev ']'
+++ assert_with_msg 'ERROR: No linux_rev in current git' '[' -f artifacts/git/linux_rev ']'
++ set -euf -o pipefail +x
-++ cat artifacts/git/gcc_rev
-+ cur_rev=8c8d4b565cd7e08c6ec9ca5a4369d8ec5619cad8
-++ git -C gcc rev-list --count e7dd72aefed851d11655aa301d6e394ec9805e0d..8c8d4b565cd7e08c6ec9ca5a4369d8ec5619cad8
-# rev for gcc : e7dd72aefed851d11655aa301d6e394ec9805e0d..8c8d4b565cd7e08c6ec9ca5a4369d8ec5619cad8 (67 commits)
+++ cat artifacts/git/linux_rev
++ cur_rev=fbafc3e621c3f4ded43720fdb1d6ce1728ec664e
+++ git -C linux rev-list --count 24e0d2e527a39f64caeb2e6be39ad5396fb2da5e..fbafc3e621c3f4ded43720fdb1d6ce1728ec664e
+# rev for linux : 24e0d2e527a39f64caeb2e6be39ad5396fb2da5e..fbafc3e621c3f4ded43720fdb1d6ce1728ec664e (131 commits)
-+ c_commits=67
-+ echo '# rev for gcc : e7dd72aefed851d11655aa301d6e394ec9805e0d..8c8d4b565cd7e08c6ec9ca5a4369d8ec5619cad8 (67 commits)'
++ c_commits=131
++ echo '# rev for linux : 24e0d2e527a39f64caeb2e6be39ad5396fb2da5e..fbafc3e621c3f4ded43720fdb1d6ce1728ec664e (131 commits)'
+ echo ''
+ setup_stages_to_run
+ '[' ignore = onregression ']'
@@ -179,7 +222,7 @@
+ set -euf -o pipefail
+ echo '# post_interesting_commits'
+ local stage=init
-+ '[' single_component '!=' single_commit ']'
++ '[' multiple_components '!=' single_commit ']'
+ return
Init stage ran successfully.
+ '[' init '!=' full ']'