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 55b2b38..563e070 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=
@@ -9,8 +9,8 @@
+ 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
# setup_notify_environment
++ setup_notify_environment
+ echo '# setup_notify_environment'
+ top_artifacts=artifacts
++ get_current_manifest '{rr[ci_project]}'
@@ -26,15 +26,15 @@
++ get_baseline_manifest BUILD_URL
++ get_manifest base-artifacts/manifest.sh BUILD_URL false
++ set +x
-# Baseline : https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap-build/447/
-+ echo '# Baseline : https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap-build/447/'
+# Baseline : https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap-build/448/
# Using dir : base-artifacts
++ echo '# Baseline : https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap-build/448/'
+ 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_check--master-aarch64-check_bootstrap-build/448/
-+ echo '# Artifacts : https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap-build/448/'
+# Artifacts : https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap-build/449/
++ echo '# Artifacts : https://ci.linaro.org/job/tcwg_bootstrap_check--master-aarch64-check_bootstrap-build/449/'
# Using dir : artifacts
+ echo '# Using dir : artifacts'
@@ -45,8 +45,8 @@
+ case "$notify" in
+ declare -Ag pw
+ '[' ignore = precommit ']'
-# check_source_changes
+ check_source_changes
+# check_source_changes
+ echo '# check_source_changes'
++ get_current_manifest '{rr[update_baseline]}'
++ get_manifest artifacts/manifest.sh '{rr[update_baseline]}'
@@ -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
-++ '[' xcefae511ed7fa34ef6d24b67a7bc305459bf10e8 '!=' x144c531fe25483b65ad3189d7b5e9f78154477c2 ']'
+++ '[' x310dc75e7004d8b8e39c6f258b28b2165ad4193c '!=' xcefae511ed7fa34ef6d24b67a7bc305459bf10e8 ']'
++ 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=cefae511ed7fa34ef6d24b67a7bc305459bf10e8
++ first_bad=310dc75e7004d8b8e39c6f258b28b2165ad4193c
++ 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=144c531fe25483b65ad3189d7b5e9f78154477c2
++ last_good=cefae511ed7fa34ef6d24b67a7bc305459bf10e8
+ local res
+ res=0
-+ wait 2672609
++ wait 2663047
+ git -C gcc rev-parse --verify HEAD
+ assert_with_msg 'Cannot parse HEAD in repo gcc' '[' 0 = 0 ']'
+ set -euf -o pipefail +x
@@ -114,20 +114,20 @@
++ 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=144c531fe25483b65ad3189d7b5e9f78154477c2
++ base_rev=cefae511ed7fa34ef6d24b67a7bc305459bf10e8
++ 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=cefae511ed7fa34ef6d24b67a7bc305459bf10e8
-++ git -C gcc rev-parse 'cefae511ed7fa34ef6d24b67a7bc305459bf10e8^@'
++ cur_rev=310dc75e7004d8b8e39c6f258b28b2165ad4193c
+++ git -C gcc rev-parse '310dc75e7004d8b8e39c6f258b28b2165ad4193c^@'
+ for sha1 in $(git -C "$c" rev-parse "$cur_rev^@")
-+ '[' 0a6aa1927597d821a85bc3d1fd7682256c25b548 = 144c531fe25483b65ad3189d7b5e9f78154477c2 ']'
++ '[' 78607d122976cbfd39b0b12e9be662c47c81fed0 = cefae511ed7fa34ef6d24b67a7bc305459bf10e8 ']'
+ return 1
+ change_kind=single_component
-# Debug traces :
+ echo '# Debug traces :'
+# Debug traces :
# change_kind=single_component : gcc
+ echo '# change_kind=single_component : gcc'
+ for c in "${changed_components[@]}"
@@ -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=144c531fe25483b65ad3189d7b5e9f78154477c2
++ base_rev=cefae511ed7fa34ef6d24b67a7bc305459bf10e8
++ 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=cefae511ed7fa34ef6d24b67a7bc305459bf10e8
-++ git -C gcc rev-list --count 144c531fe25483b65ad3189d7b5e9f78154477c2..cefae511ed7fa34ef6d24b67a7bc305459bf10e8
-+ c_commits=21
-# rev for gcc : 144c531fe25483b65ad3189d7b5e9f78154477c2..cefae511ed7fa34ef6d24b67a7bc305459bf10e8 (21 commits)
++ cur_rev=310dc75e7004d8b8e39c6f258b28b2165ad4193c
+++ git -C gcc rev-list --count cefae511ed7fa34ef6d24b67a7bc305459bf10e8..310dc75e7004d8b8e39c6f258b28b2165ad4193c
++ c_commits=9
++ echo '# rev for gcc : cefae511ed7fa34ef6d24b67a7bc305459bf10e8..310dc75e7004d8b8e39c6f258b28b2165ad4193c (9 commits)'
+# rev for gcc : cefae511ed7fa34ef6d24b67a7bc305459bf10e8..310dc75e7004d8b8e39c6f258b28b2165ad4193c (9 commits)
-+ echo '# rev for gcc : 144c531fe25483b65ad3189d7b5e9f78154477c2..cefae511ed7fa34ef6d24b67a7bc305459bf10e8 (21 commits)'
+ echo ''
+ setup_stages_to_run
+ '[' ignore = onregression ']'