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.log78
1 files changed, 39 insertions, 39 deletions
diff --git a/jenkins/notify-init.log b/jenkins/notify-init.log
index f0bb91d..d15966a 100644
--- a/jenkins/notify-init.log
+++ b/jenkins/notify-init.log
@@ -1,6 +1,6 @@
+ set +x
-/home/tcwg-buildslave/workspace/tcwg_gnu_7/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=
@@ -8,8 +8,8 @@
+ declare change_kind changed_single_component last_good first_bad
+ 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
++ dump_model_only=false
+ setup_notify_environment
+ echo '# setup_notify_environment'
+ top_artifacts=artifacts
@@ -20,28 +20,28 @@
++ get_current_manifest '{rr[ci_config]}'
++ get_manifest artifacts/manifest.sh '{rr[ci_config]}'
++ set +x
-+ ci_config=master-aarch64
# Debug traces :
++ ci_config=master-aarch64
+ 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_native_check_binutils--master-aarch64-build/550/
+# Baseline : https://ci.linaro.org/job/tcwg_gnu_native_check_binutils--master-aarch64-build/551/
# Using dir : base-artifacts
-+ echo '# Baseline : https://ci.linaro.org/job/tcwg_gnu_native_check_binutils--master-aarch64-build/550/'
++ echo '# Baseline : https://ci.linaro.org/job/tcwg_gnu_native_check_binutils--master-aarch64-build/551/'
+ 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_check_binutils--master-aarch64-build/551/
+# Artifacts : https://ci.linaro.org/job/tcwg_gnu_native_check_binutils--master-aarch64-build/552/
# Using dir : artifacts
-+ echo '# Artifacts : https://ci.linaro.org/job/tcwg_gnu_native_check_binutils--master-aarch64-build/551/'
++ echo '# Artifacts : https://ci.linaro.org/job/tcwg_gnu_native_check_binutils--master-aarch64-build/552/'
+ echo '# Using dir : artifacts'
+ echo ''
+ mkdir -p artifacts/notify
-+ case "$notify" in
# check_source_changes
++ case "$notify" in
+ declare -Ag pw
+ '[' ignore = precommit ']'
+ check_source_changes
@@ -91,7 +91,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
-++ '[' xfcd5cdd5aeecf7eae91a402755c260bb64a0fe0f '!=' x3bb1944a5a0527a38702084ac301d9933b0130bb ']'
+++ '[' x90827b4eefb06f6e0ab6cbac9eb94922e2cc8aee '!=' xfcd5cdd5aeecf7eae91a402755c260bb64a0fe0f ']'
++ echo -ne binutils
++ delim=' '
++ for c in $(print_updated_components)
@@ -106,7 +106,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
-++ '[' x76f5542c48315cca5dfcbff2f22c94f8d145bde6 '!=' xfeaff27b290f4635df3c374fd4106259c6c654df ']'
+++ '[' x200531d5b9fb99eca2b0d6b8d1e42d176413225f '!=' x76f5542c48315cca5dfcbff2f22c94f8d145bde6 ']'
++ echo -ne ' gcc'
++ delim=' '
++ for c in $(print_updated_components)
@@ -121,7 +121,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
-++ '[' xf5837722ffecbbedf1b1dbab072a063565f0dad1 '!=' xfbafc3e621c3f4ded43720fdb1d6ce1728ec664e ']'
+++ '[' x8735c7c84d1bc5c3e481c02b6b6163bdefe4132f '!=' xf5837722ffecbbedf1b1dbab072a063565f0dad1 ']'
++ echo -ne ' linux'
++ delim=' '
++ for c in $(print_updated_components)
@@ -149,17 +149,17 @@
+++ 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
-++ '[' xfcd5cdd5aeecf7eae91a402755c260bb64a0fe0f '!=' x3bb1944a5a0527a38702084ac301d9933b0130bb ']'
+++ '[' x90827b4eefb06f6e0ab6cbac9eb94922e2cc8aee '!=' xfcd5cdd5aeecf7eae91a402755c260bb64a0fe0f ']'
++ echo -ne ' gdb'
++ delim=' '
++ echo
+# Debug traces :
+# change_kind=multiple_components : binutils gcc linux gdb
+ local c base_rev cur_rev c_commits
+ '[' 4 = 0 ']'
+ '[' 4 = 1 ']'
+ change_kind=multiple_components
+ changed_single_component=
-# Debug traces :
-# change_kind=multiple_components : binutils gcc linux gdb
+ echo '# Debug traces :'
+ echo '# change_kind=multiple_components : binutils gcc linux gdb'
+ for c in "${changed_components[@]}"
@@ -169,17 +169,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=3bb1944a5a0527a38702084ac301d9933b0130bb
++ base_rev=fcd5cdd5aeecf7eae91a402755c260bb64a0fe0f
++ 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=fcd5cdd5aeecf7eae91a402755c260bb64a0fe0f
-++ git -C binutils rev-list --count 3bb1944a5a0527a38702084ac301d9933b0130bb..fcd5cdd5aeecf7eae91a402755c260bb64a0fe0f
-+ c_commits=3
-# rev for binutils : 3bb1944a5a0527a38702084ac301d9933b0130bb..fcd5cdd5aeecf7eae91a402755c260bb64a0fe0f (3 commits)
-+ echo '# rev for binutils : 3bb1944a5a0527a38702084ac301d9933b0130bb..fcd5cdd5aeecf7eae91a402755c260bb64a0fe0f (3 commits)'
++ cur_rev=90827b4eefb06f6e0ab6cbac9eb94922e2cc8aee
+++ git -C binutils rev-list --count fcd5cdd5aeecf7eae91a402755c260bb64a0fe0f..90827b4eefb06f6e0ab6cbac9eb94922e2cc8aee
+# rev for binutils : fcd5cdd5aeecf7eae91a402755c260bb64a0fe0f..90827b4eefb06f6e0ab6cbac9eb94922e2cc8aee (23 commits)
++ c_commits=23
++ echo '# rev for binutils : fcd5cdd5aeecf7eae91a402755c260bb64a0fe0f..90827b4eefb06f6e0ab6cbac9eb94922e2cc8aee (23 commits)'
+ for c in "${changed_components[@]}"
++ get_baseline_git gcc_rev
++ set -euf -o pipefail
@@ -187,17 +187,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=feaff27b290f4635df3c374fd4106259c6c654df
++ base_rev=76f5542c48315cca5dfcbff2f22c94f8d145bde6
++ 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=76f5542c48315cca5dfcbff2f22c94f8d145bde6
-++ git -C gcc rev-list --count feaff27b290f4635df3c374fd4106259c6c654df..76f5542c48315cca5dfcbff2f22c94f8d145bde6
-+ c_commits=5
-+ echo '# rev for gcc : feaff27b290f4635df3c374fd4106259c6c654df..76f5542c48315cca5dfcbff2f22c94f8d145bde6 (5 commits)'
-# rev for gcc : feaff27b290f4635df3c374fd4106259c6c654df..76f5542c48315cca5dfcbff2f22c94f8d145bde6 (5 commits)
++ cur_rev=200531d5b9fb99eca2b0d6b8d1e42d176413225f
+++ git -C gcc rev-list --count 76f5542c48315cca5dfcbff2f22c94f8d145bde6..200531d5b9fb99eca2b0d6b8d1e42d176413225f
+# rev for gcc : 76f5542c48315cca5dfcbff2f22c94f8d145bde6..200531d5b9fb99eca2b0d6b8d1e42d176413225f (7 commits)
++ c_commits=7
++ echo '# rev for gcc : 76f5542c48315cca5dfcbff2f22c94f8d145bde6..200531d5b9fb99eca2b0d6b8d1e42d176413225f (7 commits)'
+ for c in "${changed_components[@]}"
++ get_baseline_git linux_rev
++ set -euf -o pipefail
@@ -205,17 +205,17 @@
++ 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=fbafc3e621c3f4ded43720fdb1d6ce1728ec664e
++ base_rev=f5837722ffecbbedf1b1dbab072a063565f0dad1
++ 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=f5837722ffecbbedf1b1dbab072a063565f0dad1
-++ git -C linux rev-list --count fbafc3e621c3f4ded43720fdb1d6ce1728ec664e..f5837722ffecbbedf1b1dbab072a063565f0dad1
++ cur_rev=8735c7c84d1bc5c3e481c02b6b6163bdefe4132f
+++ git -C linux rev-list --count f5837722ffecbbedf1b1dbab072a063565f0dad1..8735c7c84d1bc5c3e481c02b6b6163bdefe4132f
+# rev for linux : f5837722ffecbbedf1b1dbab072a063565f0dad1..8735c7c84d1bc5c3e481c02b6b6163bdefe4132f (13 commits)
+ c_commits=13
-# rev for linux : fbafc3e621c3f4ded43720fdb1d6ce1728ec664e..f5837722ffecbbedf1b1dbab072a063565f0dad1 (13 commits)
-+ echo '# rev for linux : fbafc3e621c3f4ded43720fdb1d6ce1728ec664e..f5837722ffecbbedf1b1dbab072a063565f0dad1 (13 commits)'
++ echo '# rev for linux : f5837722ffecbbedf1b1dbab072a063565f0dad1..8735c7c84d1bc5c3e481c02b6b6163bdefe4132f (13 commits)'
+ for c in "${changed_components[@]}"
++ get_baseline_git gdb_rev
++ set -euf -o pipefail
@@ -223,18 +223,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=3bb1944a5a0527a38702084ac301d9933b0130bb
++ base_rev=fcd5cdd5aeecf7eae91a402755c260bb64a0fe0f
++ 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=fcd5cdd5aeecf7eae91a402755c260bb64a0fe0f
-++ git -C gdb rev-list --count 3bb1944a5a0527a38702084ac301d9933b0130bb..fcd5cdd5aeecf7eae91a402755c260bb64a0fe0f
-+ c_commits=3
-+ echo '# rev for gdb : 3bb1944a5a0527a38702084ac301d9933b0130bb..fcd5cdd5aeecf7eae91a402755c260bb64a0fe0f (3 commits)'
-# rev for gdb : 3bb1944a5a0527a38702084ac301d9933b0130bb..fcd5cdd5aeecf7eae91a402755c260bb64a0fe0f (3 commits)
++ cur_rev=90827b4eefb06f6e0ab6cbac9eb94922e2cc8aee
+++ git -C gdb rev-list --count fcd5cdd5aeecf7eae91a402755c260bb64a0fe0f..90827b4eefb06f6e0ab6cbac9eb94922e2cc8aee
+# rev for gdb : fcd5cdd5aeecf7eae91a402755c260bb64a0fe0f..90827b4eefb06f6e0ab6cbac9eb94922e2cc8aee (23 commits)
++ c_commits=23
++ echo '# rev for gdb : fcd5cdd5aeecf7eae91a402755c260bb64a0fe0f..90827b4eefb06f6e0ab6cbac9eb94922e2cc8aee (23 commits)'
+ echo ''
+ setup_stages_to_run
+ '[' ignore = onregression ']'
@@ -258,13 +258,13 @@
+ generate_extra_details_f=gnu_generate_extra_details
+ print_config_f=gnu_print_config
+ post_interesting_commits init
+# post_interesting_commits
+ set -euf -o pipefail
+ echo '# post_interesting_commits'
-# post_interesting_commits
+ 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