+ set +x /home/tcwg-buildslave/workspace/tcwg_aosp_0/jenkins-scripts/round-robin-notify.sh @@rr[top_artifacts] artifacts __stage full __verbose true __build_script tcwg_aosp-build.sh + false + dryrun= + declare top_artifacts ci_project ci_config + 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_aosp-code_size-aosp ++ get_current_manifest '{rr[ci_config]}' ++ get_manifest artifacts/manifest.sh '{rr[ci_config]}' ++ set +x # Debug traces : + ci_config=oriole-master + 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_aosp-code_size-aosp--oriole-master-build/545/ # Using dir : base-artifacts + echo '# Baseline : https://ci.linaro.org/job/tcwg_aosp-code_size-aosp--oriole-master-build/545/' + 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_aosp-code_size-aosp--oriole-master-build/546/ # Using dir : artifacts + echo '# Artifacts : https://ci.linaro.org/job/tcwg_aosp-code_size-aosp--oriole-master-build/546/' + echo '# Using dir : artifacts' + echo '' + mkdir -p artifacts/notify # check_source_changes + case "$notify" in + declare -Ag pw + '[' onregression = precommit ']' + 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]} +++ '[' xbaseline '!=' xbaseline ']' +++ for c in ${rr[components]} +++ '[' xhttps://github.com/llvm/llvm-project.git#cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 '!=' xbaseline ']' +++ echo -ne llvm +++ delim=' ' +++ for c in ${rr[components]} +++ '[' xbaseline '!=' xbaseline ']' +++ echo ++ for c in $(print_updated_components) +++ get_current_git llvm_rev +++ set -euf -o pipefail +++ assert_with_msg 'ERROR: No llvm_rev in current git' '[' -f artifacts/git/llvm_rev ']' +++ set -euf -o pipefail +x +++ cat artifacts/git/llvm_rev +++ get_baseline_git llvm_rev +++ set -euf -o pipefail +++ local base_artifacts=base-artifacts +++ assert_with_msg 'ERROR: No llvm_rev in baseline git' '[' -f base-artifacts/git/llvm_rev ']' +++ set -euf -o pipefail +x +++ cat base-artifacts/git/llvm_rev ++ '[' xcc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 '!=' x99d4c722e30816aca6698e20345bffab953d9d79 ']' ++ echo -ne llvm ++ delim=' ' ++ echo + local c base_rev cur_rev c_commits + '[' 1 = 0 ']' + '[' 1 = 1 ']' + changed_single_component=llvm ++ get_current_git llvm_rev ++ set -euf -o pipefail ++ assert_with_msg 'ERROR: No llvm_rev in current git' '[' -f artifacts/git/llvm_rev ']' ++ set -euf -o pipefail +x ++ cat artifacts/git/llvm_rev + first_bad=cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 ++ get_baseline_git llvm_rev ++ set -euf -o pipefail ++ local base_artifacts=base-artifacts ++ assert_with_msg 'ERROR: No llvm_rev in baseline git' '[' -f base-artifacts/git/llvm_rev ']' ++ set -euf -o pipefail +x ++ cat base-artifacts/git/llvm_rev + last_good=99d4c722e30816aca6698e20345bffab953d9d79 + local res + res=0 + wait 17802 + git -C llvm rev-parse --verify HEAD + assert_with_msg 'Cannot parse HEAD in repo llvm' '[' 0 = 0 ']' + set -euf -o pipefail +x + single_commit_p llvm + set -euf -o pipefail + local c=llvm + local base_rev cur_rev sha1 ++ get_baseline_git llvm_rev ++ set -euf -o pipefail ++ local base_artifacts=base-artifacts ++ assert_with_msg 'ERROR: No llvm_rev in baseline git' '[' -f base-artifacts/git/llvm_rev ']' ++ set -euf -o pipefail +x ++ cat base-artifacts/git/llvm_rev + base_rev=99d4c722e30816aca6698e20345bffab953d9d79 ++ get_current_git llvm_rev ++ set -euf -o pipefail ++ assert_with_msg 'ERROR: No llvm_rev in current git' '[' -f artifacts/git/llvm_rev ']' ++ set -euf -o pipefail +x ++ cat artifacts/git/llvm_rev + cur_rev=cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 ++ git -C llvm rev-parse 'cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7^@' + for sha1 in $(git -C "$c" rev-parse "$cur_rev^@") + '[' 99d4c722e30816aca6698e20345bffab953d9d79 = 99d4c722e30816aca6698e20345bffab953d9d79 ']' + return 0 # Debug traces : # change_kind=single_commit : llvm + change_kind=single_commit + echo '# Debug traces :' + echo '# change_kind=single_commit : llvm' + for c in "${changed_components[@]}" ++ get_baseline_git llvm_rev ++ set -euf -o pipefail ++ local base_artifacts=base-artifacts ++ assert_with_msg 'ERROR: No llvm_rev in baseline git' '[' -f base-artifacts/git/llvm_rev ']' ++ set -euf -o pipefail +x ++ cat base-artifacts/git/llvm_rev + base_rev=99d4c722e30816aca6698e20345bffab953d9d79 ++ get_current_git llvm_rev ++ set -euf -o pipefail ++ assert_with_msg 'ERROR: No llvm_rev in current git' '[' -f artifacts/git/llvm_rev ']' ++ set -euf -o pipefail +x ++ cat artifacts/git/llvm_rev + cur_rev=cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 ++ git -C llvm rev-list --count 99d4c722e30816aca6698e20345bffab953d9d79..cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 # rev for llvm : 99d4c722e30816aca6698e20345bffab953d9d79..cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 (1 commits) + c_commits=1 + echo '# rev for llvm : 99d4c722e30816aca6698e20345bffab953d9d79..cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 (1 commits)' + echo '' + setup_stages_to_run + '[' onregression = onregression ']' + '[' 1 = 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 + post_interesting_commits init # post_interesting_commits + set -euf -o pipefail + 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 ']' + 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 timeout 1h git -C interesting-commits fetch -q origin +refs/heads/master:refs/remotes/origin/master --prune + 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 + ret=0 + wait 17882 + 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=68380a975 ++ '[' 0 -ne 0 ']' ++ echo 68380a975 + sha1=68380a975 + git -C interesting-commits checkout --detach 68380a975 HEAD is now at 68380a975 Add entry cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 from https://ci.linaro.org/job/tcwg_aosp-code_size-aosp--oriole-master-build/546/ + true + local jira_dir jira_key= ++ interesting_subdir llvm cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 ++ local dir=llvm/sha1 ++ '[' 2 -ge 2 ']' ++ dir=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 ++ '[' 2 -ge 3 ']' ++ '[' 2 -ge 4 ']' ++ echo llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 + jira_dir=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 + jira_dir=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/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 subdir4 ++ interesting_subdir llvm cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 ++ local dir=llvm/sha1 ++ '[' 2 -ge 2 ']' ++ dir=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 ++ '[' 2 -ge 3 ']' ++ '[' 2 -ge 4 ']' ++ echo llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 + subdir3=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 ++ interesting_subdir llvm cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 tcwg_aosp-code_size-aosp ++ local dir=llvm/sha1 ++ '[' 3 -ge 2 ']' ++ dir=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 ++ '[' 3 -ge 3 ']' ++ dir=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp ++ '[' 3 -ge 4 ']' ++ echo llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp + subdir4=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp ++ interesting_subdir llvm cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 tcwg_aosp-code_size-aosp oriole-master ++ local dir=llvm/sha1 ++ '[' 4 -ge 2 ']' ++ dir=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 ++ '[' 4 -ge 3 ']' ++ dir=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp ++ '[' 4 -ge 4 ']' ++ dir=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/oriole-master ++ echo llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/oriole-master + subdir5=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/oriole-master + '[' -d interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 ']' + mkdir -p interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/oriole-master ++ get_current_manifest BUILD_URL ++ get_manifest artifacts/manifest.sh BUILD_URL ++ set +x + echo https://ci.linaro.org/job/tcwg_aosp-code_size-aosp--oriole-master-build/546/artifact/artifacts + echo 99d4c722e30816aca6698e20345bffab953d9d79 + git -C interesting-commits add llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/oriole-master/build_url llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/oriole-master/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 cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 from https://ci.linaro.org/job/tcwg_aosp-code_size-aosp--oriole-master-build/546/' HEAD detached from ba6af1cbc nothing to commit, working tree clean + break + '[' full '!=' full ']' + generate_extra_details + 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]}") ++ get_baseline_component_date aosp_superproject ++ set -euf -o pipefail ++ local base_artifacts=base-artifacts ++ assert_with_msg 'ERROR: No aosp_superproject in current git' '[' -f base-artifacts/git/aosp_superproject_rev ']' ++ set -euf -o pipefail +x +++ cat base-artifacts/git/aosp_superproject_rev ++ git -C aosp_superproject show --no-patch --pretty=%ct dd7fe3fedd9446067b06d31fdf6c191760405e6d + base_d=1703457794 ++ get_current_component_date aosp_superproject ++ set -euf -o pipefail ++ assert_with_msg 'ERROR: No aosp_superproject in current git' '[' -f artifacts/git/aosp_superproject_rev ']' ++ set -euf -o pipefail +x +++ cat artifacts/git/aosp_superproject_rev ++ git -C aosp_superproject show --no-patch --pretty=%ct dd7fe3fedd9446067b06d31fdf6c191760405e6d + cur_d=1703457794 + '[' x1703457794 '!=' x ']' + '[' x1703457794 = x ']' + '[' 1703457794 -lt 1703457794 ']' + '[' x1703457794 = x ']' + '[' 1703457794 -gt 0 ']' + results_date=1703457794 + for c in $(get_current_manifest "{rr[components]}") ++ get_baseline_component_date llvm ++ set -euf -o pipefail ++ local base_artifacts=base-artifacts ++ assert_with_msg 'ERROR: No llvm in current git' '[' -f base-artifacts/git/llvm_rev ']' ++ set -euf -o pipefail +x +++ cat base-artifacts/git/llvm_rev ++ git -C llvm show --no-patch --pretty=%ct 99d4c722e30816aca6698e20345bffab953d9d79 + base_d=1681988304 ++ get_current_component_date llvm ++ set -euf -o pipefail ++ assert_with_msg 'ERROR: No llvm in current git' '[' -f artifacts/git/llvm_rev ']' ++ set -euf -o pipefail +x +++ cat artifacts/git/llvm_rev ++ git -C llvm show --no-patch --pretty=%ct cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 + cur_d=1681988782 + '[' x1681988304 '!=' x ']' + '[' x1681988782 = x ']' + '[' 1681988782 -lt 1681988304 ']' + '[' x1681988782 = x ']' + '[' 1681988782 -gt 1703457794 ']' + for c in $(get_current_manifest "{rr[components]}") ++ get_baseline_component_date toolchain_superproject ++ set -euf -o pipefail ++ local base_artifacts=base-artifacts ++ assert_with_msg 'ERROR: No toolchain_superproject in current git' '[' -f base-artifacts/git/toolchain_superproject_rev ']' ++ set -euf -o pipefail +x +++ cat base-artifacts/git/toolchain_superproject_rev ++ git -C toolchain_superproject show --no-patch --pretty=%ct 74660f69ab62be4678e5ba1fff43136743d8de91 + base_d=1702979957 ++ get_current_component_date toolchain_superproject ++ set -euf -o pipefail ++ assert_with_msg 'ERROR: No toolchain_superproject in current git' '[' -f artifacts/git/toolchain_superproject_rev ']' ++ set -euf -o pipefail +x +++ cat artifacts/git/toolchain_superproject_rev ++ git -C toolchain_superproject show --no-patch --pretty=%ct 74660f69ab62be4678e5ba1fff43136743d8de91 + cur_d=1702979957 + '[' x1702979957 '!=' x ']' + '[' x1702979957 = x ']' + '[' 1702979957 -lt 1702979957 ']' + '[' x1702979957 = x ']' + '[' 1702979957 -gt 1703457794 ']' + assert_with_msg 'Failed to produce results_date' '[' 1703457794 -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=1703270251 + '[' 1703270251 '!=' '' ']' + '[' 1703457794 -gt 1703270251 ']' + results_date=1703364022 + rr[results_date]=1703364022 + 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 llvm cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 ++ local dir=llvm/sha1 ++ '[' 2 -ge 2 ']' ++ dir=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 ++ '[' 2 -ge 3 ']' ++ '[' 2 -ge 4 ']' ++ echo llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 + isubdir=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 + '[' -f interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/first_url ']' + local first_url ++ cat interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/first_url + first_url=https://ci.linaro.org/job/tcwg_aosp-code_size-aosp--oriole-master-build/546/ ++ get_current_manifest BUILD_URL ++ get_manifest artifacts/manifest.sh BUILD_URL ++ set +x + '[' https://ci.linaro.org/job/tcwg_aosp-code_size-aosp--oriole-master-build/546/ = https://ci.linaro.org/job/tcwg_aosp-code_size-aosp--oriole-master-build/546/ ']' + first_icommit_to_report=true + 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 ']' + 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 + 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 32357 + 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=68380a975 ++ '[' 0 -ne 0 ']' ++ echo 68380a975 + sha1=68380a975 + git -C interesting-commits checkout --detach 68380a975 HEAD is now at 68380a975 Add entry cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 from https://ci.linaro.org/job/tcwg_aosp-code_size-aosp--oriole-master-build/546/ + true + local jira_dir jira_key= ++ interesting_subdir llvm cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 ++ local dir=llvm/sha1 ++ '[' 2 -ge 2 ']' ++ dir=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 ++ '[' 2 -ge 3 ']' ++ '[' 2 -ge 4 ']' ++ echo llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 + jira_dir=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 + jira_dir=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/jira + '[' full = full ']' + true + true + '[' '' = '' ']' + '[' -f interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/jira/key ']' ++ create_jira_card ++ set -euf -o pipefail ++ local template project parent assignee yaml +++ print_jira_template_card +++ local jira_card=GNU-692 +++ case "$ci_project/$ci_config:$changed_single_component" in +++ jira_card=LLVM-1014 +++ echo LLVM-1014 ++ template=LLVM-1014 ++ project=LLVM +++ jipsearch -j key=LLVM-1014 -s parent:key +++ sed -e 's/.* , //' ++ parent=LLVM-898 +++ jipsearch -j key=LLVM-1014 -s assignee:emailAddress +++ sed -e 's/.* , //' ++ assignee=antoine.moynault@linaro.org ++ '[' antoine.moynault@linaro.org = '' ']' +++ mktemp ++ yaml=/tmp/tmp.Zkuj7R3F6z ++ trap 'rm /tmp/tmp.Zkuj7R3F6z' EXIT ++ cat ++ local key +++ jipcreate -f /tmp/tmp.Zkuj7R3F6z +++ sed -e 's#.*/##' ++ key=LLVM-1071 ++ echo LLVM-1071 +++ rm /tmp/tmp.Zkuj7R3F6z + jira_key=LLVM-1071 + 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 LLVM-1071 + echo '# update_interesting_commits' + local stage=full + local jira_key=LLVM-1071 + local subdir3 subdir4 subdir4 ++ interesting_subdir llvm cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 ++ local dir=llvm/sha1 ++ '[' 2 -ge 2 ']' ++ dir=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 ++ '[' 2 -ge 3 ']' ++ '[' 2 -ge 4 ']' ++ echo llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 + subdir3=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 ++ interesting_subdir llvm cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 tcwg_aosp-code_size-aosp ++ local dir=llvm/sha1 ++ '[' 3 -ge 2 ']' ++ dir=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 ++ '[' 3 -ge 3 ']' ++ dir=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp ++ '[' 3 -ge 4 ']' ++ echo llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp + subdir4=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp ++ interesting_subdir llvm cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 tcwg_aosp-code_size-aosp oriole-master ++ local dir=llvm/sha1 ++ '[' 4 -ge 2 ']' ++ dir=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 ++ '[' 4 -ge 3 ']' ++ dir=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp ++ '[' 4 -ge 4 ']' ++ dir=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/oriole-master ++ echo llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/oriole-master + subdir5=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/oriole-master + '[' -d interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 ']' + mkdir -p interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/oriole-master ++ get_current_manifest BUILD_URL ++ get_manifest artifacts/manifest.sh BUILD_URL ++ set +x + echo https://ci.linaro.org/job/tcwg_aosp-code_size-aosp--oriole-master-build/546/artifact/artifacts + echo 99d4c722e30816aca6698e20345bffab953d9d79 + git -C interesting-commits add llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/oriole-master/build_url llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/oriole-master/last_good + '[' full '!=' full ']' + print_result --oneline + false + local print_arg=--oneline + case "$print_arg" in + '[' 1 = 0 ']' + echo Failure + merge_status_summary interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp + set -euf -o pipefail + local subdir=interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp + local cur_file cur best= best_file + read -r cur_file ++ find interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp -mindepth 2 -maxdepth 2 -name status-summary.txt ++ sort ++ sed -e 's/.* \([0-9]\+\)[ %].*/\1/' interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/oriole-master/status-summary.txt + cur=Failure + '[' Failure -le '' ']' /home/tcwg-buildslave/workspace/tcwg_aosp_0/jenkins-scripts/round-robin-notify.sh: line 1057: [: Failure: integer expression expected + best=Failure + best_file=interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/oriole-master/status-summary.txt + read -r cur_file + cat interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/oriole-master/status-summary.txt + merge_status_summary interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 + set -euf -o pipefail + local subdir=interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 + local cur_file cur best= best_file + read -r cur_file ++ find interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 -mindepth 2 -maxdepth 2 -name status-summary.txt ++ sort ++ sed -e 's/.* \([0-9]\+\)[ %].*/\1/' interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/status-summary.txt + cur=Failure + '[' Failure -le '' ']' /home/tcwg-buildslave/workspace/tcwg_aosp_0/jenkins-scripts/round-robin-notify.sh: line 1057: [: Failure: integer expression expected + best=Failure + best_file=interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/status-summary.txt + read -r cur_file + cat interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/status-summary.txt + git -C interesting-commits add llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/oriole-master/status-summary.txt llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/status-summary.txt llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/status-summary.txt + print_result --long + false + local print_arg=--long + case "$print_arg" in + echo 'Results changed to' ++ cat artifacts/results + echo '# reset_artifacts: -10 # build_aosp_toolchain: -3 # build_shadow_llvm: -2 # build_aosp: -1 # shadow build has no errors 0 # shadow.size present 1 # 1,out/soong/.intermediates/system/core/libutils/libutils/android_recovery_arm64_armv8-2a_cortex-a55_shared/e560d7b19ebf7276b3e850d3d346dec8/unstripped/libutils.so increased in size by 1% from 116186 to 116774' + echo '' + echo From ++ cat base-artifacts/results + echo '# reset_artifacts: -10 # build_aosp_toolchain: -3 # build_shadow_llvm: -2 # build_aosp: -1 # shadow build has no errors 0 # shadow.size present 1' + cat interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/oriole-master/status-summary.txt + sed 's/^/* /' + print_icommits_link llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/oriole-master/details.txt + set -euf -o pipefail + local path=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/oriole-master/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/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/oriole-master/details.txt + cat interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/oriole-master/build_url + git -C interesting-commits add llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/oriole-master/details.txt llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/oriole-master/status.txt + '[' -f interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/oriole-master/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_aosp-code_size-aosp--oriole-master-build/546/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_aosp-code_size-aosp--oriole-master-build/545/artifact/artifacts + cat + git -C interesting-commits add llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/oriole-master/reproduction_instructions.txt + local ci_config + read ci_config ++ cd interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp ++ ls + '[' -f interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/oriole-master/summary.txt ']' + '[' -f interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/oriole-master/status.txt ']' + echo '* oriole-master' + cat interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/oriole-master/status.txt + sed 's/^/*/' + read ci_config + '[' -f interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/status-summary.txt/summary.txt ']' + '[' -f interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/status-summary.txt/status.txt ']' + continue + read ci_config + '[' -f interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/status.txt/summary.txt ']' + '[' -f interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/status.txt/status.txt ']' + continue + read ci_config + git -C interesting-commits add llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/status.txt + local ci_project + read ci_project ++ cd interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 ++ ls + '[' -f interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/first_url/status.txt ']' + continue + read ci_project + '[' -f interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/status-summary.txt/status.txt ']' + continue + read ci_project + '[' -f interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/status.txt/status.txt ']' + continue + read ci_project + '[' -f interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/status.txt ']' + echo '* tcwg_aosp-code_size-aosp' + cat interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/status.txt + sed 's/^/*/' + read ci_project + git -C interesting-commits add llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/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=llvm + '[' --short = --link ']' + local describe + '[' '' = '' ']' ++ describe_sha1 llvm cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 true ++ local component=llvm ++ local sha1=cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 ++ local anything=true ++ match=() ++ local -a match ++ case "$component" in ++ git -C llvm describe cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 + describe=llvmorg-17-init-8755-gcc7bb7080fc8 ++ echo llvmorg-17-init-8755-gcc7bb7080fc8 ++ sed 's,^basepoints/,,' + describe=llvmorg-17-init-8755-gcc7bb7080fc8 + '[' --short = --oneline ']' + '[' '' = '' ']' + echo 'commit llvmorg-17-init-8755-gcc7bb7080fc8' + local tmpfile ++ mktemp + tmpfile=/tmp/tmp.cNNVNxrKNI + git -C llvm log -n1 cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 + tail -n +2 + head -n 10 /tmp/tmp.cNNVNxrKNI ++ cat /tmp/tmp.cNNVNxrKNI ++ wc -l + more_lines=3 + '[' 3 -gt 0 ']' + echo '... 3 lines of the commit log omitted.' + rm /tmp/tmp.cNNVNxrKNI + '[' '' '!=' '' ']' + return 0 + git -C interesting-commits add llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/commit-log.txt + true + local jira_dir=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/jira + '[' -f interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/jira/key ']' + '[' -e interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/jira ']' + mkdir interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/jira + '[' LLVM-1071 '!=' '' ']' + echo LLVM-1071 + git -C interesting-commits add llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/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=llvm ++ '[' --oneline = --link ']' ++ local describe ++ '[' '' = '' ']' +++ describe_sha1 llvm cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 true +++ local component=llvm +++ local sha1=cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 +++ local anything=true +++ match=() +++ local -a match +++ case "$component" in +++ git -C llvm describe cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 ++ describe=llvmorg-17-init-8755-gcc7bb7080fc8 +++ echo llvmorg-17-init-8755-gcc7bb7080fc8 +++ sed 's,^basepoints/,,' ++ describe=llvmorg-17-init-8755-gcc7bb7080fc8 ++ '[' --oneline = --oneline ']' ++ echo llvmorg-17-init-8755-gcc7bb7080fc8 ++ return 0 ++ cat interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/status-summary.txt + echo llvmorg-17-init-8755-gcc7bb7080fc8: Failure + git -C interesting-commits add llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/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=llvm ++ '[' --link = --link ']' ++ local url +++ get_baseline_git llvm_url +++ set -euf -o pipefail +++ local base_artifacts=base-artifacts +++ assert_with_msg 'ERROR: No llvm_url in baseline git' '[' -f base-artifacts/git/llvm_url ']' +++ set -euf -o pipefail +x +++ cat base-artifacts/git/llvm_url ++ url=https://github.com/llvm/llvm-project.git ++ [[ https://github.com/llvm/llvm-project.git =~ git://sourceware.org/git/ ]] ++ [[ https://github.com/llvm/llvm-project.git =~ https://github.com/ ]] ++ echo https://github.com/llvm/llvm-project/commit/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 ++ return 0 ++ cat interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/commit-log.txt ++ cat interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/status.txt ++ print_icommits_link llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/jira/yaml ++ set -euf -o pipefail ++ local path=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/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/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/jira/yaml + git -C interesting-commits add llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/jira/description + update_jira_card # update_jira_card + set -euf -o pipefail + echo '# update_jira_card' + local jira_dir ++ interesting_subdir llvm cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 ++ local dir=llvm/sha1 ++ '[' 2 -ge 2 ']' ++ dir=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 ++ '[' 2 -ge 3 ']' ++ '[' 2 -ge 4 ']' ++ echo llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 + jira_dir=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 + jira_dir=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/jira + components=() + local -a components + case "$changed_single_component" in + components+=(LLVM) + IFS=, + echo LLVM + git -C interesting-commits add llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/jira/components + local commit_date ++ git -C llvm log -n1 --pretty=%cd --date=iso cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 + commit_date='2023-04-20 12:06:22 +0100' + date -d '2023-04-20 12:06:22 +0100' +%Y-%m-%d + git -C interesting-commits add llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/jira/startdate + local key project ++ print_jira_card_key ++ set -euf -o pipefail ++ local jira_dir +++ interesting_subdir llvm cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 +++ local dir=llvm/sha1 +++ '[' 2 -ge 2 ']' +++ dir=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 +++ '[' 2 -ge 3 ']' +++ '[' 2 -ge 4 ']' +++ echo llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 ++ jira_dir=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 ++ jira_dir=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/jira ++ '[' -f interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/jira/key ']' ++ cat interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/jira/key + key=LLVM-1071 + '[' -z LLVM-1071 ']' + project=LLVM + local yaml=interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/jira/yaml + cat + sed -e 's/^/ /' interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/jira/summary + cat ++ cat interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/jira/components ++ cat interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/jira/startdate + sed -e 's/^/ /' interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/jira/description + git -C interesting-commits add llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/jira/yaml + local describe ++ describe_sha1 llvm cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 false ++ local component=llvm ++ local sha1=cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 ++ local anything=false ++ match=() ++ local -a match ++ case "$component" in ++ git -C llvm describe cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 + describe=llvmorg-17-init-8755-gcc7bb7080fc8 + '[' llvmorg-17-init-8755-gcc7bb7080fc8 '!=' '' ']' + local d ++ dirname llvmorg-17-init-8755-gcc7bb7080fc8 + d=. + mkdir -p interesting-commits/llvm/. + local symlink= + '[' . '!=' . ']' + symlink=sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 + rm -f interesting-commits/llvm/llvmorg-17-init-8755-gcc7bb7080fc8 + ln -s sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 interesting-commits/llvm/llvmorg-17-init-8755-gcc7bb7080fc8 + git -C interesting-commits add llvm/llvmorg-17-init-8755-gcc7bb7080fc8 ++ get_current_manifest BUILD_URL ++ get_manifest artifacts/manifest.sh BUILD_URL ++ set +x + git -C interesting-commits commit -m 'Add entry cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 from https://ci.linaro.org/job/tcwg_aosp-code_size-aosp--oriole-master-build/546/' [detached HEAD 6f2f2c43c] Add entry cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 from https://ci.linaro.org/job/tcwg_aosp-code_size-aosp--oriole-master-build/546/ 16 files changed, 125 insertions(+) create mode 120000 llvm/llvmorg-17-init-8755-gcc7bb7080fc8 create mode 100644 llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/commit-log.txt create mode 100644 llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/jira/components create mode 100644 llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/jira/description create mode 100644 llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/jira/key create mode 100644 llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/jira/startdate create mode 100644 llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/jira/summary create mode 100644 llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/jira/yaml create mode 100644 llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/status-summary.txt create mode 100644 llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/status.txt create mode 100644 llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/oriole-master/details.txt create mode 100644 llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/oriole-master/reproduction_instructions.txt create mode 100644 llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/oriole-master/status-summary.txt create mode 100644 llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/oriole-master/status.txt create mode 100644 llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/status-summary.txt create mode 100644 llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/status.txt + wait 14638 + 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 68380a975..6f2f2c43c 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 llvm cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 +++ local dir=llvm/sha1 +++ '[' 2 -ge 2 ']' +++ dir=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 +++ '[' 2 -ge 3 ']' +++ '[' 2 -ge 4 ']' +++ echo llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 ++ isubdir=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 ++ case "$print_arg" in ++ echo interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 + icommit_entry=interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 + '[' interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 '!=' '' ']' + '[' -d interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/jira ']' + rsync -a interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/jira/ artifacts/notify/jira/ + '[' -f artifacts/notify/jira/key ']' ++ cat artifacts/notify/jira/key + jira_key=LLVM-1071 + '[' LLVM-1071 '!=' '' ']' + cat ++ print_result --oneline ++ false ++ local print_arg=--oneline ++ case "$print_arg" in ++ '[' 1 = 0 ']' ++ echo Failure ++ 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_aosp-code_size-aosp--oriole-master-build/546/artifact/artifacts ++ '[' '' '!=' '' ']' ++ echo 'https://ci.linaro.org/job/tcwg_aosp-code_size-aosp--oriole-master-build/546/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 # print all notification files ++ jira_card=LLVM-1014 ++ echo LLVM-1014 ++ print_result --oneline ++ false ++ local print_arg=--oneline ++ case "$print_arg" in ++ '[' 1 = 0 ']' ++ echo Failure ++ 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_aosp-code_size-aosp--oriole-master-build/546/artifact/artifacts ++ '[' '' '!=' '' ']' ++ echo 'https://ci.linaro.org/job/tcwg_aosp-code_size-aosp--oriole-master-build/546/artifact/artifacts/notify/mail-body.txt/*view*/' + echo '# print all notification files' + true + generate_mail_files + set -euf -o pipefail + print_mail_recipients + set -euf -o pipefail + local c=llvm + '[' llvm = '' ']' + local -A emails + emails["tcwg-validation@linaro.org"]=bcc + emails["author"]=cc + emails["committer"]=to + case "$ci_project/$ci_config:$c" in + emails["author"]=no + emails["committer"]=no + emails["antoine.moynault@linaro.org"]=to + local c email base_rev cur_rev ++ get_baseline_git llvm_rev ++ set -euf -o pipefail ++ local base_artifacts=base-artifacts ++ assert_with_msg 'ERROR: No llvm_rev in baseline git' '[' -f base-artifacts/git/llvm_rev ']' ++ set -euf -o pipefail +x ++ cat base-artifacts/git/llvm_rev + base_rev=99d4c722e30816aca6698e20345bffab953d9d79 ++ get_current_git llvm_rev ++ set -euf -o pipefail ++ assert_with_msg 'ERROR: No llvm_rev in current git' '[' -f artifacts/git/llvm_rev ']' ++ set -euf -o pipefail +x ++ cat artifacts/git/llvm_rev + cur_rev=cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 + read -r email ++ git -C llvm log --pretty=%ae 99d4c722e30816aca6698e20345bffab953d9d79..cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 + emails["$email"]=no + read -r email + local precommit_postcommit=postcommit + '[' '' = '' ']' ++ get_baseline_git llvm_rev ++ set -euf -o pipefail ++ local base_artifacts=base-artifacts ++ assert_with_msg 'ERROR: No llvm_rev in baseline git' '[' -f base-artifacts/git/llvm_rev ']' ++ set -euf -o pipefail +x ++ cat base-artifacts/git/llvm_rev + base_rev=99d4c722e30816aca6698e20345bffab953d9d79 ++ get_current_git llvm_rev ++ set -euf -o pipefail ++ assert_with_msg 'ERROR: No llvm_rev in current git' '[' -f artifacts/git/llvm_rev ']' ++ set -euf -o pipefail +x ++ cat artifacts/git/llvm_rev + cur_rev=cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 + read -r email ++ git -C llvm log --pretty=%ce 99d4c722e30816aca6698e20345bffab953d9d79..cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 + emails["$email"]=no + read -r email + unset 'emails[author]' 'emails[committer]' + 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=to + case "$precommit_postcommit:$type" in + case "$type" in + recipients+=("$email") + for email in "${!emails[@]}" + type=no + case "$precommit_postcommit:$type" in + case "$type" in + IFS=, + echo bcc:tcwg-validation@linaro.org,antoine.moynault@linaro.org ++ 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=llvm ++ '[' --oneline = --link ']' ++ local describe ++ '[' '' = '' ']' +++ describe_sha1 llvm cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 true +++ local component=llvm +++ local sha1=cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 +++ local anything=true +++ match=() +++ local -a match +++ case "$component" in +++ git -C llvm describe cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 ++ describe=llvmorg-17-init-8755-gcc7bb7080fc8 +++ echo llvmorg-17-init-8755-gcc7bb7080fc8 +++ sed 's,^basepoints/,,' ++ describe=llvmorg-17-init-8755-gcc7bb7080fc8 ++ '[' --oneline = --oneline ']' ++ echo llvmorg-17-init-8755-gcc7bb7080fc8 ++ return 0 ++ print_result --oneline ++ false ++ local print_arg=--oneline ++ case "$print_arg" in ++ '[' 1 = 0 ']' ++ echo Failure ++ print_config --oneline ++ false ++ local print_arg=--oneline ++ case "$print_arg" in ++ case "$ci_config" in ++ echo oriole-master + echo '[Linaro-TCWG-CI]' 'llvmorg-17-init-8755-gcc7bb7080fc8: Failure on oriole-master' + 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_aosp-code_size-aosp--oriole-master-build/546/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_aosp-code_size-aosp--oriole-master-build/545/artifact/artifacts + local key= + '[' single_commit = single_commit ']' + '[' '' = '' ']' ++ print_jira_card_key ++ set -euf -o pipefail ++ local jira_dir +++ interesting_subdir llvm cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 +++ local dir=llvm/sha1 +++ '[' 2 -ge 2 ']' +++ dir=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 +++ '[' 2 -ge 3 ']' +++ '[' 2 -ge 4 ']' +++ echo llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 ++ jira_dir=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 ++ jira_dir=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/jira ++ '[' -f interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/jira/key ']' ++ cat interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/jira/key + key=LLVM-1071 + '[' -z LLVM-1071 ']' + cat + '[' LLVM-1071 '!=' '' ']' + cat + cat ++ print_config --short ++ false ++ local print_arg=--short ++ case "$print_arg" in ++ echo 'CI config tcwg_aosp-code_size-aosp/oriole-master' ++ 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=llvm ++ '[' --short = --link ']' ++ local describe ++ '[' '' = '' ']' +++ describe_sha1 llvm cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 true +++ local component=llvm +++ local sha1=cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 +++ local anything=true +++ match=() +++ local -a match +++ case "$component" in +++ git -C llvm describe cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 ++ describe=llvmorg-17-init-8755-gcc7bb7080fc8 +++ echo llvmorg-17-init-8755-gcc7bb7080fc8 +++ sed 's,^basepoints/,,' ++ describe=llvmorg-17-init-8755-gcc7bb7080fc8 ++ '[' --short = --oneline ']' ++ '[' '' = '' ']' ++ echo 'commit llvmorg-17-init-8755-gcc7bb7080fc8' ++ local tmpfile +++ mktemp ++ tmpfile=/tmp/tmp.h5Cj9pvENP ++ git -C llvm log -n1 cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 ++ tail -n +2 ++ head -n 10 /tmp/tmp.h5Cj9pvENP +++ cat /tmp/tmp.h5Cj9pvENP +++ wc -l ++ more_lines=3 ++ '[' 3 -gt 0 ']' ++ echo '... 3 lines of the commit log omitted.' ++ rm /tmp/tmp.h5Cj9pvENP ++ '[' '' '!=' '' ']' ++ return 0 ++ print_result --short ++ false ++ local print_arg=--short ++ case "$print_arg" in ++ echo 'Results changed to' +++ cat artifacts/results ++ echo '# reset_artifacts: -10 # build_aosp_toolchain: -3 # build_shadow_llvm: -2 # build_aosp: -1 # shadow build has no errors 0 # shadow.size present 1 # 1,out/soong/.intermediates/system/core/libutils/libutils/android_recovery_arm64_armv8-2a_cortex-a55_shared/e560d7b19ebf7276b3e850d3d346dec8/unstripped/libutils.so increased in size by 1% from 116186 to 116774' ++ echo '' ++ echo From +++ cat base-artifacts/results ++ echo '# reset_artifacts: -10 # build_aosp_toolchain: -3 # build_shadow_llvm: -2 # build_aosp: -1 # shadow build has no errors 0 # shadow.size present 1' ++ print_config --long ++ false ++ local print_arg=--long ++ case "$print_arg" in ++ echo 'CI config tcwg_aosp-code_size-aosp/oriole-master' + '[' single_commit '!=' single_commit ']' + '[' '' '!=' '' ']' + cat ++ print_last_icommit --reproduction_instructions_link tcwg_aosp-code_size-aosp oriole-master ++ false ++ set -euf -o pipefail ++ local print_arg=--reproduction_instructions_link ++ shift 1 ++ '[' xsingle_commit '!=' xsingle_commit ']' ++ local isubdir +++ interesting_subdir llvm cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 tcwg_aosp-code_size-aosp oriole-master +++ local dir=llvm/sha1 +++ '[' 4 -ge 2 ']' +++ dir=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 +++ '[' 4 -ge 3 ']' +++ dir=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp +++ '[' 4 -ge 4 ']' +++ dir=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/oriole-master +++ echo llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/oriole-master ++ isubdir=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/oriole-master ++ case "$print_arg" in ++ print_icommits_link llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/oriole-master/reproduction_instructions.txt ++ set -euf -o pipefail ++ local path=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/oriole-master/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/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/tcwg_aosp-code_size-aosp/oriole-master/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=llvm ++ '[' --link = --link ']' ++ local url +++ get_baseline_git llvm_url +++ set -euf -o pipefail +++ local base_artifacts=base-artifacts +++ assert_with_msg 'ERROR: No llvm_url in baseline git' '[' -f base-artifacts/git/llvm_url ']' +++ set -euf -o pipefail +x +++ cat base-artifacts/git/llvm_url ++ url=https://github.com/llvm/llvm-project.git ++ [[ https://github.com/llvm/llvm-project.git =~ git://sourceware.org/git/ ]] ++ [[ https://github.com/llvm/llvm-project.git =~ https://github.com/ ]] ++ echo https://github.com/llvm/llvm-project/commit/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 ++ 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 llvm cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 +++ local dir=llvm/sha1 +++ '[' 2 -ge 2 ']' +++ dir=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 +++ '[' 2 -ge 3 ']' +++ '[' 2 -ge 4 ']' +++ echo llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 ++ isubdir=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 ++ case "$print_arg" in ++ cat interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/status.txt + true + generate_jenkins_html_files + wait 14768 + 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 + 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 git/ ++ set -euf -o pipefail ++ local text_type=html ++ local msg=git/ ++ case $text_type in ++ echo -n 'git/' ++ print_readme_link html jenkins/ ++ set -euf -o pipefail ++ local text_type=html ++ local msg=jenkins/ ++ case $text_type in ++ echo -n 'jenkins/' ++ print_readme_link html notify/ ++ set -euf -o pipefail ++ local text_type=html ++ local msg=notify/ ++ case $text_type in ++ echo -n 'notify/' + false + cat ++ print_readme_link html notify/ ++ set -euf -o pipefail ++ local text_type=html ++ local msg=notify/ ++ case $text_type in ++ echo -n 'notify/' + false + cat + read -r cur_file ++ cd artifacts ++ find . -type f ++ sort ++ print_readme_link html ./01-reset_artifacts/console.log.xz ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./01-reset_artifacts/console.log.xz ++ 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 html ./02-build_aosp_toolchain/console.log.xz ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./02-build_aosp_toolchain/console.log.xz ++ case $text_type in ++ echo -n './02-build_aosp_toolchain/console.log.xz' + echo '
  • ./02-build_aosp_toolchain/console.log.xz' + read -r cur_file ++ print_readme_link html ./03-build_shadow_llvm/console.log.xz ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./03-build_shadow_llvm/console.log.xz ++ case $text_type in ++ echo -n './03-build_shadow_llvm/console.log.xz' + echo '
  • ./03-build_shadow_llvm/console.log.xz' + read -r cur_file ++ print_readme_link html ./04-build_aosp/console.log.xz ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./04-build_aosp/console.log.xz ++ case $text_type in ++ echo -n './04-build_aosp/console.log.xz' + echo '
  • ./04-build_aosp/console.log.xz' + read -r cur_file ++ print_readme_link html ./05-process_shadow_data/console.log.xz ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./05-process_shadow_data/console.log.xz ++ case $text_type in ++ echo -n './05-process_shadow_data/console.log.xz' + echo '
  • ./05-process_shadow_data/console.log.xz' + read -r cur_file ++ print_readme_link html ./06-check_regression/binary.regressions ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./06-check_regression/binary.regressions ++ case $text_type in ++ echo -n './06-check_regression/binary.regressions' + echo '
  • ./06-check_regression/binary.regressions' + read -r cur_file ++ print_readme_link html ./06-check_regression/console.log.xz ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./06-check_regression/console.log.xz ++ 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 html ./06-check_regression/first-size.csv ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./06-check_regression/first-size.csv ++ case $text_type in ++ echo -n './06-check_regression/first-size.csv' + echo '
  • ./06-check_regression/first-size.csv' + read -r cur_file ++ print_readme_link html ./06-check_regression/results.regressions ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./06-check_regression/results.regressions ++ case $text_type in ++ 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 ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./06-check_regression/trigger-bisect ++ case $text_type in ++ echo -n './06-check_regression/trigger-bisect' + echo '
  • ./06-check_regression/trigger-bisect' + read -r cur_file ++ print_readme_link html ./git/aosp_superproject_rev ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./git/aosp_superproject_rev ++ case $text_type in ++ echo -n './git/aosp_superproject_rev' + echo '
  • ./git/aosp_superproject_rev' + read -r cur_file ++ print_readme_link html ./git/aosp_superproject_url ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./git/aosp_superproject_url ++ case $text_type in ++ echo -n './git/aosp_superproject_url' + echo '
  • ./git/aosp_superproject_url' + read -r cur_file ++ print_readme_link html ./git/llvm_rev ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./git/llvm_rev ++ case $text_type in ++ echo -n './git/llvm_rev' + echo '
  • ./git/llvm_rev' + read -r cur_file ++ print_readme_link html ./git/llvm_url ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./git/llvm_url ++ case $text_type in ++ echo -n './git/llvm_url' + echo '
  • ./git/llvm_url' + read -r cur_file ++ print_readme_link html ./git/toolchain_superproject_rev ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./git/toolchain_superproject_rev ++ case $text_type in ++ echo -n './git/toolchain_superproject_rev' + echo '
  • ./git/toolchain_superproject_rev' + read -r cur_file ++ print_readme_link html ./git/toolchain_superproject_url ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./git/toolchain_superproject_url ++ case $text_type in ++ echo -n './git/toolchain_superproject_url' + echo '
  • ./git/toolchain_superproject_url' + read -r cur_file ++ print_readme_link html ./jenkins/build-name ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./jenkins/build-name ++ case $text_type in ++ echo -n './jenkins/build-name' + echo '
  • ./jenkins/build-name' + read -r cur_file ++ print_readme_link html ./jenkins/notify-full.log ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./jenkins/notify-full.log ++ case $text_type in ++ echo -n './jenkins/notify-full.log' + echo '
  • ./jenkins/notify-full.log' + read -r cur_file ++ print_readme_link html ./jenkins/notify-init.log ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./jenkins/notify-init.log ++ case $text_type in ++ echo -n './jenkins/notify-init.log' + echo '
  • ./jenkins/notify-init.log' + read -r cur_file ++ print_readme_link html ./jenkins/run-build.env ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./jenkins/run-build.env ++ case $text_type in ++ echo -n './jenkins/run-build.env' + echo '
  • ./jenkins/run-build.env' + read -r cur_file ++ print_readme_link html ./manifest.sh ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./manifest.sh ++ case $text_type in ++ echo -n './manifest.sh' + echo '
  • ./manifest.sh' + read -r cur_file ++ print_readme_link html ./notify/jira/comment-card.txt ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./notify/jira/comment-card.txt ++ case $text_type in ++ 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 ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./notify/jira/comment-template.txt ++ case $text_type in ++ echo -n './notify/jira/comment-template.txt' + echo '
  • ./notify/jira/comment-template.txt' + read -r cur_file ++ print_readme_link html ./notify/jira/components ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./notify/jira/components ++ case $text_type in ++ echo -n './notify/jira/components' + echo '
  • ./notify/jira/components' + read -r cur_file ++ print_readme_link html ./notify/jira/description ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./notify/jira/description ++ case $text_type in ++ echo -n './notify/jira/description' + echo '
  • ./notify/jira/description' + read -r cur_file ++ print_readme_link html ./notify/jira/key ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./notify/jira/key ++ case $text_type in ++ echo -n './notify/jira/key' + echo '
  • ./notify/jira/key' + read -r cur_file ++ print_readme_link html ./notify/jira/startdate ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./notify/jira/startdate ++ case $text_type in ++ echo -n './notify/jira/startdate' + echo '
  • ./notify/jira/startdate' + read -r cur_file ++ print_readme_link html ./notify/jira/summary ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./notify/jira/summary ++ case $text_type in ++ echo -n './notify/jira/summary' + echo '
  • ./notify/jira/summary' + read -r cur_file ++ print_readme_link html ./notify/jira/yaml ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./notify/jira/yaml ++ case $text_type in ++ echo -n './notify/jira/yaml' + echo '
  • ./notify/jira/yaml' + read -r cur_file ++ print_readme_link html ./notify/mail-body.txt ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./notify/mail-body.txt ++ case $text_type in ++ echo -n './notify/mail-body.txt' + echo '
  • ./notify/mail-body.txt' + read -r cur_file ++ print_readme_link html ./notify/mail-recipients.txt ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./notify/mail-recipients.txt ++ case $text_type in ++ echo -n './notify/mail-recipients.txt' + echo '
  • ./notify/mail-recipients.txt' + read -r cur_file ++ print_readme_link html ./notify/mail-subject.txt ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./notify/mail-subject.txt ++ case $text_type in ++ echo -n './notify/mail-subject.txt' + echo '
  • ./notify/mail-subject.txt' + read -r cur_file ++ print_readme_link html ./README.html ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./README.html ++ case $text_type in ++ echo -n './README.html' + echo '
  • ./README.html' + read -r cur_file ++ print_readme_link html ./results ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./results ++ case $text_type in ++ echo -n './results' + echo '
  • ./results' + read -r cur_file ++ print_readme_link html ./results-vs-first/results.csv ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./results-vs-first/results.csv ++ case $text_type in ++ echo -n './results-vs-first/results.csv' + echo '
  • ./results-vs-first/results.csv' + read -r cur_file ++ print_readme_link html ./results-vs-prev/results.csv ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./results-vs-prev/results.csv ++ case $text_type in ++ echo -n './results-vs-prev/results.csv' + echo '
  • ./results-vs-prev/results.csv' + read -r cur_file ++ print_readme_link html ./size.csv ++ set -euf -o pipefail ++ local text_type=html ++ local msg=./size.csv ++ case $text_type in ++ echo -n './size.csv' + echo '
  • ./size.csv' + 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 + 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 git/ ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=git/ ++ case $text_type in ++ echo -n git/ ++ print_readme_link txt jenkins/ ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=jenkins/ ++ case $text_type in ++ echo -n jenkins/ ++ print_readme_link txt notify/ ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=notify/ ++ case $text_type in ++ echo -n notify/ + false + cat ++ print_readme_link txt notify/ ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=notify/ ++ case $text_type in ++ echo -n notify/ + false + cat + read -r cur_file ++ cd artifacts ++ find . -type f ++ sort ++ print_readme_link txt ./01-reset_artifacts/console.log.xz ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./01-reset_artifacts/console.log.xz ++ 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-build_aosp_toolchain/console.log.xz ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./02-build_aosp_toolchain/console.log.xz ++ case $text_type in ++ echo -n ./02-build_aosp_toolchain/console.log.xz + echo '- ./02-build_aosp_toolchain/console.log.xz' + read -r cur_file ++ print_readme_link txt ./03-build_shadow_llvm/console.log.xz ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./03-build_shadow_llvm/console.log.xz ++ case $text_type in ++ echo -n ./03-build_shadow_llvm/console.log.xz + echo '- ./03-build_shadow_llvm/console.log.xz' + read -r cur_file ++ print_readme_link txt ./04-build_aosp/console.log.xz ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./04-build_aosp/console.log.xz ++ case $text_type in ++ echo -n ./04-build_aosp/console.log.xz + echo '- ./04-build_aosp/console.log.xz' + read -r cur_file ++ print_readme_link txt ./05-process_shadow_data/console.log.xz ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./05-process_shadow_data/console.log.xz ++ case $text_type in ++ echo -n ./05-process_shadow_data/console.log.xz + echo '- ./05-process_shadow_data/console.log.xz' + read -r cur_file ++ print_readme_link txt ./06-check_regression/binary.regressions ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./06-check_regression/binary.regressions ++ case $text_type in ++ echo -n ./06-check_regression/binary.regressions + echo '- ./06-check_regression/binary.regressions' + read -r cur_file ++ print_readme_link txt ./06-check_regression/console.log.xz ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./06-check_regression/console.log.xz ++ 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/first-size.csv ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./06-check_regression/first-size.csv ++ case $text_type in ++ echo -n ./06-check_regression/first-size.csv + echo '- ./06-check_regression/first-size.csv' + read -r cur_file ++ print_readme_link txt ./06-check_regression/results.regressions ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./06-check_regression/results.regressions ++ 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 ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./06-check_regression/trigger-bisect ++ 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/aosp_superproject_rev ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./git/aosp_superproject_rev ++ case $text_type in ++ echo -n ./git/aosp_superproject_rev + echo '- ./git/aosp_superproject_rev' + read -r cur_file ++ print_readme_link txt ./git/aosp_superproject_url ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./git/aosp_superproject_url ++ case $text_type in ++ echo -n ./git/aosp_superproject_url + echo '- ./git/aosp_superproject_url' + read -r cur_file ++ print_readme_link txt ./git/llvm_rev ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./git/llvm_rev ++ case $text_type in ++ echo -n ./git/llvm_rev + echo '- ./git/llvm_rev' + read -r cur_file ++ print_readme_link txt ./git/llvm_url ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./git/llvm_url ++ case $text_type in ++ echo -n ./git/llvm_url + echo '- ./git/llvm_url' + read -r cur_file ++ print_readme_link txt ./git/toolchain_superproject_rev ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./git/toolchain_superproject_rev ++ case $text_type in ++ echo -n ./git/toolchain_superproject_rev + echo '- ./git/toolchain_superproject_rev' + read -r cur_file ++ print_readme_link txt ./git/toolchain_superproject_url ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./git/toolchain_superproject_url ++ case $text_type in ++ echo -n ./git/toolchain_superproject_url + echo '- ./git/toolchain_superproject_url' + read -r cur_file ++ print_readme_link txt ./jenkins/build-name ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./jenkins/build-name ++ 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 ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./jenkins/notify-full.log ++ 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 ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./jenkins/notify-init.log ++ case $text_type in ++ echo -n ./jenkins/notify-init.log + echo '- ./jenkins/notify-init.log' + read -r cur_file ++ print_readme_link txt ./jenkins/run-build.env ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./jenkins/run-build.env ++ 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 ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./manifest.sh ++ case $text_type in ++ echo -n ./manifest.sh + echo '- ./manifest.sh' + read -r cur_file ++ print_readme_link txt ./notify/jira/comment-card.txt ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./notify/jira/comment-card.txt ++ 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 ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./notify/jira/comment-template.txt ++ 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 ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./notify/jira/components ++ case $text_type in ++ echo -n ./notify/jira/components + echo '- ./notify/jira/components' + read -r cur_file ++ print_readme_link txt ./notify/jira/description ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./notify/jira/description ++ case $text_type in ++ echo -n ./notify/jira/description + echo '- ./notify/jira/description' + read -r cur_file ++ print_readme_link txt ./notify/jira/key ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./notify/jira/key ++ case $text_type in ++ echo -n ./notify/jira/key + echo '- ./notify/jira/key' + read -r cur_file ++ print_readme_link txt ./notify/jira/startdate ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./notify/jira/startdate ++ case $text_type in ++ echo -n ./notify/jira/startdate + echo '- ./notify/jira/startdate' + read -r cur_file ++ print_readme_link txt ./notify/jira/summary ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./notify/jira/summary ++ case $text_type in ++ echo -n ./notify/jira/summary + echo '- ./notify/jira/summary' + read -r cur_file ++ print_readme_link txt ./notify/jira/yaml ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./notify/jira/yaml ++ 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 ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./notify/mail-body.txt ++ 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 ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./notify/mail-recipients.txt ++ 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 ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./notify/mail-subject.txt ++ case $text_type in ++ echo -n ./notify/mail-subject.txt + echo '- ./notify/mail-subject.txt' + read -r cur_file ++ print_readme_link txt ./README.html ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./README.html ++ case $text_type in ++ echo -n ./README.html + echo '- ./README.html' + read -r cur_file ++ print_readme_link txt ./README.txt ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./README.txt ++ case $text_type in ++ echo -n ./README.txt + echo '- ./README.txt' + read -r cur_file ++ print_readme_link txt ./results ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./results ++ case $text_type in ++ echo -n ./results + echo '- ./results' + read -r cur_file ++ print_readme_link txt ./results-vs-first/results.csv ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./results-vs-first/results.csv ++ case $text_type in ++ echo -n ./results-vs-first/results.csv + echo '- ./results-vs-first/results.csv' + read -r cur_file ++ print_readme_link txt ./results-vs-prev/results.csv ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./results-vs-prev/results.csv ++ case $text_type in ++ echo -n ./results-vs-prev/results.csv + echo '- ./results-vs-prev/results.csv' + read -r cur_file ++ print_readme_link txt ./size.csv ++ set -euf -o pipefail ++ local text_type=txt ++ local msg=./size.csv ++ case $text_type in ++ echo -n ./size.csv + echo '- ./size.csv' + read -r cur_file + cat + print_readme_footer txt + set -euf -o pipefail + local text_type=txt + case $text_type in # generate dashboard + echo '# generate dashboard' # generate_dashboard_squad ... Skipping # post_dashboard_squad ... Skipping + 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 14960 + set -euf -o pipefail + local results_date + echo '# generate_lnt_report' # generate_lnt_report + true + . /home/tcwg-buildslave/workspace/tcwg_aosp_0/jenkins-scripts/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=1703364022 ++ date '+%Y-%m-%d %H:%M:%S' --date @1703364022 + results_date='2023-12-23 20:40:22' + local jira_key=- + '[' -f artifacts/notify/jira/key ']' ++ cat artifacts/notify/jira/key ... Skipping + jira_key=LLVM-1071 + case "$ci_project" in + echo '... Skipping' + return # release_notification_files + true + release_notification_files + echo '# release_notification_files' + '[' -d artifacts/jenkins ']' + local f + for f in mail-body.txt mail-subject.txt mail-recipients.txt + '[' -s artifacts/notify/mail-body.txt ']' + cp artifacts/notify/mail-body.txt artifacts/jenkins/mail-body.txt + for f in mail-body.txt mail-subject.txt mail-recipients.txt + '[' -s artifacts/notify/mail-subject.txt ']' + cp artifacts/notify/mail-subject.txt artifacts/jenkins/mail-subject.txt + for f in mail-body.txt mail-subject.txt mail-recipients.txt + '[' -s artifacts/notify/mail-recipients.txt ']' + cp artifacts/notify/mail-recipients.txt artifacts/jenkins/mail-recipients.txt ... Done + echo '... Done' + true + release_testresults_files # release_testresults_files ... Done + echo '# release_testresults_files' + '[' -d artifacts/jenkins ']' + '[' -f artifacts/testresults/testresults-mail-recipients.txt ']' + echo '... Done' + post_to_jira + set -euf -o pipefail # post_to_jira + echo '# 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 llvm cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 +++ local dir=llvm/sha1 +++ '[' 2 -ge 2 ']' +++ dir=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 +++ '[' 2 -ge 3 ']' +++ '[' 2 -ge 4 ']' +++ echo llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 ++ jira_dir=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7 ++ jira_dir=llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/jira ++ '[' -f interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/jira/key ']' ++ cat interesting-commits/llvm/sha1/cc7bb7080fc8e6f4d217e7f9b971fbdbf091f9e7/jira/key + key=LLVM-1071 ++ jipsearch -j key=LLVM-1071 -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/LLVM-1071 + 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: [LLVM-1071] Failure Details: https://ci.linaro.org/job/tcwg_aosp-code_size-aosp--oriole-master-build/546/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: --- [LLVM-1071] Failure Details: https://ci.linaro.org/job/tcwg_aosp-code_size-aosp--oriole-master-build/546/artifact/artifacts/notify/mail-body.txt/*view*/ + false Full stage ran successfully. + echo 'Full stage ran successfully.'