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.log52
1 files changed, 26 insertions, 26 deletions
diff --git a/jenkins/notify-init.log b/jenkins/notify-init.log
index 9cf6b4b..56b4abd 100644
--- a/jenkins/notify-init.log
+++ b/jenkins/notify-init.log
@@ -26,17 +26,17 @@
++ get_baseline_manifest BUILD_URL
++ get_manifest base-artifacts/manifest.sh BUILD_URL false
++ set +x
-# Baseline : https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-lts-allmodconfig-build/60/
+# Baseline : https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-lts-allmodconfig-build/61/
# Using dir : base-artifacts
-+ echo '# Baseline : https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-lts-allmodconfig-build/60/'
++ echo '# Baseline : https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-lts-allmodconfig-build/61/'
+ 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_kernel--gnu-master-aarch64-lts-allmodconfig-build/61/
+# Artifacts : https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-lts-allmodconfig-build/62/
# Using dir : artifacts
-+ echo '# Artifacts : https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-lts-allmodconfig-build/61/'
++ echo '# Artifacts : https://ci.linaro.org/job/tcwg_kernel--gnu-master-aarch64-lts-allmodconfig-build/62/'
+ echo '# Using dir : artifacts'
+ echo ''
+ mkdir -p artifacts/notify
@@ -88,7 +88,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
-++ '[' x26c7a0ea380bedb86ff3b5a9ed252d8d2557a0c5 '!=' x3141397e865d4edd98737bbdceeb2aee3ec35eb8 ']'
+++ '[' xdf4ffdd8c87b32357f929fb4a861760038f3bbb8 '!=' x26c7a0ea380bedb86ff3b5a9ed252d8d2557a0c5 ']'
++ echo -ne binutils
++ delim=' '
++ for c in $(print_updated_components)
@@ -103,7 +103,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
-++ '[' x20a3c74c347429c109bc7002285b735be83f6a0b '!=' xddb479e796bee3964ddb6a2daa8f79598e47cede ']'
+++ '[' xe9b39df9333d565ee06fa65d62bfca4bbcb92e44 '!=' x20a3c74c347429c109bc7002285b735be83f6a0b ']'
++ echo -ne ' gcc'
++ delim=' '
++ for c in $(print_updated_components)
@@ -131,7 +131,7 @@
+++ 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
-++ '[' x34a5cb6d8434303c170230644b2a7c1d5781d197 '!=' xf78ea7ddb0e18766ece9fdfe02061744a7afc41b ']'
+++ '[' x8fa379170c2a12476021f5f50d6cf3f672e79e7b '!=' x34a5cb6d8434303c170230644b2a7c1d5781d197 ']'
++ echo -ne ' qemu'
++ delim=' '
++ echo
@@ -151,17 +151,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=3141397e865d4edd98737bbdceeb2aee3ec35eb8
++ base_rev=26c7a0ea380bedb86ff3b5a9ed252d8d2557a0c5
++ 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=26c7a0ea380bedb86ff3b5a9ed252d8d2557a0c5
-++ git -C binutils rev-list --count 3141397e865d4edd98737bbdceeb2aee3ec35eb8..26c7a0ea380bedb86ff3b5a9ed252d8d2557a0c5
-# rev for binutils : 3141397e865d4edd98737bbdceeb2aee3ec35eb8..26c7a0ea380bedb86ff3b5a9ed252d8d2557a0c5 (60 commits)
-+ c_commits=60
-+ echo '# rev for binutils : 3141397e865d4edd98737bbdceeb2aee3ec35eb8..26c7a0ea380bedb86ff3b5a9ed252d8d2557a0c5 (60 commits)'
++ cur_rev=df4ffdd8c87b32357f929fb4a861760038f3bbb8
+++ git -C binutils rev-list --count 26c7a0ea380bedb86ff3b5a9ed252d8d2557a0c5..df4ffdd8c87b32357f929fb4a861760038f3bbb8
+# rev for binutils : 26c7a0ea380bedb86ff3b5a9ed252d8d2557a0c5..df4ffdd8c87b32357f929fb4a861760038f3bbb8 (42 commits)
++ c_commits=42
++ echo '# rev for binutils : 26c7a0ea380bedb86ff3b5a9ed252d8d2557a0c5..df4ffdd8c87b32357f929fb4a861760038f3bbb8 (42 commits)'
+ for c in "${changed_components[@]}"
++ get_baseline_git gcc_rev
++ set -euf -o pipefail
@@ -169,17 +169,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=ddb479e796bee3964ddb6a2daa8f79598e47cede
++ base_rev=20a3c74c347429c109bc7002285b735be83f6a0b
++ 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=20a3c74c347429c109bc7002285b735be83f6a0b
-++ git -C gcc rev-list --count ddb479e796bee3964ddb6a2daa8f79598e47cede..20a3c74c347429c109bc7002285b735be83f6a0b
-# rev for gcc : ddb479e796bee3964ddb6a2daa8f79598e47cede..20a3c74c347429c109bc7002285b735be83f6a0b (132 commits)
-+ c_commits=132
-+ echo '# rev for gcc : ddb479e796bee3964ddb6a2daa8f79598e47cede..20a3c74c347429c109bc7002285b735be83f6a0b (132 commits)'
++ cur_rev=e9b39df9333d565ee06fa65d62bfca4bbcb92e44
+++ git -C gcc rev-list --count 20a3c74c347429c109bc7002285b735be83f6a0b..e9b39df9333d565ee06fa65d62bfca4bbcb92e44
+# rev for gcc : 20a3c74c347429c109bc7002285b735be83f6a0b..e9b39df9333d565ee06fa65d62bfca4bbcb92e44 (182 commits)
++ c_commits=182
++ echo '# rev for gcc : 20a3c74c347429c109bc7002285b735be83f6a0b..e9b39df9333d565ee06fa65d62bfca4bbcb92e44 (182 commits)'
+ for c in "${changed_components[@]}"
++ get_baseline_git qemu_rev
++ set -euf -o pipefail
@@ -187,18 +187,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=f78ea7ddb0e18766ece9fdfe02061744a7afc41b
++ base_rev=34a5cb6d8434303c170230644b2a7c1d5781d197
++ 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=34a5cb6d8434303c170230644b2a7c1d5781d197
-++ git -C qemu rev-list --count f78ea7ddb0e18766ece9fdfe02061744a7afc41b..34a5cb6d8434303c170230644b2a7c1d5781d197
-# rev for qemu : f78ea7ddb0e18766ece9fdfe02061744a7afc41b..34a5cb6d8434303c170230644b2a7c1d5781d197 (36 commits)
++ cur_rev=8fa379170c2a12476021f5f50d6cf3f672e79e7b
+++ git -C qemu rev-list --count 34a5cb6d8434303c170230644b2a7c1d5781d197..8fa379170c2a12476021f5f50d6cf3f672e79e7b
+# rev for qemu : 34a5cb6d8434303c170230644b2a7c1d5781d197..8fa379170c2a12476021f5f50d6cf3f672e79e7b (95 commits)
-+ c_commits=36
-+ echo '# rev for qemu : f78ea7ddb0e18766ece9fdfe02061744a7afc41b..34a5cb6d8434303c170230644b2a7c1d5781d197 (36 commits)'
++ c_commits=95
++ echo '# rev for qemu : 34a5cb6d8434303c170230644b2a7c1d5781d197..8fa379170c2a12476021f5f50d6cf3f672e79e7b (95 commits)'
+ echo ''
+ setup_stages_to_run
+ '[' ignore = onregression ']'
@@ -218,8 +218,8 @@
+ generate_extra_details_f=generate_extra_details
+ case "$ci_project" in
+ post_interesting_commits init
-# post_interesting_commits
+ set -euf -o pipefail
+# post_interesting_commits
+ echo '# post_interesting_commits'
+ local stage=init
+ '[' multiple_components '!=' single_commit ']'