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.log88
1 files changed, 34 insertions, 54 deletions
diff --git a/jenkins/notify-init.log b/jenkins/notify-init.log
index d544738..9104c19 100644
--- a/jenkins/notify-init.log
+++ b/jenkins/notify-init.log
@@ -15,37 +15,37 @@
+ top_artifacts=artifacts
++ get_current_manifest '{rr[ci_project]}'
++ get_manifest artifacts/manifest.sh '{rr[ci_project]}'
-# Debug traces :
-# Baseline : https://ci.linaro.org/job/tcwg_gnu_embed_build--master-thumb_m23_eabi-build/71/
-# Using dir : base-artifacts
++ set +x
+ ci_project=tcwg_gnu_embed_build
++ get_current_manifest '{rr[ci_config]}'
++ get_manifest artifacts/manifest.sh '{rr[ci_config]}'
++ set +x
+# Debug traces :
+ ci_config=master-thumb_m23_eabi
+ echo '# 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_gnu_embed_build--master-thumb_m23_eabi-build/71/'
+# Baseline : https://ci.linaro.org/job/tcwg_gnu_embed_build--master-thumb_m23_eabi-build/72/
+# Using dir : base-artifacts
++ echo '# Baseline : https://ci.linaro.org/job/tcwg_gnu_embed_build--master-thumb_m23_eabi-build/72/'
+ 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_build--master-thumb_m23_eabi-build/72/
+# Artifacts : https://ci.linaro.org/job/tcwg_gnu_embed_build--master-thumb_m23_eabi-build/73/
# Using dir : artifacts
-+ echo '# Artifacts : https://ci.linaro.org/job/tcwg_gnu_embed_build--master-thumb_m23_eabi-build/72/'
++ echo '# Artifacts : https://ci.linaro.org/job/tcwg_gnu_embed_build--master-thumb_m23_eabi-build/73/'
+ 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]}'
@@ -93,7 +93,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
-++ '[' x2540e3a87edcb734ef448c3a68ac4827e298f76f '!=' x2bb9e05637f5a08e6da30450482f5a413b7f6972 ']'
+++ '[' x80ffe7226459e3edf840d0c23462d93cb560d2de '!=' x2540e3a87edcb734ef448c3a68ac4827e298f76f ']'
++ echo -ne binutils
++ delim=' '
++ for c in $(print_updated_components)
@@ -108,7 +108,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
-++ '[' xaf8bbd631f5425e9be084dfd1f2b9487a31a350e '!=' x1bd15d87031e8bf8fe9585fbc166b315303f676c ']'
+++ '[' xf4d8ab192d8c9f540cf19a0906d68a0f52fdef60 '!=' xaf8bbd631f5425e9be084dfd1f2b9487a31a350e ']'
++ echo -ne ' gcc'
++ delim=' '
++ for c in $(print_updated_components)
@@ -136,7 +136,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
-++ '[' x2540e3a87edcb734ef448c3a68ac4827e298f76f '!=' xa70364f6b4ca2a57876d98300b9933d3d1348e72 ']'
+++ '[' x80ffe7226459e3edf840d0c23462d93cb560d2de '!=' x2540e3a87edcb734ef448c3a68ac4827e298f76f ']'
++ echo -ne ' gdb'
++ delim=' '
++ for c in $(print_updated_components)
@@ -151,19 +151,17 @@
+++ 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
-++ '[' x9c74490bff6c8886a922008d0c9ce6cae70dd17e '!=' xd451e32ce8e1eef1b7d05d9f532113e9618f1fc1 ']'
-++ echo -ne ' qemu'
-++ delim=' '
+++ '[' x9c74490bff6c8886a922008d0c9ce6cae70dd17e '!=' x9c74490bff6c8886a922008d0c9ce6cae70dd17e ']'
++ echo
# Debug traces :
-# change_kind=multiple_components : binutils gcc gdb qemu
+# change_kind=multiple_components : binutils gcc gdb
+ local c base_rev cur_rev c_commits
-+ '[' 4 = 0 ']'
-+ '[' 4 = 1 ']'
++ '[' 3 = 0 ']'
++ '[' 3 = 1 ']'
+ change_kind=multiple_components
+ changed_single_component=
+ echo '# Debug traces :'
-+ echo '# change_kind=multiple_components : binutils gcc gdb qemu'
++ echo '# change_kind=multiple_components : binutils gcc gdb'
+ for c in "${changed_components[@]}"
++ get_baseline_git binutils_rev
++ set -euf -o pipefail
@@ -171,17 +169,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=2bb9e05637f5a08e6da30450482f5a413b7f6972
++ base_rev=2540e3a87edcb734ef448c3a68ac4827e298f76f
++ 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=2540e3a87edcb734ef448c3a68ac4827e298f76f
-++ git -C binutils rev-list --count 2bb9e05637f5a08e6da30450482f5a413b7f6972..2540e3a87edcb734ef448c3a68ac4827e298f76f
-# rev for binutils : 2bb9e05637f5a08e6da30450482f5a413b7f6972..2540e3a87edcb734ef448c3a68ac4827e298f76f (47 commits)
-+ c_commits=47
-+ echo '# rev for binutils : 2bb9e05637f5a08e6da30450482f5a413b7f6972..2540e3a87edcb734ef448c3a68ac4827e298f76f (47 commits)'
++ cur_rev=80ffe7226459e3edf840d0c23462d93cb560d2de
+++ git -C binutils rev-list --count 2540e3a87edcb734ef448c3a68ac4827e298f76f..80ffe7226459e3edf840d0c23462d93cb560d2de
+# rev for binutils : 2540e3a87edcb734ef448c3a68ac4827e298f76f..80ffe7226459e3edf840d0c23462d93cb560d2de (30 commits)
++ c_commits=30
++ echo '# rev for binutils : 2540e3a87edcb734ef448c3a68ac4827e298f76f..80ffe7226459e3edf840d0c23462d93cb560d2de (30 commits)'
+ for c in "${changed_components[@]}"
++ get_baseline_git gcc_rev
++ set -euf -o pipefail
@@ -189,17 +187,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=1bd15d87031e8bf8fe9585fbc166b315303f676c
++ base_rev=af8bbd631f5425e9be084dfd1f2b9487a31a350e
++ 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=af8bbd631f5425e9be084dfd1f2b9487a31a350e
-++ git -C gcc rev-list --count 1bd15d87031e8bf8fe9585fbc166b315303f676c..af8bbd631f5425e9be084dfd1f2b9487a31a350e
-# rev for gcc : 1bd15d87031e8bf8fe9585fbc166b315303f676c..af8bbd631f5425e9be084dfd1f2b9487a31a350e (128 commits)
-+ c_commits=128
-+ echo '# rev for gcc : 1bd15d87031e8bf8fe9585fbc166b315303f676c..af8bbd631f5425e9be084dfd1f2b9487a31a350e (128 commits)'
++ cur_rev=f4d8ab192d8c9f540cf19a0906d68a0f52fdef60
+++ git -C gcc rev-list --count af8bbd631f5425e9be084dfd1f2b9487a31a350e..f4d8ab192d8c9f540cf19a0906d68a0f52fdef60
+# rev for gcc : af8bbd631f5425e9be084dfd1f2b9487a31a350e..f4d8ab192d8c9f540cf19a0906d68a0f52fdef60 (105 commits)
++ c_commits=105
++ echo '# rev for gcc : af8bbd631f5425e9be084dfd1f2b9487a31a350e..f4d8ab192d8c9f540cf19a0906d68a0f52fdef60 (105 commits)'
+ for c in "${changed_components[@]}"
++ get_baseline_git gdb_rev
++ set -euf -o pipefail
@@ -207,36 +205,18 @@
++ 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=a70364f6b4ca2a57876d98300b9933d3d1348e72
++ base_rev=2540e3a87edcb734ef448c3a68ac4827e298f76f
++ 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=2540e3a87edcb734ef448c3a68ac4827e298f76f
-++ git -C gdb rev-list --count a70364f6b4ca2a57876d98300b9933d3d1348e72..2540e3a87edcb734ef448c3a68ac4827e298f76f
-# rev for gdb : a70364f6b4ca2a57876d98300b9933d3d1348e72..2540e3a87edcb734ef448c3a68ac4827e298f76f (46 commits)
-+ c_commits=46
-+ echo '# rev for gdb : a70364f6b4ca2a57876d98300b9933d3d1348e72..2540e3a87edcb734ef448c3a68ac4827e298f76f (46 commits)'
-+ for c in "${changed_components[@]}"
-++ get_baseline_git qemu_rev
-++ set -euf -o pipefail
-++ local base_artifacts=base-artifacts
-++ 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=d451e32ce8e1eef1b7d05d9f532113e9618f1fc1
-++ 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=9c74490bff6c8886a922008d0c9ce6cae70dd17e
-++ git -C qemu rev-list --count d451e32ce8e1eef1b7d05d9f532113e9618f1fc1..9c74490bff6c8886a922008d0c9ce6cae70dd17e
-+ c_commits=2
-+ echo '# rev for qemu : d451e32ce8e1eef1b7d05d9f532113e9618f1fc1..9c74490bff6c8886a922008d0c9ce6cae70dd17e (2 commits)'
-# rev for qemu : d451e32ce8e1eef1b7d05d9f532113e9618f1fc1..9c74490bff6c8886a922008d0c9ce6cae70dd17e (2 commits)
++ cur_rev=80ffe7226459e3edf840d0c23462d93cb560d2de
+++ git -C gdb rev-list --count 2540e3a87edcb734ef448c3a68ac4827e298f76f..80ffe7226459e3edf840d0c23462d93cb560d2de
+# rev for gdb : 2540e3a87edcb734ef448c3a68ac4827e298f76f..80ffe7226459e3edf840d0c23462d93cb560d2de (30 commits)
++ c_commits=30
++ echo '# rev for gdb : 2540e3a87edcb734ef448c3a68ac4827e298f76f..80ffe7226459e3edf840d0c23462d93cb560d2de (30 commits)'
+ echo ''
+ setup_stages_to_run
+ '[' ignore = onregression ']'
@@ -266,7 +246,7 @@
+ local stage=init
+ '[' multiple_components '!=' single_commit ']'
+ return
-+ '[' init '!=' full ']'
Init stage ran successfully.
++ '[' init '!=' full ']'
+ echo 'Init stage ran successfully.'
+ exit 0