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 39c587a..90102aa 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,21 +21,21 @@
++ get_manifest artifacts/manifest.sh '{rr[ci_config]}'
++ set +x
+ ci_config=master-arm
-# 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_binutils_check--master-arm-build/547/
-+ echo '# Baseline : https://ci.linaro.org/job/tcwg_binutils_check--master-arm-build/547/'
-+ echo '# Using dir : base-artifacts'
+# Baseline : https://ci.linaro.org/job/tcwg_binutils_check--master-arm-build/548/
++ echo '# Baseline : https://ci.linaro.org/job/tcwg_binutils_check--master-arm-build/548/'
# Using dir : base-artifacts
++ 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_binutils_check--master-arm-build/548/
+# Artifacts : https://ci.linaro.org/job/tcwg_binutils_check--master-arm-build/549/
# Using dir : artifacts
-+ echo '# Artifacts : https://ci.linaro.org/job/tcwg_binutils_check--master-arm-build/548/'
++ echo '# Artifacts : https://ci.linaro.org/job/tcwg_binutils_check--master-arm-build/549/'
+ echo '# Using dir : artifacts'
+ echo ''
@@ -44,9 +44,9 @@
+ set +x
+ case "$notify" in
+ declare -Ag pw
+# check_source_changes
+ '[' ignore = precommit ']'
+ 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 binutils_rev in baseline git' '[' -f base-artifacts/git/binutils_rev ']'
+++ set -euf -o pipefail +x
+++ cat base-artifacts/git/binutils_rev
-++ '[' x01b386b55ecadcfce98896b9214edcd1e6fe0e62 '!=' x8cb16b68584e14aade8de166c75e1d85e38507bd ']'
+++ '[' xb291c12e8d08d01e598526ac6c9cb20543f41293 '!=' x01b386b55ecadcfce98896b9214edcd1e6fe0e62 ']'
++ echo -ne binutils
++ delim=' '
++ echo
@@ -90,17 +90,17 @@
++ assert_with_msg 'ERROR: No binutils_rev in current git' '[' -f artifacts/git/binutils_rev ']'
++ set -euf -o pipefail +x
++ cat artifacts/git/binutils_rev
-+ first_bad=01b386b55ecadcfce98896b9214edcd1e6fe0e62
++ first_bad=b291c12e8d08d01e598526ac6c9cb20543f41293
++ get_baseline_git binutils_rev
++ set -euf -o pipefail
++ local base_artifacts=base-artifacts
++ assert_with_msg 'ERROR: No binutils_rev in baseline git' '[' -f base-artifacts/git/binutils_rev ']'
++ set -euf -o pipefail +x
++ cat base-artifacts/git/binutils_rev
-+ last_good=8cb16b68584e14aade8de166c75e1d85e38507bd
++ last_good=01b386b55ecadcfce98896b9214edcd1e6fe0e62
+ local res
+ res=0
-+ wait 95261
++ wait 95291
+ git -C binutils rev-parse --verify HEAD
+ assert_with_msg 'Cannot parse HEAD in repo binutils' '[' 0 = 0 ']'
+ set -euf -o pipefail +x
@@ -114,21 +114,21 @@
++ assert_with_msg 'ERROR: No binutils_rev in baseline git' '[' -f base-artifacts/git/binutils_rev ']'
++ set -euf -o pipefail +x
++ cat base-artifacts/git/binutils_rev
-+ base_rev=8cb16b68584e14aade8de166c75e1d85e38507bd
++ base_rev=01b386b55ecadcfce98896b9214edcd1e6fe0e62
++ get_current_git binutils_rev
++ set -euf -o pipefail
++ assert_with_msg 'ERROR: No binutils_rev in current git' '[' -f artifacts/git/binutils_rev ']'
++ set -euf -o pipefail +x
++ cat artifacts/git/binutils_rev
-+ cur_rev=01b386b55ecadcfce98896b9214edcd1e6fe0e62
-++ git -C binutils rev-parse '01b386b55ecadcfce98896b9214edcd1e6fe0e62^@'
++ cur_rev=b291c12e8d08d01e598526ac6c9cb20543f41293
+++ git -C binutils rev-parse 'b291c12e8d08d01e598526ac6c9cb20543f41293^@'
+ for sha1 in $(git -C "$c" rev-parse "$cur_rev^@")
-+ '[' 03ce4e1bdb8f46742b7bcf648ad4ebd90dbee935 = 8cb16b68584e14aade8de166c75e1d85e38507bd ']'
++ '[' bf19fc7706c5c4bc942203af7a1df43cf392f89b = 01b386b55ecadcfce98896b9214edcd1e6fe0e62 ']'
+ return 1
-# Debug traces :
-# change_kind=single_component : binutils
+ change_kind=single_component
+# Debug traces :
+ echo '# Debug traces :'
+# change_kind=single_component : binutils
+ echo '# change_kind=single_component : binutils'
+ for c in "${changed_components[@]}"
++ get_baseline_git binutils_rev
@@ -137,19 +137,19 @@
++ assert_with_msg 'ERROR: No binutils_rev in baseline git' '[' -f base-artifacts/git/binutils_rev ']'
++ set -euf -o pipefail +x
++ cat base-artifacts/git/binutils_rev
-+ base_rev=8cb16b68584e14aade8de166c75e1d85e38507bd
++ base_rev=01b386b55ecadcfce98896b9214edcd1e6fe0e62
++ get_current_git binutils_rev
++ set -euf -o pipefail
++ assert_with_msg 'ERROR: No binutils_rev in current git' '[' -f artifacts/git/binutils_rev ']'
++ set -euf -o pipefail +x
++ cat artifacts/git/binutils_rev
-+ cur_rev=01b386b55ecadcfce98896b9214edcd1e6fe0e62
-++ git -C binutils rev-list --count 8cb16b68584e14aade8de166c75e1d85e38507bd..01b386b55ecadcfce98896b9214edcd1e6fe0e62
-+ c_commits=27
-+ echo '# rev for binutils : 8cb16b68584e14aade8de166c75e1d85e38507bd..01b386b55ecadcfce98896b9214edcd1e6fe0e62 (27 commits)'
-# rev for binutils : 8cb16b68584e14aade8de166c75e1d85e38507bd..01b386b55ecadcfce98896b9214edcd1e6fe0e62 (27 commits)
-
++ cur_rev=b291c12e8d08d01e598526ac6c9cb20543f41293
+++ git -C binutils rev-list --count 01b386b55ecadcfce98896b9214edcd1e6fe0e62..b291c12e8d08d01e598526ac6c9cb20543f41293
++ c_commits=2
+# rev for binutils : 01b386b55ecadcfce98896b9214edcd1e6fe0e62..b291c12e8d08d01e598526ac6c9cb20543f41293 (2 commits)
++ echo '# rev for binutils : 01b386b55ecadcfce98896b9214edcd1e6fe0e62..b291c12e8d08d01e598526ac6c9cb20543f41293 (2 commits)'
+ echo ''
+
+ setup_stages_to_run
+ '[' ignore = onregression ']'
+ '[' ignore = precommit ']'
@@ -179,6 +179,6 @@
+ '[' single_component '!=' single_commit ']'
+ return
+ '[' init '!=' full ']'
-Init stage ran successfully.
+ echo 'Init stage ran successfully.'
+ exit 0
+Init stage ran successfully.