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 dcb9e78..716d7f1 100644
--- a/jenkins/notify-init.log
+++ b/jenkins/notify-init.log
@@ -11,8 +11,8 @@
+ dump_model_only=false
+ setup_notify_environment
+ echo '# setup_notify_environment'
-+ top_artifacts=artifacts
# setup_notify_environment
++ top_artifacts=artifacts
++ get_current_manifest '{rr[ci_project]}'
++ get_manifest artifacts/manifest.sh '{rr[ci_project]}'
++ set +x
@@ -20,34 +20,34 @@
++ get_current_manifest '{rr[ci_config]}'
++ get_manifest artifacts/manifest.sh '{rr[ci_config]}'
++ set +x
-# Debug traces :
+ ci_config=master-arm
+ echo '# Debug traces :'
+# Debug traces :
++ get_baseline_manifest BUILD_URL
++ get_manifest base-artifacts/manifest.sh BUILD_URL false
++ set +x
-+ echo '# Baseline : https://ci.linaro.org/job/tcwg_gcc_build--master-arm-build/1505/'
-# Baseline : https://ci.linaro.org/job/tcwg_gcc_build--master-arm-build/1505/
-# Using dir : base-artifacts
+# Baseline : https://ci.linaro.org/job/tcwg_gcc_build--master-arm-build/1506/
++ echo '# Baseline : https://ci.linaro.org/job/tcwg_gcc_build--master-arm-build/1506/'
+ 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_gcc_build--master-arm-build/1506/
+# Artifacts : https://ci.linaro.org/job/tcwg_gcc_build--master-arm-build/1507/
# Using dir : artifacts
-+ echo '# Artifacts : https://ci.linaro.org/job/tcwg_gcc_build--master-arm-build/1506/'
++ echo '# Artifacts : https://ci.linaro.org/job/tcwg_gcc_build--master-arm-build/1507/'
+ echo '# Using dir : artifacts'
+ echo ''
+ mkdir -p artifacts/notify
+ '[' -f /home/tcwg-buildslave/.jipdate.yml ']'
+ set +x
-# check_source_changes
+ case "$notify" in
+ declare -Ag pw
+ '[' ignore = precommit ']'
+ check_source_changes
+ echo '# check_source_changes'
+# 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
-++ '[' x863df360fb6549ae35af9f052343d2578d4d2b63 '!=' x5641787abeea0fdc8fc43733e01768caad25b761 ']'
+++ '[' xc0911c6b357ba916ae24926b7d8b9ca35234f33c '!=' x863df360fb6549ae35af9f052343d2578d4d2b63 ']'
++ 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=863df360fb6549ae35af9f052343d2578d4d2b63
++ first_bad=c0911c6b357ba916ae24926b7d8b9ca35234f33c
++ 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=5641787abeea0fdc8fc43733e01768caad25b761
++ last_good=863df360fb6549ae35af9f052343d2578d4d2b63
+ local res
+ res=0
-+ wait 160382
++ wait 156908
+ git -C gcc rev-parse --verify HEAD
+ assert_with_msg 'Cannot parse HEAD in repo gcc' '[' 0 = 0 ']'
+ set -euf -o pipefail +x
@@ -114,21 +114,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=5641787abeea0fdc8fc43733e01768caad25b761
++ base_rev=863df360fb6549ae35af9f052343d2578d4d2b63
++ 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=863df360fb6549ae35af9f052343d2578d4d2b63
-++ git -C gcc rev-parse '863df360fb6549ae35af9f052343d2578d4d2b63^@'
++ cur_rev=c0911c6b357ba916ae24926b7d8b9ca35234f33c
+++ git -C gcc rev-parse 'c0911c6b357ba916ae24926b7d8b9ca35234f33c^@'
+ for sha1 in $(git -C "$c" rev-parse "$cur_rev^@")
-+ '[' 1d8ac2a74fe37bb3d2fef63ed1ce19bc6f983189 = 5641787abeea0fdc8fc43733e01768caad25b761 ']'
++ '[' d7ee988c491cde43d04fe25f2b3dbad9d85ded45 = 863df360fb6549ae35af9f052343d2578d4d2b63 ']'
+ return 1
-# Debug traces :
-# change_kind=single_component : gcc
+ change_kind=single_component
+# Debug traces :
+ echo '# Debug traces :'
+# change_kind=single_component : gcc
+ echo '# change_kind=single_component : gcc'
+ for c in "${changed_components[@]}"
++ get_baseline_git gcc_rev
@@ -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=5641787abeea0fdc8fc43733e01768caad25b761
++ base_rev=863df360fb6549ae35af9f052343d2578d4d2b63
++ 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=863df360fb6549ae35af9f052343d2578d4d2b63
-++ git -C gcc rev-list --count 5641787abeea0fdc8fc43733e01768caad25b761..863df360fb6549ae35af9f052343d2578d4d2b63
-+ c_commits=15
-# rev for gcc : 5641787abeea0fdc8fc43733e01768caad25b761..863df360fb6549ae35af9f052343d2578d4d2b63 (15 commits)
++ cur_rev=c0911c6b357ba916ae24926b7d8b9ca35234f33c
+++ git -C gcc rev-list --count 863df360fb6549ae35af9f052343d2578d4d2b63..c0911c6b357ba916ae24926b7d8b9ca35234f33c
++ c_commits=12
++ echo '# rev for gcc : 863df360fb6549ae35af9f052343d2578d4d2b63..c0911c6b357ba916ae24926b7d8b9ca35234f33c (12 commits)'
+# rev for gcc : 863df360fb6549ae35af9f052343d2578d4d2b63..c0911c6b357ba916ae24926b7d8b9ca35234f33c (12 commits)
-+ echo '# rev for gcc : 5641787abeea0fdc8fc43733e01768caad25b761..863df360fb6549ae35af9f052343d2578d4d2b63 (15 commits)'
+ echo ''
+ setup_stages_to_run
+ '[' ignore = onregression ']'
@@ -173,12 +173,12 @@
+ print_config_f=gnu_print_config
+ post_interesting_commits init
+ set -euf -o pipefail
-+ echo '# post_interesting_commits'
# post_interesting_commits
++ echo '# post_interesting_commits'
+ local stage=init
+ '[' single_component '!=' single_commit ']'
+ return
+ '[' init '!=' full ']'
-Init stage ran successfully.
+ echo 'Init stage ran successfully.'
+Init stage ran successfully.
+ exit 0