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.log97
1 files changed, 79 insertions, 18 deletions
diff --git a/jenkins/notify-init.log b/jenkins/notify-init.log
index 29b6cce..bfb24a5 100644
--- a/jenkins/notify-init.log
+++ b/jenkins/notify-init.log
@@ -1,6 +1,6 @@
+ set +x
-/home/tcwg-buildslave/workspace/tcwg_gnu_5/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_7/jenkins-scripts/round-robin-notify.sh @@rr[top_artifacts] artifacts --notify ignore __stage init __verbose true __build_script tcwg_gnu-build.sh
+ false
+ dryrun=
@@ -20,33 +20,33 @@
++ get_current_manifest '{rr[ci_config]}'
++ get_manifest artifacts/manifest.sh '{rr[ci_config]}'
++ set +x
-# Debug traces :
+ ci_config=master-arm
+# Debug traces :
+ echo '# 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_glibc_check--master-arm-build/771/
+# Baseline : https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/772/
++ echo '# Baseline : https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/772/'
# Using dir : base-artifacts
-+ echo '# Baseline : https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/771/'
+ 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_glibc_check--master-arm-build/772/
+# Artifacts : https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/773/
# Using dir : artifacts
-+ echo '# Artifacts : https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/772/'
++ echo '# Artifacts : https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/773/'
+ 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
+# check_source_changes
+ echo '# check_source_changes'
++ get_current_manifest '{rr[update_baseline]}'
++ get_manifest artifacts/manifest.sh '{rr[update_baseline]}'
@@ -77,18 +77,78 @@
+++ assert_with_msg 'ERROR: No glibc_rev in baseline git' '[' -f base-artifacts/git/glibc_rev ']'
+++ set -euf -o pipefail +x
+++ cat base-artifacts/git/glibc_rev
-++ '[' x61bac1a9d2ab80ebcbc51484722e6ea43414bec7 '!=' x61bac1a9d2ab80ebcbc51484722e6ea43414bec7 ']'
+++ '[' x81be2a61dafc168327c1639e97b6dae128c7ccf3 '!=' x61bac1a9d2ab80ebcbc51484722e6ea43414bec7 ']'
+++ echo -ne glibc
+++ delim=' '
++ echo
-# Debug traces :
-# change_kind=no_change :
-
-# post_interesting_commits
+ local c base_rev cur_rev c_commits
-+ '[' 0 = 0 ']'
-+ change_kind=no_change
-+ changed_single_component=
++ '[' 1 = 0 ']'
++ '[' 1 = 1 ']'
++ changed_single_component=glibc
+++ get_current_git glibc_rev
+++ set -euf -o pipefail
+++ assert_with_msg 'ERROR: No glibc_rev in current git' '[' -f artifacts/git/glibc_rev ']'
+++ set -euf -o pipefail +x
+++ cat artifacts/git/glibc_rev
++ first_bad=81be2a61dafc168327c1639e97b6dae128c7ccf3
+++ get_baseline_git glibc_rev
+++ set -euf -o pipefail
+++ local base_artifacts=base-artifacts
+++ assert_with_msg 'ERROR: No glibc_rev in baseline git' '[' -f base-artifacts/git/glibc_rev ']'
+++ set -euf -o pipefail +x
+++ cat base-artifacts/git/glibc_rev
++ last_good=61bac1a9d2ab80ebcbc51484722e6ea43414bec7
++ local res
++ res=0
++ wait 1120483
++ git -C glibc rev-parse --verify HEAD
++ assert_with_msg 'Cannot parse HEAD in repo glibc' '[' 0 = 0 ']'
++ set -euf -o pipefail +x
++ single_commit_p glibc
++ set -euf -o pipefail
++ local c=glibc
++ local base_rev cur_rev sha1
+++ get_baseline_git glibc_rev
+++ set -euf -o pipefail
+++ local base_artifacts=base-artifacts
+++ assert_with_msg 'ERROR: No glibc_rev in baseline git' '[' -f base-artifacts/git/glibc_rev ']'
+++ set -euf -o pipefail +x
+++ cat base-artifacts/git/glibc_rev
++ base_rev=61bac1a9d2ab80ebcbc51484722e6ea43414bec7
+++ get_current_git glibc_rev
+++ set -euf -o pipefail
+++ assert_with_msg 'ERROR: No glibc_rev in current git' '[' -f artifacts/git/glibc_rev ']'
+++ set -euf -o pipefail +x
+++ cat artifacts/git/glibc_rev
++ cur_rev=81be2a61dafc168327c1639e97b6dae128c7ccf3
+++ git -C glibc rev-parse '81be2a61dafc168327c1639e97b6dae128c7ccf3^@'
++ for sha1 in $(git -C "$c" rev-parse "$cur_rev^@")
++ '[' 3502440397bbb840e2f7223734aa5cc2cc0e29b6 = 61bac1a9d2ab80ebcbc51484722e6ea43414bec7 ']'
++ return 1
++ change_kind=single_component
+# Debug traces :
+ echo '# Debug traces :'
-+ echo '# change_kind=no_change : '
+# change_kind=single_component : glibc
++ echo '# change_kind=single_component : glibc'
++ for c in "${changed_components[@]}"
+++ get_baseline_git glibc_rev
+++ set -euf -o pipefail
+++ local base_artifacts=base-artifacts
+++ assert_with_msg 'ERROR: No glibc_rev in baseline git' '[' -f base-artifacts/git/glibc_rev ']'
+++ set -euf -o pipefail +x
+++ cat base-artifacts/git/glibc_rev
++ base_rev=61bac1a9d2ab80ebcbc51484722e6ea43414bec7
+++ get_current_git glibc_rev
+++ set -euf -o pipefail
+++ assert_with_msg 'ERROR: No glibc_rev in current git' '[' -f artifacts/git/glibc_rev ']'
+++ set -euf -o pipefail +x
+++ cat artifacts/git/glibc_rev
++ cur_rev=81be2a61dafc168327c1639e97b6dae128c7ccf3
+++ git -C glibc rev-list --count 61bac1a9d2ab80ebcbc51484722e6ea43414bec7..81be2a61dafc168327c1639e97b6dae128c7ccf3
++ c_commits=2
+# rev for glibc : 61bac1a9d2ab80ebcbc51484722e6ea43414bec7..81be2a61dafc168327c1639e97b6dae128c7ccf3 (2 commits)
+
++ echo '# rev for glibc : 61bac1a9d2ab80ebcbc51484722e6ea43414bec7..81be2a61dafc168327c1639e97b6dae128c7ccf3 (2 commits)'
+ echo ''
+ setup_stages_to_run
+ '[' ignore = onregression ']'
@@ -113,11 +173,12 @@
+ print_config_f=gnu_print_config
+ post_interesting_commits init
+ set -euf -o pipefail
+# post_interesting_commits
+ echo '# post_interesting_commits'
+ local stage=init
-+ '[' no_change '!=' single_commit ']'
++ '[' single_component '!=' single_commit ']'
+ return
-Init stage ran successfully.
+ '[' init '!=' full ']'
+Init stage ran successfully.
+ echo 'Init stage ran successfully.'
+ exit 0