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.log86
1 files changed, 53 insertions, 33 deletions
diff --git a/jenkins/notify-init.log b/jenkins/notify-init.log
index 953b502..cf1f8ed 100644
--- a/jenkins/notify-init.log
+++ b/jenkins/notify-init.log
@@ -16,27 +16,27 @@
++ get_current_manifest '{rr[ci_project]}'
++ get_manifest artifacts/manifest.sh '{rr[ci_project]}'
++ set +x
+# Debug traces :
+# Baseline : https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-next-defconfig-build/94/
+# Using dir : base-artifacts
+ ci_project=tcwg_kernel
++ get_current_manifest '{rr[ci_config]}'
++ get_manifest artifacts/manifest.sh '{rr[ci_config]}'
++ set +x
-# Debug traces :
+ ci_config=llvm-master-aarch64-next-defconfig
+ 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_kernel--llvm-master-aarch64-next-defconfig-build/93/
-# Using dir : base-artifacts
-+ echo '# Baseline : https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-next-defconfig-build/93/'
++ echo '# Baseline : https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-next-defconfig-build/94/'
+ 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-aarch64-next-defconfig-build/94/
+# Artifacts : https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-next-defconfig-build/95/
# Using dir : artifacts
-+ echo '# Artifacts : https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-next-defconfig-build/94/'
++ echo '# Artifacts : https://ci.linaro.org/job/tcwg_kernel--llvm-master-aarch64-next-defconfig-build/95/'
+ 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
-++ '[' xeef4ff9b707d738322a5dca82a6a9b0aad76a26e '!=' x2bb9e05637f5a08e6da30450482f5a413b7f6972 ']'
+++ '[' x01b386b55ecadcfce98896b9214edcd1e6fe0e62 '!=' xeef4ff9b707d738322a5dca82a6a9b0aad76a26e ']'
++ 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
-++ '[' x55531e715faabc6edfcba574e4861c97f989850d '!=' x30d700117b772d94d8474ec56bd6f9cc423fc613 ']'
+++ '[' x1bce61e6b01b38e04260be4f422bbae59c34c766 '!=' x55531e715faabc6edfcba574e4861c97f989850d ']'
++ echo -ne ' llvm'
++ delim=' '
++ for c in $(print_updated_components)
@@ -119,7 +119,9 @@
+++ 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
-++ '[' xab57716449b3438c0136f6f412a2e59e0cf037a9 '!=' xab57716449b3438c0136f6f412a2e59e0cf037a9 ']'
+++ '[' x11651f8cb2e88372d4ed523d909514dc9a613ea3 '!=' xab57716449b3438c0136f6f412a2e59e0cf037a9 ']'
+++ echo -ne ' linux'
+++ delim=' '
++ for c in $(print_updated_components)
+++ get_current_git qemu_rev
+++ set -euf -o pipefail
@@ -132,19 +134,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
-++ '[' x9c74490bff6c8886a922008d0c9ce6cae70dd17e '!=' xd451e32ce8e1eef1b7d05d9f532113e9618f1fc1 ']'
+++ '[' x039afc5ef7367fbc8fb475580c291c2655e856cb '!=' x9c74490bff6c8886a922008d0c9ce6cae70dd17e ']'
++ echo -ne ' qemu'
++ delim=' '
++ echo
# Debug traces :
-# change_kind=multiple_components : binutils llvm qemu
+# change_kind=multiple_components : binutils llvm linux qemu
+ local c base_rev cur_rev c_commits
-+ '[' 3 = 0 ']'
-+ '[' 3 = 1 ']'
++ '[' 4 = 0 ']'
++ '[' 4 = 1 ']'
+ change_kind=multiple_components
+ changed_single_component=
+ echo '# Debug traces :'
-+ echo '# change_kind=multiple_components : binutils llvm qemu'
++ echo '# change_kind=multiple_components : binutils llvm linux qemu'
+ for c in "${changed_components[@]}"
++ get_baseline_git binutils_rev
++ set -euf -o pipefail
@@ -152,17 +154,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=eef4ff9b707d738322a5dca82a6a9b0aad76a26e
++ 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=eef4ff9b707d738322a5dca82a6a9b0aad76a26e
-++ git -C binutils rev-list --count 2bb9e05637f5a08e6da30450482f5a413b7f6972..eef4ff9b707d738322a5dca82a6a9b0aad76a26e
-# rev for binutils : 2bb9e05637f5a08e6da30450482f5a413b7f6972..eef4ff9b707d738322a5dca82a6a9b0aad76a26e (48 commits)
-+ c_commits=48
-+ echo '# rev for binutils : 2bb9e05637f5a08e6da30450482f5a413b7f6972..eef4ff9b707d738322a5dca82a6a9b0aad76a26e (48 commits)'
++ cur_rev=01b386b55ecadcfce98896b9214edcd1e6fe0e62
+++ git -C binutils rev-list --count eef4ff9b707d738322a5dca82a6a9b0aad76a26e..01b386b55ecadcfce98896b9214edcd1e6fe0e62
+# rev for binutils : eef4ff9b707d738322a5dca82a6a9b0aad76a26e..01b386b55ecadcfce98896b9214edcd1e6fe0e62 (70 commits)
++ c_commits=70
++ echo '# rev for binutils : eef4ff9b707d738322a5dca82a6a9b0aad76a26e..01b386b55ecadcfce98896b9214edcd1e6fe0e62 (70 commits)'
+ for c in "${changed_components[@]}"
++ get_baseline_git llvm_rev
++ set -euf -o pipefail
@@ -170,17 +172,35 @@
++ 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=30d700117b772d94d8474ec56bd6f9cc423fc613
++ base_rev=55531e715faabc6edfcba574e4861c97f989850d
++ 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=55531e715faabc6edfcba574e4861c97f989850d
-++ git -C llvm rev-list --count 30d700117b772d94d8474ec56bd6f9cc423fc613..55531e715faabc6edfcba574e4861c97f989850d
-# rev for llvm : 30d700117b772d94d8474ec56bd6f9cc423fc613..55531e715faabc6edfcba574e4861c97f989850d (347 commits)
-+ c_commits=347
-+ echo '# rev for llvm : 30d700117b772d94d8474ec56bd6f9cc423fc613..55531e715faabc6edfcba574e4861c97f989850d (347 commits)'
++ cur_rev=1bce61e6b01b38e04260be4f422bbae59c34c766
+++ git -C llvm rev-list --count 55531e715faabc6edfcba574e4861c97f989850d..1bce61e6b01b38e04260be4f422bbae59c34c766
+# rev for llvm : 55531e715faabc6edfcba574e4861c97f989850d..1bce61e6b01b38e04260be4f422bbae59c34c766 (578 commits)
++ c_commits=578
++ echo '# rev for llvm : 55531e715faabc6edfcba574e4861c97f989850d..1bce61e6b01b38e04260be4f422bbae59c34c766 (578 commits)'
++ for c in "${changed_components[@]}"
+++ get_baseline_git linux_rev
+++ set -euf -o pipefail
+++ local base_artifacts=base-artifacts
+++ 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=ab57716449b3438c0136f6f412a2e59e0cf037a9
+++ 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=11651f8cb2e88372d4ed523d909514dc9a613ea3
+++ git -C linux rev-list --count ab57716449b3438c0136f6f412a2e59e0cf037a9..11651f8cb2e88372d4ed523d909514dc9a613ea3
+# rev for linux : ab57716449b3438c0136f6f412a2e59e0cf037a9..11651f8cb2e88372d4ed523d909514dc9a613ea3 (9804 commits)
++ c_commits=9804
++ echo '# rev for linux : ab57716449b3438c0136f6f412a2e59e0cf037a9..11651f8cb2e88372d4ed523d909514dc9a613ea3 (9804 commits)'
+ for c in "${changed_components[@]}"
++ get_baseline_git qemu_rev
++ set -euf -o pipefail
@@ -188,18 +208,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=d451e32ce8e1eef1b7d05d9f532113e9618f1fc1
++ 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=9c74490bff6c8886a922008d0c9ce6cae70dd17e
-++ git -C qemu rev-list --count d451e32ce8e1eef1b7d05d9f532113e9618f1fc1..9c74490bff6c8886a922008d0c9ce6cae70dd17e
-# rev for qemu : d451e32ce8e1eef1b7d05d9f532113e9618f1fc1..9c74490bff6c8886a922008d0c9ce6cae70dd17e (2 commits)
++ cur_rev=039afc5ef7367fbc8fb475580c291c2655e856cb
+++ git -C qemu rev-list --count 9c74490bff6c8886a922008d0c9ce6cae70dd17e..039afc5ef7367fbc8fb475580c291c2655e856cb
+# rev for qemu : 9c74490bff6c8886a922008d0c9ce6cae70dd17e..039afc5ef7367fbc8fb475580c291c2655e856cb (9 commits)
-+ c_commits=2
-+ echo '# rev for qemu : d451e32ce8e1eef1b7d05d9f532113e9618f1fc1..9c74490bff6c8886a922008d0c9ce6cae70dd17e (2 commits)'
++ c_commits=9
++ echo '# rev for qemu : 9c74490bff6c8886a922008d0c9ce6cae70dd17e..039afc5ef7367fbc8fb475580c291c2655e856cb (9 commits)'
+ echo ''
+ setup_stages_to_run
+ '[' ignore = onregression ']'
@@ -220,9 +240,9 @@
+ 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'
+# post_interesting_commits
+ local stage=init
+ '[' multiple_components '!=' single_commit ']'
+ return