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 0899053..bf66db2 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_4/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
-+ echo '# setup_notify_environment'
# setup_notify_environment
++ echo '# setup_notify_environment'
+ top_artifacts=artifacts
++ get_current_manifest '{rr[ci_project]}'
++ get_manifest artifacts/manifest.sh '{rr[ci_project]}'
@@ -21,20 +21,20 @@
++ get_manifest artifacts/manifest.sh '{rr[ci_config]}'
++ set +x
+ ci_config=master-arm-bootstrap_O1
-# 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-arm-bootstrap_O1-build/307/
-+ echo '# Baseline : https://ci.linaro.org/job/tcwg_bootstrap_build--master-arm-bootstrap_O1-build/307/'
-# Using dir : base-artifacts
+# Baseline : https://ci.linaro.org/job/tcwg_bootstrap_build--master-arm-bootstrap_O1-build/308/
++ echo '# Baseline : https://ci.linaro.org/job/tcwg_bootstrap_build--master-arm-bootstrap_O1-build/308/'
+ 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_bootstrap_build--master-arm-bootstrap_O1-build/308/
-+ echo '# Artifacts : https://ci.linaro.org/job/tcwg_bootstrap_build--master-arm-bootstrap_O1-build/308/'
+# Artifacts : https://ci.linaro.org/job/tcwg_bootstrap_build--master-arm-bootstrap_O1-build/309/
++ echo '# Artifacts : https://ci.linaro.org/job/tcwg_bootstrap_build--master-arm-bootstrap_O1-build/309/'
+ echo '# Using dir : artifacts'
# Using dir : artifacts
@@ -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
-++ '[' xbe9e8de628471399ee5abb1e6ba7738139256b67 '!=' x80e1375ed7a7a05a5a60a57e72c5ad5eba005798 ']'
+++ '[' xaca1f9d7cab3dc1a374a7dc0ec6f7a8d02d2869a '!=' xbe9e8de628471399ee5abb1e6ba7738139256b67 ']'
++ 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=be9e8de628471399ee5abb1e6ba7738139256b67
++ first_bad=aca1f9d7cab3dc1a374a7dc0ec6f7a8d02d2869a
++ 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=80e1375ed7a7a05a5a60a57e72c5ad5eba005798
++ last_good=be9e8de628471399ee5abb1e6ba7738139256b67
+ local res
+ res=0
-+ wait 295005
++ wait 290491
+ 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=80e1375ed7a7a05a5a60a57e72c5ad5eba005798
++ base_rev=be9e8de628471399ee5abb1e6ba7738139256b67
++ 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=be9e8de628471399ee5abb1e6ba7738139256b67
-++ git -C gcc rev-parse 'be9e8de628471399ee5abb1e6ba7738139256b67^@'
++ cur_rev=aca1f9d7cab3dc1a374a7dc0ec6f7a8d02d2869a
+++ git -C gcc rev-parse 'aca1f9d7cab3dc1a374a7dc0ec6f7a8d02d2869a^@'
+ for sha1 in $(git -C "$c" rev-parse "$cur_rev^@")
-+ '[' e7dd72aefed851d11655aa301d6e394ec9805e0d = 80e1375ed7a7a05a5a60a57e72c5ad5eba005798 ']'
++ '[' 41a5f67db3cd625d2f3cfba6a87d3530a3291f33 = be9e8de628471399ee5abb1e6ba7738139256b67 ']'
+ return 1
+ change_kind=single_component
# 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=80e1375ed7a7a05a5a60a57e72c5ad5eba005798
++ base_rev=be9e8de628471399ee5abb1e6ba7738139256b67
++ 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=be9e8de628471399ee5abb1e6ba7738139256b67
-++ git -C gcc rev-list --count 80e1375ed7a7a05a5a60a57e72c5ad5eba005798..be9e8de628471399ee5abb1e6ba7738139256b67
-+ c_commits=63
-# rev for gcc : 80e1375ed7a7a05a5a60a57e72c5ad5eba005798..be9e8de628471399ee5abb1e6ba7738139256b67 (63 commits)
++ cur_rev=aca1f9d7cab3dc1a374a7dc0ec6f7a8d02d2869a
+++ git -C gcc rev-list --count be9e8de628471399ee5abb1e6ba7738139256b67..aca1f9d7cab3dc1a374a7dc0ec6f7a8d02d2869a
++ c_commits=42
++ echo '# rev for gcc : be9e8de628471399ee5abb1e6ba7738139256b67..aca1f9d7cab3dc1a374a7dc0ec6f7a8d02d2869a (42 commits)'
+# rev for gcc : be9e8de628471399ee5abb1e6ba7738139256b67..aca1f9d7cab3dc1a374a7dc0ec6f7a8d02d2869a (42 commits)
-+ echo '# rev for gcc : 80e1375ed7a7a05a5a60a57e72c5ad5eba005798..be9e8de628471399ee5abb1e6ba7738139256b67 (63 commits)'
+ echo ''
+ setup_stages_to_run
+ '[' ignore = onregression ']'