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.log128
1 files changed, 74 insertions, 54 deletions
diff --git a/jenkins/notify-init.log b/jenkins/notify-init.log
index 05d65d2..ec47e6d 100644
--- a/jenkins/notify-init.log
+++ b/jenkins/notify-init.log
@@ -1,25 +1,25 @@
++ pwd
++ cat
-+ remote_exec build-04.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_1:-p51313: ./jenkins-scripts/round-robin-notify.sh '@@rr[top_artifacts]' artifacts --notify ignore __stage init __verbose true __build_script tcwg_gnu-build.sh
++ remote_exec build-05.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_1:-p52097: ./jenkins-scripts/round-robin-notify.sh '@@rr[top_artifacts]' artifacts --notify ignore __stage init __verbose true __build_script tcwg_gnu-build.sh
+ set -euf -o pipefail
+ local host
-++ echo build-04.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_1:-p51313:
+++ echo build-05.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_1:-p52097:
++ cut -d: -f 1
-+ host=build-04.tcwglab
++ host=build-05.tcwglab
+ local port
-++ echo build-04.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_1:-p51313:
+++ echo build-05.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_1:-p52097:
++ cut -s -d: -f 2
+ port=
+ local dir
-++ echo build-04.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_1:-p51313:
+++ echo build-05.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_1:-p52097:
++ cut -s -d: -f 3
+ dir=/home/tcwg-buildslave/workspace/tcwg_gnu_1
+ local opts
-++ echo build-04.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_1:-p51313:
+++ echo build-05.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_1:-p52097:
++ cut -s -d: -f 4
-+ opts=-p51313
++ opts=-p52097
+ local env_vars
-++ echo build-04.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_1:-p51313:
+++ echo build-05.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_1:-p52097:
++ cut -s -d: -f 5
+ env_vars=
+ shift
@@ -59,7 +59,7 @@
+ cmd+=("$(printf '%q' "$i")")
++ printf %q tcwg_gnu-build.sh
++ printf %q /home/tcwg-buildslave/workspace/tcwg_gnu_1
-+ ssh -p51313 build-04.tcwglab 'cd /home/tcwg-buildslave/workspace/tcwg_gnu_1 && exec ./jenkins-scripts/round-robin-notify.sh @@rr\[top_artifacts\] artifacts --notify ignore __stage init __verbose true __build_script tcwg_gnu-build.sh'
++ ssh -p52097 build-05.tcwglab 'cd /home/tcwg-buildslave/workspace/tcwg_gnu_1 && exec ./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_1/jenkins-scripts/round-robin-notify.sh @@rr[top_artifacts] artifacts --notify ignore __stage init __verbose true __build_script tcwg_gnu-build.sh
@@ -68,9 +68,9 @@
+ declare top_artifacts ci_project ci_config
+ declare change_kind changed_single_component last_good first_bad
+ declare -a changed_components
+# setup_notify_environment
+ declare print_commits_f print_result_f print_config_f print_last_icommit_f
+ dump_model_only=false
-# setup_notify_environment
+ setup_notify_environment
+ echo '# setup_notify_environment'
+ top_artifacts=artifacts
@@ -87,17 +87,17 @@
++ get_baseline_manifest BUILD_URL
++ get_manifest base-artifacts/manifest.sh BUILD_URL false
++ set +x
-# Baseline : https://ci.linaro.org/job/tcwg_gnu_cross_check_binutils--master-aarch64-build/442/
+# Baseline : https://ci.linaro.org/job/tcwg_gnu_cross_check_binutils--master-aarch64-build/443/
# Using dir : base-artifacts
-+ echo '# Baseline : https://ci.linaro.org/job/tcwg_gnu_cross_check_binutils--master-aarch64-build/442/'
++ echo '# Baseline : https://ci.linaro.org/job/tcwg_gnu_cross_check_binutils--master-aarch64-build/443/'
+ 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_gnu_cross_check_binutils--master-aarch64-build/443/
+# Artifacts : https://ci.linaro.org/job/tcwg_gnu_cross_check_binutils--master-aarch64-build/444/
# Using dir : artifacts
-+ echo '# Artifacts : https://ci.linaro.org/job/tcwg_gnu_cross_check_binutils--master-aarch64-build/443/'
++ echo '# Artifacts : https://ci.linaro.org/job/tcwg_gnu_cross_check_binutils--master-aarch64-build/444/'
+ echo '# Using dir : artifacts'
+ echo ''
+ mkdir -p artifacts/notify
@@ -157,7 +157,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
-++ '[' x4b41a55fe53ce2da4823ffa3a5b94bd09bf2ab0d '!=' xf6ca448ab70c52e923b7010aecdf7be9c0d4d4fc ']'
+++ '[' x9326300e4d3dbe943380b30766ed474d98df07ba '!=' x4b41a55fe53ce2da4823ffa3a5b94bd09bf2ab0d ']'
++ echo -ne binutils
++ delim=' '
++ for c in $(print_updated_components)
@@ -172,7 +172,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
-++ '[' x5fbd91b12cd3e7b178842bf5624bdcd316832012 '!=' xe75bf1985fdc9a5d3a307882a9251d8fd6e93def ']'
+++ '[' xbadb798f5e96a995bb9fa8c4ea48071aa4f2b4b3 '!=' x5fbd91b12cd3e7b178842bf5624bdcd316832012 ']'
++ echo -ne ' gcc'
++ delim=' '
++ for c in $(print_updated_components)
@@ -187,7 +187,7 @@
+++ assert_with_msg 'ERROR: No linux_rev in baseline git' '[' -f base-artifacts/git/linux_rev ']'
+++ set -euf -o pipefail +x
+++ cat base-artifacts/git/linux_rev
-++ '[' x401644852d0b2a278811de38081be23f74b5bb04 '!=' x1c8b86a3799f7e5be903c3f49fcdaee29fd385b5 ']'
+++ '[' x10a6e5feccb877c3c75ad11d27942ad52c24815f '!=' x401644852d0b2a278811de38081be23f74b5bb04 ']'
++ echo -ne ' linux'
++ delim=' '
++ for c in $(print_updated_components)
@@ -202,7 +202,9 @@
+++ 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
-++ '[' xd846c2838942297c9644f2f38bdad0fb88f42245 '!=' xd846c2838942297c9644f2f38bdad0fb88f42245 ']'
+++ '[' x69239bd7a216007692470aa9d5f3658024638742 '!=' xd846c2838942297c9644f2f38bdad0fb88f42245 ']'
+++ echo -ne ' glibc'
+++ delim=' '
++ for c in $(print_updated_components)
+++ get_current_git gdb_rev
+++ set -euf -o pipefail
@@ -215,7 +217,7 @@
+++ assert_with_msg 'ERROR: No gdb_rev in baseline git' '[' -f base-artifacts/git/gdb_rev ']'
+++ set -euf -o pipefail +x
+++ cat base-artifacts/git/gdb_rev
-++ '[' x4b41a55fe53ce2da4823ffa3a5b94bd09bf2ab0d '!=' xf6ca448ab70c52e923b7010aecdf7be9c0d4d4fc ']'
+++ '[' x9326300e4d3dbe943380b30766ed474d98df07ba '!=' x4b41a55fe53ce2da4823ffa3a5b94bd09bf2ab0d ']'
++ echo -ne ' gdb'
++ delim=' '
++ for c in $(print_updated_components)
@@ -230,19 +232,19 @@
+++ assert_with_msg 'ERROR: No qemu_rev in baseline git' '[' -f base-artifacts/git/qemu_rev ']'
+++ set -euf -o pipefail +x
+++ cat base-artifacts/git/qemu_rev
-++ '[' xa51e5124a655b3dad80b36b18547cb1eca2c5eb2 '!=' x0ad0d9dcd16f2ea816a413008ac5191ebef45c95 ']'
+++ '[' x63011373ad22c794a013da69663c03f1297a5c56 '!=' xa51e5124a655b3dad80b36b18547cb1eca2c5eb2 ']'
++ echo -ne ' qemu'
++ delim=' '
++ echo
# Debug traces :
-# change_kind=multiple_components : binutils gcc linux gdb qemu
+# change_kind=multiple_components : binutils gcc linux glibc gdb qemu
+ local c base_rev cur_rev c_commits
-+ '[' 5 = 0 ']'
-+ '[' 5 = 1 ']'
++ '[' 6 = 0 ']'
++ '[' 6 = 1 ']'
+ change_kind=multiple_components
+ changed_single_component=
+ echo '# Debug traces :'
-+ echo '# change_kind=multiple_components : binutils gcc linux gdb qemu'
++ echo '# change_kind=multiple_components : binutils gcc linux glibc gdb qemu'
+ for c in "${changed_components[@]}"
++ get_baseline_git binutils_rev
++ set -euf -o pipefail
@@ -250,17 +252,17 @@
++ 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=f6ca448ab70c52e923b7010aecdf7be9c0d4d4fc
++ base_rev=4b41a55fe53ce2da4823ffa3a5b94bd09bf2ab0d
++ 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=4b41a55fe53ce2da4823ffa3a5b94bd09bf2ab0d
-++ git -C binutils rev-list --count f6ca448ab70c52e923b7010aecdf7be9c0d4d4fc..4b41a55fe53ce2da4823ffa3a5b94bd09bf2ab0d
-# rev for binutils : f6ca448ab70c52e923b7010aecdf7be9c0d4d4fc..4b41a55fe53ce2da4823ffa3a5b94bd09bf2ab0d (2 commits)
-+ c_commits=2
-+ echo '# rev for binutils : f6ca448ab70c52e923b7010aecdf7be9c0d4d4fc..4b41a55fe53ce2da4823ffa3a5b94bd09bf2ab0d (2 commits)'
++ cur_rev=9326300e4d3dbe943380b30766ed474d98df07ba
+++ git -C binutils rev-list --count 4b41a55fe53ce2da4823ffa3a5b94bd09bf2ab0d..9326300e4d3dbe943380b30766ed474d98df07ba
+# rev for binutils : 4b41a55fe53ce2da4823ffa3a5b94bd09bf2ab0d..9326300e4d3dbe943380b30766ed474d98df07ba (6 commits)
++ c_commits=6
++ echo '# rev for binutils : 4b41a55fe53ce2da4823ffa3a5b94bd09bf2ab0d..9326300e4d3dbe943380b30766ed474d98df07ba (6 commits)'
+ for c in "${changed_components[@]}"
++ get_baseline_git gcc_rev
++ set -euf -o pipefail
@@ -268,17 +270,17 @@
++ 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=e75bf1985fdc9a5d3a307882a9251d8fd6e93def
++ base_rev=5fbd91b12cd3e7b178842bf5624bdcd316832012
++ 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=5fbd91b12cd3e7b178842bf5624bdcd316832012
-++ git -C gcc rev-list --count e75bf1985fdc9a5d3a307882a9251d8fd6e93def..5fbd91b12cd3e7b178842bf5624bdcd316832012
-# rev for gcc : e75bf1985fdc9a5d3a307882a9251d8fd6e93def..5fbd91b12cd3e7b178842bf5624bdcd316832012 (35 commits)
-+ c_commits=35
-+ echo '# rev for gcc : e75bf1985fdc9a5d3a307882a9251d8fd6e93def..5fbd91b12cd3e7b178842bf5624bdcd316832012 (35 commits)'
++ cur_rev=badb798f5e96a995bb9fa8c4ea48071aa4f2b4b3
+++ git -C gcc rev-list --count 5fbd91b12cd3e7b178842bf5624bdcd316832012..badb798f5e96a995bb9fa8c4ea48071aa4f2b4b3
+# rev for gcc : 5fbd91b12cd3e7b178842bf5624bdcd316832012..badb798f5e96a995bb9fa8c4ea48071aa4f2b4b3 (26 commits)
++ c_commits=26
++ echo '# rev for gcc : 5fbd91b12cd3e7b178842bf5624bdcd316832012..badb798f5e96a995bb9fa8c4ea48071aa4f2b4b3 (26 commits)'
+ for c in "${changed_components[@]}"
++ get_baseline_git linux_rev
++ set -euf -o pipefail
@@ -286,17 +288,35 @@
++ assert_with_msg 'ERROR: No linux_rev in baseline git' '[' -f base-artifacts/git/linux_rev ']'
++ set -euf -o pipefail +x
++ cat base-artifacts/git/linux_rev
-+ base_rev=1c8b86a3799f7e5be903c3f49fcdaee29fd385b5
++ base_rev=401644852d0b2a278811de38081be23f74b5bb04
++ get_current_git linux_rev
++ set -euf -o pipefail
++ assert_with_msg 'ERROR: No linux_rev in current git' '[' -f artifacts/git/linux_rev ']'
++ set -euf -o pipefail +x
++ cat artifacts/git/linux_rev
-+ cur_rev=401644852d0b2a278811de38081be23f74b5bb04
-++ git -C linux rev-list --count 1c8b86a3799f7e5be903c3f49fcdaee29fd385b5..401644852d0b2a278811de38081be23f74b5bb04
-# rev for linux : 1c8b86a3799f7e5be903c3f49fcdaee29fd385b5..401644852d0b2a278811de38081be23f74b5bb04 (17 commits)
-+ c_commits=17
-+ echo '# rev for linux : 1c8b86a3799f7e5be903c3f49fcdaee29fd385b5..401644852d0b2a278811de38081be23f74b5bb04 (17 commits)'
++ cur_rev=10a6e5feccb877c3c75ad11d27942ad52c24815f
+++ git -C linux rev-list --count 401644852d0b2a278811de38081be23f74b5bb04..10a6e5feccb877c3c75ad11d27942ad52c24815f
+# rev for linux : 401644852d0b2a278811de38081be23f74b5bb04..10a6e5feccb877c3c75ad11d27942ad52c24815f (120 commits)
++ c_commits=120
++ echo '# rev for linux : 401644852d0b2a278811de38081be23f74b5bb04..10a6e5feccb877c3c75ad11d27942ad52c24815f (120 commits)'
++ 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=d846c2838942297c9644f2f38bdad0fb88f42245
+++ 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=69239bd7a216007692470aa9d5f3658024638742
+++ git -C glibc rev-list --count d846c2838942297c9644f2f38bdad0fb88f42245..69239bd7a216007692470aa9d5f3658024638742
+# rev for glibc : d846c2838942297c9644f2f38bdad0fb88f42245..69239bd7a216007692470aa9d5f3658024638742 (1 commits)
++ c_commits=1
++ echo '# rev for glibc : d846c2838942297c9644f2f38bdad0fb88f42245..69239bd7a216007692470aa9d5f3658024638742 (1 commits)'
+ for c in "${changed_components[@]}"
++ get_baseline_git gdb_rev
++ set -euf -o pipefail
@@ -304,17 +324,17 @@
++ assert_with_msg 'ERROR: No gdb_rev in baseline git' '[' -f base-artifacts/git/gdb_rev ']'
++ set -euf -o pipefail +x
++ cat base-artifacts/git/gdb_rev
-+ base_rev=f6ca448ab70c52e923b7010aecdf7be9c0d4d4fc
++ base_rev=4b41a55fe53ce2da4823ffa3a5b94bd09bf2ab0d
++ get_current_git gdb_rev
++ set -euf -o pipefail
++ assert_with_msg 'ERROR: No gdb_rev in current git' '[' -f artifacts/git/gdb_rev ']'
++ set -euf -o pipefail +x
++ cat artifacts/git/gdb_rev
-+ cur_rev=4b41a55fe53ce2da4823ffa3a5b94bd09bf2ab0d
-++ git -C gdb rev-list --count f6ca448ab70c52e923b7010aecdf7be9c0d4d4fc..4b41a55fe53ce2da4823ffa3a5b94bd09bf2ab0d
-# rev for gdb : f6ca448ab70c52e923b7010aecdf7be9c0d4d4fc..4b41a55fe53ce2da4823ffa3a5b94bd09bf2ab0d (2 commits)
-+ c_commits=2
-+ echo '# rev for gdb : f6ca448ab70c52e923b7010aecdf7be9c0d4d4fc..4b41a55fe53ce2da4823ffa3a5b94bd09bf2ab0d (2 commits)'
++ cur_rev=9326300e4d3dbe943380b30766ed474d98df07ba
+++ git -C gdb rev-list --count 4b41a55fe53ce2da4823ffa3a5b94bd09bf2ab0d..9326300e4d3dbe943380b30766ed474d98df07ba
+# rev for gdb : 4b41a55fe53ce2da4823ffa3a5b94bd09bf2ab0d..9326300e4d3dbe943380b30766ed474d98df07ba (6 commits)
++ c_commits=6
++ echo '# rev for gdb : 4b41a55fe53ce2da4823ffa3a5b94bd09bf2ab0d..9326300e4d3dbe943380b30766ed474d98df07ba (6 commits)'
+ for c in "${changed_components[@]}"
++ get_baseline_git qemu_rev
++ set -euf -o pipefail
@@ -322,18 +342,18 @@
++ assert_with_msg 'ERROR: No qemu_rev in baseline git' '[' -f base-artifacts/git/qemu_rev ']'
++ set -euf -o pipefail +x
++ cat base-artifacts/git/qemu_rev
-+ base_rev=0ad0d9dcd16f2ea816a413008ac5191ebef45c95
++ base_rev=a51e5124a655b3dad80b36b18547cb1eca2c5eb2
++ get_current_git qemu_rev
++ set -euf -o pipefail
++ assert_with_msg 'ERROR: No qemu_rev in current git' '[' -f artifacts/git/qemu_rev ']'
++ set -euf -o pipefail +x
++ cat artifacts/git/qemu_rev
-+ cur_rev=a51e5124a655b3dad80b36b18547cb1eca2c5eb2
-++ git -C qemu rev-list --count 0ad0d9dcd16f2ea816a413008ac5191ebef45c95..a51e5124a655b3dad80b36b18547cb1eca2c5eb2
-# rev for qemu : 0ad0d9dcd16f2ea816a413008ac5191ebef45c95..a51e5124a655b3dad80b36b18547cb1eca2c5eb2 (101 commits)
++ cur_rev=63011373ad22c794a013da69663c03f1297a5c56
+++ git -C qemu rev-list --count a51e5124a655b3dad80b36b18547cb1eca2c5eb2..63011373ad22c794a013da69663c03f1297a5c56
+# rev for qemu : a51e5124a655b3dad80b36b18547cb1eca2c5eb2..63011373ad22c794a013da69663c03f1297a5c56 (72 commits)
-+ c_commits=101
-+ echo '# rev for qemu : 0ad0d9dcd16f2ea816a413008ac5191ebef45c95..a51e5124a655b3dad80b36b18547cb1eca2c5eb2 (101 commits)'
++ c_commits=72
++ echo '# rev for qemu : a51e5124a655b3dad80b36b18547cb1eca2c5eb2..63011373ad22c794a013da69663c03f1297a5c56 (72 commits)'
+ echo ''
+ setup_stages_to_run
+ '[' ignore = onregression ']'