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, 54 insertions, 34 deletions
diff --git a/jenkins/notify-init.log b/jenkins/notify-init.log
index 179dec3..a4fc80d 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=
@@ -9,8 +9,8 @@
+ declare -a changed_components
+ declare print_commits_f print_result_f print_config_f print_last_icommit_f
+ dump_model_only=false
-+ setup_notify_environment
# setup_notify_environment
++ setup_notify_environment
+ echo '# setup_notify_environment'
+ top_artifacts=artifacts
++ get_current_manifest '{rr[ci_project]}'
@@ -26,19 +26,19 @@
++ get_baseline_manifest BUILD_URL
++ get_manifest base-artifacts/manifest.sh BUILD_URL false
++ set +x
-# Baseline : https://ci.linaro.org/job/tcwg_gnu_native_build--master-aarch64-build/469/
-+ echo '# Baseline : https://ci.linaro.org/job/tcwg_gnu_native_build--master-aarch64-build/469/'
+# Baseline : https://ci.linaro.org/job/tcwg_gnu_native_build--master-aarch64-build/470/
++ echo '# Baseline : https://ci.linaro.org/job/tcwg_gnu_native_build--master-aarch64-build/470/'
# Using dir : base-artifacts
+ 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_native_build--master-aarch64-build/470/
+# Artifacts : https://ci.linaro.org/job/tcwg_gnu_native_build--master-aarch64-build/471/
# Using dir : artifacts
-
-+ echo '# Artifacts : https://ci.linaro.org/job/tcwg_gnu_native_build--master-aarch64-build/470/'
++ echo '# Artifacts : https://ci.linaro.org/job/tcwg_gnu_native_build--master-aarch64-build/471/'
+ echo '# Using dir : artifacts'
+ echo ''
+
+ mkdir -p artifacts/notify
+ '[' -f /home/tcwg-buildslave/.jipdate.yml ']'
+ set +x
@@ -93,7 +93,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
-++ '[' x598c50b0b0b6f05a559bd9c6941424f6b92941b0 '!=' x476bf7d5e6661b06eb9f8de9258cf48fd81919af ']'
+++ '[' x9a20cccbcd8d69288fbce51707ef43c21fa62ce2 '!=' x598c50b0b0b6f05a559bd9c6941424f6b92941b0 ']'
++ echo -ne binutils
++ delim=' '
++ for c in $(print_updated_components)
@@ -108,7 +108,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
-++ '[' x8b9d0e8cf482287b6c37b5a268d0eb2d0a964561 '!=' x4e88c4809a3e050fccd21a4fd6248160d2d0376d ']'
+++ '[' x9c16ca93641ad460a576a9ed7daf2aadf596193c '!=' x8b9d0e8cf482287b6c37b5a268d0eb2d0a964561 ']'
++ echo -ne ' gcc'
++ delim=' '
++ for c in $(print_updated_components)
@@ -136,7 +136,9 @@
+++ assert_with_msg 'ERROR: No glibc_rev in baseline git' '[' -f base-artifacts/git/glibc_rev ']'
+++ set -euf -o pipefail +x
+++ cat base-artifacts/git/glibc_rev
-++ '[' x2e0c0ff95ca0e3122eb5b906ee26a31f284ce5ab '!=' x2e0c0ff95ca0e3122eb5b906ee26a31f284ce5ab ']'
+++ '[' x78ca44da0160a0b442f0ca1f253e3360f044b2ec '!=' x2e0c0ff95ca0e3122eb5b906ee26a31f284ce5ab ']'
+++ echo -ne ' glibc'
+++ delim=' '
++ for c in $(print_updated_components)
+++ get_current_git gdb_rev
+++ set -euf -o pipefail
@@ -149,19 +151,19 @@
+++ 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
-++ '[' x598c50b0b0b6f05a559bd9c6941424f6b92941b0 '!=' x476bf7d5e6661b06eb9f8de9258cf48fd81919af ']'
+++ '[' x9a20cccbcd8d69288fbce51707ef43c21fa62ce2 '!=' x598c50b0b0b6f05a559bd9c6941424f6b92941b0 ']'
++ echo -ne ' gdb'
++ delim=' '
++ echo
+ local c base_rev cur_rev c_commits
++ '[' 4 = 0 ']'
# Debug traces :
-# change_kind=multiple_components : binutils gcc gdb
-+ '[' 3 = 0 ']'
-+ '[' 3 = 1 ']'
+# change_kind=multiple_components : binutils gcc glibc gdb
++ '[' 4 = 1 ']'
+ change_kind=multiple_components
+ changed_single_component=
+ echo '# Debug traces :'
-+ echo '# change_kind=multiple_components : binutils gcc gdb'
++ echo '# change_kind=multiple_components : binutils gcc glibc gdb'
+ for c in "${changed_components[@]}"
++ get_baseline_git binutils_rev
++ set -euf -o pipefail
@@ -169,17 +171,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=476bf7d5e6661b06eb9f8de9258cf48fd81919af
++ base_rev=598c50b0b0b6f05a559bd9c6941424f6b92941b0
++ 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=598c50b0b0b6f05a559bd9c6941424f6b92941b0
-++ git -C binutils rev-list --count 476bf7d5e6661b06eb9f8de9258cf48fd81919af..598c50b0b0b6f05a559bd9c6941424f6b92941b0
-+ c_commits=1
-# rev for binutils : 476bf7d5e6661b06eb9f8de9258cf48fd81919af..598c50b0b0b6f05a559bd9c6941424f6b92941b0 (1 commits)
-+ echo '# rev for binutils : 476bf7d5e6661b06eb9f8de9258cf48fd81919af..598c50b0b0b6f05a559bd9c6941424f6b92941b0 (1 commits)'
++ cur_rev=9a20cccbcd8d69288fbce51707ef43c21fa62ce2
+++ git -C binutils rev-list --count 598c50b0b0b6f05a559bd9c6941424f6b92941b0..9a20cccbcd8d69288fbce51707ef43c21fa62ce2
++ c_commits=14
++ echo '# rev for binutils : 598c50b0b0b6f05a559bd9c6941424f6b92941b0..9a20cccbcd8d69288fbce51707ef43c21fa62ce2 (14 commits)'
+# rev for binutils : 598c50b0b0b6f05a559bd9c6941424f6b92941b0..9a20cccbcd8d69288fbce51707ef43c21fa62ce2 (14 commits)
+ for c in "${changed_components[@]}"
++ get_baseline_git gcc_rev
++ set -euf -o pipefail
@@ -187,17 +189,35 @@
++ 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=4e88c4809a3e050fccd21a4fd6248160d2d0376d
++ base_rev=8b9d0e8cf482287b6c37b5a268d0eb2d0a964561
++ 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=8b9d0e8cf482287b6c37b5a268d0eb2d0a964561
-++ git -C gcc rev-list --count 4e88c4809a3e050fccd21a4fd6248160d2d0376d..8b9d0e8cf482287b6c37b5a268d0eb2d0a964561
-+ c_commits=17
-# rev for gcc : 4e88c4809a3e050fccd21a4fd6248160d2d0376d..8b9d0e8cf482287b6c37b5a268d0eb2d0a964561 (17 commits)
-+ echo '# rev for gcc : 4e88c4809a3e050fccd21a4fd6248160d2d0376d..8b9d0e8cf482287b6c37b5a268d0eb2d0a964561 (17 commits)'
++ cur_rev=9c16ca93641ad460a576a9ed7daf2aadf596193c
+++ git -C gcc rev-list --count 8b9d0e8cf482287b6c37b5a268d0eb2d0a964561..9c16ca93641ad460a576a9ed7daf2aadf596193c
++ c_commits=33
++ echo '# rev for gcc : 8b9d0e8cf482287b6c37b5a268d0eb2d0a964561..9c16ca93641ad460a576a9ed7daf2aadf596193c (33 commits)'
+# rev for gcc : 8b9d0e8cf482287b6c37b5a268d0eb2d0a964561..9c16ca93641ad460a576a9ed7daf2aadf596193c (33 commits)
++ for c in "${changed_components[@]}"
+++ get_baseline_git glibc_rev
+++ set -euf -o pipefail
+++ local base_artifacts=base-artifacts
+++ assert_with_msg 'ERROR: No glibc_rev in baseline git' '[' -f base-artifacts/git/glibc_rev ']'
+++ set -euf -o pipefail +x
+++ cat base-artifacts/git/glibc_rev
++ base_rev=2e0c0ff95ca0e3122eb5b906ee26a31f284ce5ab
+++ get_current_git glibc_rev
+++ set -euf -o pipefail
+++ assert_with_msg 'ERROR: No glibc_rev in current git' '[' -f artifacts/git/glibc_rev ']'
+++ set -euf -o pipefail +x
+++ cat artifacts/git/glibc_rev
++ cur_rev=78ca44da0160a0b442f0ca1f253e3360f044b2ec
+++ git -C glibc rev-list --count 2e0c0ff95ca0e3122eb5b906ee26a31f284ce5ab..78ca44da0160a0b442f0ca1f253e3360f044b2ec
++ c_commits=3
+# rev for glibc : 2e0c0ff95ca0e3122eb5b906ee26a31f284ce5ab..78ca44da0160a0b442f0ca1f253e3360f044b2ec (3 commits)
++ echo '# rev for glibc : 2e0c0ff95ca0e3122eb5b906ee26a31f284ce5ab..78ca44da0160a0b442f0ca1f253e3360f044b2ec (3 commits)'
+ for c in "${changed_components[@]}"
++ get_baseline_git gdb_rev
++ set -euf -o pipefail
@@ -205,18 +225,18 @@
++ 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=476bf7d5e6661b06eb9f8de9258cf48fd81919af
++ base_rev=598c50b0b0b6f05a559bd9c6941424f6b92941b0
++ 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=598c50b0b0b6f05a559bd9c6941424f6b92941b0
-++ git -C gdb rev-list --count 476bf7d5e6661b06eb9f8de9258cf48fd81919af..598c50b0b0b6f05a559bd9c6941424f6b92941b0
-+ c_commits=1
-# rev for gdb : 476bf7d5e6661b06eb9f8de9258cf48fd81919af..598c50b0b0b6f05a559bd9c6941424f6b92941b0 (1 commits)
++ cur_rev=9a20cccbcd8d69288fbce51707ef43c21fa62ce2
+++ git -C gdb rev-list --count 598c50b0b0b6f05a559bd9c6941424f6b92941b0..9a20cccbcd8d69288fbce51707ef43c21fa62ce2
++ c_commits=14
+# rev for gdb : 598c50b0b0b6f05a559bd9c6941424f6b92941b0..9a20cccbcd8d69288fbce51707ef43c21fa62ce2 (14 commits)
-+ echo '# rev for gdb : 476bf7d5e6661b06eb9f8de9258cf48fd81919af..598c50b0b0b6f05a559bd9c6941424f6b92941b0 (1 commits)'
++ echo '# rev for gdb : 598c50b0b0b6f05a559bd9c6941424f6b92941b0..9a20cccbcd8d69288fbce51707ef43c21fa62ce2 (14 commits)'
+ echo ''
+ setup_stages_to_run
+ '[' ignore = onregression ']'
@@ -245,7 +265,7 @@
+ local stage=init
+ '[' multiple_components '!=' single_commit ']'
+ return
-Init stage ran successfully.
+ '[' init '!=' full ']'
+ echo 'Init stage ran successfully.'
+Init stage ran successfully.
+ exit 0