+ set +x /home/tcwg-buildslave/workspace/tcwg_gnu_5/jenkins-scripts/rr/round-robin-notify.sh @@rr[top_artifacts] artifacts __stage full __verbose true __build_script tcwg_gnu-build.sh + false + dryrun= + tcwg_config_init /home/tcwg-buildslave/workspace/tcwg_gnu_5/jenkins-scripts/rr/.. + local scripts=/home/tcwg-buildslave/workspace/tcwg_gnu_5/jenkins-scripts/rr/.. + [[ -v rr[ci_project] ]] + [[ -v rr[ci_config] ]] + case "${rr[ci_project]}" in + . /home/tcwg-buildslave/workspace/tcwg_gnu_5/jenkins-scripts/rr/../tcwg_gnu-config.sh + tcwg_gnu_config_init + : + declare top_artifacts ci_project ci_config notify_email + declare change_kind changed_single_component last_good first_bad + 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 + echo '# setup_notify_environment' + top_artifacts=artifacts ++ get_current_manifest '{rr[ci_project]}' ++ get_manifest artifacts/manifest.sh '{rr[ci_project]}' ++ set +x + ci_project=tcwg_bootstrap_check ++ get_current_manifest '{rr[ci_config]}' ++ get_manifest artifacts/manifest.sh '{rr[ci_config]}' ++ set +x + ci_config=master-arm-check_bootstrap_lto + load_manifest_env + local varname dictname key + declare -Ag component_rev component_url component_branch + declare -g component_root_src + mkdir -p artifacts/env + read -r f ++ find artifacts/env/ -name '*.csv' + read -r f ++ find artifacts/env -maxdepth 1 -name '*.txt' + read -r f ++ find artifacts/env -mindepth 2 -name '*.txt' # Debug traces : + 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_bootstrap_check--master-arm-check_bootstrap_lto-build/867/ + echo '# Baseline : https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/867/' # Using dir : base-artifacts + 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_bootstrap_check--master-arm-check_bootstrap_lto-build/868/ # Using dir : artifacts + echo '# Artifacts : https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/868/' + echo '# Using dir : artifacts' + echo '' + mkdir -p artifacts/notify + case "$notify" in + declare -Ag pw + '[' onregression = precommit ']' + check_source_changes # check_source_changes + echo '# check_source_changes' ++ get_current_manifest '{rr[update_baseline]}' ++ get_manifest artifacts/manifest.sh '{rr[update_baseline]}' ++ set +x + '[' force '!=' init ']' + IFS=' ' + read -r -a changed_components ++ print_changed_components ++ set -euf -o pipefail ++ local c delim= +++ print_updated_components +++ set -euf -o pipefail +++ local c delim= +++ for c in ${rr[components]} +++ false +++ [[ -v rr[gcc_git] ]] +++ '[' xhttps://github.com/gcc-mirror/gcc.git#c5009eb887910271ea35a857aa68941c7227b9c7 '!=' xbaseline ']' +++ echo -ne gcc +++ delim=' ' +++ echo ++ for c in $(print_updated_components) ++ false ++ '[' -f base-artifacts/git/gcc_rev ']' +++ 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 +++ get_baseline_git gcc_rev +++ set -euf -o pipefail +++ local base_artifacts=base-artifacts +++ '[' -f base-artifacts/git/gcc_rev ']' +++ cat base-artifacts/git/gcc_rev ++ '[' xc5009eb887910271ea35a857aa68941c7227b9c7 '!=' x9a94c8ffdc8b554a2d95e0101e96830efee58add ']' ++ echo -ne gcc ++ delim=' ' ++ echo + local c base_rev cur_rev c_commits + '[' 1 = 0 ']' + '[' 1 = 1 ']' + changed_single_component=gcc ++ get_component_rev gcc ++ false ++ 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 + first_bad=c5009eb887910271ea35a857aa68941c7227b9c7 ++ get_baseline_component_rev gcc ++ false ++ get_baseline_git gcc_rev ++ set -euf -o pipefail ++ local base_artifacts=base-artifacts ++ '[' -f base-artifacts/git/gcc_rev ']' ++ cat base-artifacts/git/gcc_rev + last_good=9a94c8ffdc8b554a2d95e0101e96830efee58add + local res + res=0 + wait 2967785 + git -C gcc rev-parse --verify HEAD + assert_with_msg 'Cannot parse HEAD in repo gcc' '[' 0 = 0 ']' + set -euf -o pipefail +x + single_commit_p gcc + set -euf -o pipefail + local c=gcc + local base_rev cur_rev sha1 ++ get_baseline_component_rev gcc ++ false ++ get_baseline_git gcc_rev ++ set -euf -o pipefail ++ local base_artifacts=base-artifacts ++ '[' -f base-artifacts/git/gcc_rev ']' ++ cat base-artifacts/git/gcc_rev + base_rev=9a94c8ffdc8b554a2d95e0101e96830efee58add ++ get_component_rev gcc ++ false ++ 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=c5009eb887910271ea35a857aa68941c7227b9c7 ++ git -C gcc rev-parse 'c5009eb887910271ea35a857aa68941c7227b9c7^@' + for sha1 in $(git -C "$c" rev-parse "$cur_rev^@") + '[' 9a94c8ffdc8b554a2d95e0101e96830efee58add = 9a94c8ffdc8b554a2d95e0101e96830efee58add ']' + return 0 + change_kind=single_commit + echo '# Debug traces :' # Debug traces : # change_kind=single_commit : gcc + echo '# change_kind=single_commit : gcc' + for c in "${changed_components[@]}" ++ get_baseline_component_rev gcc ++ false ++ get_baseline_git gcc_rev ++ set -euf -o pipefail ++ local base_artifacts=base-artifacts ++ '[' -f base-artifacts/git/gcc_rev ']' ++ cat base-artifacts/git/gcc_rev + base_rev=9a94c8ffdc8b554a2d95e0101e96830efee58add ++ get_component_rev gcc ++ false ++ 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=c5009eb887910271ea35a857aa68941c7227b9c7 ++ git -C gcc rev-list --count 9a94c8ffdc8b554a2d95e0101e96830efee58add..c5009eb887910271ea35a857aa68941c7227b9c7 + c_commits=1 + echo '# rev for gcc : 9a94c8ffdc8b554a2d95e0101e96830efee58add..c5009eb887910271ea35a857aa68941c7227b9c7 (1 commits)' # rev for gcc : 9a94c8ffdc8b554a2d95e0101e96830efee58add..c5009eb887910271ea35a857aa68941c7227b9c7 (1 commits) + echo '' + setup_stages_to_run + '[' onregression = onregression ']' + '[' 2 = 0 ']' + '[' single_commit '!=' single_commit ']' + '[' onregression = precommit ']' + '[' onregression = ignore ']' + '[' onregression = precommit ']' + generate_dashboard=false + post_dashboard=false + print_commits_f=print_commits + print_result_f=print_result + print_config_f=print_config + print_last_icommit_f=print_last_icommit + generate_extra_details_f=generate_extra_details + case "$ci_project" in + print_result_f=gnu_llvm_print_result + generate_extra_details_f=gnu_generate_extra_details + 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_commit '!=' single_commit ']' + clone_or_update_repo interesting-commits master https://git-us.linaro.org/toolchain/ci/interesting-commits.git auto master + set -euf -o pipefail + local dir=interesting-commits + local ref=master + local url=https://git-us.linaro.org/toolchain/ci/interesting-commits.git + local reference=auto + local single_branch=master + local remote=origin + clone_or_update_repo_no_checkout interesting-commits https://git-us.linaro.org/toolchain/ci/interesting-commits.git auto master origin + set -euf -o pipefail + local dir=interesting-commits + local url=https://git-us.linaro.org/toolchain/ci/interesting-commits.git + local reference=auto + local single_branch=master + local remote=origin + local refopt= + case "$reference" in + local ref_dir + for ref_dir in $url $dir ++ basename https://git-us.linaro.org/toolchain/ci/interesting-commits.git .git + ref_dir=interesting-commits + ref_dir=/home/tcwg-buildslave/snapshots-ref/interesting-commits.git + git -C /home/tcwg-buildslave/snapshots-ref/interesting-commits.git rev-parse --git-dir + '[' -d /home/tcwg-buildslave/snapshots-ref/interesting-commits.git ']' + for ref_dir in $url $dir ++ basename interesting-commits .git + ref_dir=interesting-commits + ref_dir=/home/tcwg-buildslave/snapshots-ref/interesting-commits.git + git -C /home/tcwg-buildslave/snapshots-ref/interesting-commits.git rev-parse --git-dir + '[' -d /home/tcwg-buildslave/snapshots-ref/interesting-commits.git ']' + git -C interesting-commits status + '[' -d interesting-commits ']' + '[' x '!=' x ']' + '[' -d interesting-commits ']' + rm -f interesting-commits/.git/gc.log + git -C interesting-commits config gc.autoDetach false + git -C interesting-commits gc --auto --force --prune=all + find interesting-commits/.git -name '*.lock' -delete + local i + for i in am cherry-pick rebase + git -C interesting-commits am --abort + true + for i in am cherry-pick rebase + git -C interesting-commits cherry-pick --abort + true + for i in am cherry-pick rebase + git -C interesting-commits rebase --abort + true + break + local fresh_clone=false + true + '[' -d interesting-commits ']' + local ret=0 + wait 2967864 + git_set_remote interesting-commits origin https://git-us.linaro.org/toolchain/ci/interesting-commits.git master + set -euf -o pipefail + local dir=interesting-commits + local remote=origin + local url=https://git-us.linaro.org/toolchain/ci/interesting-commits.git + local single_branch=master + git -C interesting-commits remote rm origin + git -C interesting-commits remote add -t master origin https://git-us.linaro.org/toolchain/ci/interesting-commits.git + '[' 0 '!=' 0 ']' + '[' -f interesting-commits/.git/shallow ']' + local refspec + '[' xmaster = x ']' + refspec=+refs/heads/master:refs/remotes/origin/master + run_with_timeout_and_retry 1h 3 git -C interesting-commits fetch -q origin +refs/heads/master:refs/remotes/origin/master --prune + local duration=1h + shift + local tries=3 + shift + local n=0 + local ret=0 + '[' 0 -eq 3 ']' timeout 1h git -C interesting-commits fetch -q origin +refs/heads/master:refs/remotes/origin/master --prune + echo timeout 1h git -C interesting-commits fetch -q origin +refs/heads/master:refs/remotes/origin/master --prune + ret=0 + wait 2967868 + timeout 1h git -C interesting-commits fetch -q origin +refs/heads/master:refs/remotes/origin/master --prune + '[' 0 -eq 0 ']' + break + return 0 + break + git_checkout interesting-commits master origin + set -euf -o pipefail + local dir=interesting-commits + local ref=master + local remote=origin + git_clean interesting-commits + set -euf -o pipefail + local dir=interesting-commits + shift + fresh_dir interesting-commits 'interesting-commits/.git/*' + set -euf -o pipefail + local dir=interesting-commits + shift 1 ++ dirname interesting-commits/something + dir=interesting-commits + mkdir -p interesting-commits + find_opts=("!" "-path" "$dir") + for keep_pattern in "$@" + : + find_opts+=("!" "-path" "$keep_pattern") ++ dirname 'interesting-commits/.git/*' + keep_pattern=interesting-commits/.git + '[' xinteresting-commits/.git = xinteresting-commits ']' + assert '[' interesting-commits/.git '!=' / -a interesting-commits/.git '!=' . ']' + set -euf -o pipefail +x + : + find_opts+=("!" "-path" "$keep_pattern") ++ dirname interesting-commits/.git + keep_pattern=interesting-commits + '[' xinteresting-commits = xinteresting-commits ']' + break + find interesting-commits '!' -path interesting-commits '!' -path 'interesting-commits/.git/*' '!' -path interesting-commits/.git -type d -exec chmod +rwx '{}' ';' + chmod -R +rw interesting-commits + find interesting-commits '!' -path interesting-commits '!' -path 'interesting-commits/.git/*' '!' -path interesting-commits/.git -delete + git -C interesting-commits reset -q --hard + local sha1 ++ git_rev_parse interesting-commits master origin ++ set -euf -o pipefail ++ local dir=interesting-commits ++ local ref=master ++ local remote=origin ++ '[' 3 -ge 3 ']' ++ remote=origin ++ git_rev_parse_1 interesting-commits master origin --short ++ set -euf -o pipefail ++ local dir=interesting-commits ++ local ref=master ++ local remote=origin ++ local opts=--short ++ local ret ++ cd interesting-commits ++ local sha1 try_ref ++ case "$ref" in ++ try_ref=refs/remotes/origin/master ++ ret=0 +++ git rev-parse --short refs/remotes/origin/master ++ sha1=e40d59ba5ad ++ '[' 0 -ne 0 ']' ++ echo e40d59ba5ad + sha1=e40d59ba5ad + git -C interesting-commits checkout --detach e40d59ba5ad HEAD is now at e40d59ba5ad Add entry c5009eb887910271ea35a857aa68941c7227b9c7 from https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/868/ + true + local jira_dir jira_key= ++ interesting_subdir gcc c5009eb887910271ea35a857aa68941c7227b9c7 ++ local dir=gcc/sha1 ++ '[' 2 -ge 2 ']' ++ dir=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 ++ '[' 2 -ge 3 ']' ++ '[' 2 -ge 4 ']' ++ echo gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 + jira_dir=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 + jira_dir=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/jira + '[' init = full ']' + true + git -C interesting-commits remote update -p Fetching origin + git_clean interesting-commits refs/remotes/origin/master + set -euf -o pipefail + local dir=interesting-commits + shift + fresh_dir interesting-commits 'interesting-commits/.git/*' + set -euf -o pipefail + local dir=interesting-commits + shift 1 ++ dirname interesting-commits/something + dir=interesting-commits + mkdir -p interesting-commits + find_opts=("!" "-path" "$dir") + for keep_pattern in "$@" + : + find_opts+=("!" "-path" "$keep_pattern") ++ dirname 'interesting-commits/.git/*' + keep_pattern=interesting-commits/.git + '[' xinteresting-commits/.git = xinteresting-commits ']' + assert '[' interesting-commits/.git '!=' / -a interesting-commits/.git '!=' . ']' + set -euf -o pipefail +x + : + find_opts+=("!" "-path" "$keep_pattern") ++ dirname interesting-commits/.git + keep_pattern=interesting-commits + '[' xinteresting-commits = xinteresting-commits ']' + break + find interesting-commits '!' -path interesting-commits '!' -path 'interesting-commits/.git/*' '!' -path interesting-commits/.git -type d -exec chmod +rwx '{}' ';' + chmod -R +rw interesting-commits + find interesting-commits '!' -path interesting-commits '!' -path 'interesting-commits/.git/*' '!' -path interesting-commits/.git -delete + git -C interesting-commits reset -q --hard refs/remotes/origin/master # update_interesting_commits + update_interesting_commits init '' + echo '# update_interesting_commits' + local stage=init + local jira_key= + local subdir3 subdir4 subdir5 ++ interesting_subdir gcc c5009eb887910271ea35a857aa68941c7227b9c7 ++ local dir=gcc/sha1 ++ '[' 2 -ge 2 ']' ++ dir=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 ++ '[' 2 -ge 3 ']' ++ '[' 2 -ge 4 ']' ++ echo gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 + subdir3=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 ++ interesting_subdir gcc c5009eb887910271ea35a857aa68941c7227b9c7 tcwg_bootstrap_check ++ local dir=gcc/sha1 ++ '[' 3 -ge 2 ']' ++ dir=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 ++ '[' 3 -ge 3 ']' ++ dir=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check ++ '[' 3 -ge 4 ']' ++ echo gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check + subdir4=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check ++ interesting_subdir gcc c5009eb887910271ea35a857aa68941c7227b9c7 tcwg_bootstrap_check master-arm-check_bootstrap_lto ++ local dir=gcc/sha1 ++ '[' 4 -ge 2 ']' ++ dir=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 ++ '[' 4 -ge 3 ']' ++ dir=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check ++ '[' 4 -ge 4 ']' ++ dir=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/master-arm-check_bootstrap_lto ++ echo gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/master-arm-check_bootstrap_lto + subdir5=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/master-arm-check_bootstrap_lto + '[' -d interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 ']' + mkdir -p interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/master-arm-check_bootstrap_lto ++ get_current_manifest BUILD_URL ++ get_manifest artifacts/manifest.sh BUILD_URL ++ set +x + echo https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/868/artifact/artifacts + echo 9a94c8ffdc8b554a2d95e0101e96830efee58add + git -C interesting-commits add gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/master-arm-check_bootstrap_lto/build_url gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/master-arm-check_bootstrap_lto/last_good + '[' init '!=' full ']' + return ++ get_current_manifest BUILD_URL ++ get_manifest artifacts/manifest.sh BUILD_URL ++ set +x + git -C interesting-commits commit -m 'Add entry c5009eb887910271ea35a857aa68941c7227b9c7 from https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/868/' HEAD detached from 9b88dfe5c65 nothing to commit, working tree clean + break + '[' full '!=' full ']' + gnu_generate_extra_details + set -euf -o pipefail + local tmpfile ++ mktemp + tmpfile=/tmp/tmp.XiAQX5IdpI + echo + read step_console ++ set +f ++ find artifacts/00-sumfiles artifacts/01-reset_artifacts artifacts/02-prepare_abe artifacts/03-build_abe-bootstrap_lto artifacts/04-build_abe-dejagnu artifacts/05-build_abe-check_bootstrap_lto artifacts/06-check_regression -name console.log.xz ++ dirname artifacts/01-reset_artifacts/console.log.xz + artifact_dir=artifacts/01-reset_artifacts + set +o pipefail + xzgrep RUN: artifacts/01-reset_artifacts/console.log.xz + sed 's/.* RUN: //' + grep /configure /tmp/tmp.XiAQX5IdpI + true + grep '^make ' /tmp/tmp.XiAQX5IdpI + true + '[' -s /tmp/tmp.XiAQX5IdpI-configure ']' + '[' -s /tmp/tmp.XiAQX5IdpI-make ']' + read step_console ++ dirname artifacts/02-prepare_abe/console.log.xz + artifact_dir=artifacts/02-prepare_abe + set +o pipefail + xzgrep RUN: artifacts/02-prepare_abe/console.log.xz + sed 's/.* RUN: //' + grep /configure /tmp/tmp.XiAQX5IdpI + true + grep '^make ' /tmp/tmp.XiAQX5IdpI + true + '[' -s /tmp/tmp.XiAQX5IdpI-configure ']' + '[' -s /tmp/tmp.XiAQX5IdpI-make ']' + read step_console ++ dirname artifacts/03-build_abe-bootstrap_lto/console.log.xz + artifact_dir=artifacts/03-build_abe-bootstrap_lto + set +o pipefail + xzgrep RUN: artifacts/03-build_abe-bootstrap_lto/console.log.xz + sed 's/.* RUN: //' + grep /configure /tmp/tmp.XiAQX5IdpI + grep '^make ' /tmp/tmp.XiAQX5IdpI + '[' -s /tmp/tmp.XiAQX5IdpI-configure ']' ++ basename artifacts/03-build_abe-bootstrap_lto + echo '# 03-build_abe-bootstrap_lto' + cat /tmp/tmp.XiAQX5IdpI-configure /tmp/tmp.XiAQX5IdpI-make + echo + read step_console ++ dirname artifacts/04-build_abe-dejagnu/console.log.xz + artifact_dir=artifacts/04-build_abe-dejagnu + set +o pipefail + xzgrep RUN: artifacts/04-build_abe-dejagnu/console.log.xz + sed 's/.* RUN: //' + grep /configure /tmp/tmp.XiAQX5IdpI + grep '^make ' /tmp/tmp.XiAQX5IdpI + '[' -s /tmp/tmp.XiAQX5IdpI-configure ']' ++ basename artifacts/04-build_abe-dejagnu + echo '# 04-build_abe-dejagnu' + cat /tmp/tmp.XiAQX5IdpI-configure /tmp/tmp.XiAQX5IdpI-make + echo + read step_console ++ dirname artifacts/05-build_abe-check_bootstrap_lto/console.log.xz + artifact_dir=artifacts/05-build_abe-check_bootstrap_lto + set +o pipefail + xzgrep RUN: artifacts/05-build_abe-check_bootstrap_lto/console.log.xz + sed 's/.* RUN: //' + grep /configure /tmp/tmp.XiAQX5IdpI + true + grep '^make ' /tmp/tmp.XiAQX5IdpI + '[' -s /tmp/tmp.XiAQX5IdpI-configure ']' + '[' -s /tmp/tmp.XiAQX5IdpI-make ']' ++ basename artifacts/05-build_abe-check_bootstrap_lto + echo '# 05-build_abe-check_bootstrap_lto' + cat /tmp/tmp.XiAQX5IdpI-configure /tmp/tmp.XiAQX5IdpI-make + echo + read step_console ++ dirname artifacts/06-check_regression/console.log.xz + artifact_dir=artifacts/06-check_regression + set +o pipefail + xzgrep RUN: artifacts/06-check_regression/console.log.xz + sed 's/.* RUN: //' + grep /configure /tmp/tmp.XiAQX5IdpI + true + grep '^make ' /tmp/tmp.XiAQX5IdpI + true + '[' -s /tmp/tmp.XiAQX5IdpI-configure ']' + '[' -s /tmp/tmp.XiAQX5IdpI-make ']' + read step_console + rm -f /tmp/tmp.XiAQX5IdpI /tmp/tmp.XiAQX5IdpI-configure /tmp/tmp.XiAQX5IdpI-make + '[' -s artifacts/notify/configure-make.txt ']' + '[' -d artifacts/sumfiles ']' + wait 2988216 + gcc-compare-results/compare_tests -compr none -pass-thresh 0.9 base-artifacts/sumfiles artifacts/sumfiles + true + calculate_results_date + set -euf -o pipefail + local c base_d cur_d results_date=0 ++ get_current_manifest '{rr[components]}' ++ get_manifest artifacts/manifest.sh '{rr[components]}' ++ set +x + for c in $(get_current_manifest "{rr[components]}") + base_d= ++ get_baseline_component_rev gcc ++ false ++ get_baseline_git gcc_rev ++ set -euf -o pipefail ++ local base_artifacts=base-artifacts ++ '[' -f base-artifacts/git/gcc_rev ']' ++ cat base-artifacts/git/gcc_rev + '[' 9a94c8ffdc8b554a2d95e0101e96830efee58add '!=' '' ']' ++ get_baseline_component_date gcc ++ set -euf -o pipefail ++ local base_artifacts=base-artifacts ++ local rev +++ get_baseline_component_rev gcc +++ false +++ get_baseline_git gcc_rev +++ set -euf -o pipefail +++ local base_artifacts=base-artifacts +++ '[' -f base-artifacts/git/gcc_rev ']' +++ cat base-artifacts/git/gcc_rev ++ rev=9a94c8ffdc8b554a2d95e0101e96830efee58add ++ assert_with_msg 'ERROR: No gcc in current git' '[' x9a94c8ffdc8b554a2d95e0101e96830efee58add '!=' x ']' ++ set -euf -o pipefail +x ++ git -C gcc show --no-patch --pretty=%ct 9a94c8ffdc8b554a2d95e0101e96830efee58add + base_d=1726153666 ++ get_current_component_date gcc ++ set -euf -o pipefail ++ local rev +++ get_component_rev gcc +++ false +++ 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 ++ rev=c5009eb887910271ea35a857aa68941c7227b9c7 ++ assert_with_msg 'ERROR: No gcc in current git' '[' xc5009eb887910271ea35a857aa68941c7227b9c7 '!=' x ']' ++ set -euf -o pipefail +x ++ git -C gcc show --no-patch --pretty=%ct c5009eb887910271ea35a857aa68941c7227b9c7 + cur_d=1726154978 + '[' x1726153666 '!=' x ']' + '[' x1726154978 = x ']' + '[' 1726154978 -lt 1726153666 ']' + '[' x1726154978 = x ']' + '[' 1726154978 -gt 0 ']' + results_date=1726154978 + assert_with_msg 'Failed to produce results_date' '[' 1726154978 -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=1726099873 + '[' 1726099873 '!=' '' ']' + '[' 1726154978 -gt 1726099873 ']' + results_date=1726127425 + rr[results_date]=1726127425 + cat + manifest_out + cat + check_if_first_report + declare -g first_icommit_to_report + first_icommit_to_report=false + '[' xsingle_commit '!=' xsingle_commit ']' + local isubdir ++ interesting_subdir gcc c5009eb887910271ea35a857aa68941c7227b9c7 ++ local dir=gcc/sha1 ++ '[' 2 -ge 2 ']' ++ dir=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 ++ '[' 2 -ge 3 ']' ++ '[' 2 -ge 4 ']' ++ echo gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 + isubdir=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 + '[' -f interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/first_url ']' + local first_url ++ cat interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/first_url + first_url=https://ci.linaro.org/job/tcwg_gcc_check--master-arm-build/2697/ ++ get_current_manifest BUILD_URL ++ get_manifest artifacts/manifest.sh BUILD_URL ++ set +x + '[' https://ci.linaro.org/job/tcwg_gcc_check--master-arm-build/2697/ = https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/868/ ']' + '[' onregression = onregression ']' + post_mail=false + post_interesting_commits full # post_interesting_commits + set -euf -o pipefail + echo '# post_interesting_commits' + local stage=full + '[' single_commit '!=' single_commit ']' + clone_or_update_repo interesting-commits master https://git-us.linaro.org/toolchain/ci/interesting-commits.git auto master + set -euf -o pipefail + local dir=interesting-commits + local ref=master + local url=https://git-us.linaro.org/toolchain/ci/interesting-commits.git + local reference=auto + local single_branch=master + local remote=origin + clone_or_update_repo_no_checkout interesting-commits https://git-us.linaro.org/toolchain/ci/interesting-commits.git auto master origin + set -euf -o pipefail + local dir=interesting-commits + local url=https://git-us.linaro.org/toolchain/ci/interesting-commits.git + local reference=auto + local single_branch=master + local remote=origin + local refopt= + case "$reference" in + local ref_dir + for ref_dir in $url $dir ++ basename https://git-us.linaro.org/toolchain/ci/interesting-commits.git .git + ref_dir=interesting-commits + ref_dir=/home/tcwg-buildslave/snapshots-ref/interesting-commits.git + git -C /home/tcwg-buildslave/snapshots-ref/interesting-commits.git rev-parse --git-dir + '[' -d /home/tcwg-buildslave/snapshots-ref/interesting-commits.git ']' + for ref_dir in $url $dir ++ basename interesting-commits .git + ref_dir=interesting-commits + ref_dir=/home/tcwg-buildslave/snapshots-ref/interesting-commits.git + git -C /home/tcwg-buildslave/snapshots-ref/interesting-commits.git rev-parse --git-dir + '[' -d /home/tcwg-buildslave/snapshots-ref/interesting-commits.git ']' + git -C interesting-commits status + '[' -d interesting-commits ']' + '[' x '!=' x ']' + '[' -d interesting-commits ']' + rm -f interesting-commits/.git/gc.log + git -C interesting-commits config gc.autoDetach false + git -C interesting-commits gc --auto --force --prune=all + find interesting-commits/.git -name '*.lock' -delete + local i + for i in am cherry-pick rebase + git -C interesting-commits am --abort + true + for i in am cherry-pick rebase + git -C interesting-commits cherry-pick --abort + true + for i in am cherry-pick rebase + git -C interesting-commits rebase --abort + true + break + local fresh_clone=false + true + '[' -d interesting-commits ']' + local ret=0 + git_set_remote interesting-commits origin https://git-us.linaro.org/toolchain/ci/interesting-commits.git master + wait 2988402 + set -euf -o pipefail + local dir=interesting-commits + local remote=origin + local url=https://git-us.linaro.org/toolchain/ci/interesting-commits.git + local single_branch=master + git -C interesting-commits remote rm origin + git -C interesting-commits remote add -t master origin https://git-us.linaro.org/toolchain/ci/interesting-commits.git + '[' 0 '!=' 0 ']' + '[' -f interesting-commits/.git/shallow ']' + local refspec + '[' xmaster = x ']' + refspec=+refs/heads/master:refs/remotes/origin/master + run_with_timeout_and_retry 1h 3 git -C interesting-commits fetch -q origin +refs/heads/master:refs/remotes/origin/master --prune + local duration=1h + shift + local tries=3 + shift + local n=0 + local ret=0 + '[' 0 -eq 3 ']' + echo timeout 1h git -C interesting-commits fetch -q origin +refs/heads/master:refs/remotes/origin/master --prune timeout 1h git -C interesting-commits fetch -q origin +refs/heads/master:refs/remotes/origin/master --prune + ret=0 + wait 2988406 + timeout 1h git -C interesting-commits fetch -q origin +refs/heads/master:refs/remotes/origin/master --prune + '[' 0 -eq 0 ']' + break + return 0 + break + git_checkout interesting-commits master origin + set -euf -o pipefail + local dir=interesting-commits + local ref=master + local remote=origin + git_clean interesting-commits + set -euf -o pipefail + local dir=interesting-commits + shift + fresh_dir interesting-commits 'interesting-commits/.git/*' + set -euf -o pipefail + local dir=interesting-commits + shift 1 ++ dirname interesting-commits/something + dir=interesting-commits + mkdir -p interesting-commits + find_opts=("!" "-path" "$dir") + for keep_pattern in "$@" + : + find_opts+=("!" "-path" "$keep_pattern") ++ dirname 'interesting-commits/.git/*' + keep_pattern=interesting-commits/.git + '[' xinteresting-commits/.git = xinteresting-commits ']' + assert '[' interesting-commits/.git '!=' / -a interesting-commits/.git '!=' . ']' + set -euf -o pipefail +x + : + find_opts+=("!" "-path" "$keep_pattern") ++ dirname interesting-commits/.git + keep_pattern=interesting-commits + '[' xinteresting-commits = xinteresting-commits ']' + break + find interesting-commits '!' -path interesting-commits '!' -path 'interesting-commits/.git/*' '!' -path interesting-commits/.git -type d -exec chmod +rwx '{}' ';' + chmod -R +rw interesting-commits + find interesting-commits '!' -path interesting-commits '!' -path 'interesting-commits/.git/*' '!' -path interesting-commits/.git -delete + git -C interesting-commits reset -q --hard + local sha1 ++ git_rev_parse interesting-commits master origin ++ set -euf -o pipefail ++ local dir=interesting-commits ++ local ref=master ++ local remote=origin ++ '[' 3 -ge 3 ']' ++ remote=origin ++ git_rev_parse_1 interesting-commits master origin --short ++ set -euf -o pipefail ++ local dir=interesting-commits ++ local ref=master ++ local remote=origin ++ local opts=--short ++ local ret ++ cd interesting-commits ++ local sha1 try_ref ++ case "$ref" in ++ try_ref=refs/remotes/origin/master ++ ret=0 +++ git rev-parse --short refs/remotes/origin/master ++ sha1=e40d59ba5ad ++ '[' 0 -ne 0 ']' ++ echo e40d59ba5ad + sha1=e40d59ba5ad + git -C interesting-commits checkout --detach e40d59ba5ad HEAD is now at e40d59ba5ad Add entry c5009eb887910271ea35a857aa68941c7227b9c7 from https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/868/ + true + local jira_dir jira_key= ++ interesting_subdir gcc c5009eb887910271ea35a857aa68941c7227b9c7 ++ local dir=gcc/sha1 ++ '[' 2 -ge 2 ']' ++ dir=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 ++ '[' 2 -ge 3 ']' ++ '[' 2 -ge 4 ']' ++ echo gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 + jira_dir=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 + jira_dir=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/jira + '[' full = full ']' + true + false + true + git -C interesting-commits remote update -p Fetching origin + git_clean interesting-commits refs/remotes/origin/master + set -euf -o pipefail + local dir=interesting-commits + shift + fresh_dir interesting-commits 'interesting-commits/.git/*' + set -euf -o pipefail + local dir=interesting-commits + shift 1 ++ dirname interesting-commits/something + dir=interesting-commits + mkdir -p interesting-commits + find_opts=("!" "-path" "$dir") + for keep_pattern in "$@" + : + find_opts+=("!" "-path" "$keep_pattern") ++ dirname 'interesting-commits/.git/*' + keep_pattern=interesting-commits/.git + '[' xinteresting-commits/.git = xinteresting-commits ']' + assert '[' interesting-commits/.git '!=' / -a interesting-commits/.git '!=' . ']' + set -euf -o pipefail +x + : + find_opts+=("!" "-path" "$keep_pattern") ++ dirname interesting-commits/.git + keep_pattern=interesting-commits + '[' xinteresting-commits = xinteresting-commits ']' + break + find interesting-commits '!' -path interesting-commits '!' -path 'interesting-commits/.git/*' '!' -path interesting-commits/.git -type d -exec chmod +rwx '{}' ';' + chmod -R +rw interesting-commits + find interesting-commits '!' -path interesting-commits '!' -path 'interesting-commits/.git/*' '!' -path interesting-commits/.git -delete + git -C interesting-commits reset -q --hard refs/remotes/origin/master # update_interesting_commits + update_interesting_commits full '' + echo '# update_interesting_commits' + local stage=full + local jira_key= + local subdir3 subdir4 subdir5 ++ interesting_subdir gcc c5009eb887910271ea35a857aa68941c7227b9c7 ++ local dir=gcc/sha1 ++ '[' 2 -ge 2 ']' ++ dir=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 ++ '[' 2 -ge 3 ']' ++ '[' 2 -ge 4 ']' ++ echo gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 + subdir3=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 ++ interesting_subdir gcc c5009eb887910271ea35a857aa68941c7227b9c7 tcwg_bootstrap_check ++ local dir=gcc/sha1 ++ '[' 3 -ge 2 ']' ++ dir=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 ++ '[' 3 -ge 3 ']' ++ dir=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check ++ '[' 3 -ge 4 ']' ++ echo gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check + subdir4=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check ++ interesting_subdir gcc c5009eb887910271ea35a857aa68941c7227b9c7 tcwg_bootstrap_check master-arm-check_bootstrap_lto ++ local dir=gcc/sha1 ++ '[' 4 -ge 2 ']' ++ dir=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 ++ '[' 4 -ge 3 ']' ++ dir=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check ++ '[' 4 -ge 4 ']' ++ dir=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/master-arm-check_bootstrap_lto ++ echo gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/master-arm-check_bootstrap_lto + subdir5=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/master-arm-check_bootstrap_lto + '[' -d interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 ']' + mkdir -p interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/master-arm-check_bootstrap_lto ++ get_current_manifest BUILD_URL ++ get_manifest artifacts/manifest.sh BUILD_URL ++ set +x + echo https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/868/artifact/artifacts + echo 9a94c8ffdc8b554a2d95e0101e96830efee58add + git -C interesting-commits add gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/master-arm-check_bootstrap_lto/build_url gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/master-arm-check_bootstrap_lto/last_good + '[' full '!=' full ']' + gnu_llvm_print_result --oneline + false + local print_arg=--oneline + local results_new=artifacts/sumfiles + '[' -d artifacts/sumfiles ']' + local validate_failures=gcc-compare-results/contrib/testsuite-management/validate_failures.py + local xfails=artifacts/sumfiles/xfails.xfail + '[' -f artifacts/sumfiles/xfails.xfail ']' + wait 3008628 + gcc-compare-results/contrib/testsuite-management/validate_failures.py --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20240913 --build_dir=artifacts/sumfiles --verbosity=1 + true + wait 3008629 + gcc-compare-results/contrib/testsuite-management/validate_failures.py --inverse_match --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20240913 --build_dir=artifacts/sumfiles --verbosity=1 + grep -A10 '=== Results Summary ===' artifacts/notify/regressions.sum + local n_regressions n_improvements pass_fail=PASS + '[' 2 '!=' 0 ']' + pass_fail=FAIL ++ grep -c '^[A-Z]\+:' artifacts/notify/regressions.sum + n_regressions=4 ++ grep -c '^[A-Z]\+:' artifacts/notify/improvements.sum ++ true + n_improvements=0 + printf FAIL + '[' 4 '!=' 0 ']' + printf ': 4 regressions' + '[' 0 '!=' 0 ']' + rm artifacts/notify/improvements.sum + printf '\n' + '[' --oneline = --oneline ']' + return 0 + merge_status_summary interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check + set -euf -o pipefail + local subdir=interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check + local cur_file cur best= best_file + read -r cur_file ++ find interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check -mindepth 2 -maxdepth 2 -name status-summary.txt ++ sort ++ sed -e 's/.* \([0-9]\+\)[ %].*/\1/' interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/master-arm-check_bootstrap_lto/status-summary.txt + cur=4 + '[' 4 -le '' ']' /home/tcwg-buildslave/workspace/tcwg_gnu_5/jenkins-scripts/rr/round-robin-notify.sh: line 1165: [: : integer expression expected + best=4 + best_file=interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/master-arm-check_bootstrap_lto/status-summary.txt + read -r cur_file ++ sed -e 's/.* \([0-9]\+\)[ %].*/\1/' interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/master-arm-check_bootstrap/status-summary.txt + cur=4 + '[' 4 -le 4 ']' + read -r cur_file + cat interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/master-arm-check_bootstrap_lto/status-summary.txt + merge_status_summary interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 + set -euf -o pipefail + local subdir=interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 + local cur_file cur best= best_file + read -r cur_file ++ find interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 -mindepth 2 -maxdepth 2 -name status-summary.txt ++ sort ++ sed -e 's/.* \([0-9]\+\)[ %].*/\1/' interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/status-summary.txt + cur=4 + '[' 4 -le '' ']' /home/tcwg-buildslave/workspace/tcwg_gnu_5/jenkins-scripts/rr/round-robin-notify.sh: line 1165: [: : integer expression expected + best=4 + best_file=interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/status-summary.txt + read -r cur_file ++ sed -e 's/.* \([0-9]\+\)[ %].*/\1/' interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_gcc_check/status-summary.txt + cur=4 + '[' 4 -le 4 ']' + read -r cur_file ++ sed -e 's/.* \([0-9]\+\)[ %].*/\1/' interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_gnu_native_check_gcc/status-summary.txt + cur=4 + '[' 4 -le 4 ']' + read -r cur_file + cat interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/status-summary.txt + git -C interesting-commits add gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/master-arm-check_bootstrap_lto/status-summary.txt gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/status-summary.txt gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/status-summary.txt + gnu_llvm_print_result --long + false + local print_arg=--long + local results_new=artifacts/sumfiles + '[' -d artifacts/sumfiles ']' + local validate_failures=gcc-compare-results/contrib/testsuite-management/validate_failures.py + local xfails=artifacts/sumfiles/xfails.xfail + '[' -f artifacts/sumfiles/xfails.xfail ']' + wait 3008672 + gcc-compare-results/contrib/testsuite-management/validate_failures.py --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20240913 --build_dir=artifacts/sumfiles --verbosity=1 + true + wait 3008673 + gcc-compare-results/contrib/testsuite-management/validate_failures.py --inverse_match --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20240913 --build_dir=artifacts/sumfiles --verbosity=1 + grep -A10 '=== Results Summary ===' artifacts/notify/regressions.sum + local n_regressions n_improvements pass_fail=PASS + '[' 2 '!=' 0 ']' + pass_fail=FAIL ++ grep -c '^[A-Z]\+:' artifacts/notify/regressions.sum + n_regressions=4 ++ grep -c '^[A-Z]\+:' artifacts/notify/improvements.sum ++ true + n_improvements=0 + printf FAIL + '[' 4 '!=' 0 ']' + printf ': 4 regressions' + '[' 0 '!=' 0 ']' + rm artifacts/notify/improvements.sum + printf '\n' + '[' --long = --oneline ']' + local length=10 outfile n_lines + '[' --long = --long ']' + length=-0 + for outfile in regressions.sum improvements.sum + '[' -f artifacts/notify/regressions.sum ']' + echo + echo regressions.sum: ++ grep -n 'Results Summary' artifacts/notify/regressions.sum ++ cut -d: -f1 + n_lines=12 + n_lines=11 + '[' 11 -lt -0 ']' + head -n-0 artifacts/notify/regressions.sum + n_lines=11 + '[' 11 -gt 0 ']' + '[' -0 '!=' -0 ']' + for outfile in regressions.sum improvements.sum + '[' -f artifacts/notify/improvements.sum ']' + continue + cat ++ print_artifacts_url 00-sumfiles/ ++ set -euf -o pipefail ++ local url +++ get_current_manifest BUILD_URL +++ get_manifest artifacts/manifest.sh BUILD_URL +++ set +x ++ url=https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/868/artifact/artifacts ++ '[' '' '!=' '' ']' ++ echo https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/868/artifact/artifacts/00-sumfiles/ ++ print_artifacts_url notify/ ++ set -euf -o pipefail ++ local url +++ get_current_manifest BUILD_URL +++ get_manifest artifacts/manifest.sh BUILD_URL +++ set +x ++ url=https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/868/artifact/artifacts ++ '[' '' '!=' '' ']' ++ echo https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/868/artifact/artifacts/notify/ ++ print_artifacts_url sumfiles/xfails.xfail ++ set -euf -o pipefail ++ local url +++ get_current_manifest BUILD_URL +++ get_manifest artifacts/manifest.sh BUILD_URL +++ set +x ++ url=https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/868/artifact/artifacts ++ '[' '' '!=' '' ']' ++ echo https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/868/artifact/artifacts/sumfiles/xfails.xfail + '[' -f artifacts/notify/configure-make.txt ']' + cat artifacts/notify/configure-make.txt + cat interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/master-arm-check_bootstrap_lto/status-summary.txt + sed 's/^/* /' + print_icommits_link gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/master-arm-check_bootstrap_lto/details.txt + set -euf -o pipefail + local path=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/master-arm-check_bootstrap_lto/details.txt + local url=https://git-us.linaro.org/toolchain/ci/interesting-commits.git + echo https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/master-arm-check_bootstrap_lto/details.txt + cat interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/master-arm-check_bootstrap_lto/build_url + git -C interesting-commits add gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/master-arm-check_bootstrap_lto/details.txt gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/master-arm-check_bootstrap_lto/status.txt + '[' -f interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/master-arm-check_bootstrap_lto/summary.txt ']' + 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_bootstrap_check--master-arm-check_bootstrap_lto-build/868/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_bootstrap_check--master-arm-check_bootstrap_lto-build/867/artifact/artifacts + cat + '[' -f artifacts/notify/configure-toolchain.txt ']' + '[' -f artifacts/notify/configure-tests.txt ']' + git -C interesting-commits add gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/master-arm-check_bootstrap_lto/reproduction_instructions.txt + local ci_config + read ci_config ++ cd interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check ++ ls + '[' -f interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/master-arm-check_bootstrap/summary.txt ']' + '[' -f interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/master-arm-check_bootstrap/status.txt ']' + echo '* master-arm-check_bootstrap' + cat interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/master-arm-check_bootstrap/status.txt + sed 's/^/*/' + read ci_config + '[' -f interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/master-arm-check_bootstrap_lto/summary.txt ']' + '[' -f interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/master-arm-check_bootstrap_lto/status.txt ']' + echo '* master-arm-check_bootstrap_lto' + cat interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/master-arm-check_bootstrap_lto/status.txt + sed 's/^/*/' + read ci_config + '[' -f interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/status-summary.txt/summary.txt ']' + '[' -f interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/status-summary.txt/status.txt ']' + continue + read ci_config + '[' -f interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/status.txt/summary.txt ']' + '[' -f interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/status.txt/status.txt ']' + continue + read ci_config + git -C interesting-commits add gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/status.txt + local ci_project + read ci_project ++ cd interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 ++ ls + '[' -f interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/commit-log.txt/status.txt ']' + continue + read ci_project + '[' -f interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/first_url/status.txt ']' + continue + read ci_project + '[' -f interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/jira/status.txt ']' + continue + read ci_project + '[' -f interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/status-summary.txt/status.txt ']' + continue + read ci_project + '[' -f interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/status.txt/status.txt ']' + continue + read ci_project + '[' -f interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/status.txt ']' + echo '* tcwg_bootstrap_check' + cat interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/status.txt + sed 's/^/*/' + read ci_project + '[' -f interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_gcc_check/status.txt ']' + echo '* tcwg_gcc_check' + cat interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_gcc_check/status.txt + sed 's/^/*/' + read ci_project + '[' -f interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_gnu_native_check_gcc/status.txt ']' + echo '* tcwg_gnu_native_check_gcc' + cat interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_gnu_native_check_gcc/status.txt + sed 's/^/*/' + read ci_project + git -C interesting-commits add gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/status.txt + print_commits --short + set -euf -o pipefail + false + local print_arg=--short + '[' single_commit = no_change ']' + local more_lines + '[' single_commit = single_commit ']' + local c=gcc + '[' --short = --link ']' + local describe + '[' '' = '' ']' ++ describe_sha1 gcc c5009eb887910271ea35a857aa68941c7227b9c7 true ++ local component=gcc ++ local sha1=c5009eb887910271ea35a857aa68941c7227b9c7 ++ local anything=true ++ match=() ++ local -a match ++ case "$component" in ++ match=(--match "basepoints/*" --match "releases/*") ++ git -C gcc describe --match 'basepoints/*' --match 'releases/*' c5009eb887910271ea35a857aa68941c7227b9c7 + describe=basepoints/gcc-15-3608-gc5009eb88791 ++ echo basepoints/gcc-15-3608-gc5009eb88791 ++ sed 's,^basepoints/,,' + describe=gcc-15-3608-gc5009eb88791 + '[' --short = --oneline ']' + '[' '' = '' ']' + echo 'commit gcc-15-3608-gc5009eb88791' + local tmpfile ++ mktemp + tmpfile=/tmp/tmp.GjgGuU628A + git -C gcc log -n1 c5009eb887910271ea35a857aa68941c7227b9c7 + tail -n +2 + head -n 10 /tmp/tmp.GjgGuU628A ++ cat /tmp/tmp.GjgGuU628A ++ wc -l + more_lines=44 + '[' 44 -gt 0 ']' + echo '... 44 lines of the commit log omitted.' + rm /tmp/tmp.GjgGuU628A + '[' '' '!=' '' ']' + return 0 + git -C interesting-commits add gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/commit-log.txt + true + local jira_dir=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/jira + '[' -f interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/jira/key ']' + assert_with_msg 'Should not have created multiple jira cards' '[' '' = '' ']' + set -euf -o pipefail +x ++ cat interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/jira/key + jira_key=GNU-1342 + '[' -e interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/jira ']' + git -C interesting-commits rm -rf gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/jira rm 'gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/jira/components' rm 'gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/jira/description' rm 'gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/jira/key' rm 'gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/jira/startdate' rm 'gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/jira/summary' rm 'gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/jira/yaml' + mkdir interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/jira + '[' GNU-1342 '!=' '' ']' + echo GNU-1342 + git -C interesting-commits add gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/jira/key ++ print_commits --oneline ++ set -euf -o pipefail ++ false ++ local print_arg=--oneline ++ '[' single_commit = no_change ']' ++ local more_lines ++ '[' single_commit = single_commit ']' ++ local c=gcc ++ '[' --oneline = --link ']' ++ local describe ++ '[' '' = '' ']' +++ describe_sha1 gcc c5009eb887910271ea35a857aa68941c7227b9c7 true +++ local component=gcc +++ local sha1=c5009eb887910271ea35a857aa68941c7227b9c7 +++ local anything=true +++ match=() +++ local -a match +++ case "$component" in +++ match=(--match "basepoints/*" --match "releases/*") +++ git -C gcc describe --match 'basepoints/*' --match 'releases/*' c5009eb887910271ea35a857aa68941c7227b9c7 ++ describe=basepoints/gcc-15-3608-gc5009eb88791 +++ echo basepoints/gcc-15-3608-gc5009eb88791 +++ sed 's,^basepoints/,,' ++ describe=gcc-15-3608-gc5009eb88791 ++ '[' --oneline = --oneline ']' ++ echo gcc-15-3608-gc5009eb88791 ++ return 0 ++ cat interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/status-summary.txt + echo gcc-15-3608-gc5009eb88791: 'FAIL: 4 regressions' + git -C interesting-commits add gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/jira/summary + cat ++ print_commits --link ++ set -euf -o pipefail ++ false ++ local print_arg=--link ++ '[' single_commit = no_change ']' ++ local more_lines ++ '[' single_commit = single_commit ']' ++ local c=gcc ++ '[' --link = --link ']' ++ local url +++ get_component_url gcc +++ false +++ get_current_git gcc_url +++ set -euf -o pipefail +++ assert_with_msg 'ERROR: No gcc_url in current git' '[' -f artifacts/git/gcc_url ']' +++ set -euf -o pipefail +x +++ cat artifacts/git/gcc_url ++ url=https://github.com/gcc-mirror/gcc.git ++ [[ https://github.com/gcc-mirror/gcc.git =~ git://sourceware.org/git/ ]] ++ [[ https://github.com/gcc-mirror/gcc.git =~ https://github.com/ ]] ++ echo https://github.com/gcc-mirror/gcc/commit/c5009eb887910271ea35a857aa68941c7227b9c7 ++ return 0 ++ cat interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/commit-log.txt ++ cat interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/status.txt ++ print_icommits_link gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/jira/yaml ++ set -euf -o pipefail ++ local path=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/jira/yaml ++ local url=https://git-us.linaro.org/toolchain/ci/interesting-commits.git ++ echo https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/jira/yaml + git -C interesting-commits add gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/jira/description + update_jira_card + set -euf -o pipefail + echo '# update_jira_card' # update_jira_card + local jira_dir ++ interesting_subdir gcc c5009eb887910271ea35a857aa68941c7227b9c7 ++ local dir=gcc/sha1 ++ '[' 2 -ge 2 ']' ++ dir=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 ++ '[' 2 -ge 3 ']' ++ '[' 2 -ge 4 ']' ++ echo gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 + jira_dir=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 + jira_dir=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/jira + components=() + local -a components + case "$changed_single_component" in + components+=(GCC) + IFS=, + echo GCC + git -C interesting-commits add gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/jira/components + local commit_date ++ git -C gcc log -n1 --pretty=%cd --date=iso c5009eb887910271ea35a857aa68941c7227b9c7 + commit_date='2024-09-12 11:29:38 -0400' + date -d '2024-09-12 11:29:38 -0400' +%Y-%m-%d + git -C interesting-commits add gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/jira/startdate + local key project ++ print_jira_card_key ++ set -euf -o pipefail ++ local jira_dir +++ interesting_subdir gcc c5009eb887910271ea35a857aa68941c7227b9c7 +++ local dir=gcc/sha1 +++ '[' 2 -ge 2 ']' +++ dir=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 +++ '[' 2 -ge 3 ']' +++ '[' 2 -ge 4 ']' +++ echo gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 ++ jira_dir=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 ++ jira_dir=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/jira ++ '[' -f interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/jira/key ']' ++ cat interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/jira/key + key=GNU-1342 + '[' -z GNU-1342 ']' + project=GNU + local yaml=interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/jira/yaml + cat + sed -e 's/^/ /' interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/jira/summary + cat ++ cat interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/jira/components ++ cat interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/jira/startdate + sed -e 's/^/ /' interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/jira/description + git -C interesting-commits add gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/jira/yaml + local describe ++ describe_sha1 gcc c5009eb887910271ea35a857aa68941c7227b9c7 false ++ local component=gcc ++ local sha1=c5009eb887910271ea35a857aa68941c7227b9c7 ++ local anything=false ++ match=() ++ local -a match ++ case "$component" in ++ match=(--match "basepoints/*" --match "releases/*") ++ git -C gcc describe --match 'basepoints/*' --match 'releases/*' c5009eb887910271ea35a857aa68941c7227b9c7 + describe=basepoints/gcc-15-3608-gc5009eb88791 + '[' basepoints/gcc-15-3608-gc5009eb88791 '!=' '' ']' + local d ++ dirname basepoints/gcc-15-3608-gc5009eb88791 + d=basepoints + mkdir -p interesting-commits/gcc/basepoints + local symlink= + '[' basepoints '!=' . ']' + symlink=../ ++ dirname basepoints + d=. + '[' . '!=' . ']' + symlink=../sha1/c5009eb887910271ea35a857aa68941c7227b9c7 + rm -f interesting-commits/gcc/basepoints/gcc-15-3608-gc5009eb88791 + ln -s ../sha1/c5009eb887910271ea35a857aa68941c7227b9c7 interesting-commits/gcc/basepoints/gcc-15-3608-gc5009eb88791 + git -C interesting-commits add gcc/basepoints/gcc-15-3608-gc5009eb88791 ++ get_current_manifest BUILD_URL ++ get_manifest artifacts/manifest.sh BUILD_URL ++ set +x + git -C interesting-commits commit -m 'Add entry c5009eb887910271ea35a857aa68941c7227b9c7 from https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/868/' [detached HEAD eb371fbdc7a] Add entry c5009eb887910271ea35a857aa68941c7227b9c7 from https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/868/ 10 files changed, 87 insertions(+), 5 deletions(-) create mode 100644 gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/master-arm-check_bootstrap_lto/details.txt create mode 100644 gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/master-arm-check_bootstrap_lto/reproduction_instructions.txt create mode 100644 gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/master-arm-check_bootstrap_lto/status-summary.txt create mode 100644 gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/master-arm-check_bootstrap_lto/status.txt + wait 3009134 + git -C interesting-commits push ssh://git-us.linaro.org/toolchain/ci/interesting-commits.git HEAD:refs/heads/master remote: Sending notification emails to: tcwg-commits@lists.linaro.org post-git trigger: updating grokmirror To ssh://git-us.linaro.org/toolchain/ci/interesting-commits.git e40d59ba5ad..eb371fbdc7a HEAD -> master + break + true + generate_jira_dir + set -euf -o pipefail + local icommit_entry jira_key= ++ print_last_icommit --entry ++ false ++ set -euf -o pipefail ++ local print_arg=--entry ++ shift 1 ++ '[' xsingle_commit '!=' xsingle_commit ']' ++ local isubdir +++ interesting_subdir gcc c5009eb887910271ea35a857aa68941c7227b9c7 +++ local dir=gcc/sha1 +++ '[' 2 -ge 2 ']' +++ dir=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 +++ '[' 2 -ge 3 ']' +++ '[' 2 -ge 4 ']' +++ echo gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 ++ isubdir=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 ++ case "$print_arg" in ++ echo interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 + icommit_entry=interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 + '[' interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 '!=' '' ']' + '[' -d interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/jira ']' + rsync -a interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/jira/ artifacts/notify/jira/ + '[' -f artifacts/notify/jira/key ']' ++ cat artifacts/notify/jira/key + jira_key=GNU-1342 + '[' GNU-1342 '!=' '' ']' + cat ++ gnu_llvm_print_result --oneline ++ false ++ local print_arg=--oneline ++ local results_new=artifacts/sumfiles ++ '[' -d artifacts/sumfiles ']' ++ local validate_failures=gcc-compare-results/contrib/testsuite-management/validate_failures.py ++ local xfails=artifacts/sumfiles/xfails.xfail ++ '[' -f artifacts/sumfiles/xfails.xfail ']' ++ wait 3009149 ++ gcc-compare-results/contrib/testsuite-management/validate_failures.py --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20240913 --build_dir=artifacts/sumfiles --verbosity=1 ++ true ++ wait 3009150 ++ gcc-compare-results/contrib/testsuite-management/validate_failures.py --inverse_match --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20240913 --build_dir=artifacts/sumfiles --verbosity=1 ++ grep -A10 '=== Results Summary ===' artifacts/notify/regressions.sum ++ local n_regressions n_improvements pass_fail=PASS ++ '[' 2 '!=' 0 ']' ++ pass_fail=FAIL +++ grep -c '^[A-Z]\+:' artifacts/notify/regressions.sum ++ n_regressions=4 +++ grep -c '^[A-Z]\+:' artifacts/notify/improvements.sum +++ true ++ n_improvements=0 ++ printf FAIL ++ '[' 4 '!=' 0 ']' ++ printf ': 4 regressions' ++ '[' 0 '!=' 0 ']' ++ rm artifacts/notify/improvements.sum ++ printf '\n' ++ '[' --oneline = --oneline ']' ++ return 0 ++ print_artifacts_url 'notify/mail-body.txt/*view*/' ++ set -euf -o pipefail ++ local url +++ get_current_manifest BUILD_URL +++ get_manifest artifacts/manifest.sh BUILD_URL +++ set +x ++ url=https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/868/artifact/artifacts ++ '[' '' '!=' '' ']' ++ echo 'https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/868/artifact/artifacts/notify/mail-body.txt/*view*/' + cat ++ print_jira_template_card ++ local jira_card=GNU-692 ++ case "$ci_project/$ci_config:$changed_single_component" in ++ echo GNU-692 ++ gnu_llvm_print_result --oneline ++ false ++ local print_arg=--oneline ++ local results_new=artifacts/sumfiles ++ '[' -d artifacts/sumfiles ']' ++ local validate_failures=gcc-compare-results/contrib/testsuite-management/validate_failures.py ++ local xfails=artifacts/sumfiles/xfails.xfail ++ '[' -f artifacts/sumfiles/xfails.xfail ']' ++ wait 3009170 ++ gcc-compare-results/contrib/testsuite-management/validate_failures.py --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20240913 --build_dir=artifacts/sumfiles --verbosity=1 ++ true ++ wait 3009171 ++ gcc-compare-results/contrib/testsuite-management/validate_failures.py --inverse_match --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20240913 --build_dir=artifacts/sumfiles --verbosity=1 ++ grep -A10 '=== Results Summary ===' artifacts/notify/regressions.sum ++ local n_regressions n_improvements pass_fail=PASS ++ '[' 2 '!=' 0 ']' ++ pass_fail=FAIL +++ grep -c '^[A-Z]\+:' artifacts/notify/regressions.sum ++ n_regressions=4 +++ grep -c '^[A-Z]\+:' artifacts/notify/improvements.sum +++ true ++ n_improvements=0 ++ printf FAIL ++ '[' 4 '!=' 0 ']' ++ printf ': 4 regressions' ++ '[' 0 '!=' 0 ']' ++ rm artifacts/notify/improvements.sum ++ printf '\n' ++ '[' --oneline = --oneline ']' ++ return 0 ++ print_artifacts_url 'notify/mail-body.txt/*view*/' ++ set -euf -o pipefail ++ local url +++ get_current_manifest BUILD_URL +++ get_manifest artifacts/manifest.sh BUILD_URL +++ set +x ++ url=https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/868/artifact/artifacts ++ '[' '' '!=' '' ']' ++ echo 'https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/868/artifact/artifacts/notify/mail-body.txt/*view*/' # print all notification files + echo '# print all notification files' + true + generate_mail_files + set -euf -o pipefail + print_mail_recipients + set -euf -o pipefail + local c=gcc + '[' gcc = '' ']' + local -A emails + emails["tcwg-validation@linaro.org"]=bcc + emails["author"]=cc + emails["committer"]=to + case "$ci_project/$ci_config:$c" in + emails["gcc-regression@gcc.gnu.org"]=cc_postcommit + local c email base_rev cur_rev ++ get_baseline_component_rev gcc ++ false ++ get_baseline_git gcc_rev ++ set -euf -o pipefail ++ local base_artifacts=base-artifacts ++ '[' -f base-artifacts/git/gcc_rev ']' ++ cat base-artifacts/git/gcc_rev + base_rev=9a94c8ffdc8b554a2d95e0101e96830efee58add ++ get_component_rev gcc ++ false ++ 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=c5009eb887910271ea35a857aa68941c7227b9c7 + read -r email ++ git -C gcc log --pretty=%ae 9a94c8ffdc8b554a2d95e0101e96830efee58add..c5009eb887910271ea35a857aa68941c7227b9c7 + emails["$email"]=cc + read -r email + local precommit_postcommit=postcommit + '[' onregression '!=' precommit ']' ++ get_baseline_component_rev gcc ++ false ++ get_baseline_git gcc_rev ++ set -euf -o pipefail ++ local base_artifacts=base-artifacts ++ '[' -f base-artifacts/git/gcc_rev ']' ++ cat base-artifacts/git/gcc_rev + base_rev=9a94c8ffdc8b554a2d95e0101e96830efee58add ++ get_component_rev gcc ++ false ++ 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=c5009eb887910271ea35a857aa68941c7227b9c7 + read -r email ++ git -C gcc log --pretty=%ce 9a94c8ffdc8b554a2d95e0101e96830efee58add..c5009eb887910271ea35a857aa68941c7227b9c7 + emails["$email"]=to + read -r email + unset 'emails[author]' 'emails[committer]' + unset 'emails[noreply@github.com]' + local type + recipients=() + local -a recipients + for email in "${!emails[@]}" + type=bcc + case "$precommit_postcommit:$type" in + case "$type" in + recipients+=("$type:$email") + for email in "${!emails[@]}" + type=cc_postcommit + case "$precommit_postcommit:$type" in + type=cc + case "$type" in + recipients+=("$type:$email") + for email in "${!emails[@]}" + type=to + case "$precommit_postcommit:$type" in + case "$type" in + recipients+=("$email") + IFS=, + echo bcc:tcwg-validation@linaro.org,cc:gcc-regression@gcc.gnu.org,jason@redhat.com ++ print_commits --oneline ++ set -euf -o pipefail ++ false ++ local print_arg=--oneline ++ '[' single_commit = no_change ']' ++ local more_lines ++ '[' single_commit = single_commit ']' ++ local c=gcc ++ '[' --oneline = --link ']' ++ local describe ++ '[' '' = '' ']' +++ describe_sha1 gcc c5009eb887910271ea35a857aa68941c7227b9c7 true +++ local component=gcc +++ local sha1=c5009eb887910271ea35a857aa68941c7227b9c7 +++ local anything=true +++ match=() +++ local -a match +++ case "$component" in +++ match=(--match "basepoints/*" --match "releases/*") +++ git -C gcc describe --match 'basepoints/*' --match 'releases/*' c5009eb887910271ea35a857aa68941c7227b9c7 ++ describe=basepoints/gcc-15-3608-gc5009eb88791 +++ echo basepoints/gcc-15-3608-gc5009eb88791 +++ sed 's,^basepoints/,,' ++ describe=gcc-15-3608-gc5009eb88791 ++ '[' --oneline = --oneline ']' ++ echo gcc-15-3608-gc5009eb88791 ++ return 0 ++ gnu_llvm_print_result --oneline ++ false ++ local print_arg=--oneline ++ local results_new=artifacts/sumfiles ++ '[' -d artifacts/sumfiles ']' ++ local validate_failures=gcc-compare-results/contrib/testsuite-management/validate_failures.py ++ local xfails=artifacts/sumfiles/xfails.xfail ++ '[' -f artifacts/sumfiles/xfails.xfail ']' ++ wait 3009221 ++ gcc-compare-results/contrib/testsuite-management/validate_failures.py --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20240913 --build_dir=artifacts/sumfiles --verbosity=1 ++ true ++ wait 3009222 ++ gcc-compare-results/contrib/testsuite-management/validate_failures.py --inverse_match --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20240913 --build_dir=artifacts/sumfiles --verbosity=1 ++ grep -A10 '=== Results Summary ===' artifacts/notify/regressions.sum ++ local n_regressions n_improvements pass_fail=PASS ++ '[' 2 '!=' 0 ']' ++ pass_fail=FAIL +++ grep -c '^[A-Z]\+:' artifacts/notify/regressions.sum ++ n_regressions=4 +++ grep -c '^[A-Z]\+:' artifacts/notify/improvements.sum +++ true ++ n_improvements=0 ++ printf FAIL ++ '[' 4 '!=' 0 ']' ++ printf ': 4 regressions' ++ '[' 0 '!=' 0 ']' ++ rm artifacts/notify/improvements.sum ++ printf '\n' ++ '[' --oneline = --oneline ']' ++ return 0 ++ gnu_print_config --oneline ++ false ++ settings_for_ci_project_and_config tcwg_bootstrap_check master-arm-check_bootstrap_lto ++ local project=tcwg_bootstrap_check ++ local config=master-arm-check_bootstrap_lto ++ declare -Ag gnu_data ++ gnu_data[gcc_override_configure]= ++ gnu_data[gcc_target_board_options]= ++ gnu_data[qemu_cpu]= ++ gnu_data[pretty_project]= ++ gnu_data[pretty_config]=master-arm-check_bootstrap_lto ++ gnu_data[long_config]=master-arm-check_bootstrap_lto ++ case "$project/$config" in +++ echo tcwg_bootstrap_check +++ sed 's/^tcwg_//' ++ gnu_data[pretty_project]=bootstrap_check ++ local print_arg=--oneline ++ case "$print_arg" in ++ print_config --oneline ++ false ++ local print_arg=--oneline ++ case "$print_arg" in ++ case "$ci_config" in ++ echo arm + echo '[Linaro-TCWG-CI]' 'gcc-15-3608-gc5009eb88791: FAIL: 4 regressions 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_bootstrap_check--master-arm-check_bootstrap_lto-build/868/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_bootstrap_check--master-arm-check_bootstrap_lto-build/867/artifact/artifacts + local key= + '[' single_commit = single_commit ']' + '[' '' = '' ']' ++ print_jira_card_key ++ set -euf -o pipefail ++ local jira_dir +++ interesting_subdir gcc c5009eb887910271ea35a857aa68941c7227b9c7 +++ local dir=gcc/sha1 +++ '[' 2 -ge 2 ']' +++ dir=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 +++ '[' 2 -ge 3 ']' +++ '[' 2 -ge 4 ']' +++ echo gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 ++ jira_dir=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 ++ jira_dir=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/jira ++ '[' -f interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/jira/key ']' ++ cat interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/jira/key + key=GNU-1342 + '[' -z GNU-1342 ']' + cat + '[' GNU-1342 '!=' '' ']' + cat + cat ++ gnu_print_config --short ++ false ++ settings_for_ci_project_and_config tcwg_bootstrap_check master-arm-check_bootstrap_lto ++ local project=tcwg_bootstrap_check ++ local config=master-arm-check_bootstrap_lto ++ declare -Ag gnu_data ++ gnu_data[gcc_override_configure]= ++ gnu_data[gcc_target_board_options]= ++ gnu_data[qemu_cpu]= ++ gnu_data[pretty_project]= ++ gnu_data[pretty_config]=master-arm-check_bootstrap_lto ++ gnu_data[long_config]=master-arm-check_bootstrap_lto ++ case "$project/$config" in +++ echo tcwg_bootstrap_check +++ sed 's/^tcwg_//' ++ gnu_data[pretty_project]=bootstrap_check ++ local print_arg=--short ++ case "$print_arg" in ++ echo 'bootstrap_check master-arm-check_bootstrap_lto' ++ print_commits --short ++ sed -e 's/^/ | /' ++ set -euf -o pipefail ++ false ++ local print_arg=--short ++ '[' single_commit = no_change ']' ++ local more_lines ++ '[' single_commit = single_commit ']' ++ local c=gcc ++ '[' --short = --link ']' ++ local describe ++ '[' '' = '' ']' +++ describe_sha1 gcc c5009eb887910271ea35a857aa68941c7227b9c7 true +++ local component=gcc +++ local sha1=c5009eb887910271ea35a857aa68941c7227b9c7 +++ local anything=true +++ match=() +++ local -a match +++ case "$component" in +++ match=(--match "basepoints/*" --match "releases/*") +++ git -C gcc describe --match 'basepoints/*' --match 'releases/*' c5009eb887910271ea35a857aa68941c7227b9c7 ++ describe=basepoints/gcc-15-3608-gc5009eb88791 +++ echo basepoints/gcc-15-3608-gc5009eb88791 +++ sed 's,^basepoints/,,' ++ describe=gcc-15-3608-gc5009eb88791 ++ '[' --short = --oneline ']' ++ '[' '' = '' ']' ++ echo 'commit gcc-15-3608-gc5009eb88791' ++ local tmpfile +++ mktemp ++ tmpfile=/tmp/tmp.kJA18dsrPE ++ git -C gcc log -n1 c5009eb887910271ea35a857aa68941c7227b9c7 ++ tail -n +2 ++ head -n 10 /tmp/tmp.kJA18dsrPE +++ cat /tmp/tmp.kJA18dsrPE +++ wc -l ++ more_lines=44 ++ '[' 44 -gt 0 ']' ++ echo '... 44 lines of the commit log omitted.' ++ rm /tmp/tmp.kJA18dsrPE ++ '[' '' '!=' '' ']' ++ return 0 ++ gnu_llvm_print_result --short ++ false ++ local print_arg=--short ++ local results_new=artifacts/sumfiles ++ '[' -d artifacts/sumfiles ']' ++ local validate_failures=gcc-compare-results/contrib/testsuite-management/validate_failures.py ++ local xfails=artifacts/sumfiles/xfails.xfail ++ '[' -f artifacts/sumfiles/xfails.xfail ']' ++ wait 3009280 ++ gcc-compare-results/contrib/testsuite-management/validate_failures.py --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20240913 --build_dir=artifacts/sumfiles --verbosity=1 ++ true ++ wait 3009281 ++ gcc-compare-results/contrib/testsuite-management/validate_failures.py --inverse_match --manifest=artifacts/sumfiles/xfails.xfail --expiry_date=20240913 --build_dir=artifacts/sumfiles --verbosity=1 ++ grep -A10 '=== Results Summary ===' artifacts/notify/regressions.sum ++ local n_regressions n_improvements pass_fail=PASS ++ '[' 2 '!=' 0 ']' ++ pass_fail=FAIL +++ grep -c '^[A-Z]\+:' artifacts/notify/regressions.sum ++ n_regressions=4 +++ grep -c '^[A-Z]\+:' artifacts/notify/improvements.sum +++ true ++ n_improvements=0 ++ printf FAIL ++ '[' 4 '!=' 0 ']' ++ printf ': 4 regressions' ++ '[' 0 '!=' 0 ']' ++ rm artifacts/notify/improvements.sum ++ printf '\n' ++ '[' --short = --oneline ']' ++ local length=10 outfile n_lines ++ '[' --short = --long ']' ++ for outfile in regressions.sum improvements.sum ++ '[' -f artifacts/notify/regressions.sum ']' ++ echo ++ echo regressions.sum: +++ grep -n 'Results Summary' artifacts/notify/regressions.sum +++ cut -d: -f1 ++ n_lines=12 ++ n_lines=11 ++ '[' 11 -lt 10 ']' ++ head -n10 artifacts/notify/regressions.sum ++ n_lines=1 ++ '[' 1 -gt 0 ']' ++ '[' 10 '!=' -0 ']' ++ echo '... and 1 more entries' ++ for outfile in regressions.sum improvements.sum ++ '[' -f artifacts/notify/improvements.sum ']' ++ continue ++ cat +++ print_artifacts_url 00-sumfiles/ +++ set -euf -o pipefail +++ local url ++++ get_current_manifest BUILD_URL ++++ get_manifest artifacts/manifest.sh BUILD_URL ++++ set +x +++ url=https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/868/artifact/artifacts +++ '[' '' '!=' '' ']' +++ echo https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/868/artifact/artifacts/00-sumfiles/ +++ print_artifacts_url notify/ +++ set -euf -o pipefail +++ local url ++++ get_current_manifest BUILD_URL ++++ get_manifest artifacts/manifest.sh BUILD_URL ++++ set +x +++ url=https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/868/artifact/artifacts +++ '[' '' '!=' '' ']' +++ echo https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/868/artifact/artifacts/notify/ +++ print_artifacts_url sumfiles/xfails.xfail +++ set -euf -o pipefail +++ local url ++++ get_current_manifest BUILD_URL ++++ get_manifest artifacts/manifest.sh BUILD_URL ++++ set +x +++ url=https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/868/artifact/artifacts +++ '[' '' '!=' '' ']' +++ echo https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/868/artifact/artifacts/sumfiles/xfails.xfail ++ gnu_print_config --long ++ false ++ settings_for_ci_project_and_config tcwg_bootstrap_check master-arm-check_bootstrap_lto ++ local project=tcwg_bootstrap_check ++ local config=master-arm-check_bootstrap_lto ++ declare -Ag gnu_data ++ gnu_data[gcc_override_configure]= ++ gnu_data[gcc_target_board_options]= ++ gnu_data[qemu_cpu]= ++ gnu_data[pretty_project]= ++ gnu_data[pretty_config]=master-arm-check_bootstrap_lto ++ gnu_data[long_config]=master-arm-check_bootstrap_lto ++ case "$project/$config" in +++ echo tcwg_bootstrap_check +++ sed 's/^tcwg_//' ++ gnu_data[pretty_project]=bootstrap_check ++ local print_arg=--long ++ case "$print_arg" in ++ echo 'CI config tcwg_bootstrap_check master-arm-check_bootstrap_lto' + '[' '' '!=' '' ']' + '[' single_commit '!=' single_commit ']' + '[' '' '!=' '' ']' + cat ++ print_last_icommit --reproduction_instructions_link tcwg_bootstrap_check master-arm-check_bootstrap_lto ++ false ++ set -euf -o pipefail ++ local print_arg=--reproduction_instructions_link ++ shift 1 ++ '[' xsingle_commit '!=' xsingle_commit ']' ++ local isubdir +++ interesting_subdir gcc c5009eb887910271ea35a857aa68941c7227b9c7 tcwg_bootstrap_check master-arm-check_bootstrap_lto +++ local dir=gcc/sha1 +++ '[' 4 -ge 2 ']' +++ dir=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 +++ '[' 4 -ge 3 ']' +++ dir=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check +++ '[' 4 -ge 4 ']' +++ dir=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/master-arm-check_bootstrap_lto +++ echo gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/master-arm-check_bootstrap_lto ++ isubdir=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/master-arm-check_bootstrap_lto ++ case "$print_arg" in ++ print_icommits_link gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/master-arm-check_bootstrap_lto/reproduction_instructions.txt ++ set -euf -o pipefail ++ local path=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/master-arm-check_bootstrap_lto/reproduction_instructions.txt ++ local url=https://git-us.linaro.org/toolchain/ci/interesting-commits.git ++ echo https://git-us.linaro.org/toolchain/ci/interesting-commits.git/plain/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/tcwg_bootstrap_check/master-arm-check_bootstrap_lto/reproduction_instructions.txt ++ print_commits --link ++ set -euf -o pipefail ++ false ++ local print_arg=--link ++ '[' single_commit = no_change ']' ++ local more_lines ++ '[' single_commit = single_commit ']' ++ local c=gcc ++ '[' --link = --link ']' ++ local url +++ get_component_url gcc +++ false +++ get_current_git gcc_url +++ set -euf -o pipefail +++ assert_with_msg 'ERROR: No gcc_url in current git' '[' -f artifacts/git/gcc_url ']' +++ set -euf -o pipefail +x +++ cat artifacts/git/gcc_url ++ url=https://github.com/gcc-mirror/gcc.git ++ [[ https://github.com/gcc-mirror/gcc.git =~ git://sourceware.org/git/ ]] ++ [[ https://github.com/gcc-mirror/gcc.git =~ https://github.com/ ]] ++ echo https://github.com/gcc-mirror/gcc/commit/c5009eb887910271ea35a857aa68941c7227b9c7 ++ return 0 ++ print_last_icommit --status ++ false ++ set -euf -o pipefail ++ local print_arg=--status ++ shift 1 ++ '[' xsingle_commit '!=' xsingle_commit ']' ++ local isubdir +++ interesting_subdir gcc c5009eb887910271ea35a857aa68941c7227b9c7 +++ local dir=gcc/sha1 +++ '[' 2 -ge 2 ']' +++ dir=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 +++ '[' 2 -ge 3 ']' +++ '[' 2 -ge 4 ']' +++ echo gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 ++ isubdir=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 ++ case "$print_arg" in ++ cat interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/status.txt + true + generate_jenkins_html_files + wait 3009344 + set -euf -o pipefail # generate_jenkins_html_files ... Skipping + echo '# generate_jenkins_html_files' + true + case "$ci_project" in + echo '... Skipping' + return + generate_readme html + set -euf -o pipefail + local text_type=html + local gnu_text=false + case "$ci_project" in + case "$ci_project" in + gnu_text=true + local list_start= + local list_end= + local 'list_item=- ' + local new_parag= + '[' html = html ']' + list_start='' + list_item='
  • ' + new_parag='

    ' + print_readme_header html + set -euf -o pipefail + local text_type=html + local 'msg=How to browse artifacts of this build' + case $text_type in + cat + cat + '[' -d artifacts/00-sumfiles ']' + cat ++ print_readme_link html 00-sumfiles/ '' ++ set -euf -o pipefail ++ local text_type=html ++ local msg=00-sumfiles/ ++ local home= ++ case $text_type in ++ view= ++ '[' -f /00-sumfiles/ ']' ++ echo -n '00-sumfiles/' + cat ++ print_readme_link html git/ '' ++ set -euf -o pipefail ++ local text_type=html ++ local msg=git/ ++ local home= ++ case $text_type in ++ view= ++ '[' -f /git/ ']' ++ echo -n 'git/' ++ print_readme_link html jenkins/ '' ++ set -euf -o pipefail ++ local text_type=html ++ local msg=jenkins/ ++ local home= ++ case $text_type in ++ view= ++ '[' -f /jenkins/ ']' ++ echo -n 'jenkins/' ++ print_readme_link html notify/ '' ++ set -euf -o pipefail ++ local text_type=html ++ local msg=notify/ ++ local home= ++ case $text_type in ++ view= ++ '[' -f /notify/ ']' ++ echo -n 'notify/' + true + cat ++ print_readme_link html sumfiles/ '' ++ set -euf -o pipefail ++ local text_type=html ++ local msg=sumfiles/ ++ local home= ++ case $text_type in ++ view= ++ '[' -f /sumfiles/ ']' ++ echo -n 'sumfiles/' + cat ++ print_readme_link html notify/ '' ++ set -euf -o pipefail ++ local text_type=html ++ local msg=notify/ ++ local home= ++ case $text_type in ++ view= ++ '[' -f /notify/ ']' ++ echo -n 'notify/' + true + local regressions= + '[' -f artifacts/notify/regressions.sum ']' ++ print_readme_link html notify/regressions.sum artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=notify/regressions.sum ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/notify/regressions.sum ']' ++ file artifacts/notify/regressions.sum ++ grep -qw text ++ view='/*view*/' ++ echo -n 'notify/regressions.sum' + regressions='notify/regressions.sum and ' + cat ++ print_readme_link html notify/results.compare.txt artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=notify/results.compare.txt ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/notify/results.compare.txt ']' ++ file artifacts/notify/results.compare.txt ++ grep -qw text ++ view='/*view*/' ++ echo -n 'notify/results.compare.txt' + '[' -d artifacts/00-sumfiles ']' + cat ++ print_readme_link html 00-sumfiles/ '' ++ set -euf -o pipefail ++ local text_type=html ++ local msg=00-sumfiles/ ++ local home= ++ case $text_type in ++ view= ++ '[' -f /00-sumfiles/ ']' ++ echo -n '00-sumfiles/' + cat + cat + read -r cur_file ++ cd artifacts ++ find . -type f ++ sort ++ print_readme_link html ./00-sumfiles/gcc.log.0.xz artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./00-sumfiles/gcc.log.0.xz ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./00-sumfiles/gcc.log.0.xz ']' ++ file artifacts/./00-sumfiles/gcc.log.0.xz ++ grep -qw text ++ echo -n './00-sumfiles/gcc.log.0.xz' + echo '

  • ./00-sumfiles/gcc.log.0.xz' + read -r cur_file ++ print_readme_link html ./00-sumfiles/gcc.log.1.xz artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./00-sumfiles/gcc.log.1.xz ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./00-sumfiles/gcc.log.1.xz ']' ++ file artifacts/./00-sumfiles/gcc.log.1.xz ++ grep -qw text ++ echo -n './00-sumfiles/gcc.log.1.xz' + echo '
  • ./00-sumfiles/gcc.log.1.xz' + read -r cur_file ++ print_readme_link html ./00-sumfiles/gcc.sum.0 artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./00-sumfiles/gcc.sum.0 ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./00-sumfiles/gcc.sum.0 ']' ++ file artifacts/./00-sumfiles/gcc.sum.0 ++ grep -qw text ++ view='/*view*/' ++ echo -n './00-sumfiles/gcc.sum.0' + echo '
  • ./00-sumfiles/gcc.sum.0' + read -r cur_file ++ print_readme_link html ./00-sumfiles/gcc.sum.1 artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./00-sumfiles/gcc.sum.1 ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./00-sumfiles/gcc.sum.1 ']' ++ file artifacts/./00-sumfiles/gcc.sum.1 ++ grep -qw text ++ view='/*view*/' ++ echo -n './00-sumfiles/gcc.sum.1' + echo '
  • ./00-sumfiles/gcc.sum.1' + read -r cur_file ++ print_readme_link html ./00-sumfiles/gfortran.log.0.xz artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./00-sumfiles/gfortran.log.0.xz ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./00-sumfiles/gfortran.log.0.xz ']' ++ file artifacts/./00-sumfiles/gfortran.log.0.xz ++ grep -qw text ++ echo -n './00-sumfiles/gfortran.log.0.xz' + echo '
  • ./00-sumfiles/gfortran.log.0.xz' + read -r cur_file ++ print_readme_link html ./00-sumfiles/gfortran.sum.0 artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./00-sumfiles/gfortran.sum.0 ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./00-sumfiles/gfortran.sum.0 ']' ++ file artifacts/./00-sumfiles/gfortran.sum.0 ++ grep -qw text ++ view='/*view*/' ++ echo -n './00-sumfiles/gfortran.sum.0' + echo '
  • ./00-sumfiles/gfortran.sum.0' + read -r cur_file ++ print_readme_link html ./00-sumfiles/g++.log.0.xz artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./00-sumfiles/g++.log.0.xz ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./00-sumfiles/g++.log.0.xz ']' ++ file artifacts/./00-sumfiles/g++.log.0.xz ++ grep -qw text ++ echo -n './00-sumfiles/g++.log.0.xz' + echo '
  • ./00-sumfiles/g++.log.0.xz' + read -r cur_file ++ print_readme_link html ./00-sumfiles/g++.log.1.xz artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./00-sumfiles/g++.log.1.xz ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./00-sumfiles/g++.log.1.xz ']' ++ file artifacts/./00-sumfiles/g++.log.1.xz ++ grep -qw text ++ echo -n './00-sumfiles/g++.log.1.xz' + echo '
  • ./00-sumfiles/g++.log.1.xz' + read -r cur_file ++ print_readme_link html ./00-sumfiles/g++.sum.0 artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./00-sumfiles/g++.sum.0 ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./00-sumfiles/g++.sum.0 ']' ++ file artifacts/./00-sumfiles/g++.sum.0 ++ grep -qw text ++ view='/*view*/' ++ echo -n './00-sumfiles/g++.sum.0' + echo '
  • ./00-sumfiles/g++.sum.0' + read -r cur_file ++ print_readme_link html ./00-sumfiles/g++.sum.1 artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./00-sumfiles/g++.sum.1 ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./00-sumfiles/g++.sum.1 ']' ++ file artifacts/./00-sumfiles/g++.sum.1 ++ grep -qw text ++ view='/*view*/' ++ echo -n './00-sumfiles/g++.sum.1' + echo '
  • ./00-sumfiles/g++.sum.1' + read -r cur_file ++ print_readme_link html ./00-sumfiles/libatomic.log.0.xz artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./00-sumfiles/libatomic.log.0.xz ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./00-sumfiles/libatomic.log.0.xz ']' ++ file artifacts/./00-sumfiles/libatomic.log.0.xz ++ grep -qw text ++ echo -n './00-sumfiles/libatomic.log.0.xz' + echo '
  • ./00-sumfiles/libatomic.log.0.xz' + read -r cur_file ++ print_readme_link html ./00-sumfiles/libatomic.sum.0 artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./00-sumfiles/libatomic.sum.0 ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./00-sumfiles/libatomic.sum.0 ']' ++ file artifacts/./00-sumfiles/libatomic.sum.0 ++ grep -qw text ++ view='/*view*/' ++ echo -n './00-sumfiles/libatomic.sum.0' + echo '
  • ./00-sumfiles/libatomic.sum.0' + read -r cur_file ++ print_readme_link html ./00-sumfiles/libgomp.log.0.xz artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./00-sumfiles/libgomp.log.0.xz ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./00-sumfiles/libgomp.log.0.xz ']' ++ file artifacts/./00-sumfiles/libgomp.log.0.xz ++ grep -qw text ++ echo -n './00-sumfiles/libgomp.log.0.xz' + echo '
  • ./00-sumfiles/libgomp.log.0.xz' + read -r cur_file ++ print_readme_link html ./00-sumfiles/libgomp.sum.0 artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./00-sumfiles/libgomp.sum.0 ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./00-sumfiles/libgomp.sum.0 ']' ++ file artifacts/./00-sumfiles/libgomp.sum.0 ++ grep -qw text ++ view='/*view*/' ++ echo -n './00-sumfiles/libgomp.sum.0' + echo '
  • ./00-sumfiles/libgomp.sum.0' + read -r cur_file ++ print_readme_link html ./00-sumfiles/libitm.log.0.xz artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./00-sumfiles/libitm.log.0.xz ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./00-sumfiles/libitm.log.0.xz ']' ++ file artifacts/./00-sumfiles/libitm.log.0.xz ++ grep -qw text ++ echo -n './00-sumfiles/libitm.log.0.xz' + echo '
  • ./00-sumfiles/libitm.log.0.xz' + read -r cur_file ++ print_readme_link html ./00-sumfiles/libitm.sum.0 artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./00-sumfiles/libitm.sum.0 ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./00-sumfiles/libitm.sum.0 ']' ++ file artifacts/./00-sumfiles/libitm.sum.0 ++ grep -qw text ++ view='/*view*/' ++ echo -n './00-sumfiles/libitm.sum.0' + echo '
  • ./00-sumfiles/libitm.sum.0' + read -r cur_file ++ print_readme_link html ./00-sumfiles/libstdc++.log.0.xz artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./00-sumfiles/libstdc++.log.0.xz ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./00-sumfiles/libstdc++.log.0.xz ']' ++ file artifacts/./00-sumfiles/libstdc++.log.0.xz ++ grep -qw text ++ echo -n './00-sumfiles/libstdc++.log.0.xz' + echo '
  • ./00-sumfiles/libstdc++.log.0.xz' + read -r cur_file ++ print_readme_link html ./00-sumfiles/libstdc++.sum.0 artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./00-sumfiles/libstdc++.sum.0 ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./00-sumfiles/libstdc++.sum.0 ']' ++ file artifacts/./00-sumfiles/libstdc++.sum.0 ++ grep -qw text ++ view='/*view*/' ++ echo -n './00-sumfiles/libstdc++.sum.0' + echo '
  • ./00-sumfiles/libstdc++.sum.0' + read -r cur_file ++ print_readme_link html ./00-sumfiles/objc.log.0.xz artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./00-sumfiles/objc.log.0.xz ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./00-sumfiles/objc.log.0.xz ']' ++ file artifacts/./00-sumfiles/objc.log.0.xz ++ grep -qw text ++ echo -n './00-sumfiles/objc.log.0.xz' + echo '
  • ./00-sumfiles/objc.log.0.xz' + read -r cur_file ++ print_readme_link html ./00-sumfiles/objc.sum.0 artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./00-sumfiles/objc.sum.0 ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./00-sumfiles/objc.sum.0 ']' ++ file artifacts/./00-sumfiles/objc.sum.0 ++ grep -qw text ++ view='/*view*/' ++ echo -n './00-sumfiles/objc.sum.0' + echo '
  • ./00-sumfiles/objc.sum.0' + read -r cur_file ++ print_readme_link html ./01-reset_artifacts/console.log.xz artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./01-reset_artifacts/console.log.xz ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./01-reset_artifacts/console.log.xz ']' ++ file artifacts/./01-reset_artifacts/console.log.xz ++ grep -qw text ++ echo -n './01-reset_artifacts/console.log.xz' + echo '
  • ./01-reset_artifacts/console.log.xz' + read -r cur_file ++ print_readme_link html ./02-prepare_abe/console.log.xz artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./02-prepare_abe/console.log.xz ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./02-prepare_abe/console.log.xz ']' ++ file artifacts/./02-prepare_abe/console.log.xz ++ grep -qw text ++ echo -n './02-prepare_abe/console.log.xz' + echo '
  • ./02-prepare_abe/console.log.xz' + read -r cur_file ++ print_readme_link html ./03-build_abe-bootstrap_lto/console.log.xz artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./03-build_abe-bootstrap_lto/console.log.xz ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./03-build_abe-bootstrap_lto/console.log.xz ']' ++ file artifacts/./03-build_abe-bootstrap_lto/console.log.xz ++ grep -qw text ++ echo -n './03-build_abe-bootstrap_lto/console.log.xz' + echo '
  • ./03-build_abe-bootstrap_lto/console.log.xz' + read -r cur_file ++ print_readme_link html ./03-build_abe-bootstrap_lto/make-gcc-stage2.log.xz artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./03-build_abe-bootstrap_lto/make-gcc-stage2.log.xz ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./03-build_abe-bootstrap_lto/make-gcc-stage2.log.xz ']' ++ file artifacts/./03-build_abe-bootstrap_lto/make-gcc-stage2.log.xz ++ grep -qw text ++ echo -n './03-build_abe-bootstrap_lto/make-gcc-stage2.log.xz' + echo '
  • ./03-build_abe-bootstrap_lto/make-gcc-stage2.log.xz' + read -r cur_file ++ print_readme_link html ./04-build_abe-dejagnu/console.log.xz artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./04-build_abe-dejagnu/console.log.xz ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./04-build_abe-dejagnu/console.log.xz ']' ++ file artifacts/./04-build_abe-dejagnu/console.log.xz ++ grep -qw text ++ echo -n './04-build_abe-dejagnu/console.log.xz' + echo '
  • ./04-build_abe-dejagnu/console.log.xz' + read -r cur_file ++ print_readme_link html ./04-build_abe-dejagnu/make-dejagnu.log.xz artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./04-build_abe-dejagnu/make-dejagnu.log.xz ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./04-build_abe-dejagnu/make-dejagnu.log.xz ']' ++ file artifacts/./04-build_abe-dejagnu/make-dejagnu.log.xz ++ grep -qw text ++ echo -n './04-build_abe-dejagnu/make-dejagnu.log.xz' + echo '
  • ./04-build_abe-dejagnu/make-dejagnu.log.xz' + read -r cur_file ++ print_readme_link html ./05-build_abe-check_bootstrap_lto/baseline.xfail artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./05-build_abe-check_bootstrap_lto/baseline.xfail ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./05-build_abe-check_bootstrap_lto/baseline.xfail ']' ++ file artifacts/./05-build_abe-check_bootstrap_lto/baseline.xfail ++ grep -qw text ++ view='/*view*/' ++ echo -n './05-build_abe-check_bootstrap_lto/baseline.xfail' + echo '
  • ./05-build_abe-check_bootstrap_lto/baseline.xfail' + read -r cur_file ++ print_readme_link html ./05-build_abe-check_bootstrap_lto/check-gcc.log.xz artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./05-build_abe-check_bootstrap_lto/check-gcc.log.xz ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./05-build_abe-check_bootstrap_lto/check-gcc.log.xz ']' ++ file artifacts/./05-build_abe-check_bootstrap_lto/check-gcc.log.xz ++ grep -qw text ++ echo -n './05-build_abe-check_bootstrap_lto/check-gcc.log.xz' + echo '
  • ./05-build_abe-check_bootstrap_lto/check-gcc.log.xz' + read -r cur_file ++ print_readme_link html ./05-build_abe-check_bootstrap_lto/console.log.xz artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./05-build_abe-check_bootstrap_lto/console.log.xz ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./05-build_abe-check_bootstrap_lto/console.log.xz ']' ++ file artifacts/./05-build_abe-check_bootstrap_lto/console.log.xz ++ grep -qw text ++ echo -n './05-build_abe-check_bootstrap_lto/console.log.xz' + echo '
  • ./05-build_abe-check_bootstrap_lto/console.log.xz' + read -r cur_file ++ print_readme_link html ./05-build_abe-check_bootstrap_lto/flaky.xfail artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./05-build_abe-check_bootstrap_lto/flaky.xfail ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./05-build_abe-check_bootstrap_lto/flaky.xfail ']' ++ file artifacts/./05-build_abe-check_bootstrap_lto/flaky.xfail ++ grep -qw text ++ echo -n './05-build_abe-check_bootstrap_lto/flaky.xfail' + echo '
  • ./05-build_abe-check_bootstrap_lto/flaky.xfail' + read -r cur_file ++ print_readme_link html ./06-check_regression/baseline.xfail artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./06-check_regression/baseline.xfail ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./06-check_regression/baseline.xfail ']' ++ file artifacts/./06-check_regression/baseline.xfail ++ grep -qw text ++ view='/*view*/' ++ echo -n './06-check_regression/baseline.xfail' + echo '
  • ./06-check_regression/baseline.xfail' + read -r cur_file ++ print_readme_link html ./06-check_regression/console.log.xz artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./06-check_regression/console.log.xz ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./06-check_regression/console.log.xz ']' ++ file artifacts/./06-check_regression/console.log.xz ++ grep -qw text ++ echo -n './06-check_regression/console.log.xz' + echo '
  • ./06-check_regression/console.log.xz' + read -r cur_file ++ print_readme_link html ./06-check_regression/extra-bisect-params artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./06-check_regression/extra-bisect-params ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./06-check_regression/extra-bisect-params ']' ++ file artifacts/./06-check_regression/extra-bisect-params ++ grep -qw text ++ view='/*view*/' ++ echo -n './06-check_regression/extra-bisect-params' + echo '
  • ./06-check_regression/extra-bisect-params' + read -r cur_file ++ print_readme_link html ./06-check_regression/fails.sum artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./06-check_regression/fails.sum ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./06-check_regression/fails.sum ']' ++ file artifacts/./06-check_regression/fails.sum ++ grep -qw text ++ view='/*view*/' ++ echo -n './06-check_regression/fails.sum' + echo '
  • ./06-check_regression/fails.sum' + read -r cur_file ++ print_readme_link html ./06-check_regression/flaky.xfail artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./06-check_regression/flaky.xfail ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./06-check_regression/flaky.xfail ']' ++ file artifacts/./06-check_regression/flaky.xfail ++ grep -qw text ++ view='/*view*/' ++ echo -n './06-check_regression/flaky.xfail' + echo '
  • ./06-check_regression/flaky.xfail' + read -r cur_file ++ print_readme_link html ./06-check_regression/results.regressions artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./06-check_regression/results.regressions ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./06-check_regression/results.regressions ']' ++ file artifacts/./06-check_regression/results.regressions ++ grep -qw text ++ view='/*view*/' ++ echo -n './06-check_regression/results.regressions' + echo '
  • ./06-check_regression/results.regressions' + read -r cur_file ++ print_readme_link html ./06-check_regression/trigger-bisect artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./06-check_regression/trigger-bisect ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./06-check_regression/trigger-bisect ']' ++ file artifacts/./06-check_regression/trigger-bisect ++ grep -qw text ++ view='/*view*/' ++ echo -n './06-check_regression/trigger-bisect' + echo '
  • ./06-check_regression/trigger-bisect' + read -r cur_file ++ print_readme_link html ./git/gcc_rev artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./git/gcc_rev ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./git/gcc_rev ']' ++ file artifacts/./git/gcc_rev ++ grep -qw text ++ view='/*view*/' ++ echo -n './git/gcc_rev' + echo '
  • ./git/gcc_rev' + read -r cur_file ++ print_readme_link html ./git/gcc_url artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./git/gcc_url ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./git/gcc_url ']' ++ file artifacts/./git/gcc_url ++ grep -qw text ++ view='/*view*/' ++ echo -n './git/gcc_url' + echo '
  • ./git/gcc_url' + read -r cur_file ++ print_readme_link html ./jenkins/build-name artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./jenkins/build-name ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./jenkins/build-name ']' ++ file artifacts/./jenkins/build-name ++ grep -qw text ++ view='/*view*/' ++ echo -n './jenkins/build-name' + echo '
  • ./jenkins/build-name' + read -r cur_file ++ print_readme_link html ./jenkins/notify-full.log artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./jenkins/notify-full.log ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./jenkins/notify-full.log ']' ++ file artifacts/./jenkins/notify-full.log ++ grep -qw text ++ view='/*view*/' ++ echo -n './jenkins/notify-full.log' + echo '
  • ./jenkins/notify-full.log' + read -r cur_file ++ print_readme_link html ./jenkins/notify-init.log artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./jenkins/notify-init.log ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./jenkins/notify-init.log ']' ++ file artifacts/./jenkins/notify-init.log ++ grep -qw text ++ view='/*view*/' ++ echo -n './jenkins/notify-init.log' + echo '
  • ./jenkins/notify-init.log' + read -r cur_file ++ print_readme_link html ./jenkins/rewrite.log artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./jenkins/rewrite.log ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./jenkins/rewrite.log ']' ++ file artifacts/./jenkins/rewrite.log ++ grep -qw text ++ view='/*view*/' ++ echo -n './jenkins/rewrite.log' + echo '
  • ./jenkins/rewrite.log' + read -r cur_file ++ print_readme_link html ./jenkins/run-build.env artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./jenkins/run-build.env ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./jenkins/run-build.env ']' ++ file artifacts/./jenkins/run-build.env ++ grep -qw text ++ view='/*view*/' ++ echo -n './jenkins/run-build.env' + echo '
  • ./jenkins/run-build.env' + read -r cur_file ++ print_readme_link html ./manifest.sh artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./manifest.sh ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./manifest.sh ']' ++ file artifacts/./manifest.sh ++ grep -qw text ++ view='/*view*/' ++ echo -n './manifest.sh' + echo '
  • ./manifest.sh' + read -r cur_file ++ print_readme_link html ./notify/configure-make.txt artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./notify/configure-make.txt ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./notify/configure-make.txt ']' ++ file artifacts/./notify/configure-make.txt ++ grep -qw text ++ view='/*view*/' ++ echo -n './notify/configure-make.txt' + echo '
  • ./notify/configure-make.txt' + read -r cur_file ++ print_readme_link html ./notify/jira/comment-card.txt artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./notify/jira/comment-card.txt ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./notify/jira/comment-card.txt ']' ++ file artifacts/./notify/jira/comment-card.txt ++ grep -qw text ++ view='/*view*/' ++ echo -n './notify/jira/comment-card.txt' + echo '
  • ./notify/jira/comment-card.txt' + read -r cur_file ++ print_readme_link html ./notify/jira/comment-template.txt artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./notify/jira/comment-template.txt ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./notify/jira/comment-template.txt ']' ++ file artifacts/./notify/jira/comment-template.txt ++ grep -qw text ++ view='/*view*/' ++ echo -n './notify/jira/comment-template.txt' + echo '
  • ./notify/jira/comment-template.txt' + read -r cur_file ++ print_readme_link html ./notify/jira/components artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./notify/jira/components ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./notify/jira/components ']' ++ file artifacts/./notify/jira/components ++ grep -qw text ++ view='/*view*/' ++ echo -n './notify/jira/components' + echo '
  • ./notify/jira/components' + read -r cur_file ++ print_readme_link html ./notify/jira/description artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./notify/jira/description ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./notify/jira/description ']' ++ file artifacts/./notify/jira/description ++ grep -qw text ++ view='/*view*/' ++ echo -n './notify/jira/description' + echo '
  • ./notify/jira/description' + read -r cur_file ++ print_readme_link html ./notify/jira/key artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./notify/jira/key ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./notify/jira/key ']' ++ file artifacts/./notify/jira/key ++ grep -qw text ++ view='/*view*/' ++ echo -n './notify/jira/key' + echo '
  • ./notify/jira/key' + read -r cur_file ++ print_readme_link html ./notify/jira/startdate artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./notify/jira/startdate ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./notify/jira/startdate ']' ++ file artifacts/./notify/jira/startdate ++ grep -qw text ++ view='/*view*/' ++ echo -n './notify/jira/startdate' + echo '
  • ./notify/jira/startdate' + read -r cur_file ++ print_readme_link html ./notify/jira/summary artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./notify/jira/summary ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./notify/jira/summary ']' ++ file artifacts/./notify/jira/summary ++ grep -qw text ++ view='/*view*/' ++ echo -n './notify/jira/summary' + echo '
  • ./notify/jira/summary' + read -r cur_file ++ print_readme_link html ./notify/jira/yaml artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./notify/jira/yaml ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./notify/jira/yaml ']' ++ file artifacts/./notify/jira/yaml ++ grep -qw text ++ view='/*view*/' ++ echo -n './notify/jira/yaml' + echo '
  • ./notify/jira/yaml' + read -r cur_file ++ print_readme_link html ./notify/mail-body.txt artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./notify/mail-body.txt ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./notify/mail-body.txt ']' ++ file artifacts/./notify/mail-body.txt ++ grep -qw text ++ view='/*view*/' ++ echo -n './notify/mail-body.txt' + echo '
  • ./notify/mail-body.txt' + read -r cur_file ++ print_readme_link html ./notify/mail-recipients.txt artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./notify/mail-recipients.txt ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./notify/mail-recipients.txt ']' ++ file artifacts/./notify/mail-recipients.txt ++ grep -qw text ++ view='/*view*/' ++ echo -n './notify/mail-recipients.txt' + echo '
  • ./notify/mail-recipients.txt' + read -r cur_file ++ print_readme_link html ./notify/mail-subject.txt artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./notify/mail-subject.txt ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./notify/mail-subject.txt ']' ++ file artifacts/./notify/mail-subject.txt ++ grep -qw text ++ view='/*view*/' ++ echo -n './notify/mail-subject.txt' + echo '
  • ./notify/mail-subject.txt' + read -r cur_file ++ print_readme_link html ./notify/regressions.sum artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./notify/regressions.sum ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./notify/regressions.sum ']' ++ file artifacts/./notify/regressions.sum ++ grep -qw text ++ view='/*view*/' ++ echo -n './notify/regressions.sum' + echo '
  • ./notify/regressions.sum' + read -r cur_file ++ print_readme_link html ./notify/results.compare.txt artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./notify/results.compare.txt ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./notify/results.compare.txt ']' ++ file artifacts/./notify/results.compare.txt ++ grep -qw text ++ view='/*view*/' ++ echo -n './notify/results.compare.txt' + echo '
  • ./notify/results.compare.txt' + read -r cur_file ++ print_readme_link html ./notify/results-summary.txt artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./notify/results-summary.txt ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./notify/results-summary.txt ']' ++ file artifacts/./notify/results-summary.txt ++ grep -qw text ++ view='/*view*/' ++ echo -n './notify/results-summary.txt' + echo '
  • ./notify/results-summary.txt' + read -r cur_file ++ print_readme_link html ./README.html artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./README.html ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./README.html ']' ++ file artifacts/./README.html ++ grep -qw text ++ view='/*view*/' ++ echo -n './README.html' + echo '
  • ./README.html' + read -r cur_file ++ print_readme_link html ./results artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./results ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./results ']' ++ file artifacts/./results ++ grep -qw text ++ view='/*view*/' ++ echo -n './results' + echo '
  • ./results' + read -r cur_file ++ print_readme_link html ./rr_stage.txt artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./rr_stage.txt ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./rr_stage.txt ']' ++ file artifacts/./rr_stage.txt ++ grep -qw text ++ view='/*view*/' ++ echo -n './rr_stage.txt' + echo '
  • ./rr_stage.txt' + read -r cur_file ++ print_readme_link html ./sumfiles/gcc.sum artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./sumfiles/gcc.sum ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./sumfiles/gcc.sum ']' ++ file artifacts/./sumfiles/gcc.sum ++ grep -qw text ++ view='/*view*/' ++ echo -n './sumfiles/gcc.sum' + echo '
  • ./sumfiles/gcc.sum' + read -r cur_file ++ print_readme_link html ./sumfiles/gfortran.sum artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./sumfiles/gfortran.sum ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./sumfiles/gfortran.sum ']' ++ file artifacts/./sumfiles/gfortran.sum ++ grep -qw text ++ view='/*view*/' ++ echo -n './sumfiles/gfortran.sum' + echo '
  • ./sumfiles/gfortran.sum' + read -r cur_file ++ print_readme_link html ./sumfiles/g++.sum artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./sumfiles/g++.sum ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./sumfiles/g++.sum ']' ++ file artifacts/./sumfiles/g++.sum ++ grep -qw text ++ view='/*view*/' ++ echo -n './sumfiles/g++.sum' + echo '
  • ./sumfiles/g++.sum' + read -r cur_file ++ print_readme_link html ./sumfiles/libatomic.sum artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./sumfiles/libatomic.sum ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./sumfiles/libatomic.sum ']' ++ file artifacts/./sumfiles/libatomic.sum ++ grep -qw text ++ view='/*view*/' ++ echo -n './sumfiles/libatomic.sum' + echo '
  • ./sumfiles/libatomic.sum' + read -r cur_file ++ print_readme_link html ./sumfiles/libgomp.sum artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./sumfiles/libgomp.sum ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./sumfiles/libgomp.sum ']' ++ file artifacts/./sumfiles/libgomp.sum ++ grep -qw text ++ view='/*view*/' ++ echo -n './sumfiles/libgomp.sum' + echo '
  • ./sumfiles/libgomp.sum' + read -r cur_file ++ print_readme_link html ./sumfiles/libitm.sum artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./sumfiles/libitm.sum ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./sumfiles/libitm.sum ']' ++ file artifacts/./sumfiles/libitm.sum ++ grep -qw text ++ view='/*view*/' ++ echo -n './sumfiles/libitm.sum' + echo '
  • ./sumfiles/libitm.sum' + read -r cur_file ++ print_readme_link html ./sumfiles/libstdc++.sum artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./sumfiles/libstdc++.sum ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./sumfiles/libstdc++.sum ']' ++ file artifacts/./sumfiles/libstdc++.sum ++ grep -qw text ++ view='/*view*/' ++ echo -n './sumfiles/libstdc++.sum' + echo '
  • ./sumfiles/libstdc++.sum' + read -r cur_file ++ print_readme_link html ./sumfiles/objc.sum artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./sumfiles/objc.sum ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./sumfiles/objc.sum ']' ++ file artifacts/./sumfiles/objc.sum ++ grep -qw text ++ view='/*view*/' ++ echo -n './sumfiles/objc.sum' + echo '
  • ./sumfiles/objc.sum' + read -r cur_file ++ print_readme_link html ./sumfiles/xfails.xfail artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./sumfiles/xfails.xfail ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./sumfiles/xfails.xfail ']' ++ file artifacts/./sumfiles/xfails.xfail ++ grep -qw text ++ view='/*view*/' ++ echo -n './sumfiles/xfails.xfail' + echo '
  • ./sumfiles/xfails.xfail' + read -r cur_file ++ print_readme_link html ./testresults/testresults-mail-body.txt artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./testresults/testresults-mail-body.txt ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./testresults/testresults-mail-body.txt ']' ++ file artifacts/./testresults/testresults-mail-body.txt ++ grep -qw text ++ view='/*view*/' ++ echo -n './testresults/testresults-mail-body.txt' + echo '
  • ./testresults/testresults-mail-body.txt' + read -r cur_file ++ print_readme_link html ./testresults/testresults-mail-recipients.txt artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./testresults/testresults-mail-recipients.txt ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./testresults/testresults-mail-recipients.txt ']' ++ file artifacts/./testresults/testresults-mail-recipients.txt ++ grep -qw text ++ view='/*view*/' ++ echo -n './testresults/testresults-mail-recipients.txt' + echo '
  • ./testresults/testresults-mail-recipients.txt' + read -r cur_file ++ print_readme_link html ./testresults/testresults-mail-subject.txt artifacts ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./testresults/testresults-mail-subject.txt ++ local home=artifacts ++ case $text_type in ++ view= ++ '[' -f artifacts/./testresults/testresults-mail-subject.txt ']' ++ file artifacts/./testresults/testresults-mail-subject.txt ++ grep -qw text ++ view='/*view*/' ++ echo -n './testresults/testresults-mail-subject.txt' + echo '
  • ./testresults/testresults-mail-subject.txt' + read -r cur_file + cat + print_readme_footer html + set -euf -o pipefail + local text_type=html + case $text_type in + cat + generate_readme txt + set -euf -o pipefail + local text_type=txt + local gnu_text=false + case "$ci_project" in + case "$ci_project" in + gnu_text=true + local list_start= + local list_end= + local 'list_item=- ' + local new_parag= + '[' txt = html ']' + print_readme_header txt + set -euf -o pipefail + local text_type=txt + local 'msg=How to browse artifacts of this build' + case $text_type in + cat + cat + '[' -d artifacts/00-sumfiles ']' + cat ++ print_readme_link txt 00-sumfiles/ '' ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=00-sumfiles/ ++ local home= ++ case $text_type in ++ echo -n 00-sumfiles/ + cat ++ print_readme_link txt git/ '' ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=git/ ++ local home= ++ case $text_type in ++ echo -n git/ ++ print_readme_link txt jenkins/ '' ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=jenkins/ ++ local home= ++ case $text_type in ++ echo -n jenkins/ ++ print_readme_link txt notify/ '' ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=notify/ ++ local home= ++ case $text_type in ++ echo -n notify/ + true + cat ++ print_readme_link txt sumfiles/ '' ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=sumfiles/ ++ local home= ++ case $text_type in ++ echo -n sumfiles/ + cat ++ print_readme_link txt notify/ '' ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=notify/ ++ local home= ++ case $text_type in ++ echo -n notify/ + true + local regressions= + '[' -f artifacts/notify/regressions.sum ']' ++ print_readme_link txt notify/regressions.sum artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=notify/regressions.sum ++ local home=artifacts ++ case $text_type in ++ echo -n notify/regressions.sum + regressions='notify/regressions.sum and ' + cat ++ print_readme_link txt notify/results.compare.txt artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=notify/results.compare.txt ++ local home=artifacts ++ case $text_type in ++ echo -n notify/results.compare.txt + '[' -d artifacts/00-sumfiles ']' + cat ++ print_readme_link txt 00-sumfiles/ '' ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=00-sumfiles/ ++ local home= ++ case $text_type in ++ echo -n 00-sumfiles/ + cat + cat + read -r cur_file ++ cd artifacts ++ find . -type f ++ sort ++ print_readme_link txt ./00-sumfiles/gcc.log.0.xz artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./00-sumfiles/gcc.log.0.xz ++ local home=artifacts ++ case $text_type in ++ echo -n ./00-sumfiles/gcc.log.0.xz + echo '- ./00-sumfiles/gcc.log.0.xz' + read -r cur_file ++ print_readme_link txt ./00-sumfiles/gcc.log.1.xz artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./00-sumfiles/gcc.log.1.xz ++ local home=artifacts ++ case $text_type in ++ echo -n ./00-sumfiles/gcc.log.1.xz + echo '- ./00-sumfiles/gcc.log.1.xz' + read -r cur_file ++ print_readme_link txt ./00-sumfiles/gcc.sum.0 artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./00-sumfiles/gcc.sum.0 ++ local home=artifacts ++ case $text_type in ++ echo -n ./00-sumfiles/gcc.sum.0 + echo '- ./00-sumfiles/gcc.sum.0' + read -r cur_file ++ print_readme_link txt ./00-sumfiles/gcc.sum.1 artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./00-sumfiles/gcc.sum.1 ++ local home=artifacts ++ case $text_type in ++ echo -n ./00-sumfiles/gcc.sum.1 + echo '- ./00-sumfiles/gcc.sum.1' + read -r cur_file ++ print_readme_link txt ./00-sumfiles/gfortran.log.0.xz artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./00-sumfiles/gfortran.log.0.xz ++ local home=artifacts ++ case $text_type in ++ echo -n ./00-sumfiles/gfortran.log.0.xz + echo '- ./00-sumfiles/gfortran.log.0.xz' + read -r cur_file ++ print_readme_link txt ./00-sumfiles/gfortran.sum.0 artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./00-sumfiles/gfortran.sum.0 ++ local home=artifacts ++ case $text_type in ++ echo -n ./00-sumfiles/gfortran.sum.0 + echo '- ./00-sumfiles/gfortran.sum.0' + read -r cur_file ++ print_readme_link txt ./00-sumfiles/g++.log.0.xz artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./00-sumfiles/g++.log.0.xz ++ local home=artifacts ++ case $text_type in ++ echo -n ./00-sumfiles/g++.log.0.xz + echo '- ./00-sumfiles/g++.log.0.xz' + read -r cur_file ++ print_readme_link txt ./00-sumfiles/g++.log.1.xz artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./00-sumfiles/g++.log.1.xz ++ local home=artifacts ++ case $text_type in ++ echo -n ./00-sumfiles/g++.log.1.xz + echo '- ./00-sumfiles/g++.log.1.xz' + read -r cur_file ++ print_readme_link txt ./00-sumfiles/g++.sum.0 artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./00-sumfiles/g++.sum.0 ++ local home=artifacts ++ case $text_type in ++ echo -n ./00-sumfiles/g++.sum.0 + echo '- ./00-sumfiles/g++.sum.0' + read -r cur_file ++ print_readme_link txt ./00-sumfiles/g++.sum.1 artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./00-sumfiles/g++.sum.1 ++ local home=artifacts ++ case $text_type in ++ echo -n ./00-sumfiles/g++.sum.1 + echo '- ./00-sumfiles/g++.sum.1' + read -r cur_file ++ print_readme_link txt ./00-sumfiles/libatomic.log.0.xz artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./00-sumfiles/libatomic.log.0.xz ++ local home=artifacts ++ case $text_type in ++ echo -n ./00-sumfiles/libatomic.log.0.xz + echo '- ./00-sumfiles/libatomic.log.0.xz' + read -r cur_file ++ print_readme_link txt ./00-sumfiles/libatomic.sum.0 artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./00-sumfiles/libatomic.sum.0 ++ local home=artifacts ++ case $text_type in ++ echo -n ./00-sumfiles/libatomic.sum.0 + echo '- ./00-sumfiles/libatomic.sum.0' + read -r cur_file ++ print_readme_link txt ./00-sumfiles/libgomp.log.0.xz artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./00-sumfiles/libgomp.log.0.xz ++ local home=artifacts ++ case $text_type in ++ echo -n ./00-sumfiles/libgomp.log.0.xz + echo '- ./00-sumfiles/libgomp.log.0.xz' + read -r cur_file ++ print_readme_link txt ./00-sumfiles/libgomp.sum.0 artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./00-sumfiles/libgomp.sum.0 ++ local home=artifacts ++ case $text_type in ++ echo -n ./00-sumfiles/libgomp.sum.0 + echo '- ./00-sumfiles/libgomp.sum.0' + read -r cur_file ++ print_readme_link txt ./00-sumfiles/libitm.log.0.xz artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./00-sumfiles/libitm.log.0.xz ++ local home=artifacts ++ case $text_type in ++ echo -n ./00-sumfiles/libitm.log.0.xz + echo '- ./00-sumfiles/libitm.log.0.xz' + read -r cur_file ++ print_readme_link txt ./00-sumfiles/libitm.sum.0 artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./00-sumfiles/libitm.sum.0 ++ local home=artifacts ++ case $text_type in ++ echo -n ./00-sumfiles/libitm.sum.0 + echo '- ./00-sumfiles/libitm.sum.0' + read -r cur_file ++ print_readme_link txt ./00-sumfiles/libstdc++.log.0.xz artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./00-sumfiles/libstdc++.log.0.xz ++ local home=artifacts ++ case $text_type in ++ echo -n ./00-sumfiles/libstdc++.log.0.xz + echo '- ./00-sumfiles/libstdc++.log.0.xz' + read -r cur_file ++ print_readme_link txt ./00-sumfiles/libstdc++.sum.0 artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./00-sumfiles/libstdc++.sum.0 ++ local home=artifacts ++ case $text_type in ++ echo -n ./00-sumfiles/libstdc++.sum.0 + echo '- ./00-sumfiles/libstdc++.sum.0' + read -r cur_file ++ print_readme_link txt ./00-sumfiles/objc.log.0.xz artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./00-sumfiles/objc.log.0.xz ++ local home=artifacts ++ case $text_type in ++ echo -n ./00-sumfiles/objc.log.0.xz + echo '- ./00-sumfiles/objc.log.0.xz' + read -r cur_file ++ print_readme_link txt ./00-sumfiles/objc.sum.0 artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./00-sumfiles/objc.sum.0 ++ local home=artifacts ++ case $text_type in ++ echo -n ./00-sumfiles/objc.sum.0 + echo '- ./00-sumfiles/objc.sum.0' + read -r cur_file ++ print_readme_link txt ./01-reset_artifacts/console.log.xz artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./01-reset_artifacts/console.log.xz ++ local home=artifacts ++ case $text_type in ++ echo -n ./01-reset_artifacts/console.log.xz + echo '- ./01-reset_artifacts/console.log.xz' + read -r cur_file ++ print_readme_link txt ./02-prepare_abe/console.log.xz artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./02-prepare_abe/console.log.xz ++ local home=artifacts ++ case $text_type in ++ echo -n ./02-prepare_abe/console.log.xz + echo '- ./02-prepare_abe/console.log.xz' + read -r cur_file ++ print_readme_link txt ./03-build_abe-bootstrap_lto/console.log.xz artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./03-build_abe-bootstrap_lto/console.log.xz ++ local home=artifacts ++ case $text_type in ++ echo -n ./03-build_abe-bootstrap_lto/console.log.xz + echo '- ./03-build_abe-bootstrap_lto/console.log.xz' + read -r cur_file ++ print_readme_link txt ./03-build_abe-bootstrap_lto/make-gcc-stage2.log.xz artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./03-build_abe-bootstrap_lto/make-gcc-stage2.log.xz ++ local home=artifacts ++ case $text_type in ++ echo -n ./03-build_abe-bootstrap_lto/make-gcc-stage2.log.xz + echo '- ./03-build_abe-bootstrap_lto/make-gcc-stage2.log.xz' + read -r cur_file ++ print_readme_link txt ./04-build_abe-dejagnu/console.log.xz artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./04-build_abe-dejagnu/console.log.xz ++ local home=artifacts ++ case $text_type in ++ echo -n ./04-build_abe-dejagnu/console.log.xz + echo '- ./04-build_abe-dejagnu/console.log.xz' + read -r cur_file ++ print_readme_link txt ./04-build_abe-dejagnu/make-dejagnu.log.xz artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./04-build_abe-dejagnu/make-dejagnu.log.xz ++ local home=artifacts ++ case $text_type in ++ echo -n ./04-build_abe-dejagnu/make-dejagnu.log.xz + echo '- ./04-build_abe-dejagnu/make-dejagnu.log.xz' + read -r cur_file ++ print_readme_link txt ./05-build_abe-check_bootstrap_lto/baseline.xfail artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./05-build_abe-check_bootstrap_lto/baseline.xfail ++ local home=artifacts ++ case $text_type in ++ echo -n ./05-build_abe-check_bootstrap_lto/baseline.xfail + echo '- ./05-build_abe-check_bootstrap_lto/baseline.xfail' + read -r cur_file ++ print_readme_link txt ./05-build_abe-check_bootstrap_lto/check-gcc.log.xz artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./05-build_abe-check_bootstrap_lto/check-gcc.log.xz ++ local home=artifacts ++ case $text_type in ++ echo -n ./05-build_abe-check_bootstrap_lto/check-gcc.log.xz + echo '- ./05-build_abe-check_bootstrap_lto/check-gcc.log.xz' + read -r cur_file ++ print_readme_link txt ./05-build_abe-check_bootstrap_lto/console.log.xz artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./05-build_abe-check_bootstrap_lto/console.log.xz ++ local home=artifacts ++ case $text_type in ++ echo -n ./05-build_abe-check_bootstrap_lto/console.log.xz + echo '- ./05-build_abe-check_bootstrap_lto/console.log.xz' + read -r cur_file ++ print_readme_link txt ./05-build_abe-check_bootstrap_lto/flaky.xfail artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./05-build_abe-check_bootstrap_lto/flaky.xfail ++ local home=artifacts ++ case $text_type in ++ echo -n ./05-build_abe-check_bootstrap_lto/flaky.xfail + echo '- ./05-build_abe-check_bootstrap_lto/flaky.xfail' + read -r cur_file ++ print_readme_link txt ./06-check_regression/baseline.xfail artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./06-check_regression/baseline.xfail ++ local home=artifacts ++ case $text_type in ++ echo -n ./06-check_regression/baseline.xfail + echo '- ./06-check_regression/baseline.xfail' + read -r cur_file ++ print_readme_link txt ./06-check_regression/console.log.xz artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./06-check_regression/console.log.xz ++ local home=artifacts ++ case $text_type in ++ echo -n ./06-check_regression/console.log.xz + echo '- ./06-check_regression/console.log.xz' + read -r cur_file ++ print_readme_link txt ./06-check_regression/extra-bisect-params artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./06-check_regression/extra-bisect-params ++ local home=artifacts ++ case $text_type in ++ echo -n ./06-check_regression/extra-bisect-params + echo '- ./06-check_regression/extra-bisect-params' + read -r cur_file ++ print_readme_link txt ./06-check_regression/fails.sum artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./06-check_regression/fails.sum ++ local home=artifacts ++ case $text_type in ++ echo -n ./06-check_regression/fails.sum + echo '- ./06-check_regression/fails.sum' + read -r cur_file ++ print_readme_link txt ./06-check_regression/flaky.xfail artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./06-check_regression/flaky.xfail ++ local home=artifacts ++ case $text_type in ++ echo -n ./06-check_regression/flaky.xfail + echo '- ./06-check_regression/flaky.xfail' + read -r cur_file ++ print_readme_link txt ./06-check_regression/results.regressions artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./06-check_regression/results.regressions ++ local home=artifacts ++ case $text_type in ++ echo -n ./06-check_regression/results.regressions + echo '- ./06-check_regression/results.regressions' + read -r cur_file ++ print_readme_link txt ./06-check_regression/trigger-bisect artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./06-check_regression/trigger-bisect ++ local home=artifacts ++ case $text_type in ++ echo -n ./06-check_regression/trigger-bisect + echo '- ./06-check_regression/trigger-bisect' + read -r cur_file ++ print_readme_link txt ./git/gcc_rev artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./git/gcc_rev ++ local home=artifacts ++ case $text_type in ++ echo -n ./git/gcc_rev + echo '- ./git/gcc_rev' + read -r cur_file ++ print_readme_link txt ./git/gcc_url artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./git/gcc_url ++ local home=artifacts ++ case $text_type in ++ echo -n ./git/gcc_url + echo '- ./git/gcc_url' + read -r cur_file ++ print_readme_link txt ./jenkins/build-name artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./jenkins/build-name ++ local home=artifacts ++ case $text_type in ++ echo -n ./jenkins/build-name + echo '- ./jenkins/build-name' + read -r cur_file ++ print_readme_link txt ./jenkins/notify-full.log artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./jenkins/notify-full.log ++ local home=artifacts ++ case $text_type in ++ echo -n ./jenkins/notify-full.log + echo '- ./jenkins/notify-full.log' + read -r cur_file ++ print_readme_link txt ./jenkins/notify-init.log artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./jenkins/notify-init.log ++ local home=artifacts ++ case $text_type in ++ echo -n ./jenkins/notify-init.log + echo '- ./jenkins/notify-init.log' + read -r cur_file ++ print_readme_link txt ./jenkins/rewrite.log artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./jenkins/rewrite.log ++ local home=artifacts ++ case $text_type in ++ echo -n ./jenkins/rewrite.log + echo '- ./jenkins/rewrite.log' + read -r cur_file ++ print_readme_link txt ./jenkins/run-build.env artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./jenkins/run-build.env ++ local home=artifacts ++ case $text_type in ++ echo -n ./jenkins/run-build.env + echo '- ./jenkins/run-build.env' + read -r cur_file ++ print_readme_link txt ./manifest.sh artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./manifest.sh ++ local home=artifacts ++ case $text_type in ++ echo -n ./manifest.sh + echo '- ./manifest.sh' + read -r cur_file ++ print_readme_link txt ./notify/configure-make.txt artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./notify/configure-make.txt ++ local home=artifacts ++ case $text_type in ++ echo -n ./notify/configure-make.txt + echo '- ./notify/configure-make.txt' + read -r cur_file ++ print_readme_link txt ./notify/jira/comment-card.txt artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./notify/jira/comment-card.txt ++ local home=artifacts ++ case $text_type in ++ echo -n ./notify/jira/comment-card.txt + echo '- ./notify/jira/comment-card.txt' + read -r cur_file ++ print_readme_link txt ./notify/jira/comment-template.txt artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./notify/jira/comment-template.txt ++ local home=artifacts ++ case $text_type in ++ echo -n ./notify/jira/comment-template.txt + echo '- ./notify/jira/comment-template.txt' + read -r cur_file ++ print_readme_link txt ./notify/jira/components artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./notify/jira/components ++ local home=artifacts ++ case $text_type in ++ echo -n ./notify/jira/components + echo '- ./notify/jira/components' + read -r cur_file ++ print_readme_link txt ./notify/jira/description artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./notify/jira/description ++ local home=artifacts ++ case $text_type in ++ echo -n ./notify/jira/description + echo '- ./notify/jira/description' + read -r cur_file ++ print_readme_link txt ./notify/jira/key artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./notify/jira/key ++ local home=artifacts ++ case $text_type in ++ echo -n ./notify/jira/key + echo '- ./notify/jira/key' + read -r cur_file ++ print_readme_link txt ./notify/jira/startdate artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./notify/jira/startdate ++ local home=artifacts ++ case $text_type in ++ echo -n ./notify/jira/startdate + echo '- ./notify/jira/startdate' + read -r cur_file ++ print_readme_link txt ./notify/jira/summary artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./notify/jira/summary ++ local home=artifacts ++ case $text_type in ++ echo -n ./notify/jira/summary + echo '- ./notify/jira/summary' + read -r cur_file ++ print_readme_link txt ./notify/jira/yaml artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./notify/jira/yaml ++ local home=artifacts ++ case $text_type in ++ echo -n ./notify/jira/yaml + echo '- ./notify/jira/yaml' + read -r cur_file ++ print_readme_link txt ./notify/mail-body.txt artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./notify/mail-body.txt ++ local home=artifacts ++ case $text_type in ++ echo -n ./notify/mail-body.txt + echo '- ./notify/mail-body.txt' + read -r cur_file ++ print_readme_link txt ./notify/mail-recipients.txt artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./notify/mail-recipients.txt ++ local home=artifacts ++ case $text_type in ++ echo -n ./notify/mail-recipients.txt + echo '- ./notify/mail-recipients.txt' + read -r cur_file ++ print_readme_link txt ./notify/mail-subject.txt artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./notify/mail-subject.txt ++ local home=artifacts ++ case $text_type in ++ echo -n ./notify/mail-subject.txt + echo '- ./notify/mail-subject.txt' + read -r cur_file ++ print_readme_link txt ./notify/regressions.sum artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./notify/regressions.sum ++ local home=artifacts ++ case $text_type in ++ echo -n ./notify/regressions.sum + echo '- ./notify/regressions.sum' + read -r cur_file ++ print_readme_link txt ./notify/results.compare.txt artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./notify/results.compare.txt ++ local home=artifacts ++ case $text_type in ++ echo -n ./notify/results.compare.txt + echo '- ./notify/results.compare.txt' + read -r cur_file ++ print_readme_link txt ./notify/results-summary.txt artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./notify/results-summary.txt ++ local home=artifacts ++ case $text_type in ++ echo -n ./notify/results-summary.txt + echo '- ./notify/results-summary.txt' + read -r cur_file ++ print_readme_link txt ./README.html artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./README.html ++ local home=artifacts ++ case $text_type in ++ echo -n ./README.html + echo '- ./README.html' + read -r cur_file ++ print_readme_link txt ./README.txt artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./README.txt ++ local home=artifacts ++ case $text_type in ++ echo -n ./README.txt + echo '- ./README.txt' + read -r cur_file ++ print_readme_link txt ./results artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./results ++ local home=artifacts ++ case $text_type in ++ echo -n ./results + echo '- ./results' + read -r cur_file ++ print_readme_link txt ./rr_stage.txt artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./rr_stage.txt ++ local home=artifacts ++ case $text_type in ++ echo -n ./rr_stage.txt + echo '- ./rr_stage.txt' + read -r cur_file ++ print_readme_link txt ./sumfiles/gcc.sum artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./sumfiles/gcc.sum ++ local home=artifacts ++ case $text_type in ++ echo -n ./sumfiles/gcc.sum + echo '- ./sumfiles/gcc.sum' + read -r cur_file ++ print_readme_link txt ./sumfiles/gfortran.sum artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./sumfiles/gfortran.sum ++ local home=artifacts ++ case $text_type in ++ echo -n ./sumfiles/gfortran.sum + echo '- ./sumfiles/gfortran.sum' + read -r cur_file ++ print_readme_link txt ./sumfiles/g++.sum artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./sumfiles/g++.sum ++ local home=artifacts ++ case $text_type in ++ echo -n ./sumfiles/g++.sum + echo '- ./sumfiles/g++.sum' + read -r cur_file ++ print_readme_link txt ./sumfiles/libatomic.sum artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./sumfiles/libatomic.sum ++ local home=artifacts ++ case $text_type in ++ echo -n ./sumfiles/libatomic.sum + echo '- ./sumfiles/libatomic.sum' + read -r cur_file ++ print_readme_link txt ./sumfiles/libgomp.sum artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./sumfiles/libgomp.sum ++ local home=artifacts ++ case $text_type in ++ echo -n ./sumfiles/libgomp.sum + echo '- ./sumfiles/libgomp.sum' + read -r cur_file ++ print_readme_link txt ./sumfiles/libitm.sum artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./sumfiles/libitm.sum ++ local home=artifacts ++ case $text_type in ++ echo -n ./sumfiles/libitm.sum + echo '- ./sumfiles/libitm.sum' + read -r cur_file ++ print_readme_link txt ./sumfiles/libstdc++.sum artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./sumfiles/libstdc++.sum ++ local home=artifacts ++ case $text_type in ++ echo -n ./sumfiles/libstdc++.sum + echo '- ./sumfiles/libstdc++.sum' + read -r cur_file ++ print_readme_link txt ./sumfiles/objc.sum artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./sumfiles/objc.sum ++ local home=artifacts ++ case $text_type in ++ echo -n ./sumfiles/objc.sum + echo '- ./sumfiles/objc.sum' + read -r cur_file ++ print_readme_link txt ./sumfiles/xfails.xfail artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./sumfiles/xfails.xfail ++ local home=artifacts ++ case $text_type in ++ echo -n ./sumfiles/xfails.xfail + echo '- ./sumfiles/xfails.xfail' + read -r cur_file ++ print_readme_link txt ./testresults/testresults-mail-body.txt artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./testresults/testresults-mail-body.txt ++ local home=artifacts ++ case $text_type in ++ echo -n ./testresults/testresults-mail-body.txt + echo '- ./testresults/testresults-mail-body.txt' + read -r cur_file ++ print_readme_link txt ./testresults/testresults-mail-recipients.txt artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./testresults/testresults-mail-recipients.txt ++ local home=artifacts ++ case $text_type in ++ echo -n ./testresults/testresults-mail-recipients.txt + echo '- ./testresults/testresults-mail-recipients.txt' + read -r cur_file ++ print_readme_link txt ./testresults/testresults-mail-subject.txt artifacts ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./testresults/testresults-mail-subject.txt ++ local home=artifacts ++ case $text_type in ++ echo -n ./testresults/testresults-mail-subject.txt + echo '- ./testresults/testresults-mail-subject.txt' + read -r cur_file + cat + print_readme_footer txt + set -euf -o pipefail + local text_type=txt + case $text_type in # generate dashboard # generate_dashboard_squad ... Skipping # post_dashboard_squad ... Skipping + echo '# generate dashboard' + generate_dashboard_squad + local results_date + echo '# generate_dashboard_squad' + false + echo '... Skipping' + return + post_dashboard_squad + echo '# post_dashboard_squad' + false + echo '... Skipping' + return + generate_lnt_report + wait 3009872 + set -euf -o pipefail + local results_date + echo '# generate_lnt_report' # generate_lnt_report + true + . /home/tcwg-buildslave/workspace/tcwg_gnu_5/jenkins-scripts/rr/../lnt-utils.sh ++ declare is_first_lnt_entry ++ get_current_manifest '{rr[results_date]}' ++ get_manifest artifacts/manifest.sh '{rr[results_date]}' ++ set +x + results_date=1726127425 ++ date '+%Y-%m-%d %H:%M:%S' --date @1726127425 + results_date='2024-09-12 07:50:25' + local jira_key=- + '[' -f artifacts/notify/jira/key ']' ++ cat artifacts/notify/jira/key + jira_key=GNU-1342 + 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_bootstrap_check--master-arm-check_bootstrap_lto-build/868/ tcwg_bootstrap_check master-arm-check_bootstrap_lto '2024-09-12 07:50:25' GNU-1342 artifacts/notify/results-summary.txt artifacts/sumfiles artifacts/notify/lnt_report.json + local build_url=https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/868/ + local ci_project=tcwg_bootstrap_check + local ci_config=master-arm-check_bootstrap_lto + local 'results_date=2024-09-12 07:50:25' + local jira_key=GNU-1342 + local results_summary=artifacts/notify/results-summary.txt + local sumfiles_dir=artifacts/sumfiles + local output_file=artifacts/notify/lnt_report.json + '[' -f artifacts/notify/results-summary.txt ']' + local lnt_testsuite=tcwg_bootstrap_check + local machine_name=master-arm-check_bootstrap_lto + local build_number ++ basename https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/868/ + build_number=868 + additional_run_infos=("tag:$lnt_testsuite" "test_url:$build_url") + additional_run_infos+=("run_order:$(printf "%04d" "$build_number") ($(get_describe_pad))") ++ printf %04d 868 ++ get_describe_pad ++ local nb_changed_components=0 describe_pad= +++ get_current_manifest '{rr[components]}' +++ get_manifest artifacts/manifest.sh '{rr[components]}' +++ set +x ++ for c in $(get_current_manifest "{rr[components]}") ++ local base_rev= cur_rev +++ get_current_manifest '{rr[update_baseline]}' +++ get_manifest artifacts/manifest.sh '{rr[update_baseline]}' +++ set +x ++ '[' force = init ']' +++ get_baseline_git gcc_rev +++ set -euf -o pipefail +++ local base_artifacts=base-artifacts +++ '[' -f base-artifacts/git/gcc_rev ']' +++ cat base-artifacts/git/gcc_rev ++ base_rev=9a94c8ffdc8b554a2d95e0101e96830efee58add +++ 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=c5009eb887910271ea35a857aa68941c7227b9c7 ++ '[' 9a94c8ffdc8b554a2d95e0101e96830efee58add '!=' c5009eb887910271ea35a857aa68941c7227b9c7 ']' ++ nb_changed_components=1 ++ '[' 1 = 1 ']' +++ describe_sha1 gcc c5009eb887910271ea35a857aa68941c7227b9c7 false +++ local component=gcc +++ local sha1=c5009eb887910271ea35a857aa68941c7227b9c7 +++ local anything=false +++ match=() +++ local -a match +++ case "$component" in +++ match=(--match "basepoints/*" --match "releases/*") +++ git -C gcc describe --match 'basepoints/*' --match 'releases/*' c5009eb887910271ea35a857aa68941c7227b9c7 ++ describe=basepoints/gcc-15-3608-gc5009eb88791 +++ echo basepoints/gcc-15-3608-gc5009eb88791 +++ sed 's/\(.*\)-\(.*\)-\(.*\)$/\1 \2 \3/' +++ awk '{ $2 = sprintf("%05d", $2); print $1"-"$2"-"$3}' ++ describe_pad=basepoints/gcc-15-03608-gc5009eb88791 ++ '[' 1 = 0 ']' ++ echo basepoints/gcc-15-03608-gc5009eb88791 + '[' GNU-1342 '!=' - ']' + additional_run_infos+=("regression:https://linaro.atlassian.net/browse/$jira_key") ++ get_current_manifest '{rr[components]}' ++ get_manifest artifacts/manifest.sh '{rr[components]}' ++ set +x + for c in $(get_current_manifest "{rr[components]}") + additional_run_infos+=("git_${c}:$(get_current_component_url $c) $(get_component_changes)") ++ get_current_component_url gcc ++ c=gcc ++ local url +++ get_current_git gcc_url +++ set -euf -o pipefail +++ assert_with_msg 'ERROR: No gcc_url in current git' '[' -f artifacts/git/gcc_url ']' +++ set -euf -o pipefail +x +++ cat artifacts/git/gcc_url ++ url=https://github.com/gcc-mirror/gcc.git +++ 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 ++ rev=c5009eb887910271ea35a857aa68941c7227b9c7 ++ [[ https://github.com/gcc-mirror/gcc.git =~ git://sourceware.org/git/ ]] ++ [[ https://github.com/gcc-mirror/gcc.git =~ https://github.com/ ]] ++ echo https://github.com/gcc-mirror/gcc/commit/c5009eb887910271ea35a857aa68941c7227b9c7 ++ get_component_changes ++ local base_rev cur_rev +++ get_current_manifest '{rr[update_baseline]}' +++ get_manifest artifacts/manifest.sh '{rr[update_baseline]}' +++ set +x ++ '[' xforce '!=' xinit ']' +++ get_baseline_git gcc_rev +++ set -euf -o pipefail +++ local base_artifacts=base-artifacts +++ '[' -f base-artifacts/git/gcc_rev ']' +++ cat base-artifacts/git/gcc_rev ++ base_rev=9a94c8ffdc8b554a2d95e0101e96830efee58add +++ 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=c5009eb887910271ea35a857aa68941c7227b9c7 ++ '[' 9a94c8ffdc8b554a2d95e0101e96830efee58add = c5009eb887910271ea35a857aa68941c7227b9c7 ']' +++ git -C gcc rev-list --count 9a94c8ffdc8b554a2d95e0101e96830efee58add..c5009eb887910271ea35a857aa68941c7227b9c7 ++ echo '(+ 1 commits)' + report_header master-arm-check_bootstrap_lto '2024-09-12 07:50:25' tag:tcwg_bootstrap_check test_url:https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/868/ 'run_order:0868 (basepoints/gcc-15-03608-gc5009eb88791)' regression:https://linaro.atlassian.net/browse/GNU-1342 'git_gcc:https://github.com/gcc-mirror/gcc/commit/c5009eb887910271ea35a857aa68941c7227b9c7 (+ 1 commits)' + local machine_name=master-arm-check_bootstrap_lto + local 'date_time=2024-09-12 07:50:25' + shift 2 + run_infos=('tag:tcwg_bootstrap_check' 'test_url:https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/868/' 'run_order:0868 (basepoints/gcc-15-03608-gc5009eb88791)' 'regression:https://linaro.atlassian.net/browse/GNU-1342' 'git_gcc:https://github.com/gcc-mirror/gcc/commit/c5009eb887910271ea35a857aa68941c7227b9c7 (+ 1 commits)') + local run_infos + declare -g is_first_lnt_entry + cat + for i in "${run_infos[@]}" ++ echo tag:tcwg_bootstrap_check ++ cut -d: -f1 + tag=tag ++ echo tag:tcwg_bootstrap_check ++ cut -d: -f2- + val=tcwg_bootstrap_check + echo ' "tag": "tcwg_bootstrap_check",' + for i in "${run_infos[@]}" ++ echo test_url:https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/868/ ++ cut -d: -f1 + tag=test_url ++ echo test_url:https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/868/ ++ cut -d: -f2- + val=https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/868/ + echo ' "test_url": "https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/868/",' + for i in "${run_infos[@]}" ++ echo run_order:0868 '(basepoints/gcc-15-03608-gc5009eb88791)' ++ cut -d: -f1 + tag=run_order ++ echo run_order:0868 '(basepoints/gcc-15-03608-gc5009eb88791)' ++ cut -d: -f2- + val='0868 (basepoints/gcc-15-03608-gc5009eb88791)' + echo ' "run_order": "0868 (basepoints/gcc-15-03608-gc5009eb88791)",' + for i in "${run_infos[@]}" ++ echo regression:https://linaro.atlassian.net/browse/GNU-1342 ++ cut -d: -f1 + tag=regression ++ echo regression:https://linaro.atlassian.net/browse/GNU-1342 ++ cut -d: -f2- + val=https://linaro.atlassian.net/browse/GNU-1342 + echo ' "regression": "https://linaro.atlassian.net/browse/GNU-1342",' + for i in "${run_infos[@]}" ++ echo git_gcc:https://github.com/gcc-mirror/gcc/commit/c5009eb887910271ea35a857aa68941c7227b9c7 '(+' 1 'commits)' ++ cut -d: -f1 + tag=git_gcc ++ echo git_gcc:https://github.com/gcc-mirror/gcc/commit/c5009eb887910271ea35a857aa68941c7227b9c7 '(+' 1 'commits)' ++ cut -d: -f2- + val='https://github.com/gcc-mirror/gcc/commit/c5009eb887910271ea35a857aa68941c7227b9c7 (+ 1 commits)' + echo ' "git_gcc": "https://github.com/gcc-mirror/gcc/commit/c5009eb887910271ea35a857aa68941c7227b9c7 (+ 1 commits)",' + cat + is_first_lnt_entry=true + local field_name field_value + for field in fails flaky all ++ grep '^# of.* fails' artifacts/notify/results-summary.txt ++ sed -e 's/[^0-9]*//' + field_value=276 + field_name=TOTAL.fails.nb_fails + report_test_entry tcwg_bootstrap_check.TOTAL.fails.nb_fails 276 + local name=tcwg_bootstrap_check.TOTAL.fails.nb_fails + local value=276 + declare -g is_first_lnt_entry + true + cat + is_first_lnt_entry=false + for field in fails flaky all ++ grep '^# of.* flaky' artifacts/notify/results-summary.txt ++ sed -e 's/[^0-9]*//' + field_value=102 + field_name=TOTAL.flaky.nb_flaky + report_test_entry tcwg_bootstrap_check.TOTAL.flaky.nb_flaky 102 + local name=tcwg_bootstrap_check.TOTAL.flaky.nb_flaky + local value=102 + declare -g is_first_lnt_entry + false + echo ' ,' + cat + is_first_lnt_entry=false + for field in fails flaky all ++ grep '^# of.* all' artifacts/notify/results-summary.txt ++ sed -e 's/[^0-9]*//' + field_value=555247 + field_name=TOTAL.all.nb_all + report_test_entry tcwg_bootstrap_check.TOTAL.all.nb_all 555247 + local name=tcwg_bootstrap_check.TOTAL.all.nb_all + local value=555247 + declare -g is_first_lnt_entry + false + echo ' ,' + cat + is_first_lnt_entry=false + local -a sumfiles + readarray -t -d '' sumfiles ++ find artifacts/sumfiles -name '*.sum' -print0 + set +x # release_gcc_testresults_files + false + true + release_gcc_testresults_files + echo '# release_gcc_testresults_files' + '[' -d artifacts/jenkins ']' + '[' -f artifacts/testresults/testresults-mail-body.txt ']' ++ get_baseline_manifest '{rr[gcc_testresults_date]}' ++ get_manifest base-artifacts/manifest.sh '{rr[gcc_testresults_date]}' false ++ set +x + base_d=1726153666 ++ get_current_component_date gcc ++ set -euf -o pipefail ++ local rev +++ get_component_rev gcc +++ false +++ 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 ++ rev=c5009eb887910271ea35a857aa68941c7227b9c7 ++ assert_with_msg 'ERROR: No gcc in current git' '[' xc5009eb887910271ea35a857aa68941c7227b9c7 '!=' x ']' ++ set -euf -o pipefail +x ++ git -C gcc show --no-patch --pretty=%ct c5009eb887910271ea35a857aa68941c7227b9c7 + cur_d=1726154978 + '[' x1726154978 = x ']' + '[' x1726153666 = x ']' + '[' 1312 -ge 86400 ']' + cat + manifest_out + cat ... Done + echo '... Done' + post_to_jira + set -euf -o pipefail + echo '# post_to_jira' # post_to_jira + local post_card_comment=true + local post_template_comment=true + true + '[' -f artifacts/notify/jira/yaml ']' + local key status ++ print_jira_card_key ++ set -euf -o pipefail ++ local jira_dir +++ interesting_subdir gcc c5009eb887910271ea35a857aa68941c7227b9c7 +++ local dir=gcc/sha1 +++ '[' 2 -ge 2 ']' +++ dir=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 +++ '[' 2 -ge 3 ']' +++ '[' 2 -ge 4 ']' +++ echo gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 ++ jira_dir=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7 ++ jira_dir=gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/jira ++ '[' -f interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/jira/key ']' ++ cat interesting-commits/gcc/sha1/c5009eb887910271ea35a857aa68941c7227b9c7/jira/key + key=GNU-1342 ++ jipsearch -j key=GNU-1342 -s status:name ++ sed -e 's/.* , //' + status=Open + case "$status" in + jipcreate -f artifacts/notify/jira/yaml Existing issue updated: https://linaro.atlassian.net/browse/GNU-1342 + local card_parent template template_parent ++ jipsearch -j key=GNU-1342 -s parent:key ++ sed -e 's/.* , //' + card_parent=GNU-1236 ++ print_jira_template_card ++ local jira_card=GNU-692 ++ case "$ci_project/$ci_config:$changed_single_component" in ++ echo GNU-692 + template=GNU-692 ++ jipsearch -j key=GNU-692 -s parent:key ++ sed -e 's/.* , //' + template_parent=GNU-1236 + '[' GNU-1236 = GNU-1236 ']' + post_template_comment=false + true + '[' -f artifacts/notify/jira/comment-card.txt ']' + echo y + jipdate -f artifacts/notify/jira/comment-card.txt These JIRA cards will be updated as follows: [GNU-1342] FAIL: 4 regressions Details: https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/868/artifact/artifacts/notify/mail-body.txt/*view*/ Server to update: https://linaro.atlassian.net Are you sure you want to update Jira with the information above? [y/n] Successfully updated your Jira tickets! This is your status: --- [GNU-1342] FAIL: 4 regressions Details: https://ci.linaro.org/job/tcwg_bootstrap_check--master-arm-check_bootstrap_lto-build/868/artifact/artifacts/notify/mail-body.txt/*view*/ + false Full stage ran successfully. + echo 'Full stage ran successfully.'