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.log80
1 files changed, 40 insertions, 40 deletions
diff --git a/jenkins/notify-init.log b/jenkins/notify-init.log
index 33e82c6..564a82f 100644
--- a/jenkins/notify-init.log
+++ b/jenkins/notify-init.log
@@ -1,6 +1,6 @@
+ set +x
-/home/tcwg-buildslave/workspace/tcwg_gnu_6/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_3/jenkins-scripts/round-robin-notify.sh @@rr[top_artifacts] artifacts --notify ignore __stage init __verbose true __build_script tcwg_gnu-build.sh
+ false
+ dryrun=
@@ -10,8 +10,8 @@
+ declare print_commits_f print_result_f print_config_f print_last_icommit_f
+ dump_model_only=false
+ setup_notify_environment
-# setup_notify_environment
+ echo '# setup_notify_environment'
+# setup_notify_environment
+ top_artifacts=artifacts
++ get_current_manifest '{rr[ci_project]}'
++ get_manifest artifacts/manifest.sh '{rr[ci_project]}'
@@ -26,17 +26,17 @@
++ 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-arm-build/467/
-# Using dir : base-artifacts
-+ echo '# Baseline : https://ci.linaro.org/job/tcwg_gnu_native_build--master-arm-build/467/'
+# Baseline : https://ci.linaro.org/job/tcwg_gnu_native_build--master-arm-build/468/
++ echo '# Baseline : https://ci.linaro.org/job/tcwg_gnu_native_build--master-arm-build/468/'
+ echo '# Using dir : base-artifacts'
+# 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-arm-build/468/
-+ echo '# Artifacts : https://ci.linaro.org/job/tcwg_gnu_native_build--master-arm-build/468/'
-+ echo '# Using dir : artifacts'
+# Artifacts : https://ci.linaro.org/job/tcwg_gnu_native_build--master-arm-build/469/
# Using dir : artifacts
++ echo '# Artifacts : https://ci.linaro.org/job/tcwg_gnu_native_build--master-arm-build/469/'
++ echo '# Using dir : artifacts'
+ echo ''
+ mkdir -p artifacts/notify
@@ -45,8 +45,8 @@
+ declare -Ag pw
+ '[' ignore = precommit ']'
+ check_source_changes
-+ echo '# check_source_changes'
# check_source_changes
++ echo '# check_source_changes'
++ get_current_manifest '{rr[update_baseline]}'
++ get_manifest artifacts/manifest.sh '{rr[update_baseline]}'
++ set +x
@@ -92,7 +92,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
-++ '[' xb0dfd7427be1c022581ea4ff33713e9922294c34 '!=' x328e01595436e937a0cc00cc8451f17beda26799 ']'
+++ '[' x07b3255c3bae7126a0d679f957788560351eb236 '!=' xb0dfd7427be1c022581ea4ff33713e9922294c34 ']'
++ echo -ne binutils
++ delim=' '
++ for c in $(print_updated_components)
@@ -107,7 +107,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
-++ '[' x2020bce38cf2e02cbd1097faa8f1fd6586364a7e '!=' x3a5a30792f6c0db69ffee8bc1d7766dcfdc469b9 ']'
+++ '[' x4db820928065eccbeb725406450d826186582b9f '!=' x2020bce38cf2e02cbd1097faa8f1fd6586364a7e ']'
++ echo -ne ' gcc'
++ delim=' '
++ for c in $(print_updated_components)
@@ -135,7 +135,7 @@
+++ 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
-++ '[' x2d27dc1c750849f888b38fa7f0dadf6b376095de '!=' xd1dcb565a1fb5829f9476a1438c30eccc4027d04 ']'
+++ '[' x8f22e36238c94e2a89da624e03c224895f9dd691 '!=' x2d27dc1c750849f888b38fa7f0dadf6b376095de ']'
++ echo -ne ' glibc'
++ delim=' '
++ for c in $(print_updated_components)
@@ -150,18 +150,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
-++ '[' xb0dfd7427be1c022581ea4ff33713e9922294c34 '!=' x328e01595436e937a0cc00cc8451f17beda26799 ']'
+++ '[' x07b3255c3bae7126a0d679f957788560351eb236 '!=' xb0dfd7427be1c022581ea4ff33713e9922294c34 ']'
++ echo -ne ' gdb'
++ delim=' '
++ echo
+ local c base_rev cur_rev c_commits
-# Debug traces :
+ '[' 4 = 0 ']'
+# Debug traces :
+# change_kind=multiple_components : binutils gcc glibc gdb
+ '[' 4 = 1 ']'
+ change_kind=multiple_components
+ changed_single_component=
+ echo '# Debug traces :'
-# change_kind=multiple_components : binutils gcc glibc gdb
+ echo '# change_kind=multiple_components : binutils gcc glibc gdb'
+ for c in "${changed_components[@]}"
++ get_baseline_git binutils_rev
@@ -170,17 +170,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=328e01595436e937a0cc00cc8451f17beda26799
++ base_rev=b0dfd7427be1c022581ea4ff33713e9922294c34
++ 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=b0dfd7427be1c022581ea4ff33713e9922294c34
-++ git -C binutils rev-list --count 328e01595436e937a0cc00cc8451f17beda26799..b0dfd7427be1c022581ea4ff33713e9922294c34
-+ c_commits=34
-# rev for binutils : 328e01595436e937a0cc00cc8451f17beda26799..b0dfd7427be1c022581ea4ff33713e9922294c34 (34 commits)
-+ echo '# rev for binutils : 328e01595436e937a0cc00cc8451f17beda26799..b0dfd7427be1c022581ea4ff33713e9922294c34 (34 commits)'
++ cur_rev=07b3255c3bae7126a0d679f957788560351eb236
+++ git -C binutils rev-list --count b0dfd7427be1c022581ea4ff33713e9922294c34..07b3255c3bae7126a0d679f957788560351eb236
++ c_commits=28
++ echo '# rev for binutils : b0dfd7427be1c022581ea4ff33713e9922294c34..07b3255c3bae7126a0d679f957788560351eb236 (28 commits)'
+# rev for binutils : b0dfd7427be1c022581ea4ff33713e9922294c34..07b3255c3bae7126a0d679f957788560351eb236 (28 commits)
+ for c in "${changed_components[@]}"
++ get_baseline_git gcc_rev
++ set -euf -o pipefail
@@ -188,17 +188,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=3a5a30792f6c0db69ffee8bc1d7766dcfdc469b9
++ base_rev=2020bce38cf2e02cbd1097faa8f1fd6586364a7e
++ 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=2020bce38cf2e02cbd1097faa8f1fd6586364a7e
-++ git -C gcc rev-list --count 3a5a30792f6c0db69ffee8bc1d7766dcfdc469b9..2020bce38cf2e02cbd1097faa8f1fd6586364a7e
-# rev for gcc : 3a5a30792f6c0db69ffee8bc1d7766dcfdc469b9..2020bce38cf2e02cbd1097faa8f1fd6586364a7e (48 commits)
-+ c_commits=48
-+ echo '# rev for gcc : 3a5a30792f6c0db69ffee8bc1d7766dcfdc469b9..2020bce38cf2e02cbd1097faa8f1fd6586364a7e (48 commits)'
++ cur_rev=4db820928065eccbeb725406450d826186582b9f
+++ git -C gcc rev-list --count 2020bce38cf2e02cbd1097faa8f1fd6586364a7e..4db820928065eccbeb725406450d826186582b9f
++ c_commits=33
+# rev for gcc : 2020bce38cf2e02cbd1097faa8f1fd6586364a7e..4db820928065eccbeb725406450d826186582b9f (33 commits)
++ echo '# rev for gcc : 2020bce38cf2e02cbd1097faa8f1fd6586364a7e..4db820928065eccbeb725406450d826186582b9f (33 commits)'
+ for c in "${changed_components[@]}"
++ get_baseline_git glibc_rev
++ set -euf -o pipefail
@@ -206,17 +206,17 @@
++ 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=d1dcb565a1fb5829f9476a1438c30eccc4027d04
++ base_rev=2d27dc1c750849f888b38fa7f0dadf6b376095de
++ 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=2d27dc1c750849f888b38fa7f0dadf6b376095de
-++ git -C glibc rev-list --count d1dcb565a1fb5829f9476a1438c30eccc4027d04..2d27dc1c750849f888b38fa7f0dadf6b376095de
-+ c_commits=6
-+ echo '# rev for glibc : d1dcb565a1fb5829f9476a1438c30eccc4027d04..2d27dc1c750849f888b38fa7f0dadf6b376095de (6 commits)'
-# rev for glibc : d1dcb565a1fb5829f9476a1438c30eccc4027d04..2d27dc1c750849f888b38fa7f0dadf6b376095de (6 commits)
++ cur_rev=8f22e36238c94e2a89da624e03c224895f9dd691
+++ git -C glibc rev-list --count 2d27dc1c750849f888b38fa7f0dadf6b376095de..8f22e36238c94e2a89da624e03c224895f9dd691
++ c_commits=4
+# rev for glibc : 2d27dc1c750849f888b38fa7f0dadf6b376095de..8f22e36238c94e2a89da624e03c224895f9dd691 (4 commits)
++ echo '# rev for glibc : 2d27dc1c750849f888b38fa7f0dadf6b376095de..8f22e36238c94e2a89da624e03c224895f9dd691 (4 commits)'
+ for c in "${changed_components[@]}"
++ get_baseline_git gdb_rev
++ set -euf -o pipefail
@@ -224,18 +224,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=328e01595436e937a0cc00cc8451f17beda26799
++ base_rev=b0dfd7427be1c022581ea4ff33713e9922294c34
++ 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=b0dfd7427be1c022581ea4ff33713e9922294c34
-++ git -C gdb rev-list --count 328e01595436e937a0cc00cc8451f17beda26799..b0dfd7427be1c022581ea4ff33713e9922294c34
-+ c_commits=34
-# rev for gdb : 328e01595436e937a0cc00cc8451f17beda26799..b0dfd7427be1c022581ea4ff33713e9922294c34 (34 commits)
++ cur_rev=07b3255c3bae7126a0d679f957788560351eb236
+++ git -C gdb rev-list --count b0dfd7427be1c022581ea4ff33713e9922294c34..07b3255c3bae7126a0d679f957788560351eb236
++ c_commits=28
++ echo '# rev for gdb : b0dfd7427be1c022581ea4ff33713e9922294c34..07b3255c3bae7126a0d679f957788560351eb236 (28 commits)'
+# rev for gdb : b0dfd7427be1c022581ea4ff33713e9922294c34..07b3255c3bae7126a0d679f957788560351eb236 (28 commits)
-+ echo '# rev for gdb : 328e01595436e937a0cc00cc8451f17beda26799..b0dfd7427be1c022581ea4ff33713e9922294c34 (34 commits)'
+ echo ''
+ setup_stages_to_run
+ '[' ignore = onregression ']'
@@ -265,6 +265,6 @@
+ '[' multiple_components '!=' single_commit ']'
+ return
+ '[' init '!=' full ']'
-+ echo 'Init stage ran successfully.'
Init stage ran successfully.
++ echo 'Init stage ran successfully.'
+ exit 0