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.log82
1 files changed, 31 insertions, 51 deletions
diff --git a/jenkins/notify-init.log b/jenkins/notify-init.log
index 3ce72f9..95e1bd7 100644
--- a/jenkins/notify-init.log
+++ b/jenkins/notify-init.log
@@ -18,7 +18,7 @@
++ set +x
+ ci_project=tcwg_kernel
# Debug traces :
-# Baseline : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-mainline-defconfig-build/68/
+# Baseline : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-mainline-defconfig-build/69/
# Using dir : base-artifacts
++ get_current_manifest '{rr[ci_config]}'
++ get_manifest artifacts/manifest.sh '{rr[ci_config]}'
@@ -28,15 +28,15 @@
++ get_baseline_manifest BUILD_URL
++ get_manifest base-artifacts/manifest.sh BUILD_URL false
++ set +x
-+ echo '# Baseline : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-mainline-defconfig-build/68/'
++ echo '# Baseline : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-mainline-defconfig-build/69/'
+ 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--llvm-master-arm-mainline-defconfig-build/69/
+# Artifacts : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-mainline-defconfig-build/70/
# Using dir : artifacts
-+ echo '# Artifacts : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-mainline-defconfig-build/69/'
++ echo '# Artifacts : https://ci.linaro.org/job/tcwg_kernel--llvm-master-arm-mainline-defconfig-build/70/'
+ echo '# Using dir : artifacts'
+ echo ''
+ mkdir -p artifacts/notify
@@ -89,7 +89,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
-++ '[' x10802d9ac0c6e39a672f86224ec89a9a54a37b9c '!=' x42cb93f57d582d4ed365622c7eb970547c629176 ']'
+++ '[' xfa88a361f99ecfddce4cc7228932ccc35879a6e8 '!=' x10802d9ac0c6e39a672f86224ec89a9a54a37b9c ']'
++ echo -ne binutils
++ delim=' '
++ for c in $(print_updated_components)
@@ -104,7 +104,7 @@
+++ assert_with_msg 'ERROR: No llvm_rev in baseline git' '[' -f base-artifacts/git/llvm_rev ']'
+++ set -euf -o pipefail +x
+++ cat base-artifacts/git/llvm_rev
-++ '[' xd63f54f91f49aa01ef3af490775ab8cf869cad0f '!=' x99430c589fda65817119aa6b83fc24813fa78e25 ']'
+++ '[' x3068d277fd5ad0590a11dcb23af170ab31d7bda0 '!=' xd63f54f91f49aa01ef3af490775ab8cf869cad0f ']'
++ echo -ne ' llvm'
++ delim=' '
++ for c in $(print_updated_components)
@@ -119,7 +119,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
-++ '[' x3f7168591ebf7bbdb91797d02b1afaf00a4289b1 '!=' xbabe393974de0351c0e6cca50f5f84edaf8d7fa1 ']'
+++ '[' x2cf4f94d8e8646803f8fb0facf134b0cd7fb691a '!=' x3f7168591ebf7bbdb91797d02b1afaf00a4289b1 ']'
++ echo -ne ' linux'
++ delim=' '
++ for c in $(print_updated_components)
@@ -134,19 +134,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
-++ '[' x039afc5ef7367fbc8fb475580c291c2655e856cb '!=' x9c74490bff6c8886a922008d0c9ce6cae70dd17e ']'
-++ echo -ne ' qemu'
-++ delim=' '
+++ '[' x039afc5ef7367fbc8fb475580c291c2655e856cb '!=' x039afc5ef7367fbc8fb475580c291c2655e856cb ']'
++ echo
# Debug traces :
-# change_kind=multiple_components : binutils llvm linux qemu
+# change_kind=multiple_components : binutils llvm linux
+ 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 llvm linux qemu'
++ echo '# change_kind=multiple_components : binutils llvm linux'
+ for c in "${changed_components[@]}"
++ get_baseline_git binutils_rev
++ set -euf -o pipefail
@@ -154,17 +152,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=42cb93f57d582d4ed365622c7eb970547c629176
++ base_rev=10802d9ac0c6e39a672f86224ec89a9a54a37b9c
++ 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=10802d9ac0c6e39a672f86224ec89a9a54a37b9c
-++ git -C binutils rev-list --count 42cb93f57d582d4ed365622c7eb970547c629176..10802d9ac0c6e39a672f86224ec89a9a54a37b9c
-+ c_commits=70
-# rev for binutils : 42cb93f57d582d4ed365622c7eb970547c629176..10802d9ac0c6e39a672f86224ec89a9a54a37b9c (70 commits)
-+ echo '# rev for binutils : 42cb93f57d582d4ed365622c7eb970547c629176..10802d9ac0c6e39a672f86224ec89a9a54a37b9c (70 commits)'
++ cur_rev=fa88a361f99ecfddce4cc7228932ccc35879a6e8
+++ git -C binutils rev-list --count 10802d9ac0c6e39a672f86224ec89a9a54a37b9c..fa88a361f99ecfddce4cc7228932ccc35879a6e8
+# rev for binutils : 10802d9ac0c6e39a672f86224ec89a9a54a37b9c..fa88a361f99ecfddce4cc7228932ccc35879a6e8 (40 commits)
++ c_commits=40
++ echo '# rev for binutils : 10802d9ac0c6e39a672f86224ec89a9a54a37b9c..fa88a361f99ecfddce4cc7228932ccc35879a6e8 (40 commits)'
+ for c in "${changed_components[@]}"
++ get_baseline_git llvm_rev
++ set -euf -o pipefail
@@ -172,17 +170,17 @@
++ assert_with_msg 'ERROR: No llvm_rev in baseline git' '[' -f base-artifacts/git/llvm_rev ']'
++ set -euf -o pipefail +x
++ cat base-artifacts/git/llvm_rev
-+ base_rev=99430c589fda65817119aa6b83fc24813fa78e25
++ base_rev=d63f54f91f49aa01ef3af490775ab8cf869cad0f
++ get_current_git llvm_rev
++ set -euf -o pipefail
++ assert_with_msg 'ERROR: No llvm_rev in current git' '[' -f artifacts/git/llvm_rev ']'
++ set -euf -o pipefail +x
++ cat artifacts/git/llvm_rev
-+ cur_rev=d63f54f91f49aa01ef3af490775ab8cf869cad0f
-++ git -C llvm rev-list --count 99430c589fda65817119aa6b83fc24813fa78e25..d63f54f91f49aa01ef3af490775ab8cf869cad0f
-# rev for llvm : 99430c589fda65817119aa6b83fc24813fa78e25..d63f54f91f49aa01ef3af490775ab8cf869cad0f (625 commits)
-+ c_commits=625
-+ echo '# rev for llvm : 99430c589fda65817119aa6b83fc24813fa78e25..d63f54f91f49aa01ef3af490775ab8cf869cad0f (625 commits)'
++ cur_rev=3068d277fd5ad0590a11dcb23af170ab31d7bda0
+++ git -C llvm rev-list --count d63f54f91f49aa01ef3af490775ab8cf869cad0f..3068d277fd5ad0590a11dcb23af170ab31d7bda0
+# rev for llvm : d63f54f91f49aa01ef3af490775ab8cf869cad0f..3068d277fd5ad0590a11dcb23af170ab31d7bda0 (288 commits)
++ c_commits=288
++ echo '# rev for llvm : d63f54f91f49aa01ef3af490775ab8cf869cad0f..3068d277fd5ad0590a11dcb23af170ab31d7bda0 (288 commits)'
+ for c in "${changed_components[@]}"
++ get_baseline_git linux_rev
++ set -euf -o pipefail
@@ -190,36 +188,19 @@
++ 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=babe393974de0351c0e6cca50f5f84edaf8d7fa1
++ base_rev=3f7168591ebf7bbdb91797d02b1afaf00a4289b1
++ 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=3f7168591ebf7bbdb91797d02b1afaf00a4289b1
-++ git -C linux rev-list --count babe393974de0351c0e6cca50f5f84edaf8d7fa1..3f7168591ebf7bbdb91797d02b1afaf00a4289b1
-# rev for linux : babe393974de0351c0e6cca50f5f84edaf8d7fa1..3f7168591ebf7bbdb91797d02b1afaf00a4289b1 (7466 commits)
-+ c_commits=7466
-+ echo '# rev for linux : babe393974de0351c0e6cca50f5f84edaf8d7fa1..3f7168591ebf7bbdb91797d02b1afaf00a4289b1 (7466 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=9c74490bff6c8886a922008d0c9ce6cae70dd17e
-++ 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=039afc5ef7367fbc8fb475580c291c2655e856cb
-++ git -C qemu rev-list --count 9c74490bff6c8886a922008d0c9ce6cae70dd17e..039afc5ef7367fbc8fb475580c291c2655e856cb
-# rev for qemu : 9c74490bff6c8886a922008d0c9ce6cae70dd17e..039afc5ef7367fbc8fb475580c291c2655e856cb (9 commits)
++ cur_rev=2cf4f94d8e8646803f8fb0facf134b0cd7fb691a
+++ git -C linux rev-list --count 3f7168591ebf7bbdb91797d02b1afaf00a4289b1..2cf4f94d8e8646803f8fb0facf134b0cd7fb691a
+# rev for linux : 3f7168591ebf7bbdb91797d02b1afaf00a4289b1..2cf4f94d8e8646803f8fb0facf134b0cd7fb691a (149 commits)
-+ c_commits=9
-+ echo '# rev for qemu : 9c74490bff6c8886a922008d0c9ce6cae70dd17e..039afc5ef7367fbc8fb475580c291c2655e856cb (9 commits)'
+# post_interesting_commits
++ c_commits=149
++ echo '# rev for linux : 3f7168591ebf7bbdb91797d02b1afaf00a4289b1..2cf4f94d8e8646803f8fb0facf134b0cd7fb691a (149 commits)'
+ echo ''
+ setup_stages_to_run
+ '[' ignore = onregression ']'
@@ -240,7 +221,6 @@
+ generate_extra_details_f=generate_extra_details
+ case "$ci_project" in
+ post_interesting_commits init
-# post_interesting_commits
+ set -euf -o pipefail
+ echo '# post_interesting_commits'
+ local stage=init