From 986fd480eafda7a8b022a5c88ed32e42d8873ff9 Mon Sep 17 00:00:00 2001 From: TCWG BuildSlave Date: Fri, 15 Dec 2023 20:52:06 +0000 Subject: onsuccess: #1507: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_gcc_build--master-arm-build/1507/ Results : | # reset_artifacts: | -10 | # true: | 0 | # build_abe gcc: | 1 check_regression status : 0 --- jenkins/notify-full.log | 310 ++++++++++++++++++++++++++++-------------------- 1 file changed, 184 insertions(+), 126 deletions(-) (limited to 'jenkins/notify-full.log') diff --git a/jenkins/notify-full.log b/jenkins/notify-full.log index 09bad54..d76604a 100644 --- a/jenkins/notify-full.log +++ b/jenkins/notify-full.log @@ -9,8 +9,8 @@ + declare -a changed_components + declare print_commits_f print_result_f print_config_f print_last_icommit_f + dump_model_only=false -+ setup_notify_environment # setup_notify_environment ++ setup_notify_environment + echo '# setup_notify_environment' + top_artifacts=artifacts ++ get_current_manifest '{rr[ci_project]}' @@ -20,24 +20,24 @@ ++ get_current_manifest '{rr[ci_config]}' ++ get_manifest artifacts/manifest.sh '{rr[ci_config]}' ++ set +x -# Debug traces : + ci_config=master-arm + echo '# Debug traces :' +# 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_gcc_build--master-arm-build/1505/ +# Baseline : https://ci.linaro.org/job/tcwg_gcc_build--master-arm-build/1506/ # Using dir : base-artifacts -+ echo '# Baseline : https://ci.linaro.org/job/tcwg_gcc_build--master-arm-build/1505/' ++ echo '# Baseline : https://ci.linaro.org/job/tcwg_gcc_build--master-arm-build/1506/' + echo '# Using dir : base-artifacts' ++ get_current_manifest BUILD_URL ++ get_manifest artifacts/manifest.sh BUILD_URL ++ set +x -+ echo '# Artifacts : https://ci.linaro.org/job/tcwg_gcc_build--master-arm-build/1506/' -# Artifacts : https://ci.linaro.org/job/tcwg_gcc_build--master-arm-build/1506/ +# Artifacts : https://ci.linaro.org/job/tcwg_gcc_build--master-arm-build/1507/ # Using dir : artifacts - ++ echo '# Artifacts : https://ci.linaro.org/job/tcwg_gcc_build--master-arm-build/1507/' + echo '# Using dir : artifacts' + + echo '' + mkdir -p artifacts/notify + '[' -f /home/tcwg-buildslave/.jipdate.yml ']' @@ -45,8 +45,8 @@ + case "$notify" in + declare -Ag pw + '[' ignore = precommit ']' -+ check_source_changes # check_source_changes ++ check_source_changes + echo '# check_source_changes' ++ get_current_manifest '{rr[update_baseline]}' ++ get_manifest artifacts/manifest.sh '{rr[update_baseline]}' @@ -77,7 +77,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 -++ '[' x863df360fb6549ae35af9f052343d2578d4d2b63 '!=' x5641787abeea0fdc8fc43733e01768caad25b761 ']' +++ '[' xc0911c6b357ba916ae24926b7d8b9ca35234f33c '!=' x863df360fb6549ae35af9f052343d2578d4d2b63 ']' ++ echo -ne gcc ++ delim=' ' ++ echo @@ -90,17 +90,17 @@ ++ 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 -+ first_bad=863df360fb6549ae35af9f052343d2578d4d2b63 ++ first_bad=c0911c6b357ba916ae24926b7d8b9ca35234f33c ++ get_baseline_git gcc_rev ++ set -euf -o pipefail ++ local base_artifacts=base-artifacts ++ 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 -+ last_good=5641787abeea0fdc8fc43733e01768caad25b761 ++ last_good=863df360fb6549ae35af9f052343d2578d4d2b63 + local res + res=0 -+ wait 160495 ++ wait 157021 + git -C gcc rev-parse --verify HEAD + assert_with_msg 'Cannot parse HEAD in repo gcc' '[' 0 = 0 ']' + set -euf -o pipefail +x @@ -114,21 +114,21 @@ ++ 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=5641787abeea0fdc8fc43733e01768caad25b761 ++ base_rev=863df360fb6549ae35af9f052343d2578d4d2b63 ++ 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=863df360fb6549ae35af9f052343d2578d4d2b63 -++ git -C gcc rev-parse '863df360fb6549ae35af9f052343d2578d4d2b63^@' ++ cur_rev=c0911c6b357ba916ae24926b7d8b9ca35234f33c +++ git -C gcc rev-parse 'c0911c6b357ba916ae24926b7d8b9ca35234f33c^@' + for sha1 in $(git -C "$c" rev-parse "$cur_rev^@") -+ '[' 1d8ac2a74fe37bb3d2fef63ed1ce19bc6f983189 = 5641787abeea0fdc8fc43733e01768caad25b761 ']' ++ '[' d7ee988c491cde43d04fe25f2b3dbad9d85ded45 = 863df360fb6549ae35af9f052343d2578d4d2b63 ']' + return 1 -# Debug traces : -# change_kind=single_component : gcc + change_kind=single_component +# Debug traces : + echo '# Debug traces :' +# change_kind=single_component : gcc + echo '# change_kind=single_component : gcc' + for c in "${changed_components[@]}" ++ get_baseline_git gcc_rev @@ -137,20 +137,19 @@ ++ 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=5641787abeea0fdc8fc43733e01768caad25b761 ++ base_rev=863df360fb6549ae35af9f052343d2578d4d2b63 ++ 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=863df360fb6549ae35af9f052343d2578d4d2b63 -++ git -C gcc rev-list --count 5641787abeea0fdc8fc43733e01768caad25b761..863df360fb6549ae35af9f052343d2578d4d2b63 -# rev for gcc : 5641787abeea0fdc8fc43733e01768caad25b761..863df360fb6549ae35af9f052343d2578d4d2b63 (15 commits) ++ cur_rev=c0911c6b357ba916ae24926b7d8b9ca35234f33c +++ git -C gcc rev-list --count 863df360fb6549ae35af9f052343d2578d4d2b63..c0911c6b357ba916ae24926b7d8b9ca35234f33c ++ c_commits=12 ++ echo '# rev for gcc : 863df360fb6549ae35af9f052343d2578d4d2b63..c0911c6b357ba916ae24926b7d8b9ca35234f33c (12 commits)' +# rev for gcc : 863df360fb6549ae35af9f052343d2578d4d2b63..c0911c6b357ba916ae24926b7d8b9ca35234f33c (12 commits) -+ c_commits=15 -+ echo '# rev for gcc : 5641787abeea0fdc8fc43733e01768caad25b761..863df360fb6549ae35af9f052343d2578d4d2b63 (15 commits)' + echo '' -# post_interesting_commits + setup_stages_to_run + '[' ignore = onregression ']' + '[' ignore = precommit ']' @@ -174,6 +173,7 @@ + print_config_f=gnu_print_config + post_interesting_commits init + set -euf -o pipefail +# post_interesting_commits + echo '# post_interesting_commits' + local stage=init + '[' single_component '!=' single_commit ']' @@ -189,8 +189,8 @@ + '[' xsingle_component '!=' xsingle_commit ']' + return + post_interesting_commits full -# post_interesting_commits + set -euf -o pipefail +# post_interesting_commits + echo '# post_interesting_commits' + local stage=full + '[' single_component '!=' single_commit ']' @@ -232,9 +232,9 @@ +++ get_current_manifest BUILD_URL +++ get_manifest artifacts/manifest.sh BUILD_URL +++ set +x -++ url=https://ci.linaro.org/job/tcwg_gcc_build--master-arm-build/1506/artifact/artifacts +++ url=https://ci.linaro.org/job/tcwg_gcc_build--master-arm-build/1507/artifact/artifacts ++ '[' '' '!=' '' ']' -++ echo 'https://ci.linaro.org/job/tcwg_gcc_build--master-arm-build/1506/artifact/artifacts/notify/mail-body.txt/*view*/' +++ echo 'https://ci.linaro.org/job/tcwg_gcc_build--master-arm-build/1507/artifact/artifacts/notify/mail-body.txt/*view*/' # print all notification files + echo '# print all notification files' + true @@ -257,21 +257,15 @@ ++ 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=5641787abeea0fdc8fc43733e01768caad25b761 ++ base_rev=863df360fb6549ae35af9f052343d2578d4d2b63 ++ 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=863df360fb6549ae35af9f052343d2578d4d2b63 -+ read -r email -++ git -C gcc log --pretty=%ae 5641787abeea0fdc8fc43733e01768caad25b761..863df360fb6549ae35af9f052343d2578d4d2b63 -+ emails["$email"]=cc -+ read -r email -+ emails["$email"]=cc -+ read -r email -+ emails["$email"]=cc ++ cur_rev=c0911c6b357ba916ae24926b7d8b9ca35234f33c + read -r email +++ git -C gcc log --pretty=%ae 863df360fb6549ae35af9f052343d2578d4d2b63..c0911c6b357ba916ae24926b7d8b9ca35234f33c + emails["$email"]=cc + read -r email + emails["$email"]=cc @@ -304,21 +298,15 @@ ++ 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=5641787abeea0fdc8fc43733e01768caad25b761 ++ base_rev=863df360fb6549ae35af9f052343d2578d4d2b63 ++ 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=863df360fb6549ae35af9f052343d2578d4d2b63 -+ read -r email -++ git -C gcc log --pretty=%ce 5641787abeea0fdc8fc43733e01768caad25b761..863df360fb6549ae35af9f052343d2578d4d2b63 -+ emails["$email"]=to -+ read -r email -+ emails["$email"]=to -+ read -r email -+ emails["$email"]=to ++ cur_rev=c0911c6b357ba916ae24926b7d8b9ca35234f33c + read -r email +++ git -C gcc log --pretty=%ce 863df360fb6549ae35af9f052343d2578d4d2b63..c0911c6b357ba916ae24926b7d8b9ca35234f33c + emails["$email"]=to + read -r email + emails["$email"]=to @@ -348,11 +336,6 @@ + recipients=() + local -a recipients + for email in "${!emails[@]}" -+ type=to -+ case "$precommit_postcommit:$type" in -+ case "$type" in -+ recipients+=("$email") -+ for email in "${!emails[@]}" + type=bcc + case "$precommit_postcommit:$type" in + case "$type" in @@ -388,23 +371,8 @@ + case "$precommit_postcommit:$type" in + case "$type" in + recipients+=("$email") -+ for email in "${!emails[@]}" -+ type=to -+ case "$precommit_postcommit:$type" in -+ case "$type" in -+ recipients+=("$email") -+ for email in "${!emails[@]}" -+ type=to -+ case "$precommit_postcommit:$type" in -+ case "$type" in -+ recipients+=("$email") -+ for email in "${!emails[@]}" -+ type=to -+ case "$precommit_postcommit:$type" in -+ case "$type" in -+ recipients+=("$email") + IFS=, -+ echo andre.simoesdiasvieira@arm.com,bcc:tcwg-validation@linaro.org,jakub@redhat.com,cc:gcc-regression@gcc.gnu.org,cc:juzhe.zhong@rivai.ai,thomas@codesourcery.com,pan2.li@intel.com,julian@codesourcery.com,wilco.dijkstra@arm.com,alex.coplan@arm.com,jwakely@redhat.com ++ echo bcc:tcwg-validation@linaro.org,gaiusmod2@gmail.com,cc:gcc-regression@gcc.gnu.org,cc:zengxiao@eswincomputing.com,jlaw@ventanamicro.com,ppalka@redhat.com,alex.coplan@arm.com ++ print_commits --oneline ++ set -euf -o pipefail ++ false @@ -425,20 +393,20 @@ +++ 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=5641787abeea0fdc8fc43733e01768caad25b761 +++ base_rev=863df360fb6549ae35af9f052343d2578d4d2b63 +++ 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=863df360fb6549ae35af9f052343d2578d4d2b63 -+++ git -C gcc rev-list --count 5641787abeea0fdc8fc43733e01768caad25b761..863df360fb6549ae35af9f052343d2578d4d2b63 -++ c_commits=15 -++ new_commits=15 +++ cur_rev=c0911c6b357ba916ae24926b7d8b9ca35234f33c ++++ git -C gcc rev-list --count 863df360fb6549ae35af9f052343d2578d4d2b63..c0911c6b357ba916ae24926b7d8b9ca35234f33c +++ c_commits=12 +++ new_commits=12 +++ echo gcc +++ tr ' ' , ++ components=gcc -++ echo '15 commits in gcc' +++ echo '12 commits in gcc' ++ '[' --oneline = --oneline ']' ++ return 0 ++ gnu_print_result --oneline @@ -477,17 +445,17 @@ ++ case "$print_arg" in ++ case "$ci_config" in ++ echo arm -+ echo '[Linaro-TCWG-CI]' '15 commits in gcc: Success on arm' ++ echo '[Linaro-TCWG-CI]' '12 commits in gcc: Success on arm' + print_mail_body + local bad_artifacts_url good_artifacts_url ++ get_current_manifest BUILD_URL ++ get_manifest artifacts/manifest.sh BUILD_URL ++ set +x -+ bad_artifacts_url=https://ci.linaro.org/job/tcwg_gcc_build--master-arm-build/1506/artifact/artifacts ++ bad_artifacts_url=https://ci.linaro.org/job/tcwg_gcc_build--master-arm-build/1507/artifact/artifacts ++ get_baseline_manifest BUILD_URL ++ get_manifest base-artifacts/manifest.sh BUILD_URL false ++ set +x -+ good_artifacts_url=https://ci.linaro.org/job/tcwg_gcc_build--master-arm-build/1505/artifact/artifacts ++ good_artifacts_url=https://ci.linaro.org/job/tcwg_gcc_build--master-arm-build/1506/artifact/artifacts + local key= + '[' single_component = single_commit ']' + cat @@ -534,20 +502,20 @@ +++ 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=5641787abeea0fdc8fc43733e01768caad25b761 +++ base_rev=863df360fb6549ae35af9f052343d2578d4d2b63 +++ 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=863df360fb6549ae35af9f052343d2578d4d2b63 -+++ git -C gcc rev-list --count 5641787abeea0fdc8fc43733e01768caad25b761..863df360fb6549ae35af9f052343d2578d4d2b63 -++ c_commits=15 -++ new_commits=15 +++ cur_rev=c0911c6b357ba916ae24926b7d8b9ca35234f33c ++++ git -C gcc rev-list --count 863df360fb6549ae35af9f052343d2578d4d2b63..c0911c6b357ba916ae24926b7d8b9ca35234f33c +++ c_commits=12 +++ new_commits=12 +++ echo gcc +++ tr ' ' , ++ components=gcc -++ echo '15 commits in gcc' +++ echo '12 commits in gcc' ++ '[' --short = --oneline ']' ++ for c in "${changed_components[@]}" +++ get_baseline_git gcc_rev @@ -556,19 +524,19 @@ +++ 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=5641787abeea0fdc8fc43733e01768caad25b761 +++ base_rev=863df360fb6549ae35af9f052343d2578d4d2b63 +++ 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=863df360fb6549ae35af9f052343d2578d4d2b63 -+++ git -C gcc rev-list --count 5641787abeea0fdc8fc43733e01768caad25b761..863df360fb6549ae35af9f052343d2578d4d2b63 -++ c_commits=15 +++ cur_rev=c0911c6b357ba916ae24926b7d8b9ca35234f33c ++++ git -C gcc rev-list --count 863df360fb6549ae35af9f052343d2578d4d2b63..c0911c6b357ba916ae24926b7d8b9ca35234f33c +++ c_commits=12 ++ '[' '' '!=' '' ']' -++ git -C gcc log -n 5 --oneline 5641787abeea0fdc8fc43733e01768caad25b761..863df360fb6549ae35af9f052343d2578d4d2b63 -++ '[' 15 -gt 5 ']' -++ echo '... and 10 more commits in gcc' +++ git -C gcc log -n 5 --oneline 863df360fb6549ae35af9f052343d2578d4d2b63..c0911c6b357ba916ae24926b7d8b9ca35234f33c +++ '[' 12 -gt 5 ']' +++ echo '... and 7 more commits in gcc' ++ '[' '' '!=' '' ']' ++ return 0 ++ gnu_print_result --short @@ -621,10 +589,10 @@ + return + true + generate_jenkins_html_files -+ wait 160640 ++ wait 157166 ++ set -euf -o pipefail # generate_jenkins_html_files ... Skipping -+ set -euf -o pipefail + echo '# generate_jenkins_html_files' + true + case "$ci_project" in @@ -651,7 +619,7 @@ + case $text_type in + cat + cat -+ false ++ '[' -d artifacts/00-sumfiles ']' + cat ++ print_readme_link html git/ ++ set -euf -o pipefail @@ -680,6 +648,50 @@ ++ case $text_type in ++ echo -n 'notify/' + false ++ cat ++ read -r cur_file +++ cd artifacts +++ find . -type f +++ sort ++ echo '
  • ./01-reset_artifacts/console.log.xz' ++ read -r cur_file ++ echo '
  • ./02-prepare_abe/console.log.xz' ++ read -r cur_file ++ echo '
  • ./03-true/console.log.xz' ++ read -r cur_file ++ echo '
  • ./04-build_abe-gcc/console.log.xz' ++ read -r cur_file ++ echo '
  • ./04-build_abe-gcc/make-gcc-stage2.log.xz' ++ read -r cur_file ++ echo '
  • ./05-check_regression/console.log.xz' ++ read -r cur_file ++ echo '
  • ./git/gcc_rev' ++ read -r cur_file ++ echo '
  • ./git/gcc_url' ++ read -r cur_file ++ echo '
  • ./jenkins/build-name' ++ read -r cur_file ++ echo '
  • ./jenkins/notify-full.log' ++ read -r cur_file ++ echo '
  • ./jenkins/notify-init.log' ++ read -r cur_file ++ echo '
  • ./jenkins/run-build.env' ++ read -r cur_file ++ echo '
  • ./manifest.sh' ++ read -r cur_file ++ echo '
  • ./notify/jira/comment-template.txt' ++ read -r cur_file ++ echo '
  • ./notify/mail-body.txt' ++ read -r cur_file ++ echo '
  • ./notify/mail-recipients.txt' ++ read -r cur_file ++ echo '
  • ./notify/mail-subject.txt' ++ read -r cur_file ++ echo '
  • ./README.html' ++ read -r cur_file ++ echo '
  • ./results' ++ read -r cur_file ++ cat + print_readme_footer html + set -euf -o pipefail + local text_type=html @@ -702,7 +714,7 @@ + case $text_type in + cat + cat -+ false ++ '[' -d artifacts/00-sumfiles ']' + cat ++ print_readme_link txt git/ ++ set -euf -o pipefail @@ -731,29 +743,75 @@ ++ case $text_type in ++ echo -n notify/ + false ++ cat ++ read -r cur_file +++ cd artifacts +++ find . -type f +++ sort ++ echo '- ./01-reset_artifacts/console.log.xz' ++ read -r cur_file ++ echo '- ./02-prepare_abe/console.log.xz' ++ read -r cur_file ++ echo '- ./03-true/console.log.xz' ++ read -r cur_file ++ echo '- ./04-build_abe-gcc/console.log.xz' ++ read -r cur_file ++ echo '- ./04-build_abe-gcc/make-gcc-stage2.log.xz' ++ read -r cur_file ++ echo '- ./05-check_regression/console.log.xz' ++ read -r cur_file ++ echo '- ./git/gcc_rev' ++ read -r cur_file ++ echo '- ./git/gcc_url' ++ read -r cur_file ++ echo '- ./jenkins/build-name' ++ read -r cur_file ++ echo '- ./jenkins/notify-full.log' ++ read -r cur_file ++ echo '- ./jenkins/notify-init.log' ++ read -r cur_file ++ echo '- ./jenkins/run-build.env' ++ read -r cur_file ++ echo '- ./manifest.sh' ++ read -r cur_file ++ echo '- ./notify/jira/comment-template.txt' ++ read -r cur_file ++ echo '- ./notify/mail-body.txt' ++ read -r cur_file ++ echo '- ./notify/mail-recipients.txt' ++ read -r cur_file ++ echo '- ./notify/mail-subject.txt' ++ read -r cur_file ++ echo '- ./README.html' ++ read -r cur_file ++ echo '- ./README.txt' ++ read -r cur_file ++ echo '- ./results' ++ read -r cur_file ++ cat + print_readme_footer txt + set -euf -o pipefail + local text_type=txt + case $text_type in -# generate dashboard + echo '# generate dashboard' +# generate dashboard + generate_dashboard_squad + local results_date # generate_dashboard_squad -... Skipping -# post_dashboard_squad -... Skipping + echo '# generate_dashboard_squad' + false + echo '... Skipping' +... Skipping + return + post_dashboard_squad + echo '# post_dashboard_squad' +# post_dashboard_squad +... Skipping + false + echo '... Skipping' + return + generate_lnt_report -+ wait 160672 ++ wait 157208 + set -euf -o pipefail + local results_date + echo '# generate_lnt_report' @@ -774,76 +832,76 @@ ++ assert_with_msg 'ERROR: No gcc in current git' '[' -f base-artifacts/git/gcc_rev ']' ++ set -euf -o pipefail +x +++ cat base-artifacts/git/gcc_rev -++ git -C gcc show --no-patch --pretty=%ct 5641787abeea0fdc8fc43733e01768caad25b761 -+ base_d=1702628426 +++ git -C gcc show --no-patch --pretty=%ct 863df360fb6549ae35af9f052343d2578d4d2b63 ++ base_d=1702648088 ++ get_current_component_date gcc ++ set -euf -o pipefail ++ assert_with_msg 'ERROR: No gcc in current git' '[' -f artifacts/git/gcc_rev ']' ++ set -euf -o pipefail +x +++ cat artifacts/git/gcc_rev -++ git -C gcc show --no-patch --pretty=%ct 863df360fb6549ae35af9f052343d2578d4d2b63 -+ cur_d=1702648088 -+ '[' x1702628426 '!=' x ']' -+ '[' x1702648088 = x ']' -+ '[' 1702648088 -lt 1702628426 ']' -+ '[' x1702648088 = x ']' -+ '[' 1702648088 -gt 0 ']' -+ results_date=1702648088 -+ assert_with_msg 'Failed to produce results_date' '[' 1702648088 -gt 0 ']' +++ git -C gcc show --no-patch --pretty=%ct c0911c6b357ba916ae24926b7d8b9ca35234f33c ++ cur_d=1702670400 ++ '[' x1702648088 '!=' x ']' ++ '[' x1702670400 = x ']' ++ '[' 1702670400 -lt 1702648088 ']' ++ '[' x1702670400 = x ']' ++ '[' 1702670400 -gt 0 ']' ++ results_date=1702670400 ++ assert_with_msg 'Failed to produce results_date' '[' 1702670400 -gt 0 ']' + set -euf -o pipefail +x ++ get_baseline_manifest '{rr[results_date]}' ++ get_manifest base-artifacts/manifest.sh '{rr[results_date]}' false ++ set +x -+ base_d=1702606131 -+ '[' 1702606131 '!=' '' ']' -+ assert '[' 1702648088 -ge 1702606131 ']' ++ base_d=1702627109 ++ '[' 1702627109 '!=' '' ']' ++ assert '[' 1702670400 -ge 1702627109 ']' + set -euf -o pipefail +x -+ '[' 1702648088 -gt 1702606131 ']' -+ results_date=1702627109 -+ rr[results_date]=1702627109 -+ manifest_out ++ '[' 1702670400 -gt 1702627109 ']' ++ results_date=1702648754 ++ rr[results_date]=1702648754 + cat ++ manifest_out + cat ++ get_current_manifest '{rr[results_date]}' ++ get_manifest artifacts/manifest.sh '{rr[results_date]}' ++ set +x -+ results_date=1702627109 -++ date '+%Y-%m-%d %H:%M:%S' --date @1702627109 -+ results_date='2023-12-15 07:58:29' ++ results_date=1702648754 +++ date '+%Y-%m-%d %H:%M:%S' --date @1702648754 ++ results_date='2023-12-15 13:59:14' + case "$ci_project" in ++ get_current_manifest BUILD_URL ++ get_manifest artifacts/manifest.sh BUILD_URL ++ set +x -+ generate_lnt_gnu_check_report https://ci.linaro.org/job/tcwg_gcc_build--master-arm-build/1506/ tcwg_gcc_build master-arm '2023-12-15 07:58:29' artifacts/sumfiles artifacts/notify/lnt_report.json -+ local build_url=https://ci.linaro.org/job/tcwg_gcc_build--master-arm-build/1506/ ++ generate_lnt_gnu_check_report https://ci.linaro.org/job/tcwg_gcc_build--master-arm-build/1507/ tcwg_gcc_build master-arm '2023-12-15 13:59:14' artifacts/sumfiles artifacts/notify/lnt_report.json ++ local build_url=https://ci.linaro.org/job/tcwg_gcc_build--master-arm-build/1507/ + local ci_project=tcwg_gcc_build + local ci_config=master-arm -+ local 'results_date=2023-12-15 07:58:29' ++ local 'results_date=2023-12-15 13:59:14' + local sumfiles_dir=artifacts/sumfiles + local output_file=artifacts/notify/lnt_report.json + local -a sumfiles + readarray -t -d '' sumfiles ++ find artifacts/sumfiles -name '*.sum' -print0 find: ‘artifacts/sumfiles’: No such file or directory -# release_testresults_files -... Done + '[' 0 = 0 ']' + return + false + true + release_testresults_files +# release_testresults_files + echo '# release_testresults_files' + '[' -d artifacts/jenkins ']' + '[' -f artifacts/testresults/testresults-mail-recipients.txt ']' +... Done + echo '... Done' + post_to_jira + set -euf -o pipefail -# post_to_jira + echo '# post_to_jira' +# post_to_jira + local post_card_comment=false + local post_template_comment=false + false + false + false -Full stage ran successfully. + echo 'Full stage ran successfully.' +Full stage ran successfully. -- cgit v1.2.3