+ set +x /home/tcwg-buildslave/workspace/tcwg_gnu_1/jenkins-scripts/round-robin-notify.sh @@rr[top_artifacts] artifacts __TCWG_JIRA_TOKEN ATATT3xFfGF0T6lmyRRI1GPXAjFc6UC66WsAJyuXpga-0JusQbYQdlG4NfS8kED4ejPRlZs9E57FWxFlN7K67E-9t-EXcNqVpzVQwTRd2JDDboAUNRnk00rMY9KXELe8Jb9dKP7p3MTXz2HTqtpMKIM2VZQUmZf_TcIuAN0mVpSPtZtdoLZBnCk=34F9AA87 __stage full __verbose true __build_script tcwg_gnu-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_gnu_embed_build ++ get_current_manifest '{rr[ci_config]}' ++ get_manifest artifacts/manifest.sh '{rr[ci_config]}' ++ set +x # Debug traces : + ci_config=master-thumb_m23_eabi + 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_gnu_embed_build--master-thumb_m23_eabi-build/73/ # Using dir : base-artifacts + echo '# Baseline : https://ci.linaro.org/job/tcwg_gnu_embed_build--master-thumb_m23_eabi-build/73/' + 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_gnu_embed_build--master-thumb_m23_eabi-build/74/ # Using dir : artifacts + echo '# Artifacts : https://ci.linaro.org/job/tcwg_gnu_embed_build--master-thumb_m23_eabi-build/74/' + echo '# Using dir : artifacts' + echo '' + mkdir -p artifacts/notify + '[' -f /home/tcwg-buildslave/.jipdate.yml ']' + set +x + case "$notify" in + declare -Ag pw + '[' ignore = 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 + '[' onsuccess '!=' 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]} +++ '[' xgit://sourceware.org/git/binutils-gdb.git#master '!=' xbaseline ']' +++ echo -ne binutils +++ delim=' ' +++ for c in ${rr[components]} +++ '[' xhttps://github.com/gcc-mirror/gcc.git#master '!=' xbaseline ']' +++ echo -ne ' gcc' +++ delim=' ' +++ for c in ${rr[components]} +++ '[' xgit://sourceware.org/git/newlib-cygwin.git#master '!=' xbaseline ']' +++ echo -ne ' newlib' +++ delim=' ' +++ for c in ${rr[components]} +++ '[' xgit://sourceware.org/git/binutils-gdb.git#master '!=' xbaseline ']' +++ echo -ne ' gdb' +++ delim=' ' +++ for c in ${rr[components]} +++ '[' xhttps://gitlab.com/qemu-project/qemu.git#master '!=' xbaseline ']' +++ echo -ne ' qemu' +++ delim=' ' +++ echo ++ for c in $(print_updated_components) +++ get_current_git binutils_rev +++ set -euf -o pipefail +++ assert_with_msg 'ERROR: No binutils_rev in current git' '[' -f artifacts/git/binutils_rev ']' +++ set -euf -o pipefail +x +++ cat artifacts/git/binutils_rev +++ get_baseline_git binutils_rev +++ set -euf -o pipefail +++ local base_artifacts=base-artifacts +++ assert_with_msg 'ERROR: No binutils_rev in baseline git' '[' -f base-artifacts/git/binutils_rev ']' +++ set -euf -o pipefail +x +++ cat base-artifacts/git/binutils_rev ++ '[' xc5a473d789d815c8f03f3ef9fc6df5ccfc40a468 '!=' x80ffe7226459e3edf840d0c23462d93cb560d2de ']' ++ echo -ne binutils ++ delim=' ' ++ for c in $(print_updated_components) +++ 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 +++ assert_with_msg 'ERROR: No gcc_rev in baseline git' '[' -f base-artifacts/git/gcc_rev ']' +++ set -euf -o pipefail +x +++ cat base-artifacts/git/gcc_rev ++ '[' x1ddf65c5fc6ba7cf5826e1c02c569c923a541c09 '!=' xf4d8ab192d8c9f540cf19a0906d68a0f52fdef60 ']' ++ echo -ne ' gcc' ++ delim=' ' ++ for c in $(print_updated_components) +++ get_current_git newlib_rev +++ set -euf -o pipefail +++ assert_with_msg 'ERROR: No newlib_rev in current git' '[' -f artifacts/git/newlib_rev ']' +++ set -euf -o pipefail +x +++ cat artifacts/git/newlib_rev +++ get_baseline_git newlib_rev +++ set -euf -o pipefail +++ local base_artifacts=base-artifacts +++ assert_with_msg 'ERROR: No newlib_rev in baseline git' '[' -f base-artifacts/git/newlib_rev ']' +++ set -euf -o pipefail +x +++ cat base-artifacts/git/newlib_rev ++ '[' x17a6aff334a20f63cb7f428a36dad0c8ebbdab5d '!=' x3bafe2fae7a0878598a82777c623edb2faa70b74 ']' ++ echo -ne ' newlib' ++ delim=' ' ++ for c in $(print_updated_components) +++ get_current_git gdb_rev +++ set -euf -o pipefail +++ assert_with_msg 'ERROR: No gdb_rev in current git' '[' -f artifacts/git/gdb_rev ']' +++ set -euf -o pipefail +x +++ cat artifacts/git/gdb_rev +++ get_baseline_git gdb_rev +++ set -euf -o pipefail +++ local base_artifacts=base-artifacts +++ assert_with_msg 'ERROR: No gdb_rev in baseline git' '[' -f base-artifacts/git/gdb_rev ']' +++ set -euf -o pipefail +x +++ cat base-artifacts/git/gdb_rev ++ '[' xc5a473d789d815c8f03f3ef9fc6df5ccfc40a468 '!=' x80ffe7226459e3edf840d0c23462d93cb560d2de ']' ++ echo -ne ' gdb' ++ delim=' ' ++ for c in $(print_updated_components) +++ get_current_git qemu_rev +++ set -euf -o pipefail +++ assert_with_msg 'ERROR: No qemu_rev in current git' '[' -f artifacts/git/qemu_rev ']' +++ set -euf -o pipefail +x +++ cat artifacts/git/qemu_rev +++ get_baseline_git qemu_rev +++ set -euf -o pipefail +++ local base_artifacts=base-artifacts +++ assert_with_msg 'ERROR: No qemu_rev in baseline git' '[' -f base-artifacts/git/qemu_rev ']' +++ set -euf -o pipefail +x +++ cat base-artifacts/git/qemu_rev ++ '[' x039afc5ef7367fbc8fb475580c291c2655e856cb '!=' x9c74490bff6c8886a922008d0c9ce6cae70dd17e ']' ++ echo -ne ' qemu' ++ delim=' ' ++ echo + local c base_rev cur_rev c_commits + '[' 5 = 0 ']' + '[' 5 = 1 ']' + change_kind=multiple_components + changed_single_component= # Debug traces : + echo '# Debug traces :' # change_kind=multiple_components : binutils gcc newlib gdb qemu + echo '# change_kind=multiple_components : binutils gcc newlib gdb qemu' + for c in "${changed_components[@]}" ++ get_baseline_git binutils_rev ++ set -euf -o pipefail ++ local base_artifacts=base-artifacts ++ assert_with_msg 'ERROR: No binutils_rev in baseline git' '[' -f base-artifacts/git/binutils_rev ']' ++ set -euf -o pipefail +x ++ cat base-artifacts/git/binutils_rev + base_rev=80ffe7226459e3edf840d0c23462d93cb560d2de ++ get_current_git binutils_rev ++ set -euf -o pipefail ++ assert_with_msg 'ERROR: No binutils_rev in current git' '[' -f artifacts/git/binutils_rev ']' ++ set -euf -o pipefail +x ++ cat artifacts/git/binutils_rev + cur_rev=c5a473d789d815c8f03f3ef9fc6df5ccfc40a468 ++ git -C binutils rev-list --count 80ffe7226459e3edf840d0c23462d93cb560d2de..c5a473d789d815c8f03f3ef9fc6df5ccfc40a468 # rev for binutils : 80ffe7226459e3edf840d0c23462d93cb560d2de..c5a473d789d815c8f03f3ef9fc6df5ccfc40a468 (61 commits) + c_commits=61 + echo '# rev for binutils : 80ffe7226459e3edf840d0c23462d93cb560d2de..c5a473d789d815c8f03f3ef9fc6df5ccfc40a468 (61 commits)' + for c in "${changed_components[@]}" ++ get_baseline_git gcc_rev ++ set -euf -o pipefail ++ local base_artifacts=base-artifacts ++ assert_with_msg 'ERROR: No gcc_rev in baseline git' '[' -f base-artifacts/git/gcc_rev ']' ++ set -euf -o pipefail +x ++ cat base-artifacts/git/gcc_rev + base_rev=f4d8ab192d8c9f540cf19a0906d68a0f52fdef60 ++ 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=1ddf65c5fc6ba7cf5826e1c02c569c923a541c09 ++ git -C gcc rev-list --count f4d8ab192d8c9f540cf19a0906d68a0f52fdef60..1ddf65c5fc6ba7cf5826e1c02c569c923a541c09 # rev for gcc : f4d8ab192d8c9f540cf19a0906d68a0f52fdef60..1ddf65c5fc6ba7cf5826e1c02c569c923a541c09 (133 commits) + c_commits=133 + echo '# rev for gcc : f4d8ab192d8c9f540cf19a0906d68a0f52fdef60..1ddf65c5fc6ba7cf5826e1c02c569c923a541c09 (133 commits)' + for c in "${changed_components[@]}" ++ get_baseline_git newlib_rev ++ set -euf -o pipefail ++ local base_artifacts=base-artifacts ++ assert_with_msg 'ERROR: No newlib_rev in baseline git' '[' -f base-artifacts/git/newlib_rev ']' ++ set -euf -o pipefail +x ++ cat base-artifacts/git/newlib_rev + base_rev=3bafe2fae7a0878598a82777c623edb2faa70b74 ++ get_current_git newlib_rev ++ set -euf -o pipefail ++ assert_with_msg 'ERROR: No newlib_rev in current git' '[' -f artifacts/git/newlib_rev ']' ++ set -euf -o pipefail +x ++ cat artifacts/git/newlib_rev + cur_rev=17a6aff334a20f63cb7f428a36dad0c8ebbdab5d ++ git -C newlib rev-list --count 3bafe2fae7a0878598a82777c623edb2faa70b74..17a6aff334a20f63cb7f428a36dad0c8ebbdab5d # rev for newlib : 3bafe2fae7a0878598a82777c623edb2faa70b74..17a6aff334a20f63cb7f428a36dad0c8ebbdab5d (1 commits) + c_commits=1 + echo '# rev for newlib : 3bafe2fae7a0878598a82777c623edb2faa70b74..17a6aff334a20f63cb7f428a36dad0c8ebbdab5d (1 commits)' + for c in "${changed_components[@]}" ++ get_baseline_git gdb_rev ++ set -euf -o pipefail ++ local base_artifacts=base-artifacts ++ assert_with_msg 'ERROR: No gdb_rev in baseline git' '[' -f base-artifacts/git/gdb_rev ']' ++ set -euf -o pipefail +x ++ cat base-artifacts/git/gdb_rev + base_rev=80ffe7226459e3edf840d0c23462d93cb560d2de ++ get_current_git gdb_rev ++ set -euf -o pipefail ++ assert_with_msg 'ERROR: No gdb_rev in current git' '[' -f artifacts/git/gdb_rev ']' ++ set -euf -o pipefail +x ++ cat artifacts/git/gdb_rev + cur_rev=c5a473d789d815c8f03f3ef9fc6df5ccfc40a468 ++ git -C gdb rev-list --count 80ffe7226459e3edf840d0c23462d93cb560d2de..c5a473d789d815c8f03f3ef9fc6df5ccfc40a468 # rev for gdb : 80ffe7226459e3edf840d0c23462d93cb560d2de..c5a473d789d815c8f03f3ef9fc6df5ccfc40a468 (61 commits) + c_commits=61 + echo '# rev for gdb : 80ffe7226459e3edf840d0c23462d93cb560d2de..c5a473d789d815c8f03f3ef9fc6df5ccfc40a468 (61 commits)' + for c in "${changed_components[@]}" ++ get_baseline_git qemu_rev ++ set -euf -o pipefail ++ local base_artifacts=base-artifacts ++ assert_with_msg 'ERROR: No qemu_rev in baseline git' '[' -f base-artifacts/git/qemu_rev ']' ++ set -euf -o pipefail +x ++ cat base-artifacts/git/qemu_rev + base_rev=9c74490bff6c8886a922008d0c9ce6cae70dd17e ++ get_current_git qemu_rev ++ set -euf -o pipefail ++ assert_with_msg 'ERROR: No qemu_rev in current git' '[' -f artifacts/git/qemu_rev ']' ++ set -euf -o pipefail +x ++ cat artifacts/git/qemu_rev + cur_rev=039afc5ef7367fbc8fb475580c291c2655e856cb ++ git -C qemu rev-list --count 9c74490bff6c8886a922008d0c9ce6cae70dd17e..039afc5ef7367fbc8fb475580c291c2655e856cb # rev for qemu : 9c74490bff6c8886a922008d0c9ce6cae70dd17e..039afc5ef7367fbc8fb475580c291c2655e856cb (9 commits) + c_commits=9 + echo '# rev for qemu : 9c74490bff6c8886a922008d0c9ce6cae70dd17e..039afc5ef7367fbc8fb475580c291c2655e856cb (9 commits)' + echo '' + setup_stages_to_run + '[' ignore = onregression ']' + '[' ignore = precommit ']' + '[' ignore = ignore ']' + post_jira_comment=false + post_jira_card=false + post_icommits=false + '[' ignore = ignore ']' + post_mail=false + '[' ignore = 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_print_result + generate_extra_details_f=gnu_generate_extra_details + print_config_f=gnu_print_config + post_interesting_commits init # post_interesting_commits + set -euf -o pipefail + echo '# post_interesting_commits' + local stage=init + '[' multiple_components '!=' single_commit ']' + return + '[' full '!=' full ']' + gnu_generate_extra_details + set -euf -o pipefail + '[' -d artifacts/sumfiles ']' + return 0 + check_if_first_report + declare -g first_icommit_to_report + first_icommit_to_report=false + '[' xmultiple_components '!=' xsingle_commit ']' + return + post_interesting_commits full # post_interesting_commits + set -euf -o pipefail + echo '# post_interesting_commits' + local stage=full + '[' multiple_components '!=' single_commit ']' + return + 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 ++ '[' xmultiple_components '!=' xsingle_commit ']' ++ return 0 + icommit_entry= + '[' '' '!=' '' ']' + mkdir -p artifacts/notify/jira + '[' '' '!=' '' ']' + cat ++ print_jira_template_card ++ local jira_card=GNU-692 ++ case "$ci_project/$ci_config:$changed_single_component" in ++ echo GNU-692 ++ gnu_print_result --oneline ++ false ++ local print_arg=--oneline ++ '[' -d artifacts/sumfiles ']' ++ print_result --oneline ++ false ++ local print_arg=--oneline ++ case "$print_arg" in ++ '[' 0 = 0 ']' ++ echo Success ++ 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_gnu_embed_build--master-thumb_m23_eabi-build/74/artifact/artifacts ++ '[' '' '!=' '' ']' ++ echo 'https://ci.linaro.org/job/tcwg_gnu_embed_build--master-thumb_m23_eabi-build/74/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= + '[' '' = '' ']' + echo bcc:tcwg-validation@linaro.org + return 0 ++ print_commits --oneline ++ set -euf -o pipefail ++ false ++ local print_arg=--oneline ++ '[' multiple_components = no_change ']' ++ local more_lines ++ '[' multiple_components = single_commit ']' ++ '[' multiple_components = single_component ']' ++ '[' multiple_components = multiple_components ']' ++ local new_commits c base_rev cur_rev c_commits components ++ local commits_or_patches ++ '[' '' '!=' '' ']' ++ commits_or_patches=commits ++ new_commits=0 ++ for c in "${changed_components[@]}" +++ get_baseline_git binutils_rev +++ set -euf -o pipefail +++ local base_artifacts=base-artifacts +++ assert_with_msg 'ERROR: No binutils_rev in baseline git' '[' -f base-artifacts/git/binutils_rev ']' +++ set -euf -o pipefail +x +++ cat base-artifacts/git/binutils_rev ++ base_rev=80ffe7226459e3edf840d0c23462d93cb560d2de +++ get_current_git binutils_rev +++ set -euf -o pipefail +++ assert_with_msg 'ERROR: No binutils_rev in current git' '[' -f artifacts/git/binutils_rev ']' +++ set -euf -o pipefail +x +++ cat artifacts/git/binutils_rev ++ cur_rev=c5a473d789d815c8f03f3ef9fc6df5ccfc40a468 +++ git -C binutils rev-list --count 80ffe7226459e3edf840d0c23462d93cb560d2de..c5a473d789d815c8f03f3ef9fc6df5ccfc40a468 ++ c_commits=61 ++ new_commits=61 ++ for c in "${changed_components[@]}" +++ get_baseline_git gcc_rev +++ set -euf -o pipefail +++ local base_artifacts=base-artifacts +++ assert_with_msg 'ERROR: No gcc_rev in baseline git' '[' -f base-artifacts/git/gcc_rev ']' +++ set -euf -o pipefail +x +++ cat base-artifacts/git/gcc_rev ++ base_rev=f4d8ab192d8c9f540cf19a0906d68a0f52fdef60 +++ 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=1ddf65c5fc6ba7cf5826e1c02c569c923a541c09 +++ git -C gcc rev-list --count f4d8ab192d8c9f540cf19a0906d68a0f52fdef60..1ddf65c5fc6ba7cf5826e1c02c569c923a541c09 ++ c_commits=133 ++ new_commits=194 ++ for c in "${changed_components[@]}" +++ get_baseline_git newlib_rev +++ set -euf -o pipefail +++ local base_artifacts=base-artifacts +++ assert_with_msg 'ERROR: No newlib_rev in baseline git' '[' -f base-artifacts/git/newlib_rev ']' +++ set -euf -o pipefail +x +++ cat base-artifacts/git/newlib_rev ++ base_rev=3bafe2fae7a0878598a82777c623edb2faa70b74 +++ get_current_git newlib_rev +++ set -euf -o pipefail +++ assert_with_msg 'ERROR: No newlib_rev in current git' '[' -f artifacts/git/newlib_rev ']' +++ set -euf -o pipefail +x +++ cat artifacts/git/newlib_rev ++ cur_rev=17a6aff334a20f63cb7f428a36dad0c8ebbdab5d +++ git -C newlib rev-list --count 3bafe2fae7a0878598a82777c623edb2faa70b74..17a6aff334a20f63cb7f428a36dad0c8ebbdab5d ++ c_commits=1 ++ new_commits=195 ++ for c in "${changed_components[@]}" +++ get_baseline_git gdb_rev +++ set -euf -o pipefail +++ local base_artifacts=base-artifacts +++ assert_with_msg 'ERROR: No gdb_rev in baseline git' '[' -f base-artifacts/git/gdb_rev ']' +++ set -euf -o pipefail +x +++ cat base-artifacts/git/gdb_rev ++ base_rev=80ffe7226459e3edf840d0c23462d93cb560d2de +++ get_current_git gdb_rev +++ set -euf -o pipefail +++ assert_with_msg 'ERROR: No gdb_rev in current git' '[' -f artifacts/git/gdb_rev ']' +++ set -euf -o pipefail +x +++ cat artifacts/git/gdb_rev ++ cur_rev=c5a473d789d815c8f03f3ef9fc6df5ccfc40a468 +++ git -C gdb rev-list --count 80ffe7226459e3edf840d0c23462d93cb560d2de..c5a473d789d815c8f03f3ef9fc6df5ccfc40a468 ++ c_commits=61 ++ new_commits=256 ++ for c in "${changed_components[@]}" +++ get_baseline_git qemu_rev +++ set -euf -o pipefail +++ local base_artifacts=base-artifacts +++ assert_with_msg 'ERROR: No qemu_rev in baseline git' '[' -f base-artifacts/git/qemu_rev ']' +++ set -euf -o pipefail +x +++ cat base-artifacts/git/qemu_rev ++ base_rev=9c74490bff6c8886a922008d0c9ce6cae70dd17e +++ get_current_git qemu_rev +++ set -euf -o pipefail +++ assert_with_msg 'ERROR: No qemu_rev in current git' '[' -f artifacts/git/qemu_rev ']' +++ set -euf -o pipefail +x +++ cat artifacts/git/qemu_rev ++ cur_rev=039afc5ef7367fbc8fb475580c291c2655e856cb +++ git -C qemu rev-list --count 9c74490bff6c8886a922008d0c9ce6cae70dd17e..039afc5ef7367fbc8fb475580c291c2655e856cb ++ c_commits=9 ++ new_commits=265 +++ echo binutils gcc newlib gdb qemu +++ tr ' ' , ++ components=binutils,gcc,newlib,gdb,qemu ++ echo '265 commits in binutils,gcc,newlib,gdb,qemu' ++ '[' --oneline = --oneline ']' ++ return 0 ++ gnu_print_result --oneline ++ false ++ local print_arg=--oneline ++ '[' -d artifacts/sumfiles ']' ++ print_result --oneline ++ false ++ local print_arg=--oneline ++ case "$print_arg" in ++ '[' 0 = 0 ']' ++ echo Success ++ return 0 ++ gnu_print_config --oneline ++ false ++ . /home/tcwg-buildslave/workspace/tcwg_gnu_1/jenkins-scripts/tcwg_gnu-config.sh +++ declare -A gnu_data ++ settings_for_ci_project_and_config tcwg_gnu_embed_build master-thumb_m23_eabi ++ local project=tcwg_gnu_embed_build ++ local config=master-thumb_m23_eabi ++ gnu_data[gcc_override_configure]= ++ gnu_data[gcc_target_board_options]= ++ gnu_data[qemu_cpu]= ++ gnu_data[pretty_project]= ++ gnu_data[pretty_config]=master-thumb_m23_eabi ++ gnu_data[long_config]=master-thumb_m23_eabi ++ case "$project/$config" in ++ gnu_data[gcc_override_configure]=' --set gcc_override_configure=--disable-multilib --set gcc_override_configure=--with-mode=thumb --set gcc_override_configure=--with-cpu=cortex-m23 --set gcc_override_configure=--with-float=soft' ++ gnu_data[gcc_target_board_options]=' --set target_board_options={-mthumb/-march=armv8-m.base/-mtune=cortex-m23/-mfloat-abi=soft/-mfpu=auto}' ++ gnu_data[qemu_cpu]='--qemu-cpu cortex-m33' ++ gnu_data[pretty_config]='arm-eabi cortex-m23 soft' ++ gnu_data[long_config]='arm-eabi -mthumb -march=armv8-m.base -mtune=cortex-m23 -mfloat-abi=soft -mfpu=auto' ++ 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 master-thumb_m23_eabi + echo '[Linaro-TCWG-CI]' '265 commits in binutils,gcc,newlib,gdb,qemu: Success on master-thumb_m23_eabi' + 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_gnu_embed_build--master-thumb_m23_eabi-build/74/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_gnu_embed_build--master-thumb_m23_eabi-build/73/artifact/artifacts + local key= + '[' multiple_components = single_commit ']' + cat + '[' '' '!=' '' ']' + cat ++ gnu_print_config --short ++ false ++ . /home/tcwg-buildslave/workspace/tcwg_gnu_1/jenkins-scripts/tcwg_gnu-config.sh +++ declare -A gnu_data ++ settings_for_ci_project_and_config tcwg_gnu_embed_build master-thumb_m23_eabi ++ local project=tcwg_gnu_embed_build ++ local config=master-thumb_m23_eabi ++ gnu_data[gcc_override_configure]= ++ gnu_data[gcc_target_board_options]= ++ gnu_data[qemu_cpu]= ++ gnu_data[pretty_project]= ++ gnu_data[pretty_config]=master-thumb_m23_eabi ++ gnu_data[long_config]=master-thumb_m23_eabi ++ case "$project/$config" in ++ gnu_data[gcc_override_configure]=' --set gcc_override_configure=--disable-multilib --set gcc_override_configure=--with-mode=thumb --set gcc_override_configure=--with-cpu=cortex-m23 --set gcc_override_configure=--with-float=soft' ++ gnu_data[gcc_target_board_options]=' --set target_board_options={-mthumb/-march=armv8-m.base/-mtune=cortex-m23/-mfloat-abi=soft/-mfpu=auto}' ++ gnu_data[qemu_cpu]='--qemu-cpu cortex-m33' ++ gnu_data[pretty_config]='arm-eabi cortex-m23 soft' ++ gnu_data[long_config]='arm-eabi -mthumb -march=armv8-m.base -mtune=cortex-m23 -mfloat-abi=soft -mfpu=auto' ++ local print_arg=--short ++ case "$print_arg" in ++ echo ' arm-eabi cortex-m23 soft' ++ print_commits --short ++ sed -e 's/^/ | /' ++ set -euf -o pipefail ++ false ++ local print_arg=--short ++ '[' multiple_components = no_change ']' ++ local more_lines ++ '[' multiple_components = single_commit ']' ++ '[' multiple_components = single_component ']' ++ '[' multiple_components = multiple_components ']' ++ local new_commits c base_rev cur_rev c_commits components ++ local commits_or_patches ++ '[' '' '!=' '' ']' ++ commits_or_patches=commits ++ new_commits=0 ++ for c in "${changed_components[@]}" +++ get_baseline_git binutils_rev +++ set -euf -o pipefail +++ local base_artifacts=base-artifacts +++ assert_with_msg 'ERROR: No binutils_rev in baseline git' '[' -f base-artifacts/git/binutils_rev ']' +++ set -euf -o pipefail +x +++ cat base-artifacts/git/binutils_rev ++ base_rev=80ffe7226459e3edf840d0c23462d93cb560d2de +++ get_current_git binutils_rev +++ set -euf -o pipefail +++ assert_with_msg 'ERROR: No binutils_rev in current git' '[' -f artifacts/git/binutils_rev ']' +++ set -euf -o pipefail +x +++ cat artifacts/git/binutils_rev ++ cur_rev=c5a473d789d815c8f03f3ef9fc6df5ccfc40a468 +++ git -C binutils rev-list --count 80ffe7226459e3edf840d0c23462d93cb560d2de..c5a473d789d815c8f03f3ef9fc6df5ccfc40a468 ++ c_commits=61 ++ new_commits=61 ++ for c in "${changed_components[@]}" +++ get_baseline_git gcc_rev +++ set -euf -o pipefail +++ local base_artifacts=base-artifacts +++ assert_with_msg 'ERROR: No gcc_rev in baseline git' '[' -f base-artifacts/git/gcc_rev ']' +++ set -euf -o pipefail +x +++ cat base-artifacts/git/gcc_rev ++ base_rev=f4d8ab192d8c9f540cf19a0906d68a0f52fdef60 +++ 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=1ddf65c5fc6ba7cf5826e1c02c569c923a541c09 +++ git -C gcc rev-list --count f4d8ab192d8c9f540cf19a0906d68a0f52fdef60..1ddf65c5fc6ba7cf5826e1c02c569c923a541c09 ++ c_commits=133 ++ new_commits=194 ++ for c in "${changed_components[@]}" +++ get_baseline_git newlib_rev +++ set -euf -o pipefail +++ local base_artifacts=base-artifacts +++ assert_with_msg 'ERROR: No newlib_rev in baseline git' '[' -f base-artifacts/git/newlib_rev ']' +++ set -euf -o pipefail +x +++ cat base-artifacts/git/newlib_rev ++ base_rev=3bafe2fae7a0878598a82777c623edb2faa70b74 +++ get_current_git newlib_rev +++ set -euf -o pipefail +++ assert_with_msg 'ERROR: No newlib_rev in current git' '[' -f artifacts/git/newlib_rev ']' +++ set -euf -o pipefail +x +++ cat artifacts/git/newlib_rev ++ cur_rev=17a6aff334a20f63cb7f428a36dad0c8ebbdab5d +++ git -C newlib rev-list --count 3bafe2fae7a0878598a82777c623edb2faa70b74..17a6aff334a20f63cb7f428a36dad0c8ebbdab5d ++ c_commits=1 ++ new_commits=195 ++ for c in "${changed_components[@]}" +++ get_baseline_git gdb_rev +++ set -euf -o pipefail +++ local base_artifacts=base-artifacts +++ assert_with_msg 'ERROR: No gdb_rev in baseline git' '[' -f base-artifacts/git/gdb_rev ']' +++ set -euf -o pipefail +x +++ cat base-artifacts/git/gdb_rev ++ base_rev=80ffe7226459e3edf840d0c23462d93cb560d2de +++ get_current_git gdb_rev +++ set -euf -o pipefail +++ assert_with_msg 'ERROR: No gdb_rev in current git' '[' -f artifacts/git/gdb_rev ']' +++ set -euf -o pipefail +x +++ cat artifacts/git/gdb_rev ++ cur_rev=c5a473d789d815c8f03f3ef9fc6df5ccfc40a468 +++ git -C gdb rev-list --count 80ffe7226459e3edf840d0c23462d93cb560d2de..c5a473d789d815c8f03f3ef9fc6df5ccfc40a468 ++ c_commits=61 ++ new_commits=256 ++ for c in "${changed_components[@]}" +++ get_baseline_git qemu_rev +++ set -euf -o pipefail +++ local base_artifacts=base-artifacts +++ assert_with_msg 'ERROR: No qemu_rev in baseline git' '[' -f base-artifacts/git/qemu_rev ']' +++ set -euf -o pipefail +x +++ cat base-artifacts/git/qemu_rev ++ base_rev=9c74490bff6c8886a922008d0c9ce6cae70dd17e +++ get_current_git qemu_rev +++ set -euf -o pipefail +++ assert_with_msg 'ERROR: No qemu_rev in current git' '[' -f artifacts/git/qemu_rev ']' +++ set -euf -o pipefail +x +++ cat artifacts/git/qemu_rev ++ cur_rev=039afc5ef7367fbc8fb475580c291c2655e856cb +++ git -C qemu rev-list --count 9c74490bff6c8886a922008d0c9ce6cae70dd17e..039afc5ef7367fbc8fb475580c291c2655e856cb ++ c_commits=9 ++ new_commits=265 +++ echo binutils gcc newlib gdb qemu +++ tr ' ' , ++ components=binutils,gcc,newlib,gdb,qemu ++ echo '265 commits in binutils,gcc,newlib,gdb,qemu' ++ '[' --short = --oneline ']' ++ for c in "${changed_components[@]}" +++ get_baseline_git binutils_rev +++ set -euf -o pipefail +++ local base_artifacts=base-artifacts +++ assert_with_msg 'ERROR: No binutils_rev in baseline git' '[' -f base-artifacts/git/binutils_rev ']' +++ set -euf -o pipefail +x +++ cat base-artifacts/git/binutils_rev ++ base_rev=80ffe7226459e3edf840d0c23462d93cb560d2de +++ get_current_git binutils_rev +++ set -euf -o pipefail +++ assert_with_msg 'ERROR: No binutils_rev in current git' '[' -f artifacts/git/binutils_rev ']' +++ set -euf -o pipefail +x +++ cat artifacts/git/binutils_rev ++ cur_rev=c5a473d789d815c8f03f3ef9fc6df5ccfc40a468 +++ git -C binutils rev-list --count 80ffe7226459e3edf840d0c23462d93cb560d2de..c5a473d789d815c8f03f3ef9fc6df5ccfc40a468 ++ c_commits=61 ++ '[' '' '!=' '' ']' ++ git -C binutils log -n 5 --oneline 80ffe7226459e3edf840d0c23462d93cb560d2de..c5a473d789d815c8f03f3ef9fc6df5ccfc40a468 ++ '[' 61 -gt 5 ']' ++ echo '... and 56 more commits in binutils' ++ '[' '' '!=' '' ']' ++ for c in "${changed_components[@]}" +++ get_baseline_git gcc_rev +++ set -euf -o pipefail +++ local base_artifacts=base-artifacts +++ assert_with_msg 'ERROR: No gcc_rev in baseline git' '[' -f base-artifacts/git/gcc_rev ']' +++ set -euf -o pipefail +x +++ cat base-artifacts/git/gcc_rev ++ base_rev=f4d8ab192d8c9f540cf19a0906d68a0f52fdef60 +++ 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=1ddf65c5fc6ba7cf5826e1c02c569c923a541c09 +++ git -C gcc rev-list --count f4d8ab192d8c9f540cf19a0906d68a0f52fdef60..1ddf65c5fc6ba7cf5826e1c02c569c923a541c09 ++ c_commits=133 ++ '[' '' '!=' '' ']' ++ git -C gcc log -n 5 --oneline f4d8ab192d8c9f540cf19a0906d68a0f52fdef60..1ddf65c5fc6ba7cf5826e1c02c569c923a541c09 ++ '[' 133 -gt 5 ']' ++ echo '... and 128 more commits in gcc' ++ '[' '' '!=' '' ']' ++ for c in "${changed_components[@]}" +++ get_baseline_git newlib_rev +++ set -euf -o pipefail +++ local base_artifacts=base-artifacts +++ assert_with_msg 'ERROR: No newlib_rev in baseline git' '[' -f base-artifacts/git/newlib_rev ']' +++ set -euf -o pipefail +x +++ cat base-artifacts/git/newlib_rev ++ base_rev=3bafe2fae7a0878598a82777c623edb2faa70b74 +++ get_current_git newlib_rev +++ set -euf -o pipefail +++ assert_with_msg 'ERROR: No newlib_rev in current git' '[' -f artifacts/git/newlib_rev ']' +++ set -euf -o pipefail +x +++ cat artifacts/git/newlib_rev ++ cur_rev=17a6aff334a20f63cb7f428a36dad0c8ebbdab5d +++ git -C newlib rev-list --count 3bafe2fae7a0878598a82777c623edb2faa70b74..17a6aff334a20f63cb7f428a36dad0c8ebbdab5d ++ c_commits=1 ++ '[' '' '!=' '' ']' ++ git -C newlib log -n 5 --oneline 3bafe2fae7a0878598a82777c623edb2faa70b74..17a6aff334a20f63cb7f428a36dad0c8ebbdab5d ++ '[' 1 -gt 5 ']' ++ '[' '' '!=' '' ']' ++ for c in "${changed_components[@]}" +++ get_baseline_git gdb_rev +++ set -euf -o pipefail +++ local base_artifacts=base-artifacts +++ assert_with_msg 'ERROR: No gdb_rev in baseline git' '[' -f base-artifacts/git/gdb_rev ']' +++ set -euf -o pipefail +x +++ cat base-artifacts/git/gdb_rev ++ base_rev=80ffe7226459e3edf840d0c23462d93cb560d2de +++ get_current_git gdb_rev +++ set -euf -o pipefail +++ assert_with_msg 'ERROR: No gdb_rev in current git' '[' -f artifacts/git/gdb_rev ']' +++ set -euf -o pipefail +x +++ cat artifacts/git/gdb_rev ++ cur_rev=c5a473d789d815c8f03f3ef9fc6df5ccfc40a468 +++ git -C gdb rev-list --count 80ffe7226459e3edf840d0c23462d93cb560d2de..c5a473d789d815c8f03f3ef9fc6df5ccfc40a468 ++ c_commits=61 ++ '[' '' '!=' '' ']' ++ git -C gdb log -n 5 --oneline 80ffe7226459e3edf840d0c23462d93cb560d2de..c5a473d789d815c8f03f3ef9fc6df5ccfc40a468 ++ '[' 61 -gt 5 ']' ++ echo '... and 56 more commits in gdb' ++ '[' '' '!=' '' ']' ++ for c in "${changed_components[@]}" +++ get_baseline_git qemu_rev +++ set -euf -o pipefail +++ local base_artifacts=base-artifacts +++ assert_with_msg 'ERROR: No qemu_rev in baseline git' '[' -f base-artifacts/git/qemu_rev ']' +++ set -euf -o pipefail +x +++ cat base-artifacts/git/qemu_rev ++ base_rev=9c74490bff6c8886a922008d0c9ce6cae70dd17e +++ get_current_git qemu_rev +++ set -euf -o pipefail +++ assert_with_msg 'ERROR: No qemu_rev in current git' '[' -f artifacts/git/qemu_rev ']' +++ set -euf -o pipefail +x +++ cat artifacts/git/qemu_rev ++ cur_rev=039afc5ef7367fbc8fb475580c291c2655e856cb +++ git -C qemu rev-list --count 9c74490bff6c8886a922008d0c9ce6cae70dd17e..039afc5ef7367fbc8fb475580c291c2655e856cb ++ c_commits=9 ++ '[' '' '!=' '' ']' ++ git -C qemu log -n 5 --oneline 9c74490bff6c8886a922008d0c9ce6cae70dd17e..039afc5ef7367fbc8fb475580c291c2655e856cb ++ '[' 9 -gt 5 ']' ++ echo '... and 4 more commits in qemu' ++ '[' '' '!=' '' ']' ++ return 0 ++ gnu_print_result --short ++ false ++ local print_arg=--short ++ '[' -d artifacts/sumfiles ']' ++ print_result --short ++ false ++ local print_arg=--short ++ case "$print_arg" in ++ echo 'Results changed to' +++ cat artifacts/results ++ echo '# reset_artifacts: -10 # true: 0 # build_abe binutils: 1 # build_abe stage1 -- --set gcc_override_configure=--disable-multilib --set gcc_override_configure=--with-mode=thumb --set gcc_override_configure=--with-cpu=cortex-m23 --set gcc_override_configure=--with-float=soft: 2 # build_abe newlib: 4 # build_abe stage2 -- --set gcc_override_configure=--disable-multilib --set gcc_override_configure=--with-mode=thumb --set gcc_override_configure=--with-cpu=cortex-m23 --set gcc_override_configure=--with-float=soft: 5 # build_abe gdb: 6 # build_abe qemu: 7' ++ echo '' ++ echo From +++ cat base-artifacts/results ++ echo '# reset_artifacts: -10 # true: 0 # build_abe binutils: 1 # build_abe stage1 -- --set gcc_override_configure=--disable-multilib --set gcc_override_configure=--with-mode=thumb --set gcc_override_configure=--with-cpu=cortex-m23 --set gcc_override_configure=--with-float=soft: 2 # build_abe newlib: 4 # build_abe stage2 -- --set gcc_override_configure=--disable-multilib --set gcc_override_configure=--with-mode=thumb --set gcc_override_configure=--with-cpu=cortex-m23 --set gcc_override_configure=--with-float=soft: 5 # build_abe gdb: 6 # build_abe qemu: 7' ++ return 0 ++ gnu_print_config --long ++ false ++ . /home/tcwg-buildslave/workspace/tcwg_gnu_1/jenkins-scripts/tcwg_gnu-config.sh +++ declare -A gnu_data ++ settings_for_ci_project_and_config tcwg_gnu_embed_build master-thumb_m23_eabi ++ local project=tcwg_gnu_embed_build ++ local config=master-thumb_m23_eabi ++ gnu_data[gcc_override_configure]= ++ gnu_data[gcc_target_board_options]= ++ gnu_data[qemu_cpu]= ++ gnu_data[pretty_project]= ++ gnu_data[pretty_config]=master-thumb_m23_eabi ++ gnu_data[long_config]=master-thumb_m23_eabi ++ case "$project/$config" in ++ gnu_data[gcc_override_configure]=' --set gcc_override_configure=--disable-multilib --set gcc_override_configure=--with-mode=thumb --set gcc_override_configure=--with-cpu=cortex-m23 --set gcc_override_configure=--with-float=soft' ++ gnu_data[gcc_target_board_options]=' --set target_board_options={-mthumb/-march=armv8-m.base/-mtune=cortex-m23/-mfloat-abi=soft/-mfpu=auto}' ++ gnu_data[qemu_cpu]='--qemu-cpu cortex-m33' ++ gnu_data[pretty_config]='arm-eabi cortex-m23 soft' ++ gnu_data[long_config]='arm-eabi -mthumb -march=armv8-m.base -mtune=cortex-m23 -mfloat-abi=soft -mfpu=auto' ++ local print_arg=--long ++ case "$print_arg" in ++ echo 'CI config tcwg_gnu_embed_build arm-eabi -mthumb -march=armv8-m.base -mtune=cortex-m23 -mfloat-abi=soft -mfpu=auto' + '[' multiple_components '!=' single_commit ']' + return + true + generate_jenkins_html_files + wait 261782 # generate_jenkins_html_files + set -euf -o pipefail + echo '# generate_jenkins_html_files' ... Skipping + 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 + echo '

  • ./01-reset_artifacts/console.log.xz' + read -r cur_file + echo '
  • ./02-prepare_abe/console.log.xz' + read -r cur_file + echo '
  • ./03-true/console.log.xz' + read -r cur_file + echo '
  • ./04-build_abe-binutils/console.log.xz' + read -r cur_file + echo '
  • ./04-build_abe-binutils/make-binutils.log.xz' + read -r cur_file + echo '
  • ./05-build_abe-stage1/console.log.xz' + read -r cur_file + echo '
  • ./05-build_abe-stage1/make-gcc-stage1.log.xz' + read -r cur_file + echo '
  • ./06-clean_sysroot/console.log.xz' + read -r cur_file + echo '
  • ./07-build_abe-newlib/console.log.xz' + read -r cur_file + echo '
  • ./07-build_abe-newlib/make-newlib.log.xz' + read -r cur_file + echo '
  • ./08-build_abe-stage2/console.log.xz' + read -r cur_file + echo '
  • ./08-build_abe-stage2/make-gcc-stage2.log.xz' + read -r cur_file + echo '
  • ./09-build_abe-gdb/console.log.xz' + read -r cur_file + echo '
  • ./09-build_abe-gdb/make-gdb.log.xz' + read -r cur_file + echo '
  • ./10-build_abe-qemu/console.log.xz' + read -r cur_file + echo '
  • ./10-build_abe-qemu/make-qemu.log.xz' + read -r cur_file + echo '
  • ./11-check_regression/console.log.xz' + read -r cur_file + echo '
  • ./git/binutils_rev' + read -r cur_file + echo '
  • ./git/binutils_url' + read -r cur_file + echo '
  • ./git/gcc_rev' + read -r cur_file + echo '
  • ./git/gcc_url' + read -r cur_file + echo '
  • ./git/gdb_rev' + read -r cur_file + echo '
  • ./git/gdb_url' + read -r cur_file + echo '
  • ./git/newlib_rev' + read -r cur_file + echo '
  • ./git/newlib_url' + read -r cur_file + echo '
  • ./git/qemu_rev' + read -r cur_file + echo '
  • ./git/qemu_url' + read -r cur_file + echo '
  • ./jenkins/build-name' + read -r cur_file + echo '
  • ./jenkins/notify-full.log' + read -r cur_file + echo '
  • ./jenkins/notify-init.log' + read -r cur_file + echo '
  • ./jenkins/run-build.env' + read -r cur_file + echo '
  • ./manifest.sh' + read -r cur_file + echo '
  • ./notify/jira/comment-template.txt' + read -r cur_file + echo '
  • ./notify/mail-body.txt' + read -r cur_file + echo '
  • ./notify/mail-recipients.txt' + read -r cur_file + echo '
  • ./notify/mail-subject.txt' + read -r cur_file + echo '
  • ./README.html' + read -r cur_file + echo '
  • ./results' + read -r cur_file + cat + print_readme_footer html + set -euf -o pipefail + local text_type=html + 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 + echo '- ./01-reset_artifacts/console.log.xz' + read -r cur_file + echo '- ./02-prepare_abe/console.log.xz' + read -r cur_file + echo '- ./03-true/console.log.xz' + read -r cur_file + echo '- ./04-build_abe-binutils/console.log.xz' + read -r cur_file + echo '- ./04-build_abe-binutils/make-binutils.log.xz' + read -r cur_file + echo '- ./05-build_abe-stage1/console.log.xz' + read -r cur_file + echo '- ./05-build_abe-stage1/make-gcc-stage1.log.xz' + read -r cur_file + echo '- ./06-clean_sysroot/console.log.xz' + read -r cur_file + echo '- ./07-build_abe-newlib/console.log.xz' + read -r cur_file + echo '- ./07-build_abe-newlib/make-newlib.log.xz' + read -r cur_file + echo '- ./08-build_abe-stage2/console.log.xz' + read -r cur_file + echo '- ./08-build_abe-stage2/make-gcc-stage2.log.xz' + read -r cur_file + echo '- ./09-build_abe-gdb/console.log.xz' + read -r cur_file + echo '- ./09-build_abe-gdb/make-gdb.log.xz' + read -r cur_file + echo '- ./10-build_abe-qemu/console.log.xz' + read -r cur_file + echo '- ./10-build_abe-qemu/make-qemu.log.xz' + read -r cur_file + echo '- ./11-check_regression/console.log.xz' + read -r cur_file + echo '- ./git/binutils_rev' + read -r cur_file + echo '- ./git/binutils_url' + read -r cur_file + echo '- ./git/gcc_rev' + read -r cur_file + echo '- ./git/gcc_url' + read -r cur_file + echo '- ./git/gdb_rev' + read -r cur_file + echo '- ./git/gdb_url' + read -r cur_file + echo '- ./git/newlib_rev' + read -r cur_file + echo '- ./git/newlib_url' + read -r cur_file + echo '- ./git/qemu_rev' + read -r cur_file + echo '- ./git/qemu_url' + read -r cur_file + echo '- ./jenkins/build-name' + read -r cur_file + echo '- ./jenkins/notify-full.log' + read -r cur_file + echo '- ./jenkins/notify-init.log' + read -r cur_file + echo '- ./jenkins/run-build.env' + read -r cur_file + echo '- ./manifest.sh' + read -r cur_file + echo '- ./notify/jira/comment-template.txt' + read -r cur_file + echo '- ./notify/mail-body.txt' + read -r cur_file + echo '- ./notify/mail-recipients.txt' + read -r cur_file + echo '- ./notify/mail-subject.txt' + read -r cur_file + echo '- ./README.html' + read -r cur_file + echo '- ./README.txt' + read -r cur_file + echo '- ./results' + read -r cur_file + cat + print_readme_footer txt + set -euf -o pipefail + local text_type=txt + case $text_type in # generate dashboard # generate_dashboard_squad ... Skipping + echo '# generate dashboard' + generate_dashboard_squad + local results_date + echo '# generate_dashboard_squad' + false + echo '... Skipping' + return # post_dashboard_squad ... Skipping # generate_lnt_report + post_dashboard_squad + echo '# post_dashboard_squad' + false + echo '... Skipping' + return + generate_lnt_report + wait 261824 + set -euf -o pipefail + local results_date + echo '# generate_lnt_report' + true + . /home/tcwg-buildslave/workspace/tcwg_gnu_1/jenkins-scripts/lnt-utils.sh + calculate_results_date + set -euf -o pipefail + '[' -z ']' + 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 binutils ++ set -euf -o pipefail ++ local base_artifacts=base-artifacts ++ assert_with_msg 'ERROR: No binutils in current git' '[' -f base-artifacts/git/binutils_rev ']' ++ set -euf -o pipefail +x +++ cat base-artifacts/git/binutils_rev ++ git -C binutils show --no-patch --pretty=%ct 80ffe7226459e3edf840d0c23462d93cb560d2de + base_d=1702393034 ++ get_current_component_date binutils ++ set -euf -o pipefail ++ assert_with_msg 'ERROR: No binutils in current git' '[' -f artifacts/git/binutils_rev ']' ++ set -euf -o pipefail +x +++ cat artifacts/git/binutils_rev ++ git -C binutils show --no-patch --pretty=%ct c5a473d789d815c8f03f3ef9fc6df5ccfc40a468 + cur_d=1702654658 + '[' x1702393034 '!=' x ']' + '[' x1702654658 = x ']' + '[' 1702654658 -lt 1702393034 ']' + '[' x1702654658 = x ']' + '[' 1702654658 -gt 0 ']' + results_date=1702654658 + for c in $(get_current_manifest "{rr[components]}") ++ get_baseline_component_date gcc ++ set -euf -o pipefail ++ local base_artifacts=base-artifacts ++ assert_with_msg 'ERROR: No gcc in current git' '[' -f base-artifacts/git/gcc_rev ']' ++ set -euf -o pipefail +x +++ cat base-artifacts/git/gcc_rev ++ git -C gcc show --no-patch --pretty=%ct f4d8ab192d8c9f540cf19a0906d68a0f52fdef60 + base_d=1702406538 ++ get_current_component_date gcc ++ set -euf -o pipefail ++ assert_with_msg 'ERROR: No gcc in current git' '[' -f artifacts/git/gcc_rev ']' ++ set -euf -o pipefail +x +++ cat artifacts/git/gcc_rev ++ git -C gcc show --no-patch --pretty=%ct 1ddf65c5fc6ba7cf5826e1c02c569c923a541c09 + cur_d=1702668330 + '[' x1702406538 '!=' x ']' + '[' x1702668330 = x ']' + '[' 1702668330 -lt 1702406538 ']' + '[' x1702668330 = x ']' + '[' 1702668330 -gt 1702654658 ']' + results_date=1702668330 + for c in $(get_current_manifest "{rr[components]}") ++ get_baseline_component_date newlib ++ set -euf -o pipefail ++ local base_artifacts=base-artifacts ++ assert_with_msg 'ERROR: No newlib in current git' '[' -f base-artifacts/git/newlib_rev ']' ++ set -euf -o pipefail +x +++ cat base-artifacts/git/newlib_rev ++ git -C newlib show --no-patch --pretty=%ct 3bafe2fae7a0878598a82777c623edb2faa70b74 + base_d=1701884809 ++ get_current_component_date newlib ++ set -euf -o pipefail ++ assert_with_msg 'ERROR: No newlib in current git' '[' -f artifacts/git/newlib_rev ']' ++ set -euf -o pipefail +x +++ cat artifacts/git/newlib_rev ++ git -C newlib show --no-patch --pretty=%ct 17a6aff334a20f63cb7f428a36dad0c8ebbdab5d + cur_d=1702575013 + '[' x1701884809 '!=' x ']' + '[' x1702575013 = x ']' + '[' 1702575013 -lt 1701884809 ']' + '[' x1702575013 = x ']' + '[' 1702575013 -gt 1702668330 ']' + for c in $(get_current_manifest "{rr[components]}") ++ get_baseline_component_date gdb ++ set -euf -o pipefail ++ local base_artifacts=base-artifacts ++ assert_with_msg 'ERROR: No gdb in current git' '[' -f base-artifacts/git/gdb_rev ']' ++ set -euf -o pipefail +x +++ cat base-artifacts/git/gdb_rev ++ git -C gdb show --no-patch --pretty=%ct 80ffe7226459e3edf840d0c23462d93cb560d2de + base_d=1702393034 ++ get_current_component_date gdb ++ set -euf -o pipefail ++ assert_with_msg 'ERROR: No gdb in current git' '[' -f artifacts/git/gdb_rev ']' ++ set -euf -o pipefail +x +++ cat artifacts/git/gdb_rev ++ git -C gdb show --no-patch --pretty=%ct c5a473d789d815c8f03f3ef9fc6df5ccfc40a468 + cur_d=1702654658 + '[' x1702393034 '!=' x ']' + '[' x1702654658 = x ']' + '[' 1702654658 -lt 1702393034 ']' + '[' x1702654658 = x ']' + '[' 1702654658 -gt 1702668330 ']' + for c in $(get_current_manifest "{rr[components]}") ++ get_baseline_component_date qemu ++ set -euf -o pipefail ++ local base_artifacts=base-artifacts ++ assert_with_msg 'ERROR: No qemu in current git' '[' -f base-artifacts/git/qemu_rev ']' ++ set -euf -o pipefail +x +++ cat base-artifacts/git/qemu_rev ++ git -C qemu show --no-patch --pretty=%ct 9c74490bff6c8886a922008d0c9ce6cae70dd17e + base_d=1701891260 ++ get_current_component_date qemu ++ set -euf -o pipefail ++ assert_with_msg 'ERROR: No qemu in current git' '[' -f artifacts/git/qemu_rev ']' ++ set -euf -o pipefail +x +++ cat artifacts/git/qemu_rev ++ git -C qemu show --no-patch --pretty=%ct 039afc5ef7367fbc8fb475580c291c2655e856cb + cur_d=1702418073 + '[' x1701891260 '!=' x ']' + '[' x1702418073 = x ']' + '[' 1702418073 -lt 1701891260 ']' + '[' x1702418073 = x ']' + '[' 1702418073 -gt 1702668330 ']' + assert_with_msg 'Failed to produce results_date' '[' 1702668330 -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=1702135852 + '[' 1702135852 '!=' '' ']' + assert '[' 1702668330 -ge 1702135852 ']' + set -euf -o pipefail +x + '[' 1702668330 -gt 1702135852 ']' + results_date=1702402091 + rr[results_date]=1702402091 + cat + manifest_out + cat ++ get_current_manifest '{rr[results_date]}' ++ get_manifest artifacts/manifest.sh '{rr[results_date]}' ++ set +x + results_date=1702402091 ++ date '+%Y-%m-%d %H:%M:%S' --date @1702402091 + results_date='2023-12-12 17:28:11' + 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_gnu_embed_build--master-thumb_m23_eabi-build/74/ tcwg_gnu_embed_build master-thumb_m23_eabi '2023-12-12 17:28:11' artifacts/sumfiles artifacts/notify/lnt_report.json + local build_url=https://ci.linaro.org/job/tcwg_gnu_embed_build--master-thumb_m23_eabi-build/74/ + local ci_project=tcwg_gnu_embed_build + local ci_config=master-thumb_m23_eabi + local 'results_date=2023-12-12 17:28:11' + local sumfiles_dir=artifacts/sumfiles + local output_file=artifacts/notify/lnt_report.json + local -a sumfiles + readarray -t -d '' sumfiles ++ find artifacts/sumfiles -name '*.sum' -print0 find: ‘artifacts/sumfiles’: No such file or directory + '[' 0 = 0 ']' + return # release_testresults_files ... Done + false + true + release_testresults_files + echo '# release_testresults_files' + '[' -d artifacts/jenkins ']' + '[' -f artifacts/testresults/testresults-mail-recipients.txt ']' + echo '... Done' + post_to_jira # post_to_jira + set -euf -o pipefail + echo '# post_to_jira' + local post_card_comment=false + local post_template_comment=false + false + false + false Full stage ran successfully. + echo 'Full stage ran successfully.'