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.log93
1 files changed, 77 insertions, 16 deletions
diff --git a/jenkins/notify-init.log b/jenkins/notify-init.log
index 038c1a8..7e387ba 100644
--- a/jenkins/notify-init.log
+++ b/jenkins/notify-init.log
@@ -1,6 +1,6 @@
+ set +x
-/home/tcwg-buildslave/workspace/tcwg_gnu_2/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=
@@ -21,22 +21,22 @@
++ 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
-+ echo '# Baseline : https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/726/'
-# Baseline : https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/726/
+# Baseline : https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/727/
# Using dir : base-artifacts
++ echo '# Baseline : https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/727/'
+ 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/727/
-+ echo '# Artifacts : https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/727/'
+# Artifacts : https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/728/
# Using dir : artifacts
++ echo '# Artifacts : https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/728/'
+ echo '# Using dir : artifacts'
+ echo ''
+ mkdir -p artifacts/notify
@@ -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,16 +77,77 @@
+++ 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
-++ '[' x2e0c0ff95ca0e3122eb5b906ee26a31f284ce5ab '!=' x2e0c0ff95ca0e3122eb5b906ee26a31f284ce5ab ']'
+++ '[' x78ca44da0160a0b442f0ca1f253e3360f044b2ec '!=' x2e0c0ff95ca0e3122eb5b906ee26a31f284ce5ab ']'
+++ echo -ne glibc
+++ delim=' '
++ echo
+ local c base_rev cur_rev c_commits
-# Debug traces :
-# change_kind=no_change :
-+ '[' 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=78ca44da0160a0b442f0ca1f253e3360f044b2ec
+++ 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=2e0c0ff95ca0e3122eb5b906ee26a31f284ce5ab
++ local res
++ res=0
++ wait 1191370
++ 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=2e0c0ff95ca0e3122eb5b906ee26a31f284ce5ab
+++ 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=78ca44da0160a0b442f0ca1f253e3360f044b2ec
+++ git -C glibc rev-parse '78ca44da0160a0b442f0ca1f253e3360f044b2ec^@'
++ for sha1 in $(git -C "$c" rev-parse "$cur_rev^@")
++ '[' a74c2e1cbc8673dd7e97aae2f2705392e2ccc3f6 = 2e0c0ff95ca0e3122eb5b906ee26a31f284ce5ab ']'
++ return 1
++ change_kind=single_component
+ echo '# Debug traces :'
-+ echo '# change_kind=no_change : '
+# Debug traces :
+# 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=2e0c0ff95ca0e3122eb5b906ee26a31f284ce5ab
+++ 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=78ca44da0160a0b442f0ca1f253e3360f044b2ec
+++ git -C glibc rev-list --count 2e0c0ff95ca0e3122eb5b906ee26a31f284ce5ab..78ca44da0160a0b442f0ca1f253e3360f044b2ec
++ c_commits=3
++ echo '# rev for glibc : 2e0c0ff95ca0e3122eb5b906ee26a31f284ce5ab..78ca44da0160a0b442f0ca1f253e3360f044b2ec (3 commits)'
+# rev for glibc : 2e0c0ff95ca0e3122eb5b906ee26a31f284ce5ab..78ca44da0160a0b442f0ca1f253e3360f044b2ec (3 commits)
+ echo ''
+ setup_stages_to_run
@@ -114,9 +175,9 @@
# post_interesting_commits
+ echo '# post_interesting_commits'
+ local stage=init
-+ '[' no_change '!=' single_commit ']'
++ '[' single_component '!=' single_commit ']'
+ return
+ '[' init '!=' full ']'
-Init stage ran successfully.
+ echo 'Init stage ran successfully.'
+ exit 0
+Init stage ran successfully.