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.log98
1 files changed, 49 insertions, 49 deletions
diff --git a/jenkins/notify-init.log b/jenkins/notify-init.log
index 753f980..cdf07ce 100644
--- a/jenkins/notify-init.log
+++ b/jenkins/notify-init.log
@@ -1,26 +1,26 @@
++ pwd
++ cat
-+ remote_exec build-04.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_0:-p51405: ./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-08.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_1:-p50042: ./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_0:-p51405:
+++ echo build-08.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_1:-p50042:
++ cut -d: -f 1
-+ host=build-04.tcwglab
++ host=build-08.tcwglab
+ local port
-++ echo build-04.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_0:-p51405:
+++ echo build-08.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_1:-p50042:
++ cut -s -d: -f 2
+ port=
+ local dir
-++ echo build-04.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_0:-p51405:
+++ echo build-08.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_1:-p50042:
++ cut -s -d: -f 3
-+ dir=/home/tcwg-buildslave/workspace/tcwg_gnu_0
++ dir=/home/tcwg-buildslave/workspace/tcwg_gnu_1
+ local opts
-++ echo build-04.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_0:-p51405:
+++ echo build-08.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_1:-p50042:
++ cut -s -d: -f 4
-+ opts=-p51405
++ opts=-p50042
+ local env_vars
+++ echo build-08.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_1:-p50042:
++ cut -s -d: -f 5
-++ echo build-04.tcwglab::/home/tcwg-buildslave/workspace/tcwg_gnu_0:-p51405:
+ env_vars=
+ shift
+ local -a cmd
@@ -58,10 +58,10 @@
+ for i in "$@"
+ cmd+=("$(printf '%q' "$i")")
++ printf %q tcwg_gnu-build.sh
-++ printf %q /home/tcwg-buildslave/workspace/tcwg_gnu_0
-+ ssh -p51405 build-04.tcwglab 'cd /home/tcwg-buildslave/workspace/tcwg_gnu_0 && exec ./jenkins-scripts/round-robin-notify.sh @@rr\[top_artifacts\] artifacts --notify ignore __stage init __verbose true __build_script tcwg_gnu-build.sh'
+++ printf %q /home/tcwg-buildslave/workspace/tcwg_gnu_1
++ ssh -p50042 build-08.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_0/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
+ false
+ dryrun=
@@ -78,26 +78,26 @@
++ get_manifest artifacts/manifest.sh '{rr[ci_project]}'
++ set +x
+ ci_project=tcwg_gnu_embed_check_binutils
+# Debug traces :
+# Baseline : https://ci.linaro.org/job/tcwg_gnu_embed_check_binutils--master-thumb_m55_hard_eabi-build/60/
+# Using dir : base-artifacts
++ get_current_manifest '{rr[ci_config]}'
++ get_manifest artifacts/manifest.sh '{rr[ci_config]}'
++ set +x
-# Debug traces :
+ ci_config=master-thumb_m55_hard_eabi
+ 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_gnu_embed_check_binutils--master-thumb_m55_hard_eabi-build/59/
-# Using dir : base-artifacts
-+ echo '# Baseline : https://ci.linaro.org/job/tcwg_gnu_embed_check_binutils--master-thumb_m55_hard_eabi-build/59/'
++ echo '# Baseline : https://ci.linaro.org/job/tcwg_gnu_embed_check_binutils--master-thumb_m55_hard_eabi-build/60/'
+ 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_embed_check_binutils--master-thumb_m55_hard_eabi-build/60/
+# Artifacts : https://ci.linaro.org/job/tcwg_gnu_embed_check_binutils--master-thumb_m55_hard_eabi-build/61/
# Using dir : artifacts
-+ echo '# Artifacts : https://ci.linaro.org/job/tcwg_gnu_embed_check_binutils--master-thumb_m55_hard_eabi-build/60/'
++ echo '# Artifacts : https://ci.linaro.org/job/tcwg_gnu_embed_check_binutils--master-thumb_m55_hard_eabi-build/61/'
+ echo '# Using dir : artifacts'
+ echo ''
+ mkdir -p artifacts/notify
@@ -153,7 +153,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
-++ '[' xd249c8a63aec45648b2165532f79b09763870795 '!=' xd08515a68e5b44f5e0b045e371a996e4196226ed ']'
+++ '[' x7ac6d0c38c365a6778a91fd37203c21561c61c4c '!=' xd249c8a63aec45648b2165532f79b09763870795 ']'
++ echo -ne binutils
++ delim=' '
++ for c in $(print_updated_components)
@@ -168,7 +168,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
-++ '[' x11f50716eee812c4a27b66f894e7f3ed0c870534 '!=' x0308461d9d44ca9db45fb72ca080c14e6fc68739 ']'
+++ '[' x6fa7284e2824310bb7204d41b5243c677ecb62d3 '!=' x11f50716eee812c4a27b66f894e7f3ed0c870534 ']'
++ echo -ne ' gcc'
++ delim=' '
++ for c in $(print_updated_components)
@@ -196,7 +196,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
-++ '[' xd249c8a63aec45648b2165532f79b09763870795 '!=' xd08515a68e5b44f5e0b045e371a996e4196226ed ']'
+++ '[' x7ac6d0c38c365a6778a91fd37203c21561c61c4c '!=' xd249c8a63aec45648b2165532f79b09763870795 ']'
++ echo -ne ' gdb'
++ delim=' '
++ for c in $(print_updated_components)
@@ -211,16 +211,16 @@
+++ 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
-++ '[' x384dbdda94c0bba55bf186cccd3714bbb9b737e9 '!=' xdeaca3fd30d3a8829160f8d3705d65ad83176800 ']'
+++ '[' xa95260486aa7e78d7c7194eba65cf03311ad94ad '!=' x384dbdda94c0bba55bf186cccd3714bbb9b737e9 ']'
++ echo -ne ' qemu'
++ delim=' '
++ echo
-# Debug traces :
-# change_kind=multiple_components : binutils gcc gdb qemu
+ local c base_rev cur_rev c_commits
+ '[' 4 = 0 ']'
+ '[' 4 = 1 ']'
+ change_kind=multiple_components
+# Debug traces :
+# change_kind=multiple_components : binutils gcc gdb qemu
+ changed_single_component=
+ echo '# Debug traces :'
+ echo '# change_kind=multiple_components : binutils gcc gdb qemu'
@@ -231,17 +231,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=d08515a68e5b44f5e0b045e371a996e4196226ed
++ base_rev=d249c8a63aec45648b2165532f79b09763870795
++ 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=d249c8a63aec45648b2165532f79b09763870795
-++ git -C binutils rev-list --count d08515a68e5b44f5e0b045e371a996e4196226ed..d249c8a63aec45648b2165532f79b09763870795
-# rev for binutils : d08515a68e5b44f5e0b045e371a996e4196226ed..d249c8a63aec45648b2165532f79b09763870795 (38 commits)
-+ c_commits=38
-+ echo '# rev for binutils : d08515a68e5b44f5e0b045e371a996e4196226ed..d249c8a63aec45648b2165532f79b09763870795 (38 commits)'
++ cur_rev=7ac6d0c38c365a6778a91fd37203c21561c61c4c
+++ git -C binutils rev-list --count d249c8a63aec45648b2165532f79b09763870795..7ac6d0c38c365a6778a91fd37203c21561c61c4c
+# rev for binutils : d249c8a63aec45648b2165532f79b09763870795..7ac6d0c38c365a6778a91fd37203c21561c61c4c (24 commits)
++ c_commits=24
++ echo '# rev for binutils : d249c8a63aec45648b2165532f79b09763870795..7ac6d0c38c365a6778a91fd37203c21561c61c4c (24 commits)'
+ for c in "${changed_components[@]}"
++ get_baseline_git gcc_rev
++ set -euf -o pipefail
@@ -249,17 +249,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=0308461d9d44ca9db45fb72ca080c14e6fc68739
++ base_rev=11f50716eee812c4a27b66f894e7f3ed0c870534
++ 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=11f50716eee812c4a27b66f894e7f3ed0c870534
-++ git -C gcc rev-list --count 0308461d9d44ca9db45fb72ca080c14e6fc68739..11f50716eee812c4a27b66f894e7f3ed0c870534
-# rev for gcc : 0308461d9d44ca9db45fb72ca080c14e6fc68739..11f50716eee812c4a27b66f894e7f3ed0c870534 (90 commits)
-+ c_commits=90
-+ echo '# rev for gcc : 0308461d9d44ca9db45fb72ca080c14e6fc68739..11f50716eee812c4a27b66f894e7f3ed0c870534 (90 commits)'
++ cur_rev=6fa7284e2824310bb7204d41b5243c677ecb62d3
+++ git -C gcc rev-list --count 11f50716eee812c4a27b66f894e7f3ed0c870534..6fa7284e2824310bb7204d41b5243c677ecb62d3
+# rev for gcc : 11f50716eee812c4a27b66f894e7f3ed0c870534..6fa7284e2824310bb7204d41b5243c677ecb62d3 (82 commits)
++ c_commits=82
++ echo '# rev for gcc : 11f50716eee812c4a27b66f894e7f3ed0c870534..6fa7284e2824310bb7204d41b5243c677ecb62d3 (82 commits)'
+ for c in "${changed_components[@]}"
++ get_baseline_git gdb_rev
++ set -euf -o pipefail
@@ -267,17 +267,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=d08515a68e5b44f5e0b045e371a996e4196226ed
++ base_rev=d249c8a63aec45648b2165532f79b09763870795
++ 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=d249c8a63aec45648b2165532f79b09763870795
-++ git -C gdb rev-list --count d08515a68e5b44f5e0b045e371a996e4196226ed..d249c8a63aec45648b2165532f79b09763870795
-# rev for gdb : d08515a68e5b44f5e0b045e371a996e4196226ed..d249c8a63aec45648b2165532f79b09763870795 (38 commits)
-+ c_commits=38
-+ echo '# rev for gdb : d08515a68e5b44f5e0b045e371a996e4196226ed..d249c8a63aec45648b2165532f79b09763870795 (38 commits)'
++ cur_rev=7ac6d0c38c365a6778a91fd37203c21561c61c4c
+++ git -C gdb rev-list --count d249c8a63aec45648b2165532f79b09763870795..7ac6d0c38c365a6778a91fd37203c21561c61c4c
+# rev for gdb : d249c8a63aec45648b2165532f79b09763870795..7ac6d0c38c365a6778a91fd37203c21561c61c4c (24 commits)
++ c_commits=24
++ echo '# rev for gdb : d249c8a63aec45648b2165532f79b09763870795..7ac6d0c38c365a6778a91fd37203c21561c61c4c (24 commits)'
+ for c in "${changed_components[@]}"
++ get_baseline_git qemu_rev
++ set -euf -o pipefail
@@ -285,18 +285,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
-+ base_rev=deaca3fd30d3a8829160f8d3705d65ad83176800
++ base_rev=384dbdda94c0bba55bf186cccd3714bbb9b737e9
++ 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=384dbdda94c0bba55bf186cccd3714bbb9b737e9
-++ git -C qemu rev-list --count deaca3fd30d3a8829160f8d3705d65ad83176800..384dbdda94c0bba55bf186cccd3714bbb9b737e9
-# rev for qemu : deaca3fd30d3a8829160f8d3705d65ad83176800..384dbdda94c0bba55bf186cccd3714bbb9b737e9 (158 commits)
++ cur_rev=a95260486aa7e78d7c7194eba65cf03311ad94ad
+++ git -C qemu rev-list --count 384dbdda94c0bba55bf186cccd3714bbb9b737e9..a95260486aa7e78d7c7194eba65cf03311ad94ad
+# rev for qemu : 384dbdda94c0bba55bf186cccd3714bbb9b737e9..a95260486aa7e78d7c7194eba65cf03311ad94ad (162 commits)
-+ c_commits=158
-+ echo '# rev for qemu : deaca3fd30d3a8829160f8d3705d65ad83176800..384dbdda94c0bba55bf186cccd3714bbb9b737e9 (158 commits)'
+# post_interesting_commits
++ c_commits=162
++ echo '# rev for qemu : 384dbdda94c0bba55bf186cccd3714bbb9b737e9..a95260486aa7e78d7c7194eba65cf03311ad94ad (162 commits)'
+ echo ''
+ setup_stages_to_run
+ '[' ignore = onregression ']'
@@ -319,7 +320,6 @@
+ generate_extra_details_f=gnu_generate_extra_details
+ print_config_f=gnu_print_config
+ post_interesting_commits init
-# post_interesting_commits
+ set -euf -o pipefail
+ echo '# post_interesting_commits'
+ local stage=init