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.log44
1 files changed, 22 insertions, 22 deletions
diff --git a/jenkins/notify-init.log b/jenkins/notify-init.log
index 814b856..99668ab 100644
--- a/jenkins/notify-init.log
+++ b/jenkins/notify-init.log
@@ -1,6 +1,6 @@
+ set +x
-/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
+/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
+ false
+ dryrun=
@@ -21,23 +21,23 @@
++ get_manifest artifacts/manifest.sh '{rr[ci_config]}'
++ set +x
+ ci_config=master-aarch64-bootstrap_O3
-+ echo '# Debug traces :'
# Debug traces :
++ 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_bootstrap_build--master-aarch64-bootstrap_O3-build/300/
+# Baseline : https://ci.linaro.org/job/tcwg_bootstrap_build--master-aarch64-bootstrap_O3-build/301/
++ echo '# Baseline : https://ci.linaro.org/job/tcwg_bootstrap_build--master-aarch64-bootstrap_O3-build/301/'
# Using dir : base-artifacts
-+ echo '# Baseline : https://ci.linaro.org/job/tcwg_bootstrap_build--master-aarch64-bootstrap_O3-build/300/'
+ 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_O3-build/301/
+# Artifacts : https://ci.linaro.org/job/tcwg_bootstrap_build--master-aarch64-bootstrap_O3-build/302/
++ echo '# Artifacts : https://ci.linaro.org/job/tcwg_bootstrap_build--master-aarch64-bootstrap_O3-build/302/'
++ echo '# Using dir : artifacts'
# Using dir : artifacts
-+ echo '# Artifacts : https://ci.linaro.org/job/tcwg_bootstrap_build--master-aarch64-bootstrap_O3-build/301/'
-+ echo '# Using dir : artifacts'
+ echo ''
+ mkdir -p artifacts/notify
+ '[' -f /home/tcwg-buildslave/.jipdate.yml ']'
@@ -46,8 +46,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
@@ -77,7 +77,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
-++ '[' xfced59166f95e9922a72392955e4fed095afd47e '!=' x989e67f827b74b76e58abe137ce12d948af2290c ']'
+++ '[' xd7e9ae4fa94afd5517536b4dfc7d6be0b3e8c2c3 '!=' xfced59166f95e9922a72392955e4fed095afd47e ']'
++ echo -ne gcc
++ delim=' '
++ echo
@@ -90,17 +90,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=fced59166f95e9922a72392955e4fed095afd47e
++ first_bad=d7e9ae4fa94afd5517536b4dfc7d6be0b3e8c2c3
++ 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=989e67f827b74b76e58abe137ce12d948af2290c
++ last_good=fced59166f95e9922a72392955e4fed095afd47e
+ local res
+ res=0
-+ wait 254069
++ wait 254490
+ git -C gcc rev-parse --verify HEAD
+ assert_with_msg 'Cannot parse HEAD in repo gcc' '[' 0 = 0 ']'
+ set -euf -o pipefail +x
@@ -114,16 +114,16 @@
++ 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=989e67f827b74b76e58abe137ce12d948af2290c
++ base_rev=fced59166f95e9922a72392955e4fed095afd47e
++ 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=fced59166f95e9922a72392955e4fed095afd47e
-++ git -C gcc rev-parse 'fced59166f95e9922a72392955e4fed095afd47e^@'
++ cur_rev=d7e9ae4fa94afd5517536b4dfc7d6be0b3e8c2c3
+++ git -C gcc rev-parse 'd7e9ae4fa94afd5517536b4dfc7d6be0b3e8c2c3^@'
+ for sha1 in $(git -C "$c" rev-parse "$cur_rev^@")
-+ '[' 7f26997e6479920c8c6f40894f7d02931f983f82 = 989e67f827b74b76e58abe137ce12d948af2290c ']'
++ '[' ba615557a4c698d27042a5fe058ea6e721a03b12 = fced59166f95e9922a72392955e4fed095afd47e ']'
+ return 1
+ change_kind=single_component
+ echo '# Debug traces :'
@@ -137,18 +137,18 @@
++ 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=989e67f827b74b76e58abe137ce12d948af2290c
++ base_rev=fced59166f95e9922a72392955e4fed095afd47e
++ 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=fced59166f95e9922a72392955e4fed095afd47e
-++ git -C gcc rev-list --count 989e67f827b74b76e58abe137ce12d948af2290c..fced59166f95e9922a72392955e4fed095afd47e
-+ c_commits=57
-+ echo '# rev for gcc : 989e67f827b74b76e58abe137ce12d948af2290c..fced59166f95e9922a72392955e4fed095afd47e (57 commits)'
-# rev for gcc : 989e67f827b74b76e58abe137ce12d948af2290c..fced59166f95e9922a72392955e4fed095afd47e (57 commits)
++ cur_rev=d7e9ae4fa94afd5517536b4dfc7d6be0b3e8c2c3
+++ git -C gcc rev-list --count fced59166f95e9922a72392955e4fed095afd47e..d7e9ae4fa94afd5517536b4dfc7d6be0b3e8c2c3
++ c_commits=35
+# rev for gcc : fced59166f95e9922a72392955e4fed095afd47e..d7e9ae4fa94afd5517536b4dfc7d6be0b3e8c2c3 (35 commits)
++ echo '# rev for gcc : fced59166f95e9922a72392955e4fed095afd47e..d7e9ae4fa94afd5517536b4dfc7d6be0b3e8c2c3 (35 commits)'
+ echo ''
+ setup_stages_to_run
+ '[' ignore = onregression ']'