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.log220
1 files changed, 22 insertions, 198 deletions
diff --git a/jenkins/notify-init.log b/jenkins/notify-init.log
index 57483c7..58b4c81 100644
--- a/jenkins/notify-init.log
+++ b/jenkins/notify-init.log
@@ -1,6 +1,6 @@
+ set +x
-/home/tcwg-buildslave/workspace/tcwg_gnu_0/jenkins-scripts/round-robin-notify.sh @@rr[top_artifacts] artifacts --notify ignore __stage init __verbose true __build_script tcwg_gnu-build.sh
+/home/tcwg-buildslave/workspace/tcwg_gnu_1/jenkins-scripts/round-robin-notify.sh @@rr[top_artifacts] artifacts --notify ignore __stage init __verbose true __build_script tcwg_gnu-build.sh
+ false
+ dryrun=
@@ -16,27 +16,27 @@
++ 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_gnu_embed_build--master-thumb_m33_eabi-build/66/
+# Using dir : base-artifacts
+ ci_project=tcwg_gnu_embed_build
++ get_current_manifest '{rr[ci_config]}'
++ get_manifest artifacts/manifest.sh '{rr[ci_config]}'
++ set +x
-# Debug traces :
+ ci_config=master-thumb_m33_eabi
+ 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_gnu_embed_build--master-thumb_m33_eabi-build/65/
-# Using dir : base-artifacts
-+ echo '# Baseline : https://ci.linaro.org/job/tcwg_gnu_embed_build--master-thumb_m33_eabi-build/65/'
++ echo '# Baseline : https://ci.linaro.org/job/tcwg_gnu_embed_build--master-thumb_m33_eabi-build/66/'
+ 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_gnu_embed_build--master-thumb_m33_eabi-build/66/
+# Artifacts : https://ci.linaro.org/job/tcwg_gnu_embed_build--master-thumb_m33_eabi-build/70/
# Using dir : artifacts
-+ echo '# Artifacts : https://ci.linaro.org/job/tcwg_gnu_embed_build--master-thumb_m33_eabi-build/66/'
++ echo '# Artifacts : https://ci.linaro.org/job/tcwg_gnu_embed_build--master-thumb_m33_eabi-build/70/'
+ echo '# Using dir : artifacts'
+ echo ''
+ mkdir -p artifacts/notify
@@ -50,8 +50,13 @@
+ echo '# check_source_changes'
++ get_current_manifest '{rr[update_baseline]}'
++ get_manifest artifacts/manifest.sh '{rr[update_baseline]}'
+# Debug traces :
+# change_kind=no_change :
+
+# post_interesting_commits
+Init stage ran successfully.
++ set +x
-+ '[' onsuccess '!=' init ']'
++ '[' force '!=' init ']'
+ IFS=' '
+ read -r -a changed_components
++ print_changed_components
@@ -61,202 +66,23 @@
+++ set -euf -o pipefail
+++ local c delim=
+++ for c in ${rr[components]}
-+++ '[' xgit://sourceware.org/git/binutils-gdb.git#master '!=' xbaseline ']'
-+++ echo -ne binutils
-+++ delim=' '
++++ '[' xbaseline '!=' xbaseline ']'
+++ for c in ${rr[components]}
-+++ '[' xhttps://github.com/gcc-mirror/gcc.git#master '!=' xbaseline ']'
-+++ echo -ne ' gcc'
-+++ delim=' '
++++ '[' xbaseline '!=' xbaseline ']'
+++ for c in ${rr[components]}
-+++ '[' xgit://sourceware.org/git/newlib-cygwin.git#master '!=' xbaseline ']'
-+++ echo -ne ' newlib'
-+++ delim=' '
++++ '[' xbaseline '!=' xbaseline ']'
+++ for c in ${rr[components]}
-+++ '[' xgit://sourceware.org/git/binutils-gdb.git#master '!=' xbaseline ']'
-+++ echo -ne ' gdb'
-+++ delim=' '
++++ '[' xbaseline '!=' xbaseline ']'
+++ for c in ${rr[components]}
-+++ '[' xhttps://gitlab.com/qemu-project/qemu.git#master '!=' xbaseline ']'
-+++ echo -ne ' qemu'
-+++ delim=' '
++++ '[' xbaseline '!=' xbaseline ']'
+++ 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
-++ '[' x476bf7d5e6661b06eb9f8de9258cf48fd81919af '!=' xda02021b59983145f7da0226afb46345cda5d9ef ']'
-++ 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 ']'
-+++ set -euf -o pipefail +x
-+++ cat artifacts/git/gcc_rev
-+++ 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
-++ '[' xb28229b35a77bdaacef5e0b276bac0c7ca6344f9 '!=' x4f1ebd54380e16927cd0085be939165870354eac ']'
-++ echo -ne ' gcc'
-++ delim=' '
-++ for c in $(print_updated_components)
-+++ get_current_git newlib_rev
-+++ set -euf -o pipefail
-+++ assert_with_msg 'ERROR: No newlib_rev in current git' '[' -f artifacts/git/newlib_rev ']'
-+++ set -euf -o pipefail +x
-+++ cat artifacts/git/newlib_rev
-+++ get_baseline_git newlib_rev
-+++ set -euf -o pipefail
-+++ local base_artifacts=base-artifacts
-+++ assert_with_msg 'ERROR: No newlib_rev in baseline git' '[' -f base-artifacts/git/newlib_rev ']'
-+++ set -euf -o pipefail +x
-+++ cat base-artifacts/git/newlib_rev
-++ '[' xd5dcb484c705a214b30826c82b9fd8bf83772093 '!=' x3ef4bb186196b23f7a349a0614294b7ee1e0c4dc ']'
-++ echo -ne ' newlib'
-++ delim=' '
-++ for c in $(print_updated_components)
-+++ get_current_git gdb_rev
-+++ set -euf -o pipefail
-+++ assert_with_msg 'ERROR: No gdb_rev in current git' '[' -f artifacts/git/gdb_rev ']'
-+++ set -euf -o pipefail +x
-+++ cat artifacts/git/gdb_rev
-+++ get_baseline_git gdb_rev
-+++ set -euf -o pipefail
-+++ local base_artifacts=base-artifacts
-+++ assert_with_msg 'ERROR: No gdb_rev in baseline git' '[' -f base-artifacts/git/gdb_rev ']'
-+++ set -euf -o pipefail +x
-+++ cat base-artifacts/git/gdb_rev
-++ '[' x476bf7d5e6661b06eb9f8de9258cf48fd81919af '!=' xda02021b59983145f7da0226afb46345cda5d9ef ']'
-++ echo -ne ' gdb'
-++ 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
-++ '[' x4705fc0c8511d073bee4751c3c974aab2b10a970 '!=' xb93c4313f2f40897bdafba15620c8fef6c20e721 ']'
-++ echo -ne ' qemu'
-++ delim=' '
++ echo
-# Debug traces :
-# change_kind=multiple_components : binutils gcc newlib gdb qemu
+ local c base_rev cur_rev c_commits
-+ '[' 5 = 0 ']'
-+ '[' 5 = 1 ']'
-+ change_kind=multiple_components
++ '[' 0 = 0 ']'
++ change_kind=no_change
+ changed_single_component=
+ echo '# Debug traces :'
-+ echo '# change_kind=multiple_components : binutils gcc newlib gdb qemu'
-+ for c in "${changed_components[@]}"
-++ 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
-+ base_rev=da02021b59983145f7da0226afb46345cda5d9ef
-++ 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=476bf7d5e6661b06eb9f8de9258cf48fd81919af
-++ git -C binutils rev-list --count da02021b59983145f7da0226afb46345cda5d9ef..476bf7d5e6661b06eb9f8de9258cf48fd81919af
-# rev for binutils : da02021b59983145f7da0226afb46345cda5d9ef..476bf7d5e6661b06eb9f8de9258cf48fd81919af (35 commits)
-+ c_commits=35
-+ echo '# rev for binutils : da02021b59983145f7da0226afb46345cda5d9ef..476bf7d5e6661b06eb9f8de9258cf48fd81919af (35 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=4f1ebd54380e16927cd0085be939165870354eac
-++ 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=b28229b35a77bdaacef5e0b276bac0c7ca6344f9
-++ git -C gcc rev-list --count 4f1ebd54380e16927cd0085be939165870354eac..b28229b35a77bdaacef5e0b276bac0c7ca6344f9
-# rev for gcc : 4f1ebd54380e16927cd0085be939165870354eac..b28229b35a77bdaacef5e0b276bac0c7ca6344f9 (78 commits)
-+ c_commits=78
-+ echo '# rev for gcc : 4f1ebd54380e16927cd0085be939165870354eac..b28229b35a77bdaacef5e0b276bac0c7ca6344f9 (78 commits)'
-+ for c in "${changed_components[@]}"
-++ get_baseline_git newlib_rev
-++ set -euf -o pipefail
-++ local base_artifacts=base-artifacts
-++ assert_with_msg 'ERROR: No newlib_rev in baseline git' '[' -f base-artifacts/git/newlib_rev ']'
-++ set -euf -o pipefail +x
-++ cat base-artifacts/git/newlib_rev
-+ base_rev=3ef4bb186196b23f7a349a0614294b7ee1e0c4dc
-++ get_current_git newlib_rev
-++ set -euf -o pipefail
-++ assert_with_msg 'ERROR: No newlib_rev in current git' '[' -f artifacts/git/newlib_rev ']'
-++ set -euf -o pipefail +x
-++ cat artifacts/git/newlib_rev
-+ cur_rev=d5dcb484c705a214b30826c82b9fd8bf83772093
-++ git -C newlib rev-list --count 3ef4bb186196b23f7a349a0614294b7ee1e0c4dc..d5dcb484c705a214b30826c82b9fd8bf83772093
-# rev for newlib : 3ef4bb186196b23f7a349a0614294b7ee1e0c4dc..d5dcb484c705a214b30826c82b9fd8bf83772093 (2 commits)
-+ c_commits=2
-+ echo '# rev for newlib : 3ef4bb186196b23f7a349a0614294b7ee1e0c4dc..d5dcb484c705a214b30826c82b9fd8bf83772093 (2 commits)'
-+ for c in "${changed_components[@]}"
-++ get_baseline_git gdb_rev
-++ set -euf -o pipefail
-++ local base_artifacts=base-artifacts
-++ assert_with_msg 'ERROR: No gdb_rev in baseline git' '[' -f base-artifacts/git/gdb_rev ']'
-++ set -euf -o pipefail +x
-++ cat base-artifacts/git/gdb_rev
-+ base_rev=da02021b59983145f7da0226afb46345cda5d9ef
-++ get_current_git gdb_rev
-++ set -euf -o pipefail
-++ assert_with_msg 'ERROR: No gdb_rev in current git' '[' -f artifacts/git/gdb_rev ']'
-++ set -euf -o pipefail +x
-++ cat artifacts/git/gdb_rev
-+ cur_rev=476bf7d5e6661b06eb9f8de9258cf48fd81919af
-++ git -C gdb rev-list --count da02021b59983145f7da0226afb46345cda5d9ef..476bf7d5e6661b06eb9f8de9258cf48fd81919af
-# rev for gdb : da02021b59983145f7da0226afb46345cda5d9ef..476bf7d5e6661b06eb9f8de9258cf48fd81919af (35 commits)
-+ c_commits=35
-+ echo '# rev for gdb : da02021b59983145f7da0226afb46345cda5d9ef..476bf7d5e6661b06eb9f8de9258cf48fd81919af (35 commits)'
-+ for c in "${changed_components[@]}"
-++ 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
-+ base_rev=b93c4313f2f40897bdafba15620c8fef6c20e721
-++ 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 b93c4313f2f40897bdafba15620c8fef6c20e721..4705fc0c8511d073bee4751c3c974aab2b10a970
-# rev for qemu : b93c4313f2f40897bdafba15620c8fef6c20e721..4705fc0c8511d073bee4751c3c974aab2b10a970 (15 commits)
-
-+ c_commits=15
-+ echo '# rev for qemu : b93c4313f2f40897bdafba15620c8fef6c20e721..4705fc0c8511d073bee4751c3c974aab2b10a970 (15 commits)'
++ echo '# change_kind=no_change : '
+ echo ''
+ setup_stages_to_run
+ '[' ignore = onregression ']'
@@ -280,12 +106,10 @@
+ print_config_f=gnu_print_config
+ post_interesting_commits init
+ set -euf -o pipefail
-# post_interesting_commits
+ echo '# post_interesting_commits'
+ local stage=init
-+ '[' multiple_components '!=' single_commit ']'
++ '[' no_change '!=' single_commit ']'
+ return
-Init stage ran successfully.
+ '[' init '!=' full ']'
+ echo 'Init stage ran successfully.'
+ exit 0