Started by user snail Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on docker-jenkins-agent in workspace /home/jenkins/agent/workspace/gcc-patch [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [WS-CLEANUP] Done The recommended git tool is: NONE using credential 0adb5fc7-caa2-429d-97d2-c7fa2fa1d884 Cloning the remote Git repository Using shallow clone with depth 1 Avoid fetching tags Cloning repository git@github.com:wangliu-iscas/gcc-patch.git/ > git init /home/jenkins/agent/workspace/gcc-patch # timeout=10 Fetching upstream changes from git@github.com:wangliu-iscas/gcc-patch.git/ > git --version # timeout=10 > git --version # 'git version 2.37.2' using GIT_SSH to set credentials patchwork github wangliu-iscas git ssh key Verifying host key using known hosts file, will automatically accept unseen keys > git fetch --no-tags --force --progress --depth=1 -- git@github.com:wangliu-iscas/gcc-patch.git/ +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:wangliu-iscas/gcc-patch.git/ # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision 18981635127c6701733dc052aa054e569271b733 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 18981635127c6701733dc052aa054e569271b733 # timeout=10 Commit message: "c: C2x storage class specifiers in compound literals" > git rev-list --no-walk 18981635127c6701733dc052aa054e569271b733 # timeout=10 [EnvInject] - Mask passwords that will be passed as build parameters. [EnvInject] - Executing scripts and injecting environment variables after the SCM step. [EnvInject] - Injecting as environment variables the properties content GITHUB_REPO=https://github.com/wangliu-iscas/ PATCHWORK_URL=https://patchwork.plctlab.org [EnvInject] - Variables injected successfully. [gcc-patch] $ /usr/bin/env bash /tmp/jenkins1739451664632014125.sh + git config pull.rebase false + git fetch origin master From github.com:wangliu-iscas/gcc-patch * branch master -> FETCH_HEAD + git checkout master Switched to a new branch 'master' branch 'master' set up to track 'origin/master'. + git pull origin master From github.com:wangliu-iscas/gcc-patch * branch master -> FETCH_HEAD Already up to date. + git fetch origin upstream-master From github.com:wangliu-iscas/gcc-patch * branch upstream-master -> FETCH_HEAD + git checkout upstream-master Switched to a new branch 'upstream-master' branch 'upstream-master' set up to track 'origin/upstream-master'. + git remote add upstream https://github.com/gcc-mirror/gcc.git + git pull upstream master From https://github.com/gcc-mirror/gcc * branch master -> FETCH_HEAD * [new branch] master -> upstream/master Updating 189816351..98fef35ad Fast-forward gcc/builtin-types.def | 4 + gcc/builtins.def | 1 + gcc/c-family/c-common.def | 7 +- gcc/c-family/c-cppbuiltin.cc | 21 ++- gcc/c-family/c-lex.cc | 21 ++- gcc/c-family/c-opts.cc | 12 +- gcc/c/c-typeck.cc | 3 + gcc/config/i386/i386-builtin-types.def | 2 +- gcc/config/i386/i386-builtins.cc | 17 +- gcc/config/i386/i386.cc | 63 +------ gcc/config/i386/i386.md | 81 ++++++++ gcc/cp/call.cc | 190 +++++++++++++++---- gcc/cp/constexpr.cc | 16 ++ gcc/cp/cp-gimplify.cc | 5 + gcc/cp/cp-tree.h | 2 + gcc/cp/parser.cc | 4 +- gcc/cp/pt.cc | 22 +++ gcc/cp/typeck.cc | 203 ++++++++++++++++++--- gcc/doc/invoke.texi | 10 +- gcc/expmed.cc | 2 +- gcc/expmed.h | 2 + gcc/expr.cc | 150 ++++++++++++++- gcc/fold-const-call.cc | 1 + gcc/testsuite/c-c++-common/dfp/compare-eq-const.c | 1 + gcc/testsuite/c-c++-common/dfp/convert-bfp-10.c | 1 + gcc/testsuite/g++.dg/cpp0x/nsdmi-union1.C | 4 +- gcc/testsuite/g++.dg/cpp0x/variadic-tuple.C | 1 + gcc/testsuite/g++.dg/cpp1y/pr68180.C | 2 +- gcc/testsuite/g++.dg/cpp1z/constexpr-96862.C | 2 +- gcc/testsuite/g++.dg/cpp1z/decomp12.C | 4 +- gcc/testsuite/g++.dg/gcov/gcov-1.C | 8 +- gcc/testsuite/g++.dg/other/thunk1.C | 1 + gcc/testsuite/g++.dg/vect/pr64410.cc | 1 + gcc/testsuite/g++.dg/vect/pr89653.cc | 1 + gcc/testsuite/g++.old-deja/g++.brendan/copy9.C | 1 + gcc/testsuite/g++.old-deja/g++.brendan/overload7.C | 1 + .../g++.target/i386/bfloat_cpp_typecheck.C | 4 +- gcc/testsuite/g++.target/i386/excess-precision-1.C | 6 + .../g++.target/i386/excess-precision-10.C | 6 + .../g++.target/i386/excess-precision-11.C | 105 +++++++++++ .../g++.target/i386/excess-precision-12.C | 20 ++ gcc/testsuite/g++.target/i386/excess-precision-2.C | 5 + gcc/testsuite/g++.target/i386/excess-precision-3.C | 6 + gcc/testsuite/g++.target/i386/excess-precision-4.C | 7 + gcc/testsuite/g++.target/i386/excess-precision-5.C | 32 ++++ gcc/testsuite/g++.target/i386/excess-precision-6.C | 19 ++ gcc/testsuite/g++.target/i386/excess-precision-8.C | 7 + gcc/testsuite/gcc.dg/torture/bfloat16-basic.c | 11 ++ .../torture/bfloat16-builtin-issignaling-1.c | 21 +++ gcc/testsuite/gcc.dg/torture/bfloat16-builtin.c | 47 +++++ gcc/testsuite/gcc.dg/torture/bfloat16-complex.c | 61 +++++++ .../gcc.dg/torture/builtin-issignaling-1.c | 47 +++-- gcc/testsuite/gcc.dg/torture/floatn-basic.h | 18 +- gcc/testsuite/gcc.misc-tests/gcov-4.c | 30 ++- gcc/testsuite/gcc.target/i386/excess-precision-1.c | 6 + .../gcc.target/i386/excess-precision-10.c | 6 + gcc/testsuite/gcc.target/i386/excess-precision-2.c | 6 + gcc/testsuite/gcc.target/i386/excess-precision-3.c | 10 + gcc/testsuite/gcc.target/i386/excess-precision-7.c | 6 + gcc/testsuite/gcc.target/i386/excess-precision-8.c | 6 + gcc/testsuite/gcc.target/i386/excess-precision-9.c | 6 + .../i386/sse2-bfloat16-scalar-typecheck.c | 196 ++++++++++---------- .../gcc.target/i386/vect-bfloat16-typecheck_1.c | 100 +++++----- .../gcc.target/i386/vect-bfloat16-typecheck_2.c | 98 +++++----- gcc/testsuite/lib/target-supports.exp | 16 ++ gcc/tree-core.h | 3 + gcc/tree.cc | 26 ++- gcc/tree.h | 1 + libcpp/expr.cc | 23 ++- libcpp/include/cpplib.h | 1 + libgcc/config/i386/32/sfp-machine.h | 1 + libgcc/config/i386/64/sfp-machine.h | 1 + libgcc/config/i386/libgcc-glibc.ver | 10 + libgcc/config/i386/sfp-machine.h | 1 + libgcc/config/i386/t-softfp | 11 +- libgcc/soft-fp/brain.h | 172 +++++++++++++++++ libgcc/soft-fp/extendbfsf2.c | 49 +++++ libgcc/soft-fp/truncbfhf2.c | 75 ++++++++ libgcc/soft-fp/truncdfbf2.c | 52 ++++++ libgcc/soft-fp/trunchfbf2.c | 58 ++++++ libgcc/soft-fp/truncsfbf2.c | 48 +++++ libgcc/soft-fp/trunctfbf2.c | 52 ++++++ libgcc/soft-fp/truncxfbf2.c | 52 ++++++ libiberty/cp-demangle.c | 14 +- libiberty/cp-demangle.h | 2 +- libiberty/testsuite/demangle-expected | 4 + 86 files changed, 2029 insertions(+), 402 deletions(-) create mode 100644 gcc/testsuite/g++.target/i386/excess-precision-1.C create mode 100644 gcc/testsuite/g++.target/i386/excess-precision-10.C create mode 100644 gcc/testsuite/g++.target/i386/excess-precision-11.C create mode 100644 gcc/testsuite/g++.target/i386/excess-precision-12.C create mode 100644 gcc/testsuite/g++.target/i386/excess-precision-2.C create mode 100644 gcc/testsuite/g++.target/i386/excess-precision-3.C create mode 100644 gcc/testsuite/g++.target/i386/excess-precision-4.C create mode 100644 gcc/testsuite/g++.target/i386/excess-precision-5.C create mode 100644 gcc/testsuite/g++.target/i386/excess-precision-6.C create mode 100644 gcc/testsuite/g++.target/i386/excess-precision-8.C create mode 100644 gcc/testsuite/gcc.dg/torture/bfloat16-basic.c create mode 100644 gcc/testsuite/gcc.dg/torture/bfloat16-builtin-issignaling-1.c create mode 100644 gcc/testsuite/gcc.dg/torture/bfloat16-builtin.c create mode 100644 gcc/testsuite/gcc.dg/torture/bfloat16-complex.c create mode 100644 libgcc/soft-fp/brain.h create mode 100644 libgcc/soft-fp/extendbfsf2.c create mode 100644 libgcc/soft-fp/truncbfhf2.c create mode 100644 libgcc/soft-fp/truncdfbf2.c create mode 100644 libgcc/soft-fp/trunchfbf2.c create mode 100644 libgcc/soft-fp/truncsfbf2.c create mode 100644 libgcc/soft-fp/trunctfbf2.c create mode 100644 libgcc/soft-fp/truncxfbf2.c + git push -u origin upstream-master To github.com:wangliu-iscas/gcc-patch.git/ 189816351..98fef35ad upstream-master -> upstream-master branch 'upstream-master' set up to track 'origin/upstream-master'. + git checkout master Switched to branch 'master' Your branch is up to date with 'origin/master'. + git merge upstream-master Updating 189816351..98fef35ad Fast-forward gcc/builtin-types.def | 4 + gcc/builtins.def | 1 + gcc/c-family/c-common.def | 7 +- gcc/c-family/c-cppbuiltin.cc | 21 ++- gcc/c-family/c-lex.cc | 21 ++- gcc/c-family/c-opts.cc | 12 +- gcc/c/c-typeck.cc | 3 + gcc/config/i386/i386-builtin-types.def | 2 +- gcc/config/i386/i386-builtins.cc | 17 +- gcc/config/i386/i386.cc | 63 +------ gcc/config/i386/i386.md | 81 ++++++++ gcc/cp/call.cc | 190 +++++++++++++++---- gcc/cp/constexpr.cc | 16 ++ gcc/cp/cp-gimplify.cc | 5 + gcc/cp/cp-tree.h | 2 + gcc/cp/parser.cc | 4 +- gcc/cp/pt.cc | 22 +++ gcc/cp/typeck.cc | 203 ++++++++++++++++++--- gcc/doc/invoke.texi | 10 +- gcc/expmed.cc | 2 +- gcc/expmed.h | 2 + gcc/expr.cc | 150 ++++++++++++++- gcc/fold-const-call.cc | 1 + gcc/testsuite/c-c++-common/dfp/compare-eq-const.c | 1 + gcc/testsuite/c-c++-common/dfp/convert-bfp-10.c | 1 + gcc/testsuite/g++.dg/cpp0x/nsdmi-union1.C | 4 +- gcc/testsuite/g++.dg/cpp0x/variadic-tuple.C | 1 + gcc/testsuite/g++.dg/cpp1y/pr68180.C | 2 +- gcc/testsuite/g++.dg/cpp1z/constexpr-96862.C | 2 +- gcc/testsuite/g++.dg/cpp1z/decomp12.C | 4 +- gcc/testsuite/g++.dg/gcov/gcov-1.C | 8 +- gcc/testsuite/g++.dg/other/thunk1.C | 1 + gcc/testsuite/g++.dg/vect/pr64410.cc | 1 + gcc/testsuite/g++.dg/vect/pr89653.cc | 1 + gcc/testsuite/g++.old-deja/g++.brendan/copy9.C | 1 + gcc/testsuite/g++.old-deja/g++.brendan/overload7.C | 1 + .../g++.target/i386/bfloat_cpp_typecheck.C | 4 +- gcc/testsuite/g++.target/i386/excess-precision-1.C | 6 + .../g++.target/i386/excess-precision-10.C | 6 + .../g++.target/i386/excess-precision-11.C | 105 +++++++++++ .../g++.target/i386/excess-precision-12.C | 20 ++ gcc/testsuite/g++.target/i386/excess-precision-2.C | 5 + gcc/testsuite/g++.target/i386/excess-precision-3.C | 6 + gcc/testsuite/g++.target/i386/excess-precision-4.C | 7 + gcc/testsuite/g++.target/i386/excess-precision-5.C | 32 ++++ gcc/testsuite/g++.target/i386/excess-precision-6.C | 19 ++ gcc/testsuite/g++.target/i386/excess-precision-8.C | 7 + gcc/testsuite/gcc.dg/torture/bfloat16-basic.c | 11 ++ .../torture/bfloat16-builtin-issignaling-1.c | 21 +++ gcc/testsuite/gcc.dg/torture/bfloat16-builtin.c | 47 +++++ gcc/testsuite/gcc.dg/torture/bfloat16-complex.c | 61 +++++++ .../gcc.dg/torture/builtin-issignaling-1.c | 47 +++-- gcc/testsuite/gcc.dg/torture/floatn-basic.h | 18 +- gcc/testsuite/gcc.misc-tests/gcov-4.c | 30 ++- gcc/testsuite/gcc.target/i386/excess-precision-1.c | 6 + .../gcc.target/i386/excess-precision-10.c | 6 + gcc/testsuite/gcc.target/i386/excess-precision-2.c | 6 + gcc/testsuite/gcc.target/i386/excess-precision-3.c | 10 + gcc/testsuite/gcc.target/i386/excess-precision-7.c | 6 + gcc/testsuite/gcc.target/i386/excess-precision-8.c | 6 + gcc/testsuite/gcc.target/i386/excess-precision-9.c | 6 + .../i386/sse2-bfloat16-scalar-typecheck.c | 196 ++++++++++---------- .../gcc.target/i386/vect-bfloat16-typecheck_1.c | 100 +++++----- .../gcc.target/i386/vect-bfloat16-typecheck_2.c | 98 +++++----- gcc/testsuite/lib/target-supports.exp | 16 ++ gcc/tree-core.h | 3 + gcc/tree.cc | 26 ++- gcc/tree.h | 1 + libcpp/expr.cc | 23 ++- libcpp/include/cpplib.h | 1 + libgcc/config/i386/32/sfp-machine.h | 1 + libgcc/config/i386/64/sfp-machine.h | 1 + libgcc/config/i386/libgcc-glibc.ver | 10 + libgcc/config/i386/sfp-machine.h | 1 + libgcc/config/i386/t-softfp | 11 +- libgcc/soft-fp/brain.h | 172 +++++++++++++++++ libgcc/soft-fp/extendbfsf2.c | 49 +++++ libgcc/soft-fp/truncbfhf2.c | 75 ++++++++ libgcc/soft-fp/truncdfbf2.c | 52 ++++++ libgcc/soft-fp/trunchfbf2.c | 58 ++++++ libgcc/soft-fp/truncsfbf2.c | 48 +++++ libgcc/soft-fp/trunctfbf2.c | 52 ++++++ libgcc/soft-fp/truncxfbf2.c | 52 ++++++ libiberty/cp-demangle.c | 14 +- libiberty/cp-demangle.h | 2 +- libiberty/testsuite/demangle-expected | 4 + 86 files changed, 2029 insertions(+), 402 deletions(-) create mode 100644 gcc/testsuite/g++.target/i386/excess-precision-1.C create mode 100644 gcc/testsuite/g++.target/i386/excess-precision-10.C create mode 100644 gcc/testsuite/g++.target/i386/excess-precision-11.C create mode 100644 gcc/testsuite/g++.target/i386/excess-precision-12.C create mode 100644 gcc/testsuite/g++.target/i386/excess-precision-2.C create mode 100644 gcc/testsuite/g++.target/i386/excess-precision-3.C create mode 100644 gcc/testsuite/g++.target/i386/excess-precision-4.C create mode 100644 gcc/testsuite/g++.target/i386/excess-precision-5.C create mode 100644 gcc/testsuite/g++.target/i386/excess-precision-6.C create mode 100644 gcc/testsuite/g++.target/i386/excess-precision-8.C create mode 100644 gcc/testsuite/gcc.dg/torture/bfloat16-basic.c create mode 100644 gcc/testsuite/gcc.dg/torture/bfloat16-builtin-issignaling-1.c create mode 100644 gcc/testsuite/gcc.dg/torture/bfloat16-builtin.c create mode 100644 gcc/testsuite/gcc.dg/torture/bfloat16-complex.c create mode 100644 libgcc/soft-fp/brain.h create mode 100644 libgcc/soft-fp/extendbfsf2.c create mode 100644 libgcc/soft-fp/truncbfhf2.c create mode 100644 libgcc/soft-fp/truncdfbf2.c create mode 100644 libgcc/soft-fp/trunchfbf2.c create mode 100644 libgcc/soft-fp/truncsfbf2.c create mode 100644 libgcc/soft-fp/trunctfbf2.c create mode 100644 libgcc/soft-fp/truncxfbf2.c + git push -u origin master To github.com:wangliu-iscas/gcc-patch.git/ 189816351..98fef35ad master -> master branch 'master' set up to track 'origin/master'. + branchname=series1887-patch2530 ++ git branch -a ++ grep 'series1887-patch2530$' + checkbranch= + checkbranchresult=null + '[' null = series1887-patch2530 ']' + git checkout -b series1887-patch2530 Switched to a new branch 'series1887-patch2530' ++ curl https://patchwork.plctlab.org/api/1.2/series/1887/ % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1350 100 1350 0 0 38571 0 --:--:-- --:--:-- --:--:-- 38571 + series_response='{"id":1887,"url":"https://patchwork.plctlab.org/api/1.2/series/1887/","web_url":"https://patchwork.plctlab.org/project/gcc-patch/list/?series=1887","project":{"id":1,"url":"https://patchwork.plctlab.org/api/1.2/projects/1/","name":"gcc-patch","link_name":"gcc-patch","list_id":"gcc-patches.gcc.gnu.org","list_email":"gcc-patches@gcc.gnu.org","web_url":"https://gcc.gnu.org/mailman/listinfo/gcc-patches","scm_url":"","webscm_url":"","list_archive_url":"","list_archive_url_format":"","commit_url_format":""},"name":"[committed] wwwdocs: *: Consistently format around ","date":"2022-10-14T06:28:16","submitter":{"id":29,"url":"https://patchwork.plctlab.org/api/1.2/people/29/","name":"Gerald Pfeifer","email":"gerald@pfeifer.com"},"version":1,"total":1,"received_total":1,"received_all":true,"mbox":"https://patchwork.plctlab.org/series/1887/mbox/","cover_letter":null,"patches":[{"id":2530,"url":"https://patchwork.plctlab.org/api/1.2/patches/2530/","web_url":"https://patchwork.plctlab.org/project/gcc-patch/patch/20221014062821.BE43833EEA@hamza.pair.com/","msgid":"<20221014062821.BE43833EEA@hamza.pair.com>","list_archive_url":null,"date":"2022-10-14T06:28:16","name":"[committed] wwwdocs: *: Consistently format around ","mbox":"https://patchwork.plctlab.org/project/gcc-patch/patch/20221014062821.BE43833EEA@hamza.pair.com/mbox/"}]}' ++ echo '{"id":1887,"url":"https://patchwork.plctlab.org/api/1.2/series/1887/","web_url":"https://patchwork.plctlab.org/project/gcc-patch/list/?series=1887","project":{"id":1,"url":"https://patchwork.plctlab.org/api/1.2/projects/1/","name":"gcc-patch","link_name":"gcc-patch","list_id":"gcc-patches.gcc.gnu.org","list_email":"gcc-patches@gcc.gnu.org","web_url":"https://gcc.gnu.org/mailman/listinfo/gcc-patches","scm_url":"","webscm_url":"","list_archive_url":"","list_archive_url_format":"","commit_url_format":""},"name":"[committed] wwwdocs: *: Consistently format around ","date":"2022-10-14T06:28:16","submitter":{"id":29,"url":"https://patchwork.plctlab.org/api/1.2/people/29/","name":"Gerald Pfeifer","email":"gerald@pfeifer.com"},"version":1,"total":1,"received_total":1,"received_all":true,"mbox":"https://patchwork.plctlab.org/series/1887/mbox/","cover_letter":null,"patches":[{"id":2530,"url":"https://patchwork.plctlab.org/api/1.2/patches/2530/","web_url":"https://patchwork.plctlab.org/project/gcc-patch/patch/20221014062821.BE43833EEA@hamza.pair.com/","msgid":"<20221014062821.BE43833EEA@hamza.pair.com>","list_archive_url":null,"date":"2022-10-14T06:28:16","name":"[committed] wwwdocs: *: Consistently format around ","mbox":"https://patchwork.plctlab.org/project/gcc-patch/patch/20221014062821.BE43833EEA@hamza.pair.com/mbox/"}]}' ++ jq '.patches[] | (.id|tostring) + "," + .mbox' + patchid_patchurl='"2530,https://patchwork.plctlab.org/project/gcc-patch/patch/20221014062821.BE43833EEA@hamza.pair.com/mbox/"' + echo '"2530,https://patchwork.plctlab.org/project/gcc-patch/patch/20221014062821.BE43833EEA@hamza.pair.com/mbox/"' + IFS=, + read -r series_patch_id series_patch_url ++ echo '"2530' ++ sed 's/"//g' + series_patch_id=2530 ++ echo 'https://patchwork.plctlab.org/project/gcc-patch/patch/20221014062821.BE43833EEA@hamza.pair.com/mbox/"' ++ sed 's/"//g' + series_patch_url=https://patchwork.plctlab.org/project/gcc-patch/patch/20221014062821.BE43833EEA@hamza.pair.com/mbox/ ++ git rev-parse HEAD + commitid_before=98fef35ad1d017bb86f50afe69e25c128a1a1be2 + eval '+++ declare -p bout bret declare -- bout="Applying: wwwdocs: *: Consistently format around error: sha1 information is lacking or useless (htdocs/gcc-4.1/criteria.html). error: could not build fake ancestor hint: Use '\''git am --show-current-patch=diff'\'' to see the failed patch Patch failed at 0001 wwwdocs: *: Consistently format around When you have resolved this problem, run \"git am --continue\". If you prefer to skip this patch, run \"git am --skip\" instead. To restore the original branch and stop patching, run \"git am --abort\"." declare -- bret="128" ++ berr='\''++++ git_am https://patchwork.plctlab.org/project/gcc-patch/patch/20221014062821.BE43833EEA@hamza.pair.com/mbox/ ++++ patch_url=https://patchwork.plctlab.org/project/gcc-patch/patch/20221014062821.BE43833EEA@hamza.pair.com/mbox/ ++++ curl https://patchwork.plctlab.org/project/gcc-patch/patch/20221014062821.BE43833EEA@hamza.pair.com/mbox/ ++++ git am -3 --empty=drop % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 93 12948 93 12077 0 0 327k 0 --:--:-- --:--:-- --:--:-- 318k 100 12948 100 12948 0 0 308k 0 --:--:-- --:--:-- --:--:-- 301k +++ bout='\''\'\'''\''Applying: wwwdocs: *: Consistently format around error: sha1 information is lacking or useless (htdocs/gcc-4.1/criteria.html). error: could not build fake ancestor hint: Use '\''\'\'''\''\'\''\'\'''\'''\''\'\'''\''git am --show-current-patch=diff'\''\'\'''\''\'\''\'\'''\'''\''\'\'''\'' to see the failed patch Patch failed at 0001 wwwdocs: *: Consistently format around When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort".'\''\'\'''\'' +++ bret=128'\'' ++ declare -p berr declare -- berr="++++ git_am https://patchwork.plctlab.org/project/gcc-patch/patch/20221014062821.BE43833EEA@hamza.pair.com/mbox/ ++++ patch_url=https://patchwork.plctlab.org/project/gcc-patch/patch/20221014062821.BE43833EEA@hamza.pair.com/mbox/ ++++ curl https://patchwork.plctlab.org/project/gcc-patch/patch/20221014062821.BE43833EEA@hamza.pair.com/mbox/ ++++ git am -3 --empty=drop % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 93 12948 93 12077 0 0 327k 0 --:--:-- --:--:-- --:--:-- 318k 100 12948 100 12948 0 0 308k 0 --:--:-- --:--:-- --:--:-- 301k +++ bout='\''Applying: wwwdocs: *: Consistently format around error: sha1 information is lacking or useless (htdocs/gcc-4.1/criteria.html). error: could not build fake ancestor hint: Use '\''\\'\'''\''git am --show-current-patch=diff'\''\\'\'''\'' to see the failed patch Patch failed at 0001 wwwdocs: *: Consistently format around When you have resolved this problem, run \"git am --continue\". If you prefer to skip this patch, run \"git am --skip\" instead. To restore the original branch and stop patching, run \"git am --abort\".'\'' +++ bret=128"' ++ +++ declare -p bout bret /tmp/jenkins1739451664632014125.sh: line 85: +++: command not found ++ declare -- 'bout=Applying: wwwdocs: *: Consistently format around error: sha1 information is lacking or useless (htdocs/gcc-4.1/criteria.html). error: could not build fake ancestor hint: Use '\''git am --show-current-patch=diff'\'' to see the failed patch Patch failed at 0001 wwwdocs: *: Consistently format around When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort".' ++ declare -- bret=128 ++ ++ 'berr=++++ git_am https://patchwork.plctlab.org/project/gcc-patch/patch/20221014062821.BE43833EEA@hamza.pair.com/mbox/ ++++ patch_url=https://patchwork.plctlab.org/project/gcc-patch/patch/20221014062821.BE43833EEA@hamza.pair.com/mbox/ ++++ curl https://patchwork.plctlab.org/project/gcc-patch/patch/20221014062821.BE43833EEA@hamza.pair.com/mbox/ ++++ git am -3 --empty=drop % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 93 12948 93 12077 0 0 327k 0 --:--:-- --:--:-- --:--:-- 318k 100 12948 100 12948 0 0 308k 0 --:--:-- --:--:-- --:--:-- 301k +++ bout='\''Applying: wwwdocs: *: Consistently format around error: sha1 information is lacking or useless (htdocs/gcc-4.1/criteria.html). error: could not build fake ancestor hint: Use '\''\'\'''\''git am --show-current-patch=diff'\''\'\'''\'' to see the failed patch Patch failed at 0001 wwwdocs: *: Consistently format around When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort".'\'' +++ bret=128' /tmp/jenkins1739451664632014125.sh: line 110: ++: command not found ++ ++ declare -p berr /tmp/jenkins1739451664632014125.sh: line 111: ++: command not found ++ declare -- 'berr=++++ git_am https://patchwork.plctlab.org/project/gcc-patch/patch/20221014062821.BE43833EEA@hamza.pair.com/mbox/ ++++ patch_url=https://patchwork.plctlab.org/project/gcc-patch/patch/20221014062821.BE43833EEA@hamza.pair.com/mbox/ ++++ curl https://patchwork.plctlab.org/project/gcc-patch/patch/20221014062821.BE43833EEA@hamza.pair.com/mbox/ ++++ git am -3 --empty=drop % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 93 12948 93 12077 0 0 327k 0 --:--:-- --:--:-- --:--:-- 318k 100 12948 100 12948 0 0 308k 0 --:--:-- --:--:-- --:--:-- 301k +++ bout='\''Applying: wwwdocs: *: Consistently format around error: sha1 information is lacking or useless (htdocs/gcc-4.1/criteria.html). error: could not build fake ancestor hint: Use '\''\'\'''\''git am --show-current-patch=diff'\''\'\'''\'' to see the failed patch Patch failed at 0001 wwwdocs: *: Consistently format around When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort".'\'' +++ bret=128' ++ git rev-parse HEAD + commitid_after=98fef35ad1d017bb86f50afe69e25c128a1a1be2 + '[' 128 = 0 ']' + [[ ++++ git_am https://patchwork.plctlab.org/project/gcc-patch/patch/20221014062821.BE43833EEA@hamza.pair.com/mbox/ ++++ patch_url=https://patchwork.plctlab.org/project/gcc-patch/patch/20221014062821.BE43833EEA@hamza.pair.com/mbox/ ++++ curl https://patchwork.plctlab.org/project/gcc-patch/patch/20221014062821.BE43833EEA@hamza.pair.com/mbox/ ++++ git am -3 --empty=drop % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 93 12948 93 12077 0 0 327k 0 --:--:-- --:--:-- --:--:-- 318k 100 12948 100 12948 0 0 308k 0 --:--:-- --:--:-- --:--:-- 301k +++ bout='Applying: wwwdocs: *: Consistently format around error: sha1 information is lacking or useless (htdocs/gcc-4.1/criteria.html). error: could not build fake ancestor hint: Use '\''git am --show-current-patch=diff'\'' to see the failed patch Patch failed at 0001 wwwdocs: *: Consistently format around When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort".' +++ bret=128 =~ sha1 information is lacking or useless ]] + submit_check warning Unresolved https://patchwork.plctlab.org/jenkins/job/gcc-patch/1277/consoleText 'Git am fail log' + check_state=warning + patch_state=Unresolved + repo_url=https://patchwork.plctlab.org/jenkins/job/gcc-patch/1277/consoleText + DESCRIPTION='Git am fail log' + curl -X POST -H 'Authorization: Token [*******]' -F state=warning -F target_url=https://patchwork.plctlab.org/jenkins/job/gcc-patch/1277/consoleText -F context=gcc-patch-check -F 'description=Git am fail log' https://patchwork.plctlab.org/api/patches/2530/checks/ % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 962 100 422 100 540 7672 9818 --:--:-- --:--:-- --:--:-- 17490 {"id":954,"url":"https://patchwork.plctlab.org/api/patches/2530/checks/954/","user":{"id":1,"url":"https://patchwork.plctlab.org/api/users/1/","username":"snail","first_name":"","last_name":"","email":"wangliu@iscas.ac.cn"},"date":"2022-10-14T09:16:00.137406","state":"warning","target_url":"https://patchwork.plctlab.org/jenkins/job/gcc-patch/1277/consoleText","context":"gcc-patch-check","description":"Git am fail log"}+ curl -X PATCH -H 'Authorization: Token [*******]' -F state=Unresolved https://patchwork.plctlab.org/api/1.2/patches/2530/ % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0{"id":2530,"url":"https://patchwork.plctlab.org/api/1.2/patches/2530/","web_url":"https://patchwork.plctlab.org/project/gcc-patch/patch/20221014062821.BE43833EEA@hamza.pair.com/","project":{"id":1,"url":"https://patchwork.plctlab.org/api/1.2/projects/1/","name":"gcc-patch","link_name":"gcc-patch","list_id":"gcc-patches.gcc.gnu.org","list_email":"gcc-patches@gcc.gnu.org","web_url":"https://gcc.gnu.org/mailman/listinfo/gcc-patches","scm_url":"","webscm_url":"","list_archive_url":"","list_archive_url_format":"","commit_url_format":""},"msgid":"<20221014062821.BE43833EEA@hamza.pair.com>","list_archive_url":null,"date":"2022-10-14T06:28:16","name":"[committed] wwwdocs: *: Consistently format around ","commit_ref":null,"pull_url":null,"state":"unresolved","archived":false,"hash":"a37d7b24173fc5befec47594351d2be7f4f74941","submitter":{"id":29,"url":"https://patchwork.plctlab.org/api/1.2/people/29/","name":"Gerald Pfeifer","email":"gerald@pfeifer.com"},"delegate":null,"mbox":"https://patchwork.plctlab.org/project/gcc-patch/patch/20221014062821.BE43833EEA@hamza.pair.com/mbox/","series":[{"id":1887,"url":"https://patchwork.plctlab.org/api/1.2/series/1887/","web_url":"https://patchwork.plctlab.org/project/gcc-patch/list/?series=1887","date":"2022-10-14T06:28:16","name":"[committed] wwwdocs: *: Consistently format around ","version":1,"mbox":"https://patchwork.plctlab.org/series/1887/mbox/"}],"comments":"https://patchwork.plctlab.org/api/patches/2530/comments/","check":"warning","checks":"https://patchwork.plctlab.org/api/patches/2530/checks/","tags":{},"headers":{"Return-Path":"","Delivered-To":["ouuuleilei@gmail.com","gcc-patches@gcc.gnu.org"],"Received":["by 2002:a5d:4ac7:0:0:0:0:0 with SMTP id y7csp30196wrs;\n Thu, 13 Oct 2022 23:28:49 -0700 (PDT)","from sourceware.org (server2.sourceware.org. [8.43.85.97])\n by mx.google.com with ESMTPS id\n hg2-20020a1709072cc200b0078372cf516csi1648420ejc.229.2022.10.13.23.28.48\n for \n (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);\n Thu, 13 Oct 2022 23:28:48 -0700 (PDT)","from server2.sourceware.org (localhost [IPv6:::1])\n\tby sourceware.org (Postfix) with ESMTP id 429E33857423\n\tfor ; Fri, 14 Oct 2022 06:28:45 +0000 (GMT)","from hamza.pair.com (hamza.pair.com [209.68.5.143])\n by sourceware.org (Postfix) with ESMTPS id 34B6F3858C56\n for ; Fri, 14 Oct 2022 06:28:22 +0000 (GMT)","from hamza.pair.com (localhost [127.0.0.1])\n by hamza.pair.com (Postfix) with ESMTP id BE43833EEA\n for ; Fri, 14 Oct 2022 02:28:21 -0400 (EDT)","from [172.20.15.200] (host-62-245-134-132.customer.m-online.net\n [62.245.134.132])\n (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)\n key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest\n SHA256)\n (No client certificate requested)\n by hamza.pair.com (Postfix) with ESMTPSA id 5CB6933EEF\n for ; Fri, 14 Oct 2022 02:28:21 -0400 (EDT)"],"X-Google-Smtp-Source":"\n AMsMyM6C+prK7SS2JXHKZsL4FC1aTQDq/jmNTtG8EaDIkTIehGdu3n1Q9XqBqEVTblfz0i7XIo1Z","X-Received":"by 2002:aa7:c607:0:b0:458:fe72:4756 with SMTP id\n h7-20020aa7c607000000b00458fe724756mr2993068edq.423.1665728928917;\n Thu, 13 Oct 2022 23:28:48 -0700 (PDT)","ARC-Seal":"i=1; a=rsa-sha256; t=1665728928; cv=none;\n d=google.com; s=arc-20160816;\n b=foOVqfJ0G4hZ+ZdBXZqReyhNniYFDb6B07HA8A0i2EpyMzXJjRTuVwjM1ETcFDevoh\n TQ1A6/ssjpuWTCAnK08qSc0yVg8KrfOd1bLcuWERBHyYUcyyCEAlXeQxROPJD/xQhF54\n IMCB6VydnETtP9YJY8NBR7LlWYqvGFtWCzAjbpPEIlaawjn9RPehVBPgiwn1IiS4s4h1\n B64nid4iN+6s5Ob+sFwRfXIvjliMDdk38MFHhAQ8VRlhMjtoRoksFFxSYFVzOsMFMdAh\n JZ1pwpr3wm9bguOizYYE1xwbsuTIpDZ1kIvLRVhus6qTsu1XcC4aaR1pUkT3t1FkIrrb\n o3mw==","ARC-Message-Signature":"i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com;\n s=arc-20160816;\n h=sender:errors-to:list-subscribe:list-help:list-post:list-archive\n :list-unsubscribe:list-id:precedence:message-id:mime-version:subject\n :to:from:date:dmarc-filter:delivered-to;\n bh=PWPCUyVeQQNaT4P/K/FykbKlyl/GNoOXuI6+/vgnpEk=;\n b=xb118E7EOQeH9M5VbdpmtOJQawuiEGbQYZSkWSecGVVX61VBg3DKW8KkmSbizEzCzT\n TQ1HwcKULOBJtjYPFLyYKZWHbjwj8JWPFkummb0tll9djIrbm66GOyLu237Q9zUUrrN+\n 7DHv+XWaH2IQLDZwnCh0ioJucNrbKe8hhQ4p/h6cz7ZeRvJx+kDdE2UOytv+z0cSAiUl\n q4sDGIMenWTXob8hNG5YkTEIOuxEQalPx4+PnjvTo7+MmPaoEgQ3zJVBRwuRGH7myxdb\n z9r7xb0elImikWxGV2FJeQcWu7ilj+ru7wIDsliLlfVCahMpyTx6HSOXB9FvoIkIBMxL\n YAwg==","ARC-Authentication-Results":"i=1; mx.google.com;\n spf=pass (google.com: domain of\n gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org designates 8.43.85.97 as\n permitted sender)\n smtp.mailfrom=\"gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org\"","Received-SPF":"pass (google.com: domain of\n gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org designates 8.43.85.97 as\n permitted sender) client-ip=8.43.85.97;","Authentication-Results":["mx.google.com;\n spf=pass (google.com: domain of\n gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org designates 8.43.85.97 as\n permitted sender)\n smtp.mailfrom=\"gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org\"","sourceware.org;\n dmarc=none (p=none dis=none) header.from=pfeifer.com","sourceware.org; spf=pass smtp.mailfrom=pfeifer.com"],"X-Original-To":"gcc-patches@gcc.gnu.org","DMARC-Filter":"OpenDMARC Filter v1.4.1 sourceware.org 34B6F3858C56","Date":"Fri, 14 Oct 2022 08:28:16 +0200 (CEST)","From":"Gerald Pfeifer ","To":"gcc-patches@gcc.gnu.org","Subject":"[committed] wwwdocs: *: Consistently format around ","MIME-Version":"1.0","Content-Type":"text/plain; charset=US-ASCII","X-Scanned-By":"mailmunge 3.09 on 209.68.5.143","Message-Id":"<20221014062821.BE43833EEA@hamza.pair.com>","X-Spam-Status":"No, score=-11.2 required=5.0 tests=BAYES_00, GIT_PATCH_0,\n KAM_DMARC_STATUS, KAM_SHORT, SPF_HELO_NONE, SPF_PASS,\n TXREP autolearn=ham autolearn_force=no version=3.4.6","X-Spam-Checker-Version":"SpamAssassin 3.4.6 (2021-04-09) on\n server2.sourceware.org","X-BeenThere":"gcc-patches@gcc.gnu.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"Gcc-patches mailing list ","List-Unsubscribe":",\n ","List-Archive":"","List-Post":"","List-Help":"","List-Subscribe":",\n ","Errors-To":"gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org","Sender":"\"Gcc-patches\" ","X-getmail-retrieved-from-mailbox":"=?utf-8?q?INBOX?=","X-GMAIL-THRID":"=?utf-8?q?1746643377570549226?=","X-GMAIL-MSGID":"=?utf-8?q?1746643377570549226?="},"content":"Working on some simplification for all/most pages, I noticed between \nversions 4.1 and 8 our release criteria pages consistently did not have\n on a page of its own.\n\nThat's not a problem per se, consistency is just immensely helpful if we\nwant to do mass changes across our pages, so this is a prequel to some of\nthose.\n\n(The power of \"copy & paste\". ;-)\n\nPushed.\n\nGerald\n\n---\n htdocs/gcc-4.1/criteria.html | 3 ++-\n htdocs/gcc-4.2/criteria.html | 3 ++-\n htdocs/gcc-4.3/criteria.html | 3 ++-\n htdocs/gcc-4.4/criteria.html | 3 ++-\n htdocs/gcc-4.5/criteria.html | 3 ++-\n htdocs/gcc-4.6/criteria.html | 3 ++-\n htdocs/gcc-4.7/criteria.html | 3 ++-\n htdocs/gcc-4.8/criteria.html | 3 ++-\n htdocs/gcc-4.9/criteria.html | 3 ++-\n htdocs/gcc-5/criteria.html | 3 ++-\n htdocs/gcc-6/criteria.html | 3 ++-\n htdocs/gcc-7/criteria.html | 3 ++-\n htdocs/gcc-8/criteria.html | 3 ++-\n 13 files changed, 26 insertions(+), 13 deletions(-)","diff":"diff --git a/htdocs/gcc-4.1/criteria.html b/htdocs/gcc-4.1/criteria.html\nindex c7f71a7b..39f46c90 100644\n--- a/htdocs/gcc-4.1/criteria.html\n+++ b/htdocs/gcc-4.1/criteria.html\n@@ -4,7 +4,8 @@\n \n \n GCC 4.1 Release Criteria\n- \n+\n+\n \n \n \ndiff --git a/htdocs/gcc-4.2/criteria.html b/htdocs/gcc-4.2/criteria.html\nindex 44774f75..dc3df53b 100644\n--- a/htdocs/gcc-4.2/criteria.html\n+++ b/htdocs/gcc-4.2/criteria.html\n@@ -4,7 +4,8 @@\n \n \n GCC 4.2 Release Criteria\n- \n+\n+\n \n \n \ndiff --git a/htdocs/gcc-4.3/criteria.html b/htdocs/gcc-4.3/criteria.html\nindex 52585ede..ba4838cd 100644\n--- a/htdocs/gcc-4.3/criteria.html\n+++ b/htdocs/gcc-4.3/criteria.html\n@@ -4,7 +4,8 @@\n \n \n GCC 4.3 Release Criteria\n- \n+\n+\n \n \n \ndiff --git a/htdocs/gcc-4.4/criteria.html b/htdocs/gcc-4.4/criteria.html\nindex 42e21835..cdfae6f5 100644\n--- a/htdocs/gcc-4.4/criteria.html\n+++ b/htdocs/gcc-4.4/criteria.html\n@@ -4,7 +4,8 @@\n \n \n GCC 4.4 Release Criteria\n- \n+\n+\n \n \n \ndiff --git a/htdocs/gcc-4.5/criteria.html b/htdocs/gcc-4.5/criteria.html\nindex 11e57b19..f73447d6 100644\n--- a/htdocs/gcc-4.5/criteria.html\n+++ b/htdocs/gcc-4.5/criteria.html\n@@ -4,7 +4,8 @@\n \n \n GCC 4.5 Release Criteria\n- \n+\n+\n \n \n \ndiff --git a/htdocs/gcc-4.6/criteria.html b/htdocs/gcc-4.6/criteria.html\nindex 7300b8b0..5db99c4d 100644\n--- a/htdocs/gcc-4.6/criteria.html\n+++ b/htdocs/gcc-4.6/criteria.html\n@@ -4,7 +4,8 @@\n \n \n GCC 4.6 Release Criteria\n- \n+\n+\n \n \n \ndiff --git a/htdocs/gcc-4.7/criteria.html b/htdocs/gcc-4.7/criteria.html\nindex 8cb0fe8d..1651fcc4 100644\n--- a/htdocs/gcc-4.7/criteria.html\n+++ b/htdocs/gcc-4.7/criteria.html\n@@ -4,7 +4,8 @@\n \n \n GCC 4.7 Release Criteria\n- \n+\n+\n \n \n \ndiff --git a/htdocs/gcc-4.8/criteria.html b/htdocs/gcc-4.8/criteria.html\nindex ae685014..cb2920a8 100644\n--- a/htdocs/gcc-4.8/criteria.html\n+++ b/htdocs/gcc-4.8/criteria.html\n@@ -4,7 +4,8 @@\n \n \n GCC 4.8 Release Criteria\n- \n+\ 100 15071 100 14921 100 150 191k 1973 --:--:-- --:--:-- --:--:-- 193k n+\n \n \n \ndiff --git a/htdocs/gcc-4.9/criteria.html b/htdocs/gcc-4.9/criteria.html\nindex e03dd7c8..d0c3fbac 100644\n--- a/htdocs/gcc-4.9/criteria.html\n+++ b/htdocs/gcc-4.9/criteria.html\n@@ -4,7 +4,8 @@\n \n \n GCC 4.9 Release Criteria\n- \n+\n+\n \n \n \ndiff --git a/htdocs/gcc-5/criteria.html b/htdocs/gcc-5/criteria.html\nindex d9141705..ce079db2 100644\n--- a/htdocs/gcc-5/criteria.html\n+++ b/htdocs/gcc-5/criteria.html\n@@ -4,7 +4,8 @@\n \n \n GCC 5 Release Criteria\n- \n+\n+\n \n \n \ndiff --git a/htdocs/gcc-6/criteria.html b/htdocs/gcc-6/criteria.html\nindex 1c2ddb21..441d5a69 100644\n--- a/htdocs/gcc-6/criteria.html\n+++ b/htdocs/gcc-6/criteria.html\n@@ -4,7 +4,8 @@\n \n \n GCC 6 Release Criteria\n- \n+\n+\n \n \n \ndiff --git a/htdocs/gcc-7/criteria.html b/htdocs/gcc-7/criteria.html\nindex b7371f3f..e1689e92 100644\n--- a/htdocs/gcc-7/criteria.html\n+++ b/htdocs/gcc-7/criteria.html\n@@ -4,7 +4,8 @@\n \n \n GCC 7 Release Criteria\n- \n+\n+\n \n \n \ndiff --git a/htdocs/gcc-8/criteria.html b/htdocs/gcc-8/criteria.html\nindex 6f0f8723..a273049b 100644\n--- a/htdocs/gcc-8/criteria.html\n+++ b/htdocs/gcc-8/criteria.html\n@@ -4,7 +4,8 @@\n \n \n GCC 8 Release Criteria\n- \n+\n+\n \n \n \n","prefixes":["committed"]}+ exit 1 Build step 'Execute shell' marked build as failure Finished: FAILURE