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.log142
1 files changed, 77 insertions, 65 deletions
diff --git a/jenkins/notify-init.log b/jenkins/notify-init.log
index 6182084..0b1d625 100644
--- a/jenkins/notify-init.log
+++ b/jenkins/notify-init.log
@@ -1,6 +1,6 @@
+ set +x
-/home/tcwg-buildslave/workspace/tcwg_gnu_1/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=
@@ -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,22 +21,22 @@
++ get_manifest artifacts/manifest.sh '{rr[ci_config]}'
++ set +x
+ ci_config=master-arm
-+ echo '# Debug traces :'
# 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/741/
+# Baseline : https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/742/
# Using dir : base-artifacts
-+ echo '# Baseline : https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/741/'
++ echo '# Baseline : https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/742/'
+ 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/742/
-+ echo '# Artifacts : https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/742/'
+# Artifacts : https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/743/
# Using dir : artifacts
++ echo '# Artifacts : https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/743/'
+ 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,7 +77,7 @@
+++ 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
-++ '[' x8e755f5bc8f57d0034c12f34c11ce8a83103dc65 '!=' xb9390ba93676c4b1e87e218af5e7e4bb596312ac ']'
+++ '[' x63d0a35d5f223a3f4b68190567b7d4d44545bce5 '!=' x8e755f5bc8f57d0034c12f34c11ce8a83103dc65 ']'
++ echo -ne glibc
++ delim=' '
++ echo
@@ -90,17 +90,17 @@
++ 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=8e755f5bc8f57d0034c12f34c11ce8a83103dc65
++ first_bad=63d0a35d5f223a3f4b68190567b7d4d44545bce5
++ 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=b9390ba93676c4b1e87e218af5e7e4bb596312ac
++ last_good=8e755f5bc8f57d0034c12f34c11ce8a83103dc65
+ local res
+ res=0
-+ wait 2220306
++ wait 1181537
+ git -C glibc rev-parse --verify HEAD
+ assert_with_msg 'Cannot parse HEAD in repo glibc' '[' 0 = 0 ']'
+ set -euf -o pipefail +x
@@ -114,21 +114,21 @@
++ 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=b9390ba93676c4b1e87e218af5e7e4bb596312ac
++ base_rev=8e755f5bc8f57d0034c12f34c11ce8a83103dc65
++ 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=8e755f5bc8f57d0034c12f34c11ce8a83103dc65
-++ git -C glibc rev-parse '8e755f5bc8f57d0034c12f34c11ce8a83103dc65^@'
++ cur_rev=63d0a35d5f223a3f4b68190567b7d4d44545bce5
+++ git -C glibc rev-parse '63d0a35d5f223a3f4b68190567b7d4d44545bce5^@'
+ for sha1 in $(git -C "$c" rev-parse "$cur_rev^@")
-+ '[' b9390ba93676c4b1e87e218af5e7e4bb596312ac = b9390ba93676c4b1e87e218af5e7e4bb596312ac ']'
++ '[' 8e755f5bc8f57d0034c12f34c11ce8a83103dc65 = 8e755f5bc8f57d0034c12f34c11ce8a83103dc65 ']'
+ return 0
+ change_kind=single_commit
# Debug traces :
-+ echo '# Debug traces :'
# change_kind=single_commit : glibc
++ echo '# Debug traces :'
+ echo '# change_kind=single_commit : glibc'
+ for c in "${changed_components[@]}"
++ get_baseline_git glibc_rev
@@ -137,19 +137,19 @@
++ 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=b9390ba93676c4b1e87e218af5e7e4bb596312ac
++ base_rev=8e755f5bc8f57d0034c12f34c11ce8a83103dc65
++ 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=8e755f5bc8f57d0034c12f34c11ce8a83103dc65
-++ git -C glibc rev-list --count b9390ba93676c4b1e87e218af5e7e4bb596312ac..8e755f5bc8f57d0034c12f34c11ce8a83103dc65
++ cur_rev=63d0a35d5f223a3f4b68190567b7d4d44545bce5
+++ git -C glibc rev-list --count 8e755f5bc8f57d0034c12f34c11ce8a83103dc65..63d0a35d5f223a3f4b68190567b7d4d44545bce5
+ c_commits=1
-+ echo '# rev for glibc : b9390ba93676c4b1e87e218af5e7e4bb596312ac..8e755f5bc8f57d0034c12f34c11ce8a83103dc65 (1 commits)'
-# rev for glibc : b9390ba93676c4b1e87e218af5e7e4bb596312ac..8e755f5bc8f57d0034c12f34c11ce8a83103dc65 (1 commits)
-
++ echo '# rev for glibc : 8e755f5bc8f57d0034c12f34c11ce8a83103dc65..63d0a35d5f223a3f4b68190567b7d4d44545bce5 (1 commits)'
+# rev for glibc : 8e755f5bc8f57d0034c12f34c11ce8a83103dc65..63d0a35d5f223a3f4b68190567b7d4d44545bce5 (1 commits)
+ echo ''
+
+ setup_stages_to_run
+ '[' ignore = onregression ']'
+ '[' ignore = precommit ']'
@@ -172,8 +172,8 @@
+ print_config_f=gnu_print_config
+ post_interesting_commits init
+ set -euf -o pipefail
-# post_interesting_commits
+ echo '# post_interesting_commits'
+# post_interesting_commits
+ local stage=init
+ '[' single_commit '!=' single_commit ']'
+ clone_or_update_repo interesting-commits master https://git-us.linaro.org/toolchain/ci/interesting-commits.git auto master
@@ -238,7 +238,6 @@
+ '[' xmaster = x ']'
+ refspec=+refs/heads/master:refs/remotes/origin/master
+ run_with_timeout_and_retry 1h 3 git -C interesting-commits fetch -q origin +refs/heads/master:refs/remotes/origin/master --prune
-timeout 1h git -C interesting-commits fetch -q origin +refs/heads/master:refs/remotes/origin/master --prune
+ local duration=1h
+ shift
+ local tries=3
@@ -247,9 +246,10 @@ timeout 1h git -C interesting-commits fetch -q origin +refs/heads/master:refs/re
+ local ret=0
+ '[' 0 -eq 3 ']'
+ echo timeout 1h git -C interesting-commits fetch -q origin +refs/heads/master:refs/remotes/origin/master --prune
-+ ret=0
-+ wait 2220386
+timeout 1h git -C interesting-commits fetch -q origin +refs/heads/master:refs/remotes/origin/master --prune
+ timeout 1h git -C interesting-commits fetch -q origin +refs/heads/master:refs/remotes/origin/master --prune
++ ret=0
++ wait 1181617
+ '[' 0 -eq 0 ']'
+ break
+ return 0
@@ -309,28 +309,40 @@ timeout 1h git -C interesting-commits fetch -q origin +refs/heads/master:refs/re
++ try_ref=refs/remotes/origin/master
++ ret=0
+++ git rev-parse --short refs/remotes/origin/master
-++ sha1=d3f6a53129
+++ sha1=04359fe6a
++ '[' 0 -ne 0 ']'
-++ echo d3f6a53129
-+ sha1=d3f6a53129
-+ git -C interesting-commits checkout --detach d3f6a53129
-Previous HEAD position was dc0c647a1a Add entry 2c3db94d9fd07681f8806dae93d555779ff4dfb1 from https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/443/
-HEAD is now at d3f6a53129 Add entry de0ab339a795352c843f6e9b2dfce222f26588de from https://ci.linaro.org/job/tcwg_gcc_check--master-aarch64-build/1293/
+++ echo 04359fe6a
++ sha1=04359fe6a
++ git -C interesting-commits checkout --detach 04359fe6a
+Warning: you are leaving 1 commit behind, not connected to
+any of your branches:
+
+ ae2a0be56 Add entry 9d0b2b5daf40ed8eb3d77b94c998b1ffdcb4173d from https://ci.linaro.org/job/tcwg_gdb_build--master-arm-build/495/
+
+If you want to keep it by creating a new branch, this may be a good time
+to do so with:
+
+ git branch <new-branch-name> ae2a0be56
+
+HEAD is now at 04359fe6a Add entry 1f1c432226cf3db399b2a2a627e3c5720b02b1d6 from https://ci.linaro.org/job/tcwg_gcc_check--master-aarch64-build/1299/
+ false
+ dryrun='echo DRYRUN: '
+ local jira_dir jira_key=
-++ interesting_subdir glibc 8e755f5bc8f57d0034c12f34c11ce8a83103dc65
+++ interesting_subdir glibc 63d0a35d5f223a3f4b68190567b7d4d44545bce5
++ local dir=glibc/sha1
++ '[' 2 -ge 2 ']'
-++ dir=glibc/sha1/8e755f5bc8f57d0034c12f34c11ce8a83103dc65
+++ dir=glibc/sha1/63d0a35d5f223a3f4b68190567b7d4d44545bce5
++ '[' 2 -ge 3 ']'
++ '[' 2 -ge 4 ']'
-++ echo glibc/sha1/8e755f5bc8f57d0034c12f34c11ce8a83103dc65
-+ jira_dir=glibc/sha1/8e755f5bc8f57d0034c12f34c11ce8a83103dc65
-+ jira_dir=glibc/sha1/8e755f5bc8f57d0034c12f34c11ce8a83103dc65/jira
+++ echo glibc/sha1/63d0a35d5f223a3f4b68190567b7d4d44545bce5
++ jira_dir=glibc/sha1/63d0a35d5f223a3f4b68190567b7d4d44545bce5
++ jira_dir=glibc/sha1/63d0a35d5f223a3f4b68190567b7d4d44545bce5/jira
+ '[' init = full ']'
+ true
+ git -C interesting-commits remote update -p
+Fetching baseline
+From ssh://review.linaro.org:29418/toolchain/ci/interesting-commits
+ e412b0255..04359fe6a master -> baseline/master
Fetching origin
+ git_clean interesting-commits refs/remotes/origin/master
+ set -euf -o pipefail
@@ -368,57 +380,57 @@ Fetching origin
+ local stage=init
+ local jira_key=
+ local subdir3 subdir4 subdir4
-++ interesting_subdir glibc 8e755f5bc8f57d0034c12f34c11ce8a83103dc65
+++ interesting_subdir glibc 63d0a35d5f223a3f4b68190567b7d4d44545bce5
++ local dir=glibc/sha1
++ '[' 2 -ge 2 ']'
-++ dir=glibc/sha1/8e755f5bc8f57d0034c12f34c11ce8a83103dc65
+++ dir=glibc/sha1/63d0a35d5f223a3f4b68190567b7d4d44545bce5
++ '[' 2 -ge 3 ']'
++ '[' 2 -ge 4 ']'
-++ echo glibc/sha1/8e755f5bc8f57d0034c12f34c11ce8a83103dc65
-+ subdir3=glibc/sha1/8e755f5bc8f57d0034c12f34c11ce8a83103dc65
-++ interesting_subdir glibc 8e755f5bc8f57d0034c12f34c11ce8a83103dc65 tcwg_glibc_check
+++ echo glibc/sha1/63d0a35d5f223a3f4b68190567b7d4d44545bce5
++ subdir3=glibc/sha1/63d0a35d5f223a3f4b68190567b7d4d44545bce5
+++ interesting_subdir glibc 63d0a35d5f223a3f4b68190567b7d4d44545bce5 tcwg_glibc_check
++ local dir=glibc/sha1
++ '[' 3 -ge 2 ']'
-++ dir=glibc/sha1/8e755f5bc8f57d0034c12f34c11ce8a83103dc65
+++ dir=glibc/sha1/63d0a35d5f223a3f4b68190567b7d4d44545bce5
++ '[' 3 -ge 3 ']'
-++ dir=glibc/sha1/8e755f5bc8f57d0034c12f34c11ce8a83103dc65/tcwg_glibc_check
+++ dir=glibc/sha1/63d0a35d5f223a3f4b68190567b7d4d44545bce5/tcwg_glibc_check
++ '[' 3 -ge 4 ']'
-++ echo glibc/sha1/8e755f5bc8f57d0034c12f34c11ce8a83103dc65/tcwg_glibc_check
-+ subdir4=glibc/sha1/8e755f5bc8f57d0034c12f34c11ce8a83103dc65/tcwg_glibc_check
-++ interesting_subdir glibc 8e755f5bc8f57d0034c12f34c11ce8a83103dc65 tcwg_glibc_check master-arm
+++ echo glibc/sha1/63d0a35d5f223a3f4b68190567b7d4d44545bce5/tcwg_glibc_check
++ subdir4=glibc/sha1/63d0a35d5f223a3f4b68190567b7d4d44545bce5/tcwg_glibc_check
+++ interesting_subdir glibc 63d0a35d5f223a3f4b68190567b7d4d44545bce5 tcwg_glibc_check master-arm
++ local dir=glibc/sha1
++ '[' 4 -ge 2 ']'
-++ dir=glibc/sha1/8e755f5bc8f57d0034c12f34c11ce8a83103dc65
+++ dir=glibc/sha1/63d0a35d5f223a3f4b68190567b7d4d44545bce5
++ '[' 4 -ge 3 ']'
-++ dir=glibc/sha1/8e755f5bc8f57d0034c12f34c11ce8a83103dc65/tcwg_glibc_check
+++ dir=glibc/sha1/63d0a35d5f223a3f4b68190567b7d4d44545bce5/tcwg_glibc_check
++ '[' 4 -ge 4 ']'
-++ dir=glibc/sha1/8e755f5bc8f57d0034c12f34c11ce8a83103dc65/tcwg_glibc_check/master-arm
-++ echo glibc/sha1/8e755f5bc8f57d0034c12f34c11ce8a83103dc65/tcwg_glibc_check/master-arm
-+ subdir5=glibc/sha1/8e755f5bc8f57d0034c12f34c11ce8a83103dc65/tcwg_glibc_check/master-arm
-+ '[' -d interesting-commits/glibc/sha1/8e755f5bc8f57d0034c12f34c11ce8a83103dc65 ']'
-+ mkdir -p interesting-commits/glibc/sha1/8e755f5bc8f57d0034c12f34c11ce8a83103dc65
+++ dir=glibc/sha1/63d0a35d5f223a3f4b68190567b7d4d44545bce5/tcwg_glibc_check/master-arm
+++ echo glibc/sha1/63d0a35d5f223a3f4b68190567b7d4d44545bce5/tcwg_glibc_check/master-arm
++ subdir5=glibc/sha1/63d0a35d5f223a3f4b68190567b7d4d44545bce5/tcwg_glibc_check/master-arm
++ '[' -d interesting-commits/glibc/sha1/63d0a35d5f223a3f4b68190567b7d4d44545bce5 ']'
++ mkdir -p interesting-commits/glibc/sha1/63d0a35d5f223a3f4b68190567b7d4d44545bce5
+ get_current_manifest BUILD_URL
+ get_manifest artifacts/manifest.sh BUILD_URL
+ set +x
-+ git -C interesting-commits add glibc/sha1/8e755f5bc8f57d0034c12f34c11ce8a83103dc65/first_url
-+ mkdir -p interesting-commits/glibc/sha1/8e755f5bc8f57d0034c12f34c11ce8a83103dc65/tcwg_glibc_check/master-arm
++ git -C interesting-commits add glibc/sha1/63d0a35d5f223a3f4b68190567b7d4d44545bce5/first_url
++ mkdir -p interesting-commits/glibc/sha1/63d0a35d5f223a3f4b68190567b7d4d44545bce5/tcwg_glibc_check/master-arm
+ get_current_manifest BUILD_URL
+ get_manifest artifacts/manifest.sh BUILD_URL
+ set +x
-+ echo b9390ba93676c4b1e87e218af5e7e4bb596312ac
-+ git -C interesting-commits add glibc/sha1/8e755f5bc8f57d0034c12f34c11ce8a83103dc65/tcwg_glibc_check/master-arm/build_url glibc/sha1/8e755f5bc8f57d0034c12f34c11ce8a83103dc65/tcwg_glibc_check/master-arm/last_good
++ echo 8e755f5bc8f57d0034c12f34c11ce8a83103dc65
++ git -C interesting-commits add glibc/sha1/63d0a35d5f223a3f4b68190567b7d4d44545bce5/tcwg_glibc_check/master-arm/build_url glibc/sha1/63d0a35d5f223a3f4b68190567b7d4d44545bce5/tcwg_glibc_check/master-arm/last_good
+ '[' init '!=' full ']'
+ return
++ get_current_manifest BUILD_URL
++ get_manifest artifacts/manifest.sh BUILD_URL
++ set +x
-+ git -C interesting-commits commit -m 'Add entry 8e755f5bc8f57d0034c12f34c11ce8a83103dc65 from https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/742/'
-[detached HEAD 7f45c55b85] Add entry 8e755f5bc8f57d0034c12f34c11ce8a83103dc65 from https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/742/
++ git -C interesting-commits commit -m 'Add entry 63d0a35d5f223a3f4b68190567b7d4d44545bce5 from https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/743/'
+[detached HEAD 8b81d08a6] Add entry 63d0a35d5f223a3f4b68190567b7d4d44545bce5 from https://ci.linaro.org/job/tcwg_glibc_check--master-arm-build/743/
3 files changed, 3 insertions(+)
- create mode 100644 glibc/sha1/8e755f5bc8f57d0034c12f34c11ce8a83103dc65/first_url
- create mode 100644 glibc/sha1/8e755f5bc8f57d0034c12f34c11ce8a83103dc65/tcwg_glibc_check/master-arm/build_url
- create mode 100644 glibc/sha1/8e755f5bc8f57d0034c12f34c11ce8a83103dc65/tcwg_glibc_check/master-arm/last_good
-+ wait 2233927
+ create mode 100644 glibc/sha1/63d0a35d5f223a3f4b68190567b7d4d44545bce5/first_url
+ create mode 100644 glibc/sha1/63d0a35d5f223a3f4b68190567b7d4d44545bce5/tcwg_glibc_check/master-arm/build_url
+ create mode 100644 glibc/sha1/63d0a35d5f223a3f4b68190567b7d4d44545bce5/tcwg_glibc_check/master-arm/last_good
++ wait 1195197
+ echo DRYRUN: git -C interesting-commits push ssh://git-us.linaro.org/toolchain/ci/interesting-commits.git HEAD:refs/heads/master
DRYRUN: git -C interesting-commits push ssh://git-us.linaro.org/toolchain/ci/interesting-commits.git HEAD:refs/heads/master
+ break