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.log52
1 files changed, 26 insertions, 26 deletions
diff --git a/jenkins/notify-init.log b/jenkins/notify-init.log
index 180335f..9a698e8 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_6/jenkins-scripts/round-robin-notify.sh @@rr[top_artifacts] artifacts --notify ignore __stage init __verbose true __build_script tcwg_gnu-build.sh
+ false
+ dryrun=
@@ -21,22 +21,22 @@
++ get_manifest artifacts/manifest.sh '{rr[ci_config]}'
++ set +x
+ ci_config=master-aarch64-bootstrap_debug
-# Debug traces :
+ echo '# Debug traces :'
+# 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_bootstrap_build--master-aarch64-bootstrap_debug-build/317/
+# Baseline : https://ci.linaro.org/job/tcwg_bootstrap_build--master-aarch64-bootstrap_debug-build/318/
# Using dir : base-artifacts
-+ echo '# Baseline : https://ci.linaro.org/job/tcwg_bootstrap_build--master-aarch64-bootstrap_debug-build/317/'
++ echo '# Baseline : https://ci.linaro.org/job/tcwg_bootstrap_build--master-aarch64-bootstrap_debug-build/318/'
+ 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_bootstrap_build--master-aarch64-bootstrap_debug-build/318/
-+ echo '# Artifacts : https://ci.linaro.org/job/tcwg_bootstrap_build--master-aarch64-bootstrap_debug-build/318/'
-+ echo '# Using dir : artifacts'
+# Artifacts : https://ci.linaro.org/job/tcwg_bootstrap_build--master-aarch64-bootstrap_debug-build/319/
# Using dir : artifacts
++ echo '# Artifacts : https://ci.linaro.org/job/tcwg_bootstrap_build--master-aarch64-bootstrap_debug-build/319/'
++ echo '# Using dir : artifacts'
+ echo ''
+ mkdir -p artifacts/notify
@@ -75,7 +75,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 '!=' xd92d26ff366c5ceb4795d1ad678847c1b3d88e63 ']'
+++ '[' x7dc868cb31c41d6d237d01be67469c2e9576c99d '!=' x76f5542c48315cca5dfcbff2f22c94f8d145bde6 ']'
++ echo -ne gcc
++ delim=' '
++ echo
@@ -88,17 +88,17 @@
++ 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
-+ first_bad=76f5542c48315cca5dfcbff2f22c94f8d145bde6
++ first_bad=7dc868cb31c41d6d237d01be67469c2e9576c99d
++ 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
-+ last_good=d92d26ff366c5ceb4795d1ad678847c1b3d88e63
++ last_good=76f5542c48315cca5dfcbff2f22c94f8d145bde6
+ local res
+ res=0
-+ wait 277298
++ wait 275864
+ git -C gcc rev-parse --verify HEAD
+ assert_with_msg 'Cannot parse HEAD in repo gcc' '[' 0 = 0 ']'
+ set -euf -o pipefail +x
@@ -112,21 +112,21 @@
++ 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=d92d26ff366c5ceb4795d1ad678847c1b3d88e63
++ 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-parse '76f5542c48315cca5dfcbff2f22c94f8d145bde6^@'
++ cur_rev=7dc868cb31c41d6d237d01be67469c2e9576c99d
+++ git -C gcc rev-parse '7dc868cb31c41d6d237d01be67469c2e9576c99d^@'
+ for sha1 in $(git -C "$c" rev-parse "$cur_rev^@")
-+ '[' fb57e402d027205ea338ffe4d8a987162ebc3160 = d92d26ff366c5ceb4795d1ad678847c1b3d88e63 ']'
++ '[' d1eacedc6d9ba9f5522f2c8d49ccfdf7939ad72d = 76f5542c48315cca5dfcbff2f22c94f8d145bde6 ']'
+ return 1
-+ change_kind=single_component
# Debug traces :
-+ echo '# Debug traces :'
# change_kind=single_component : gcc
++ change_kind=single_component
++ echo '# Debug traces :'
+ echo '# change_kind=single_component : gcc'
+ for c in "${changed_components[@]}"
++ get_baseline_git gcc_rev
@@ -135,19 +135,19 @@
++ 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=d92d26ff366c5ceb4795d1ad678847c1b3d88e63
++ 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 d92d26ff366c5ceb4795d1ad678847c1b3d88e63..76f5542c48315cca5dfcbff2f22c94f8d145bde6
-+ c_commits=8
-+ echo '# rev for gcc : d92d26ff366c5ceb4795d1ad678847c1b3d88e63..76f5542c48315cca5dfcbff2f22c94f8d145bde6 (8 commits)'
-# rev for gcc : d92d26ff366c5ceb4795d1ad678847c1b3d88e63..76f5542c48315cca5dfcbff2f22c94f8d145bde6 (8 commits)
-
++ cur_rev=7dc868cb31c41d6d237d01be67469c2e9576c99d
+++ git -C gcc rev-list --count 76f5542c48315cca5dfcbff2f22c94f8d145bde6..7dc868cb31c41d6d237d01be67469c2e9576c99d
++ c_commits=6
+# rev for gcc : 76f5542c48315cca5dfcbff2f22c94f8d145bde6..7dc868cb31c41d6d237d01be67469c2e9576c99d (6 commits)
++ echo '# rev for gcc : 76f5542c48315cca5dfcbff2f22c94f8d145bde6..7dc868cb31c41d6d237d01be67469c2e9576c99d (6 commits)'
+ echo ''
+
+ setup_stages_to_run
+ '[' ignore = onregression ']'
+ '[' ignore = precommit ']'
@@ -171,12 +171,12 @@
+ print_config_f=gnu_print_config
+ post_interesting_commits init
+ set -euf -o pipefail
-# post_interesting_commits
+ echo '# post_interesting_commits'
+# post_interesting_commits
+ local stage=init
+ '[' single_component '!=' single_commit ']'
+ return
+ '[' init '!=' full ']'
-+ echo 'Init stage ran successfully.'
Init stage ran successfully.
++ echo 'Init stage ran successfully.'
+ exit 0