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.log48
1 files changed, 24 insertions, 24 deletions
diff --git a/jenkins/notify-init.log b/jenkins/notify-init.log
index ea1220e..19c907a 100644
--- a/jenkins/notify-init.log
+++ b/jenkins/notify-init.log
@@ -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]}'
@@ -21,31 +21,31 @@
++ get_manifest artifacts/manifest.sh '{rr[ci_config]}'
++ set +x
+ ci_config=master-arm-bootstrap_lto
-# 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_lto-build/271/
-+ echo '# Baseline : https://ci.linaro.org/job/tcwg_bootstrap_build--master-arm-bootstrap_lto-build/271/'
-# Using dir : base-artifacts
+# Baseline : https://ci.linaro.org/job/tcwg_bootstrap_build--master-arm-bootstrap_lto-build/272/
++ echo '# Baseline : https://ci.linaro.org/job/tcwg_bootstrap_build--master-arm-bootstrap_lto-build/272/'
+ 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_lto-build/272/
+# Artifacts : https://ci.linaro.org/job/tcwg_bootstrap_build--master-arm-bootstrap_lto-build/273/
# Using dir : artifacts
-+ echo '# Artifacts : https://ci.linaro.org/job/tcwg_bootstrap_build--master-arm-bootstrap_lto-build/272/'
++ echo '# Artifacts : https://ci.linaro.org/job/tcwg_bootstrap_build--master-arm-bootstrap_lto-build/273/'
+ echo '# Using dir : artifacts'
-
+ echo ''
+
+ mkdir -p artifacts/notify
+ '[' -f /home/tcwg-buildslave/.jipdate.yml ']'
+ set +x
+ 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]}'
@@ -76,7 +76,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
-++ '[' x4547c271c455dcf54ce9c4bb820acdd3b6193f6d '!=' xae0d2c240213c5a7f6959c032bfc9f0703cab787 ']'
+++ '[' x04abafe9831f6867af1211ecae853ff373235b2d '!=' x4547c271c455dcf54ce9c4bb820acdd3b6193f6d ']'
++ echo -ne gcc
++ delim=' '
++ echo
@@ -89,17 +89,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=4547c271c455dcf54ce9c4bb820acdd3b6193f6d
++ first_bad=04abafe9831f6867af1211ecae853ff373235b2d
++ 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=ae0d2c240213c5a7f6959c032bfc9f0703cab787
++ last_good=4547c271c455dcf54ce9c4bb820acdd3b6193f6d
+ local res
+ res=0
-+ wait 333059
++ wait 333021
+ git -C gcc rev-parse --verify HEAD
+ assert_with_msg 'Cannot parse HEAD in repo gcc' '[' 0 = 0 ']'
+ set -euf -o pipefail +x
@@ -113,21 +113,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=ae0d2c240213c5a7f6959c032bfc9f0703cab787
++ base_rev=4547c271c455dcf54ce9c4bb820acdd3b6193f6d
++ 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=4547c271c455dcf54ce9c4bb820acdd3b6193f6d
-++ git -C gcc rev-parse '4547c271c455dcf54ce9c4bb820acdd3b6193f6d^@'
++ cur_rev=04abafe9831f6867af1211ecae853ff373235b2d
+++ git -C gcc rev-parse '04abafe9831f6867af1211ecae853ff373235b2d^@'
+ for sha1 in $(git -C "$c" rev-parse "$cur_rev^@")
-+ '[' 7a496b7ce105185be12e023e749c90d5f7561879 = ae0d2c240213c5a7f6959c032bfc9f0703cab787 ']'
++ '[' 1f28b2e4d8f8ea54848c332c707fa4ca5f028fa1 = 4547c271c455dcf54ce9c4bb820acdd3b6193f6d ']'
+ return 1
+ change_kind=single_component
# Debug traces :
-+ echo '# Debug traces :'
# change_kind=single_component : gcc
++ echo '# Debug traces :'
+ echo '# change_kind=single_component : gcc'
+ for c in "${changed_components[@]}"
++ get_baseline_git gcc_rev
@@ -136,17 +136,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=ae0d2c240213c5a7f6959c032bfc9f0703cab787
++ base_rev=4547c271c455dcf54ce9c4bb820acdd3b6193f6d
++ 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=4547c271c455dcf54ce9c4bb820acdd3b6193f6d
-++ git -C gcc rev-list --count ae0d2c240213c5a7f6959c032bfc9f0703cab787..4547c271c455dcf54ce9c4bb820acdd3b6193f6d
-+ c_commits=34
-+ echo '# rev for gcc : ae0d2c240213c5a7f6959c032bfc9f0703cab787..4547c271c455dcf54ce9c4bb820acdd3b6193f6d (34 commits)'
-# rev for gcc : ae0d2c240213c5a7f6959c032bfc9f0703cab787..4547c271c455dcf54ce9c4bb820acdd3b6193f6d (34 commits)
++ cur_rev=04abafe9831f6867af1211ecae853ff373235b2d
+++ git -C gcc rev-list --count 4547c271c455dcf54ce9c4bb820acdd3b6193f6d..04abafe9831f6867af1211ecae853ff373235b2d
++ c_commits=25
++ echo '# rev for gcc : 4547c271c455dcf54ce9c4bb820acdd3b6193f6d..04abafe9831f6867af1211ecae853ff373235b2d (25 commits)'
+# rev for gcc : 4547c271c455dcf54ce9c4bb820acdd3b6193f6d..04abafe9831f6867af1211ecae853ff373235b2d (25 commits)
+ echo ''
+ setup_stages_to_run