Buildbot-status
Threads by month
- ----- 2026 -----
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
November 2023
- 1 participants
- 152 discussions
☠ Buildbot (Python): python/cpython - failed test (failure) uploading test-results.xml (failure) (main)
by buildbot@python.org Nov. 8, 2023
by buildbot@python.org Nov. 8, 2023
Nov. 8, 2023
The Buildbot has detected a new failure on builder wasm32-wasi 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1046/builds/3456
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: bcannon-wasm
Build Reason: <unknown>
Blamelist: Sam Gross <colesbury(a)gmail.com>
BUILD FAILED: failed test (failure) uploading test-results.xml (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
remote: Enumerating objects: 33, done.
remote: Counting objects: 3% (1/27)
remote: Counting objects: 7% (2/27)
remote: Counting objects: 11% (3/27)
remote: Counting objects: 14% (4/27)
remote: Counting objects: 18% (5/27)
remote: Counting objects: 22% (6/27)
remote: Counting objects: 25% (7/27)
remote: Counting objects: 29% (8/27)
remote: Counting objects: 33% (9/27)
remote: Counting objects: 37% (10/27)
remote: Counting objects: 40% (11/27)
remote: Counting objects: 44% (12/27)
remote: Counting objects: 48% (13/27)
remote: Counting objects: 51% (14/27)
remote: Counting objects: 55% (15/27)
remote: Counting objects: 59% (16/27)
remote: Counting objects: 62% (17/27)
remote: Counting objects: 66% (18/27)
remote: Counting objects: 70% (19/27)
remote: Counting objects: 74% (20/27)
remote: Counting objects: 77% (21/27)
remote: Counting objects: 81% (22/27)
remote: Counting objects: 85% (23/27)
remote: Counting objects: 88% (24/27)
remote: Counting objects: 92% (25/27)
remote: Counting objects: 96% (26/27)
remote: Counting objects: 100% (27/27)
remote: Counting objects: 100% (27/27), done.
remote: Compressing objects: 10% (1/10)
remote: Compressing objects: 20% (2/10)
remote: Compressing objects: 30% (3/10)
remote: Compressing objects: 40% (4/10)
remote: Compressing objects: 50% (5/10)
remote: Compressing objects: 60% (6/10)
remote: Compressing objects: 70% (7/10)
remote: Compressing objects: 80% (8/10)
remote: Compressing objects: 90% (9/10)
remote: Compressing objects: 100% (10/10)
remote: Compressing objects: 100% (10/10), done.
remote: Total 33 (delta 17), reused 18 (delta 17), pack-reused 6
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to '31c90d5838e8d6e4c47d98500a34810ccb33a6d4'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 31c90d5838 gh-111569: Implement Python critical section API (gh-111571)
Switched to and reset branch 'main'
configure: WARNING: using cross tools not prefixed with host triplet
../../Python/ceval_gil.c:429:1: warning: unused function 'current_thread_holds_gil' [-Wunused-function]
current_thread_holds_gil(struct _gil_runtime_state *gil, PyThreadState *tstate)
^
1 warning generated.
In file included from ../../Modules/md5module.c:51:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:130:11: warning: 'htole32' macro redefined [-Wmacro-redefined]
# define htole32(x) (x)
^
/opt/wasi-sdk/bin/../share/wasi-sysroot/include/endian.h:43:9: note: previous definition is here
#define htole32(x) (uint32_t)(x)
^
In file included from ../../Modules/md5module.c:51:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:131:11: warning: 'le32toh' macro redefined [-Wmacro-redefined]
# define le32toh(x) (x)
^
/opt/wasi-sdk/bin/../share/wasi-sysroot/include/endian.h:44:9: note: previous definition is here
#define le32toh(x) (uint32_t)(x)
^
In file included from ../../Modules/md5module.c:51:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:132:11: warning: 'htobe32' macro redefined [-Wmacro-redefined]
# define htobe32(x) \
^
/opt/wasi-sdk/bin/../share/wasi-sysroot/include/endian.h:37:9: note: previous definition is here
#define htobe32(x) __bswap32(x)
^
In file included from ../../Modules/md5module.c:51:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:138:11: warning: 'be32toh' macro redefined [-Wmacro-redefined]
# define be32toh(x) (htobe32((x)))
^
/opt/wasi-sdk/bin/../share/wasi-sysroot/include/endian.h:38:9: note: previous definition is here
#define be32toh(x) __bswap32(x)
^
In file included from ../../Modules/md5module.c:51:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:140:11: warning: 'htole64' macro redefined [-Wmacro-redefined]
# define htole64(x) (x)
^
/opt/wasi-sdk/bin/../share/wasi-sysroot/include/endian.h:45:9: note: previous definition is here
#define htole64(x) (uint64_t)(x)
^
In file included from ../../Modules/md5module.c:51:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:141:11: warning: 'le64toh' macro redefined [-Wmacro-redefined]
# define le64toh(x) (x)
^
/opt/wasi-sdk/bin/../share/wasi-sysroot/include/endian.h:46:9: note: previous definition is here
#define le64toh(x) (uint64_t)(x)
^
In file included from ../../Modules/md5module.c:51:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:142:11: warning: 'htobe64' macro redefined [-Wmacro-redefined]
# define htobe64(x) \
^
/opt/wasi-sdk/bin/../share/wasi-sysroot/include/endian.h:39:9: note: previous definition is here
#define htobe64(x) __bswap64(x)
^
In file included from ../../Modules/md5module.c:51:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:149:11: warning: 'be64toh' macro redefined [-Wmacro-redefined]
# define be64toh(x) (htobe64((x)))
^
/opt/wasi-sdk/bin/../share/wasi-sysroot/include/endian.h:40:9: note: previous definition is here
#define be64toh(x) __bswap64(x)
^
8 warnings generated.
In file included from ../../Modules/sha1module.c:47:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:130:11: warning: 'htole32' macro redefined [-Wmacro-redefined]
# define htole32(x) (x)
^
/opt/wasi-sdk/bin/../share/wasi-sysroot/include/endian.h:43:9: note: previous definition is here
#define htole32(x) (uint32_t)(x)
^
In file included from ../../Modules/sha1module.c:47:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:131:11: warning: 'le32toh' macro redefined [-Wmacro-redefined]
# define le32toh(x) (x)
^
/opt/wasi-sdk/bin/../share/wasi-sysroot/include/endian.h:44:9: note: previous definition is here
#define le32toh(x) (uint32_t)(x)
^
In file included from ../../Modules/sha1module.c:47:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:132:11: warning: 'htobe32' macro redefined [-Wmacro-redefined]
# define htobe32(x) \
^
/opt/wasi-sdk/bin/../share/wasi-sysroot/include/endian.h:37:9: note: previous definition is here
#define htobe32(x) __bswap32(x)
^
In file included from ../../Modules/sha1module.c:47:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:138:11: warning: 'be32toh' macro redefined [-Wmacro-redefined]
# define be32toh(x) (htobe32((x)))
^
/opt/wasi-sdk/bin/../share/wasi-sysroot/include/endian.h:38:9: note: previous definition is here
#define be32toh(x) __bswap32(x)
^
In file included from ../../Modules/sha1module.c:47:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:140:11: warning: 'htole64' macro redefined [-Wmacro-redefined]
# define htole64(x) (x)
^
/opt/wasi-sdk/bin/../share/wasi-sysroot/include/endian.h:45:9: note: previous definition is here
#define htole64(x) (uint64_t)(x)
^
In file included from ../../Modules/sha1module.c:47:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:141:11: warning: 'le64toh' macro redefined [-Wmacro-redefined]
# define le64toh(x) (x)
^
/opt/wasi-sdk/bin/../share/wasi-sysroot/include/endian.h:46:9: note: previous definition is here
#define le64toh(x) (uint64_t)(x)
^
In file included from ../../Modules/sha1module.c:47:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:142:11: warning: 'htobe64' macro redefined [-Wmacro-redefined]
# define htobe64(x) \
^
/opt/wasi-sdk/bin/../share/wasi-sysroot/include/endian.h:39:9: note: previous definition is here
#define htobe64(x) __bswap64(x)
^
In file included from ../../Modules/sha1module.c:47:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:149:11: warning: 'be64toh' macro redefined [-Wmacro-redefined]
# define be64toh(x) (htobe64((x)))
^
/opt/wasi-sdk/bin/../share/wasi-sysroot/include/endian.h:40:9: note: previous definition is here
#define be64toh(x) __bswap64(x)
^
8 warnings generated.
In file included from ../../Modules/sha3module.c:59:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:130:11: warning: 'htole32' macro redefined [-Wmacro-redefined]
# define htole32(x) (x)
^
/opt/wasi-sdk/bin/../share/wasi-sysroot/include/endian.h:43:9: note: previous definition is here
#define htole32(x) (uint32_t)(x)
^
In file included from ../../Modules/sha3module.c:59:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:131:11: warning: 'le32toh' macro redefined [-Wmacro-redefined]
# define le32toh(x) (x)
^
/opt/wasi-sdk/bin/../share/wasi-sysroot/include/endian.h:44:9: note: previous definition is here
#define le32toh(x) (uint32_t)(x)
^
In file included from ../../Modules/sha3module.c:59:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:132:11: warning: 'htobe32' macro redefined [-Wmacro-redefined]
# define htobe32(x) \
^
/opt/wasi-sdk/bin/../share/wasi-sysroot/include/endian.h:37:9: note: previous definition is here
#define htobe32(x) __bswap32(x)
^
In file included from ../../Modules/sha3module.c:59:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:138:11: warning: 'be32toh' macro redefined [-Wmacro-redefined]
# define be32toh(x) (htobe32((x)))
^
/opt/wasi-sdk/bin/../share/wasi-sysroot/include/endian.h:38:9: note: previous definition is here
#define be32toh(x) __bswap32(x)
^
In file included from ../../Modules/sha3module.c:59:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:140:11: warning: 'htole64' macro redefined [-Wmacro-redefined]
# define htole64(x) (x)
^
/opt/wasi-sdk/bin/../share/wasi-sysroot/include/endian.h:45:9: note: previous definition is here
#define htole64(x) (uint64_t)(x)
^
In file included from ../../Modules/sha3module.c:59:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:141:11: warning: 'le64toh' macro redefined [-Wmacro-redefined]
# define le64toh(x) (x)
^
/opt/wasi-sdk/bin/../share/wasi-sysroot/include/endian.h:46:9: note: previous definition is here
#define le64toh(x) (uint64_t)(x)
^
In file included from ../../Modules/sha3module.c:59:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:142:11: warning: 'htobe64' macro redefined [-Wmacro-redefined]
# define htobe64(x) \
^
/opt/wasi-sdk/bin/../share/wasi-sysroot/include/endian.h:39:9: note: previous definition is here
#define htobe64(x) __bswap64(x)
^
In file included from ../../Modules/sha3module.c:59:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:149:11: warning: 'be64toh' macro redefined [-Wmacro-redefined]
# define be64toh(x) (htobe64((x)))
^
/opt/wasi-sdk/bin/../share/wasi-sysroot/include/endian.h:40:9: note: previous definition is here
#define be64toh(x) __bswap64(x)
^
8 warnings generated.
../../Modules/expat/xmlparse.c:3116:9: warning: code will never be executed [-Wunreachable-code]
parser->m_characterDataHandler(parser->m_handlerArg, parser->m_dataBuf,
^~~~~~
../../Modules/expat/xmlparse.c:3115:16: note: silence by adding parentheses to mark code as explicitly dead
else if (0 && parser->m_characterDataHandler)
^
/* DISABLES CODE */ ( )
../../Modules/expat/xmlparse.c:4059:9: warning: code will never be executed [-Wunreachable-code]
parser->m_characterDataHandler(parser->m_handlerArg, parser->m_dataBuf,
^~~~~~
../../Modules/expat/xmlparse.c:4058:16: note: silence by adding parentheses to mark code as explicitly dead
else if (0 && parser->m_characterDataHandler)
^
/* DISABLES CODE */ ( )
../../Modules/expat/xmlparse.c:7703:11: warning: format specifies type 'int' but the argument has type 'ptrdiff_t' (aka 'long') [-Wformat]
bytesMore, (account == XML_ACCOUNT_DIRECT) ? "DIR" : "EXP",
^~~~~~~~~
3 warnings generated.
../../Modules/posixmodule.c:7596:13: warning: unused function 'warn_about_fork_with_threads' [-Wunused-function]
static void warn_about_fork_with_threads(const char* name) {
^
1 warning generated.
cat: pybuilddir.txt: No such file or directory
In file included from ../../Modules/sha2module.c:48:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:130:11: warning: 'htole32' macro redefined [-Wmacro-redefined]
# define htole32(x) (x)
^
/opt/wasi-sdk/bin/../share/wasi-sysroot/include/endian.h:43:9: note: previous definition is here
#define htole32(x) (uint32_t)(x)
^
In file included from ../../Modules/sha2module.c:48:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:131:11: warning: 'le32toh' macro redefined [-Wmacro-redefined]
# define le32toh(x) (x)
^
/opt/wasi-sdk/bin/../share/wasi-sysroot/include/endian.h:44:9: note: previous definition is here
#define le32toh(x) (uint32_t)(x)
^
In file included from ../../Modules/sha2module.c:48:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:132:11: warning: 'htobe32' macro redefined [-Wmacro-redefined]
# define htobe32(x) \
^
/opt/wasi-sdk/bin/../share/wasi-sysroot/include/endian.h:37:9: note: previous definition is here
#define htobe32(x) __bswap32(x)
^
In file included from ../../Modules/sha2module.c:48:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:138:11: warning: 'be32toh' macro redefined [-Wmacro-redefined]
# define be32toh(x) (htobe32((x)))
^
/opt/wasi-sdk/bin/../share/wasi-sysroot/include/endian.h:38:9: note: previous definition is here
#define be32toh(x) __bswap32(x)
^
In file included from ../../Modules/sha2module.c:48:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:140:11: warning: 'htole64' macro redefined [-Wmacro-redefined]
# define htole64(x) (x)
^
/opt/wasi-sdk/bin/../share/wasi-sysroot/include/endian.h:45:9: note: previous definition is here
#define htole64(x) (uint64_t)(x)
^
In file included from ../../Modules/sha2module.c:48:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:141:11: warning: 'le64toh' macro redefined [-Wmacro-redefined]
# define le64toh(x) (x)
^
/opt/wasi-sdk/bin/../share/wasi-sysroot/include/endian.h:46:9: note: previous definition is here
#define le64toh(x) (uint64_t)(x)
^
In file included from ../../Modules/sha2module.c:48:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:142:11: warning: 'htobe64' macro redefined [-Wmacro-redefined]
# define htobe64(x) \
^
/opt/wasi-sdk/bin/../share/wasi-sysroot/include/endian.h:39:9: note: previous definition is here
#define htobe64(x) __bswap64(x)
^
In file included from ../../Modules/sha2module.c:48:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:149:11: warning: 'be64toh' macro redefined [-Wmacro-redefined]
# define be64toh(x) (htobe64((x)))
^
/opt/wasi-sdk/bin/../share/wasi-sysroot/include/endian.h:40:9: note: previous definition is here
#define be64toh(x) __bswap64(x)
^
8 warnings generated.
Kill <WorkerThread #2 running test=test_capi pid=581307 time=25 min> process group
make: *** [Makefile:2041: buildbottest] Error 2
Cannot open file '/opt/buildbot/bcannon-wasm/3.x.bcannon-wasm.wasi/build/build/build_oot/host/test-results.xml' for upload
Test report
===========
Failed tests:
- test_capi
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder wasm32-emscripten node (dynamic linking) 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1056/builds/3542
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: bcannon-wasm
Build Reason: <unknown>
Blamelist: Sam Gross <colesbury(a)gmail.com>
BUILD FAILED: failed test (failure) uploading test-results.xml (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Note: switching to '31c90d5838e8d6e4c47d98500a34810ccb33a6d4'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 31c90d5838 gh-111569: Implement Python critical section API (gh-111571)
Switched to and reset branch 'main'
configure: ../../configure --prefix $(PWD)/target/host --with-pydebug --without-pydebug --with-emscripten-target=node --enable-wasm-dynamic-linking --disable-wasm-pthreads --build=x86_64-pc-linux-gnu --host=wasm32-unknown-emscripten --with-build-python=../build/python
configure: WARNING: using cross tools not prefixed with host triplet
mcc: error: no input files
make: make -j2 all
../../Python/ceval_gil.c:429:1: warning: unused function 'current_thread_holds_gil' [-Wunused-function]
current_thread_holds_gil(struct _gil_runtime_state *gil, PyThreadState *tstate)
^
1 warning generated.
../../Python/initconfig.c:2374:27: warning: format specifies type 'wint_t' (aka 'int') but the argument has type 'wint_t' (aka 'unsigned int') [-Wformat]
printf(usage_envvars, (wint_t)DELIM, (wint_t)DELIM, PYTHONHOMEHELP);
~~~~~~~~~~~~~ ^~~~~~~~~~~~~
../../Python/initconfig.c:258:18: note: format string is defined here
"PYTHONPATH : '%lc'-separated list of directories prefixed to the\n"
^~~
%c
../../Python/initconfig.c:2374:42: warning: format specifies type 'wint_t' (aka 'int') but the argument has type 'wint_t' (aka 'unsigned int') [-Wformat]
printf(usage_envvars, (wint_t)DELIM, (wint_t)DELIM, PYTHONHOMEHELP);
~~~~~~~~~~~~~ ^~~~~~~~~~~~~
../../Python/initconfig.c:260:58: note: format string is defined here
"PYTHONHOME : alternate <prefix> directory (or <prefix>%lc<exec_prefix>).\n"
^~~
%c
2 warnings generated.
../../Python/optimizer.c:414:9: warning: variable 'reserved' set but not used [-Wunused-but-set-variable]
int reserved = 0;
^
1 warning generated.
In file included from ../../Modules/md5module.c:51:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:83:11: warning: 'htobe16' macro redefined [-Wmacro-redefined]
# define htobe16(x) __builtin_bswap16(x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:35:9: note: previous definition is here
#define htobe16(x) __bswap16(x)
^
In file included from ../../Modules/md5module.c:51:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:84:11: warning: 'htole16' macro redefined [-Wmacro-redefined]
# define htole16(x) (x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:41:9: note: previous definition is here
#define htole16(x) (uint16_t)(x)
^
In file included from ../../Modules/md5module.c:51:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:85:11: warning: 'be16toh' macro redefined [-Wmacro-redefined]
# define be16toh(x) __builtin_bswap16(x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:36:9: note: previous definition is here
#define be16toh(x) __bswap16(x)
^
In file included from ../../Modules/md5module.c:51:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:86:11: warning: 'le16toh' macro redefined [-Wmacro-redefined]
# define le16toh(x) (x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:42:9: note: previous definition is here
#define le16toh(x) (uint16_t)(x)
^
In file included from ../../Modules/md5module.c:51:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:88:11: warning: 'htobe32' macro redefined [-Wmacro-redefined]
# define htobe32(x) __builtin_bswap32(x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:37:9: note: previous definition is here
#define htobe32(x) __bswap32(x)
^
In file included from ../../Modules/md5module.c:51:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:89:11: warning: 'htole32' macro redefined [-Wmacro-redefined]
# define htole32(x) (x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:43:9: note: previous definition is here
#define htole32(x) (uint32_t)(x)
^
In file included from ../../Modules/md5module.c:51:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:90:11: warning: 'be32toh' macro redefined [-Wmacro-redefined]
# define be32toh(x) __builtin_bswap32(x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:38:9: note: previous definition is here
#define be32toh(x) __bswap32(x)
^
In file included from ../../Modules/md5module.c:51:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:91:11: warning: 'le32toh' macro redefined [-Wmacro-redefined]
# define le32toh(x) (x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:44:9: note: previous definition is here
#define le32toh(x) (uint32_t)(x)
^
In file included from ../../Modules/md5module.c:51:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:93:11: warning: 'htobe64' macro redefined [-Wmacro-redefined]
# define htobe64(x) __builtin_bswap64(x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:39:9: note: previous definition is here
#define htobe64(x) __bswap64(x)
^
In file included from ../../Modules/md5module.c:51:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:94:11: warning: 'htole64' macro redefined [-Wmacro-redefined]
# define htole64(x) (x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:45:9: note: previous definition is here
#define htole64(x) (uint64_t)(x)
^
In file included from ../../Modules/md5module.c:51:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:95:11: warning: 'be64toh' macro redefined [-Wmacro-redefined]
# define be64toh(x) __builtin_bswap64(x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:40:9: note: previous definition is here
#define be64toh(x) __bswap64(x)
^
In file included from ../../Modules/md5module.c:51:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:96:11: warning: 'le64toh' macro redefined [-Wmacro-redefined]
# define le64toh(x) (x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:46:9: note: previous definition is here
#define le64toh(x) (uint64_t)(x)
^
12 warnings generated.
In file included from ../../Modules/sha1module.c:47:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:83:11: warning: 'htobe16' macro redefined [-Wmacro-redefined]
# define htobe16(x) __builtin_bswap16(x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:35:9: note: previous definition is here
#define htobe16(x) __bswap16(x)
^
In file included from ../../Modules/sha1module.c:47:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:84:11: warning: 'htole16' macro redefined [-Wmacro-redefined]
# define htole16(x) (x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:41:9: note: previous definition is here
#define htole16(x) (uint16_t)(x)
^
In file included from ../../Modules/sha1module.c:47:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:85:11: warning: 'be16toh' macro redefined [-Wmacro-redefined]
# define be16toh(x) __builtin_bswap16(x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:36:9: note: previous definition is here
#define be16toh(x) __bswap16(x)
^
In file included from ../../Modules/sha1module.c:47:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:86:11: warning: 'le16toh' macro redefined [-Wmacro-redefined]
# define le16toh(x) (x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:42:9: note: previous definition is here
#define le16toh(x) (uint16_t)(x)
^
In file included from ../../Modules/sha1module.c:47:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:88:11: warning: 'htobe32' macro redefined [-Wmacro-redefined]
# define htobe32(x) __builtin_bswap32(x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:37:9: note: previous definition is here
#define htobe32(x) __bswap32(x)
^
In file included from ../../Modules/sha1module.c:47:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:89:11: warning: 'htole32' macro redefined [-Wmacro-redefined]
# define htole32(x) (x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:43:9: note: previous definition is here
#define htole32(x) (uint32_t)(x)
^
In file included from ../../Modules/sha1module.c:47:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:90:11: warning: 'be32toh' macro redefined [-Wmacro-redefined]
# define be32toh(x) __builtin_bswap32(x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:38:9: note: previous definition is here
#define be32toh(x) __bswap32(x)
^
In file included from ../../Modules/sha1module.c:47:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:91:11: warning: 'le32toh' macro redefined [-Wmacro-redefined]
# define le32toh(x) (x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:44:9: note: previous definition is here
#define le32toh(x) (uint32_t)(x)
^
In file included from ../../Modules/sha1module.c:47:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:93:11: warning: 'htobe64' macro redefined [-Wmacro-redefined]
# define htobe64(x) __builtin_bswap64(x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:39:9: note: previous definition is here
#define htobe64(x) __bswap64(x)
^
In file included from ../../Modules/sha1module.c:47:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:94:11: warning: 'htole64' macro redefined [-Wmacro-redefined]
# define htole64(x) (x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:45:9: note: previous definition is here
#define htole64(x) (uint64_t)(x)
^
In file included from ../../Modules/sha1module.c:47:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:95:11: warning: 'be64toh' macro redefined [-Wmacro-redefined]
# define be64toh(x) __builtin_bswap64(x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:40:9: note: previous definition is here
#define be64toh(x) __bswap64(x)
^
In file included from ../../Modules/sha1module.c:47:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:96:11: warning: 'le64toh' macro redefined [-Wmacro-redefined]
# define le64toh(x) (x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:46:9: note: previous definition is here
#define le64toh(x) (uint64_t)(x)
^
12 warnings generated.
In file included from ../../Modules/sha3module.c:59:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:83:11: warning: 'htobe16' macro redefined [-Wmacro-redefined]
# define htobe16(x) __builtin_bswap16(x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:35:9: note: previous definition is here
#define htobe16(x) __bswap16(x)
^
In file included from ../../Modules/sha3module.c:59:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:84:11: warning: 'htole16' macro redefined [-Wmacro-redefined]
# define htole16(x) (x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:41:9: note: previous definition is here
#define htole16(x) (uint16_t)(x)
^
In file included from ../../Modules/sha3module.c:59:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:85:11: warning: 'be16toh' macro redefined [-Wmacro-redefined]
# define be16toh(x) __builtin_bswap16(x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:36:9: note: previous definition is here
#define be16toh(x) __bswap16(x)
^
In file included from ../../Modules/sha3module.c:59:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:86:11: warning: 'le16toh' macro redefined [-Wmacro-redefined]
# define le16toh(x) (x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:42:9: note: previous definition is here
#define le16toh(x) (uint16_t)(x)
^
In file included from ../../Modules/sha3module.c:59:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:88:11: warning: 'htobe32' macro redefined [-Wmacro-redefined]
# define htobe32(x) __builtin_bswap32(x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:37:9: note: previous definition is here
#define htobe32(x) __bswap32(x)
^
In file included from ../../Modules/sha3module.c:59:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:89:11: warning: 'htole32' macro redefined [-Wmacro-redefined]
# define htole32(x) (x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:43:9: note: previous definition is here
#define htole32(x) (uint32_t)(x)
^
In file included from ../../Modules/sha3module.c:59:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:90:11: warning: 'be32toh' macro redefined [-Wmacro-redefined]
# define be32toh(x) __builtin_bswap32(x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:38:9: note: previous definition is here
#define be32toh(x) __bswap32(x)
^
In file included from ../../Modules/sha3module.c:59:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:91:11: warning: 'le32toh' macro redefined [-Wmacro-redefined]
# define le32toh(x) (x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:44:9: note: previous definition is here
#define le32toh(x) (uint32_t)(x)
^
In file included from ../../Modules/sha3module.c:59:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:93:11: warning: 'htobe64' macro redefined [-Wmacro-redefined]
# define htobe64(x) __builtin_bswap64(x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:39:9: note: previous definition is here
#define htobe64(x) __bswap64(x)
^
In file included from ../../Modules/sha3module.c:59:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:94:11: warning: 'htole64' macro redefined [-Wmacro-redefined]
# define htole64(x) (x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:45:9: note: previous definition is here
#define htole64(x) (uint64_t)(x)
^
In file included from ../../Modules/sha3module.c:59:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:95:11: warning: 'be64toh' macro redefined [-Wmacro-redefined]
# define be64toh(x) __builtin_bswap64(x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:40:9: note: previous definition is here
#define be64toh(x) __bswap64(x)
^
In file included from ../../Modules/sha3module.c:59:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:34:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:96:11: warning: 'le64toh' macro redefined [-Wmacro-redefined]
# define le64toh(x) (x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:46:9: note: previous definition is here
#define le64toh(x) (uint64_t)(x)
^
12 warnings generated.
../../Modules/expat/xmlparse.c:3116:9: warning: code will never be executed [-Wunreachable-code]
parser->m_characterDataHandler(parser->m_handlerArg, parser->m_dataBuf,
^~~~~~
../../Modules/expat/xmlparse.c:3115:16: note: silence by adding parentheses to mark code as explicitly dead
else if (0 && parser->m_characterDataHandler)
^
/* DISABLES CODE */ ( )
../../Modules/expat/xmlparse.c:4059:9: warning: code will never be executed [-Wunreachable-code]
parser->m_characterDataHandler(parser->m_handlerArg, parser->m_dataBuf,
^~~~~~
../../Modules/expat/xmlparse.c:4058:16: note: silence by adding parentheses to mark code as explicitly dead
else if (0 && parser->m_characterDataHandler)
^
/* DISABLES CODE */ ( )
../../Modules/expat/xmlparse.c:7703:11: warning: format specifies type 'int' but the argument has type 'ptrdiff_t' (aka 'long') [-Wformat]
bytesMore, (account == XML_ACCOUNT_DIRECT) ? "DIR" : "EXP",
^~~~~~~~~
3 warnings generated.
../../Modules/socketmodule.c:4081:33: warning: comparison of integers of different signs: 'unsigned long' and 'long' [-Wsign-compare]
cmsgh != NULL; cmsgh = CMSG_NXTHDR(&msg, cmsgh)) {
^~~~~~~~~~~~~~~~~~~~~~~~
/opt/buildbot/.emscripten_cache/sysroot/include/sys/socket.h:356:44: note: expanded from macro 'CMSG_NXTHDR'
__CMSG_LEN(cmsg) + sizeof(struct cmsghdr) >= __MHDR_END(mhdr) - (unsigned char *)(cmsg) \
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../Modules/socketmodule.c:4134:33: warning: comparison of integers of different signs: 'unsigned long' and 'long' [-Wsign-compare]
cmsgh != NULL; cmsgh = CMSG_NXTHDR(&msg, cmsgh)) {
^~~~~~~~~~~~~~~~~~~~~~~~
/opt/buildbot/.emscripten_cache/sysroot/include/sys/socket.h:356:44: note: expanded from macro 'CMSG_NXTHDR'
__CMSG_LEN(cmsg) + sizeof(struct cmsghdr) >= __MHDR_END(mhdr) - (unsigned char *)(cmsg) \
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../Modules/socketmodule.c:4758:54: warning: comparison of integers of different signs: 'unsigned long' and 'long' [-Wsign-compare]
cmsgh = (i == 0) ? CMSG_FIRSTHDR(&msg) : CMSG_NXTHDR(&msg, cmsgh);
^~~~~~~~~~~~~~~~~~~~~~~~
/opt/buildbot/.emscripten_cache/sysroot/include/sys/socket.h:356:44: note: expanded from macro 'CMSG_NXTHDR'
__CMSG_LEN(cmsg) + sizeof(struct cmsghdr) >= __MHDR_END(mhdr) - (unsigned char *)(cmsg) \
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 warnings generated.
../../Modules/_sqlite/connection.c:2261:19: warning: result of comparison of constant 9223372036854775807 with expression of type 'Py_ssize_t' (aka 'long') is always false [-Wtautological-constant-out-of-range-compare]
if (data->len > 9223372036854775807) { // (1 << 63) - 1
~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~
1 warning generated.
In file included from ../../Modules/sha2module.c:48:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:83:11: warning: 'htobe16' macro redefined [-Wmacro-redefined]
# define htobe16(x) __builtin_bswap16(x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:35:9: note: previous definition is here
#define htobe16(x) __bswap16(x)
^
In file included from ../../Modules/sha2module.c:48:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:84:11: warning: 'htole16' macro redefined [-Wmacro-redefined]
# define htole16(x) (x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:41:9: note: previous definition is here
#define htole16(x) (uint16_t)(x)
^
In file included from ../../Modules/sha2module.c:48:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:85:11: warning: 'be16toh' macro redefined [-Wmacro-redefined]
# define be16toh(x) __builtin_bswap16(x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:36:9: note: previous definition is here
#define be16toh(x) __bswap16(x)
^
In file included from ../../Modules/sha2module.c:48:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:86:11: warning: 'le16toh' macro redefined [-Wmacro-redefined]
# define le16toh(x) (x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:42:9: note: previous definition is here
#define le16toh(x) (uint16_t)(x)
^
In file included from ../../Modules/sha2module.c:48:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:88:11: warning: 'htobe32' macro redefined [-Wmacro-redefined]
# define htobe32(x) __builtin_bswap32(x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:37:9: note: previous definition is here
#define htobe32(x) __bswap32(x)
^
In file included from ../../Modules/sha2module.c:48:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:89:11: warning: 'htole32' macro redefined [-Wmacro-redefined]
# define htole32(x) (x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:43:9: note: previous definition is here
#define htole32(x) (uint32_t)(x)
^
In file included from ../../Modules/sha2module.c:48:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:90:11: warning: 'be32toh' macro redefined [-Wmacro-redefined]
# define be32toh(x) __builtin_bswap32(x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:38:9: note: previous definition is here
#define be32toh(x) __bswap32(x)
^
In file included from ../../Modules/sha2module.c:48:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:91:11: warning: 'le32toh' macro redefined [-Wmacro-redefined]
# define le32toh(x) (x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:44:9: note: previous definition is here
#define le32toh(x) (uint32_t)(x)
^
In file included from ../../Modules/sha2module.c:48:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:93:11: warning: 'htobe64' macro redefined [-Wmacro-redefined]
# define htobe64(x) __builtin_bswap64(x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:39:9: note: previous definition is here
#define htobe64(x) __bswap64(x)
^
In file included from ../../Modules/sha2module.c:48:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:94:11: warning: 'htole64' macro redefined [-Wmacro-redefined]
# define htole64(x) (x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:45:9: note: previous definition is here
#define htole64(x) (uint64_t)(x)
^
In file included from ../../Modules/sha2module.c:48:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:95:11: warning: 'be64toh' macro redefined [-Wmacro-redefined]
# define be64toh(x) __builtin_bswap64(x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:40:9: note: previous definition is here
#define be64toh(x) __bswap64(x)
^
In file included from ../../Modules/sha2module.c:48:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:
In file included from ../../Modules/_hacl/include/krml/types.h:12:
../../Modules/_hacl/include/krml/lowstar_endianness.h:96:11: warning: 'le64toh' macro redefined [-Wmacro-redefined]
# define le64toh(x) (x)
^
/opt/buildbot/.emscripten_cache/sysroot/include/endian.h:46:9: note: previous definition is here
#define le64toh(x) (uint64_t)(x)
^
12 warnings generated.
Kill <WorkerThread #2 running test=test_capi pid=552477 time=25 min> process group
make: *** [Makefile:2048: buildbottest] Error 2
Cannot open file '/opt/buildbot/bcannon-wasm/3.x.bcannon-wasm.emscripten-node-dl/build/build/build_oot/host/test-results.xml' for upload
Test report
===========
Failed tests:
- test_capi
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (main)
by buildbot@python.org Nov. 8, 2023
by buildbot@python.org Nov. 8, 2023
Nov. 8, 2023
The Buildbot has detected a new failure on builder AMD64 FreeBSD 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1223/builds/696
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: ware-freebsd
Build Reason: <unknown>
Blamelist: Anthony Shaw <anthony.p.shaw(a)gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (most recent call last):
File "<frozen getpath>", line 352, in <module>
ValueError: embedded null byte
Warning -- Uncaught thread exception: RuntimeError
Exception in thread Thread-119 (task):
RuntimeError: error evaluating path
Traceback (most recent call last):
File "/buildbot/buildarea/3.x.ware-freebsd/build/Lib/threading.py", line 1083, in _bootstrap_inner
self.run()
File "/buildbot/buildarea/3.x.ware-freebsd/build/Lib/threading.py", line 1020, in run
self._target(*self._args, **self._kwargs)
File "/buildbot/buildarea/3.x.ware-freebsd/build/Lib/test/test_interpreters.py", line 595, in task
interp = interpreters.create()
^^^^^^^^^^^^^^^^^^^^^
File "/buildbot/buildarea/3.x.ware-freebsd/build/Lib/test/support/interpreters.py", line 26, in create
id = _interpreters.create(isolated=isolated)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: interpreter creation failed
k
Test report
===========
Failed tests:
- test_interpreters
Sincerely,
-The Buildbot
1
0
The Buildbot worker named linaro-win-arm64 went away.
It last disconnected at Wed Nov 8 23:47:37 2023.
The admin on record (as reported by WORKER:info/admin) was Windows on Arm Linaro team <woa-support(a)op-lists.linaro.org>
.
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (main)
by buildbot@python.org Nov. 8, 2023
by buildbot@python.org Nov. 8, 2023
Nov. 8, 2023
The Buildbot has detected a new failure on builder s390x Fedora LTO 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/55/builds/4032
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-z
Build Reason: <unknown>
Blamelist: Nikita Sobolev <mail(a)sobolevn.me>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
remote: Enumerating objects: 9, done.
remote: Counting objects: 11% (1/9)
remote: Counting objects: 22% (2/9)
remote: Counting objects: 33% (3/9)
remote: Counting objects: 44% (4/9)
remote: Counting objects: 55% (5/9)
remote: Counting objects: 66% (6/9)
remote: Counting objects: 77% (7/9)
remote: Counting objects: 88% (8/9)
remote: Counting objects: 100% (9/9)
remote: Counting objects: 100% (9/9), done.
remote: Compressing objects: 20% (1/5)
remote: Compressing objects: 40% (2/5)
remote: Compressing objects: 60% (3/5)
remote: Compressing objects: 80% (4/5)
remote: Compressing objects: 100% (5/5)
remote: Compressing objects: 100% (5/5), done.
remote: Total 5 (delta 4), reused 1 (delta 0), pack-reused 0
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to '7bcf184dacf5cfbcb16b4c2735472314b03a009e'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 7bcf184dac gh-111490: Make the exception type check in test_pyexpat more specific (GH-111491)
Switched to and reset branch 'main'
Python/crossinterp.c:1472:1: warning: ‘_session_is_active’ defined but not used [-Wunused-function]
1472 | _session_is_active(_PyXI_session *session)
| ^~~~~~~~~~~~~~~~~~
In function ‘_io_FileIO_close_impl’,
inlined from ‘_io_FileIO_close’ at ./Modules/_io/clinic/fileio.c.h:34:12:
./Modules/_io/fileio.c:175:9: warning: ‘exc’ may be used uninitialized [-Wmaybe-uninitialized]
175 | _PyErr_ChainExceptions1(exc);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Modules/_io/fileio.c: In function ‘_io_FileIO_close’:
./Modules/_io/fileio.c:160:15: note: ‘exc’ was declared here
160 | PyObject *exc;
| ^~~
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13,
inlined from ‘_mpd_to_string’ at ./Modules/_decimal/libmpdec/io.c:611:18:
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13,
inlined from ‘_mpd_to_string’ at ./Modules/_decimal/libmpdec/io.c:607:18:
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13,
inlined from ‘_mpd_to_string’ at ./Modules/_decimal/libmpdec/io.c:501:22:
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13,
inlined from ‘_mpd_to_string’ at ./Modules/_decimal/libmpdec/io.c:607:18:
./Modules/_decimal/libmpdec/io.c:359:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
359 | case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:360:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
360 | case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:361:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
361 | case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:358:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
358 | case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:359:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
359 | case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:360:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
360 | case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:357:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
357 | case 17: EXTRACT_DIGIT(s, x, 10000000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:358:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
358 | case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:359:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
359 | case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:356:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
356 | case 18: EXTRACT_DIGIT(s, x, 100000000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:357:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
357 | case 17: EXTRACT_DIGIT(s, x, 10000000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:358:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
358 | case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:360:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
360 | case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:361:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
361 | case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:362:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
362 | case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:361:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
361 | case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:362:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
362 | case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:363:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
363 | case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:362:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
362 | case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:363:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
363 | case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:365:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
365 | case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:363:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
363 | case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:365:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
365 | case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:366:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
366 | case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:365:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
365 | case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:366:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
366 | case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:367:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
367 | case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:366:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
366 | case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:367:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
367 | case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:368:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
368 | case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:367:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
367 | case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:368:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
368 | case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:369:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
369 | case 6: EXTRACT_DIGIT(s, x, 100000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:368:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
368 | case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:369:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
369 | case 6: EXTRACT_DIGIT(s, x, 100000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:370:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
370 | case 5: EXTRACT_DIGIT(s, x, 10000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:369:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
369 | case 6: EXTRACT_DIGIT(s, x, 100000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:370:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
370 | case 5: EXTRACT_DIGIT(s, x, 10000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:371:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
371 | case 4: EXTRACT_DIGIT(s, x, 1000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:370:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
370 | case 5: EXTRACT_DIGIT(s, x, 10000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:371:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
371 | case 4: EXTRACT_DIGIT(s, x, 1000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:372:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
372 | case 3: EXTRACT_DIGIT(s, x, 100UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:371:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
371 | case 4: EXTRACT_DIGIT(s, x, 1000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:372:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
372 | case 3: EXTRACT_DIGIT(s, x, 100UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:373:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
373 | case 2: EXTRACT_DIGIT(s, x, 10UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:372:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
372 | case 3: EXTRACT_DIGIT(s, x, 100UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:373:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
373 | case 2: EXTRACT_DIGIT(s, x, 10UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:373:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13,
inlined from ‘_mpd_to_string’ at ./Modules/_decimal/libmpdec/io.c:501:22:
./Modules/_decimal/libmpdec/io.c:359:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
359 | case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:360:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
360 | case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:361:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
361 | case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:358:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
358 | case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:359:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
359 | case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:360:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
360 | case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:357:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
357 | case 17: EXTRACT_DIGIT(s, x, 10000000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:358:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
358 | case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:359:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
359 | case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:356:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
356 | case 18: EXTRACT_DIGIT(s, x, 100000000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:357:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
357 | case 17: EXTRACT_DIGIT(s, x, 10000000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:358:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
358 | case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:360:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
360 | case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:361:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
361 | case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:362:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
362 | case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:361:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
361 | case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:362:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
362 | case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:363:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
363 | case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:362:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
362 | case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:363:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
363 | case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:365:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
365 | case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:363:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
363 | case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:365:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
365 | case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:366:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
366 | case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:365:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
365 | case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:366:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
366 | case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:367:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
367 | case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:366:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
366 | case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:367:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
367 | case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:368:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
368 | case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:367:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
367 | case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:368:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
368 | case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:369:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
369 | case 6: EXTRACT_DIGIT(s, x, 100000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:368:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
368 | case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:369:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
369 | case 6: EXTRACT_DIGIT(s, x, 100000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:370:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
370 | case 5: EXTRACT_DIGIT(s, x, 10000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:369:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
369 | case 6: EXTRACT_DIGIT(s, x, 100000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:370:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
370 | case 5: EXTRACT_DIGIT(s, x, 10000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:371:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
371 | case 4: EXTRACT_DIGIT(s, x, 1000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:370:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
370 | case 5: EXTRACT_DIGIT(s, x, 10000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:371:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
371 | case 4: EXTRACT_DIGIT(s, x, 1000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:372:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
372 | case 3: EXTRACT_DIGIT(s, x, 100UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:371:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
371 | case 4: EXTRACT_DIGIT(s, x, 1000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:372:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
372 | case 3: EXTRACT_DIGIT(s, x, 100UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:373:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
373 | case 2: EXTRACT_DIGIT(s, x, 10UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:372:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
372 | case 3: EXTRACT_DIGIT(s, x, 100UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:373:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
373 | case 2: EXTRACT_DIGIT(s, x, 10UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:373:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
In function ‘_bufferedreader_read_generic’,
inlined from ‘_io__Buffered_read_impl’ at ./Modules/_io/bufferedio.c:969:0,
inlined from ‘_io__Buffered_read’ at ./Modules/_io/clinic/bufferedio.c.h:518:0:
./Modules/_io/bufferedio.c:1792: warning: ‘__builtin_memcpy’ specified bound between 9223372036854775808 and 18446744073709551613 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]
1792 | memcpy(out + written, self->buffer + self->pos, r);
|
In function ‘_bufferedreader_read_generic’,
inlined from ‘_io__Buffered_read_impl’ at ./Modules/_io/bufferedio.c:969:0,
inlined from ‘_io__Buffered_read’ at ./Modules/_io/clinic/bufferedio.c.h:518:0:
./Modules/_io/bufferedio.c:1792: warning: ‘__builtin_memcpy’ specified bound between 9223372036854775808 and 18446744073709551613 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]
1792 | memcpy(out + written, self->buffer + self->pos, r);
|
In function ‘_bufferedreader_read_generic’,
inlined from ‘_io__Buffered_read_impl’ at ./Modules/_io/bufferedio.c:969:0,
inlined from ‘_io__Buffered_read’ at ./Modules/_io/clinic/bufferedio.c.h:518:0:
./Modules/_io/bufferedio.c:1792: warning: ‘__builtin_memcpy’ specified bound between 9223372036854775808 and 18446744073709551613 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]
1792 | memcpy(out + written, self->buffer + self->pos, r);
|
make: *** [Makefile:2065: buildbottest] Error 3
Test report
===========
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder s390x Fedora LTO + PGO 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/545/builds/4724
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-z
Build Reason: <unknown>
Blamelist: Nikita Sobolev <mail(a)sobolevn.me>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
remote: Enumerating objects: 9, done.
remote: Counting objects: 11% (1/9)
remote: Counting objects: 22% (2/9)
remote: Counting objects: 33% (3/9)
remote: Counting objects: 44% (4/9)
remote: Counting objects: 55% (5/9)
remote: Counting objects: 66% (6/9)
remote: Counting objects: 77% (7/9)
remote: Counting objects: 88% (8/9)
remote: Counting objects: 100% (9/9)
remote: Counting objects: 100% (9/9), done.
remote: Compressing objects: 20% (1/5)
remote: Compressing objects: 40% (2/5)
remote: Compressing objects: 60% (3/5)
remote: Compressing objects: 80% (4/5)
remote: Compressing objects: 100% (5/5)
remote: Compressing objects: 100% (5/5), done.
remote: Total 5 (delta 4), reused 1 (delta 0), pack-reused 0
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to '7bcf184dacf5cfbcb16b4c2735472314b03a009e'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 7bcf184dac gh-111490: Make the exception type check in test_pyexpat more specific (GH-111491)
Switched to and reset branch 'main'
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
make[2]: [Makefile:2844: clean-retain-profile] Error 1 (ignored)
Python/crossinterp.c:1472:1: warning: ‘_session_is_active’ defined but not used [-Wunused-function]
1472 | _session_is_active(_PyXI_session *session)
| ^~~~~~~~~~~~~~~~~~
Python/crossinterp.c:1472:1: warning: ‘_session_is_active’ defined but not used [-Wunused-function]
1472 | _session_is_active(_PyXI_session *session)
| ^~~~~~~~~~~~~~~~~~
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13,
inlined from ‘_mpd_to_string’ at ./Modules/_decimal/libmpdec/io.c:611:18:
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13,
inlined from ‘_mpd_to_string’ at ./Modules/_decimal/libmpdec/io.c:607:18:
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
| ~~~~~^~~~~~~~~~~~~~~~~~~~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘doParseXmlDecl’ at ./Modules/expat/xmltok.c:1197:13:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Modules/expat/xmltok.c: In function ‘doParseXmlDecl’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1075:9:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1081:12:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1081:12:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1088:9:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1088:9:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1115:7:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1128:9:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1128:9:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^~~
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘doParseXmlDecl’ at ./Modules/expat/xmltok.c:1197:13:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^
./Modules/expat/xmltok.c: In function ‘doParseXmlDecl’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1075:9:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1081:12:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1081:12:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1088:9:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1088:9:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1115:7:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1128:9:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^
In function ‘utf8_toUtf8’,
inlined from ‘toAscii’ at ./Modules/expat/xmltok.c:1043:3,
inlined from ‘parsePseudoAttribute’ at ./Modules/expat/xmltok.c:1128:9:
./Modules/expat/xmltok.c:390:5: warning: ‘memcpy’ writing 2 or more bytes into a region of size 1 overflows the destination [-Wstringop-overflow=]
390 | memcpy(*toP, *fromP, bytesToCopy);
| ^
./Modules/expat/xmltok.c: In function ‘parsePseudoAttribute’:
./Modules/expat/xmltok.c:1041:8: note: destination object ‘buf’ of size 1
1041 | char buf[1];
| ^
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13:
./Modules/_decimal/libmpdec/io.c:359:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
359 | case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:358:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
358 | case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:359:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
359 | case 15: EXTRACT_DIGIT(s, x, 100000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:360:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
360 | case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:357:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
357 | case 17: EXTRACT_DIGIT(s, x, 10000000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:356:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
356 | case 18: EXTRACT_DIGIT(s, x, 100000000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:357:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
357 | case 17: EXTRACT_DIGIT(s, x, 10000000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:358:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
358 | case 16: EXTRACT_DIGIT(s, x, 1000000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:361:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
361 | case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:360:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
360 | case 14: EXTRACT_DIGIT(s, x, 10000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:361:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
361 | case 13: EXTRACT_DIGIT(s, x, 1000000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:362:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
362 | case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:363:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
363 | case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:362:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
362 | case 12: EXTRACT_DIGIT(s, x, 100000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:363:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
363 | case 11: EXTRACT_DIGIT(s, x, 10000000000ULL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:365:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
365 | case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:366:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
366 | case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:365:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
365 | case 10: EXTRACT_DIGIT(s, x, 1000000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:366:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
366 | case 9: EXTRACT_DIGIT(s, x, 100000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:367:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
367 | case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:368:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
368 | case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:367:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
367 | case 8: EXTRACT_DIGIT(s, x, 10000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:368:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
368 | case 7: EXTRACT_DIGIT(s, x, 1000000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:369:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
369 | case 6: EXTRACT_DIGIT(s, x, 100000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:370:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
370 | case 5: EXTRACT_DIGIT(s, x, 10000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:369:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
369 | case 6: EXTRACT_DIGIT(s, x, 100000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:370:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
370 | case 5: EXTRACT_DIGIT(s, x, 10000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:371:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
371 | case 4: EXTRACT_DIGIT(s, x, 1000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:372:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
372 | case 3: EXTRACT_DIGIT(s, x, 100UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:371:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
371 | case 4: EXTRACT_DIGIT(s, x, 1000UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:372:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
372 | case 3: EXTRACT_DIGIT(s, x, 100UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:373:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
373 | case 2: EXTRACT_DIGIT(s, x, 10UL, dot);
| ^
./Modules/_decimal/libmpdec/io.c:373:14: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
make: *** [Makefile:2065: buildbottest] Error 3
Test report
===========
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder s390x RHEL8 LTO 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/567/builds/5207
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-rhel8-z
Build Reason: <unknown>
Blamelist: AN Long <aisk(a)users.noreply.github.com>, Nikita Sobolev <mail(a)sobolevn.me>, Serhiy Storchaka <storchaka(a)gmail.com>, Terry Jan Reedy <tjreedy(a)udel.edu>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
remote: Enumerating objects: 48, done.
remote: Counting objects: 2% (1/47)
remote: Counting objects: 4% (2/47)
remote: Counting objects: 6% (3/47)
remote: Counting objects: 8% (4/47)
remote: Counting objects: 10% (5/47)
remote: Counting objects: 12% (6/47)
remote: Counting objects: 14% (7/47)
remote: Counting objects: 17% (8/47)
remote: Counting objects: 19% (9/47)
remote: Counting objects: 21% (10/47)
remote: Counting objects: 23% (11/47)
remote: Counting objects: 25% (12/47)
remote: Counting objects: 27% (13/47)
remote: Counting objects: 29% (14/47)
remote: Counting objects: 31% (15/47)
remote: Counting objects: 34% (16/47)
remote: Counting objects: 36% (17/47)
remote: Counting objects: 38% (18/47)
remote: Counting objects: 40% (19/47)
remote: Counting objects: 42% (20/47)
remote: Counting objects: 44% (21/47)
remote: Counting objects: 46% (22/47)
remote: Counting objects: 48% (23/47)
remote: Counting objects: 51% (24/47)
remote: Counting objects: 53% (25/47)
remote: Counting objects: 55% (26/47)
remote: Counting objects: 57% (27/47)
remote: Counting objects: 59% (28/47)
remote: Counting objects: 61% (29/47)
remote: Counting objects: 63% (30/47)
remote: Counting objects: 65% (31/47)
remote: Counting objects: 68% (32/47)
remote: Counting objects: 70% (33/47)
remote: Counting objects: 72% (34/47)
remote: Counting objects: 74% (35/47)
remote: Counting objects: 76% (36/47)
remote: Counting objects: 78% (37/47)
remote: Counting objects: 80% (38/47)
remote: Counting objects: 82% (39/47)
remote: Counting objects: 85% (40/47)
remote: Counting objects: 87% (41/47)
remote: Counting objects: 89% (42/47)
remote: Counting objects: 91% (43/47)
remote: Counting objects: 93% (44/47)
remote: Counting objects: 95% (45/47)
remote: Counting objects: 97% (46/47)
remote: Counting objects: 100% (47/47)
remote: Counting objects: 100% (47/47), done.
remote: Compressing objects: 2% (1/40)
remote: Compressing objects: 5% (2/40)
remote: Compressing objects: 7% (3/40)
remote: Compressing objects: 10% (4/40)
remote: Compressing objects: 12% (5/40)
remote: Compressing objects: 15% (6/40)
remote: Compressing objects: 17% (7/40)
remote: Compressing objects: 20% (8/40)
remote: Compressing objects: 22% (9/40)
remote: Compressing objects: 25% (10/40)
remote: Compressing objects: 27% (11/40)
remote: Compressing objects: 30% (12/40)
remote: Compressing objects: 32% (13/40)
remote: Compressing objects: 35% (14/40)
remote: Compressing objects: 37% (15/40)
remote: Compressing objects: 40% (16/40)
remote: Compressing objects: 42% (17/40)
remote: Compressing objects: 45% (18/40)
remote: Compressing objects: 47% (19/40)
remote: Compressing objects: 50% (20/40)
remote: Compressing objects: 52% (21/40)
remote: Compressing objects: 55% (22/40)
remote: Compressing objects: 57% (23/40)
remote: Compressing objects: 60% (24/40)
remote: Compressing objects: 62% (25/40)
remote: Compressing objects: 65% (26/40)
remote: Compressing objects: 67% (27/40)
remote: Compressing objects: 70% (28/40)
remote: Compressing objects: 72% (29/40)
remote: Compressing objects: 75% (30/40)
remote: Compressing objects: 77% (31/40)
remote: Compressing objects: 80% (32/40)
remote: Compressing objects: 82% (33/40)
remote: Compressing objects: 85% (34/40)
remote: Compressing objects: 87% (35/40)
remote: Compressing objects: 90% (36/40)
remote: Compressing objects: 92% (37/40)
remote: Compressing objects: 95% (38/40)
remote: Compressing objects: 97% (39/40)
remote: Compressing objects: 100% (40/40)
remote: Compressing objects: 100% (40/40), done.
remote: Total 48 (delta 12), reused 29 (delta 7), pack-reused 1
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to '7bcf184dacf5cfbcb16b4c2735472314b03a009e'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 7bcf184dac gh-111490: Make the exception type check in test_pyexpat more specific (GH-111491)
Switched to and reset branch 'main'
Python/crossinterp.c:1472:1: warning: ‘_session_is_active’ defined but not used [-Wunused-function]
_session_is_active(_PyXI_session *session)
^~~~~~~~~~~~~~~~~~
make: *** [Makefile:2067: buildbottest] Error 3
Test report
===========
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): - failed test (failure) (08b640e1575b75aeb605e72cb30c337480055b75)
by buildbot@python.org Nov. 8, 2023
by buildbot@python.org Nov. 8, 2023
Nov. 8, 2023
The Buildbot has detected a new failure on builder AMD64 Windows11 Refleaks 3.9 while building Python.
Full details are available at:
https://buildbot.python.org/all/#/builders/911/builds/583
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: ware-win11
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
From https://github.com/python/cpython
* branch 3.9 -> FETCH_HEAD
Note: switching to 'FETCH_HEAD'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 08b640e157 [3.9] gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs read out of bounds (gh-111695) (gh-111780)
Switched to and reset branch '3.9'
Could Not Find b:\uildarea\3.9.ware-win11.refleak\build\Lib\*.pyc
The system cannot find the file specified.
Could Not Find b:\uildarea\3.9.ware-win11.refleak\build\PCbuild\python*.zip
WARNING: Disable --verbose3 because it's incompatible with --huntrleaks: see http://bugs.python.org/issue27103
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
b:\uildarea\3.9.ware-win11.refleak\build\lib\test\test_ipaddress.py:100: DeprecationWarning: invalid escape sequence \d
msg = "Leading zeros are not permitted in '\d+'"
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
b:\uildarea\3.9.ware-win11.refleak\build\lib\distutils\dist.py:858: DeprecationWarning: bdist_msi command is deprecated since Python 3.9, use bdist_wheel (wheel packages) instead
cmd_obj = self.command_obj[command] = klass(self)
.b:\uildarea\3.9.ware-win11.refleak\build\lib\distutils\dist.py:858: DeprecationWarning: bdist_msi command is deprecated since Python 3.9, use bdist_wheel (wheel packages) instead
cmd_obj = self.command_obj[command] = klass(self)
.b:\uildarea\3.9.ware-win11.refleak\build\lib\distutils\dist.py:858: DeprecationWarning: bdist_msi command is deprecated since Python 3.9, use bdist_wheel (wheel packages) instead
cmd_obj = self.command_obj[command] = klass(self)
.b:\uildarea\3.9.ware-win11.refleak\build\lib\distutils\dist.py:858: DeprecationWarning: bdist_msi command is deprecated since Python 3.9, use bdist_wheel (wheel packages) instead
cmd_obj = self.command_obj[command] = klass(self)
.b:\uildarea\3.9.ware-win11.refleak\build\lib\distutils\dist.py:858: DeprecationWarning: bdist_msi command is deprecated since Python 3.9, use bdist_wheel (wheel packages) instead
cmd_obj = self.command_obj[command] = klass(self)
.b:\uildarea\3.9.ware-win11.refleak\build\lib\distutils\dist.py:858: DeprecationWarning: bdist_msi command is deprecated since Python 3.9, use bdist_wheel (wheel packages) instead
cmd_obj = self.command_obj[command] = klass(self)
.
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
b:\uildarea\3.9.ware-win11.refleak\build\lib\mailcap.py:224: UnsafeMailcapInput: Refusing to substitute MIME type 'audio/*' into a shell command.
warnings.warn(msg, UnsafeMailcapInput)
b:\uildarea\3.9.ware-win11.refleak\build\lib\mailcap.py:224: UnsafeMailcapInput: Refusing to substitute MIME type 'audio/*' into a shell command.
warnings.warn(msg, UnsafeMailcapInput)
.b:\uildarea\3.9.ware-win11.refleak\build\lib\mailcap.py:224: UnsafeMailcapInput: Refusing to substitute MIME type 'audio/*' into a shell command.
warnings.warn(msg, UnsafeMailcapInput)
b:\uildarea\3.9.ware-win11.refleak\build\lib\mailcap.py:224: UnsafeMailcapInput: Refusing to substitute MIME type 'audio/*' into a shell command.
warnings.warn(msg, UnsafeMailcapInput)
.b:\uildarea\3.9.ware-win11.refleak\build\lib\mailcap.py:224: UnsafeMailcapInput: Refusing to substitute MIME type 'audio/*' into a shell command.
warnings.warn(msg, UnsafeMailcapInput)
b:\uildarea\3.9.ware-win11.refleak\build\lib\mailcap.py:224: UnsafeMailcapInput: Refusing to substitute MIME type 'audio/*' into a shell command.
warnings.warn(msg, UnsafeMailcapInput)
.b:\uildarea\3.9.ware-win11.refleak\build\lib\mailcap.py:224: UnsafeMailcapInput: Refusing to substitute MIME type 'audio/*' into a shell command.
warnings.warn(msg, UnsafeMailcapInput)
b:\uildarea\3.9.ware-win11.refleak\build\lib\mailcap.py:224: UnsafeMailcapInput: Refusing to substitute MIME type 'audio/*' into a shell command.
warnings.warn(msg, UnsafeMailcapInput)
.b:\uildarea\3.9.ware-win11.refleak\build\lib\mailcap.py:224: UnsafeMailcapInput: Refusing to substitute MIME type 'audio/*' into a shell command.
warnings.warn(msg, UnsafeMailcapInput)
b:\uildarea\3.9.ware-win11.refleak\build\lib\mailcap.py:224: UnsafeMailcapInput: Refusing to substitute MIME type 'audio/*' into a shell command.
warnings.warn(msg, UnsafeMailcapInput)
.b:\uildarea\3.9.ware-win11.refleak\build\lib\mailcap.py:224: UnsafeMailcapInput: Refusing to substitute MIME type 'audio/*' into a shell command.
warnings.warn(msg, UnsafeMailcapInput)
b:\uildarea\3.9.ware-win11.refleak\build\lib\mailcap.py:224: UnsafeMailcapInput: Refusing to substitute MIME type 'audio/*' into a shell command.
warnings.warn(msg, UnsafeMailcapInput)
.
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
...Executing <Handle BaseProactorEventLoop._loop_self_reading() created at b:\uildarea\3.9.ware-win11.refleak\build\lib\asyncio\windows_events.py:320> took 0.110 seconds
...
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
Task was destroyed but it is pending!
task: <Task pending name='Task-9' coro=<<async_generator_athrow without __name__>()>>
Task was destroyed but it is pending!
task: <Task pending name='Task-11' coro=<<async_generator_athrow without __name__>()>>
Task was destroyed but it is pending!
task: <Task pending name='Task-16' coro=<<async_generator_athrow without __name__>()>>
.Task was destroyed but it is pending!
task: <Task pending name='Task-71' coro=<<async_generator_athrow without __name__>()>>
Task was destroyed but it is pending!
task: <Task pending name='Task-73' coro=<<async_generator_athrow without __name__>()>>
Task was destroyed but it is pending!
task: <Task pending name='Task-78' coro=<<async_generator_athrow without __name__>()>>
.Task was destroyed but it is pending!
task: <Task pending name='Task-133' coro=<<async_generator_athrow without __name__>()>>
Task was destroyed but it is pending!
task: <Task pending name='Task-135' coro=<<async_generator_athrow without __name__>()>>
Task was destroyed but it is pending!
task: <Task pending name='Task-140' coro=<<async_generator_athrow without __name__>()>>
.Task was destroyed but it is pending!
task: <Task pending name='Task-195' coro=<<async_generator_athrow without __name__>()>>
Task was destroyed but it is pending!
task: <Task pending name='Task-197' coro=<<async_generator_athrow without __name__>()>>
Task was destroyed but it is pending!
task: <Task pending name='Task-202' coro=<<async_generator_athrow without __name__>()>>
.Task was destroyed but it is pending!
task: <Task pending name='Task-257' coro=<<async_generator_athrow without __name__>()>>
Task was destroyed but it is pending!
task: <Task pending name='Task-259' coro=<<async_generator_athrow without __name__>()>>
Task was destroyed but it is pending!
task: <Task pending name='Task-264' coro=<<async_generator_athrow without __name__>()>>
.Task was destroyed but it is pending!
task: <Task pending name='Task-319' coro=<<async_generator_athrow without __name__>()>>
Task was destroyed but it is pending!
task: <Task pending name='Task-321' coro=<<async_generator_athrow without __name__>()>>
Task was destroyed but it is pending!
task: <Task pending name='Task-326' coro=<<async_generator_athrow without __name__>()>>
.
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
minkernel\crts\ucrt\src\appcrt\lowio\write.cpp(51) : Assertion failed: (_osfile(fh) & FOPEN)
minkernel\crts\ucrt\src\appcrt\lowio\close.cpp(56) : Assertion failed: (_osfile(fh) & FOPEN)
minkernel\crts\ucrt\src\appcrt\lowio\close.cpp(56) : Assertion failed: (_osfile(fh) & FOPEN)
a DOS box should flash briefly ...
.minkernel\crts\ucrt\src\appcrt\lowio\write.cpp(51) : Assertion failed: (_osfile(fh) & FOPEN)
minkernel\crts\ucrt\src\appcrt\lowio\close.cpp(56) : Assertion failed: (_osfile(fh) & FOPEN)
minkernel\crts\ucrt\src\appcrt\lowio\close.cpp(56) : Assertion failed: (_osfile(fh) & FOPEN)
a DOS box should flash briefly ...
.minkernel\crts\ucrt\src\appcrt\lowio\write.cpp(51) : Assertion failed: (_osfile(fh) & FOPEN)
minkernel\crts\ucrt\src\appcrt\lowio\close.cpp(56) : Assertion failed: (_osfile(fh) & FOPEN)
minkernel\crts\ucrt\src\appcrt\lowio\close.cpp(56) : Assertion failed: (_osfile(fh) & FOPEN)
a DOS box should flash briefly ...
.minkernel\crts\ucrt\src\appcrt\lowio\write.cpp(51) : Assertion failed: (_osfile(fh) & FOPEN)
minkernel\crts\ucrt\src\appcrt\lowio\close.cpp(56) : Assertion failed: (_osfile(fh) & FOPEN)
minkernel\crts\ucrt\src\appcrt\lowio\close.cpp(56) : Assertion failed: (_osfile(fh) & FOPEN)
a DOS box should flash briefly ...
.minkernel\crts\ucrt\src\appcrt\lowio\write.cpp(51) : Assertion failed: (_osfile(fh) & FOPEN)
minkernel\crts\ucrt\src\appcrt\lowio\close.cpp(56) : Assertion failed: (_osfile(fh) & FOPEN)
minkernel\crts\ucrt\src\appcrt\lowio\close.cpp(56) : Assertion failed: (_osfile(fh) & FOPEN)
a DOS box should flash briefly ...
.minkernel\crts\ucrt\src\appcrt\lowio\write.cpp(51) : Assertion failed: (_osfile(fh) & FOPEN)
minkernel\crts\ucrt\src\appcrt\lowio\close.cpp(56) : Assertion failed: (_osfile(fh) & FOPEN)
minkernel\crts\ucrt\src\appcrt\lowio\close.cpp(56) : Assertion failed: (_osfile(fh) & FOPEN)
a DOS box should flash briefly ...
.
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
Resource 'ipv6.google.com' is not available
b:\uildarea\3.9.ware-win11.refleak\build\lib\test\support\__init__.py:3161: ResourceWarning: unclosed <ssl.SSLSocket fd=808, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 62116), raddr=('127.0.0.1', 62117)>
del self.thread
ResourceWarning: Enable tracemalloc to get the object allocation traceback
.Resource 'ipv6.google.com' is not available
b:\uildarea\3.9.ware-win11.refleak\build\lib\test\support\__init__.py:3161: ResourceWarning: unclosed <ssl.SSLSocket fd=1064, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 62388), raddr=('127.0.0.1', 62389)>
del self.thread
ResourceWarning: Enable tracemalloc to get the object allocation traceback
.Resource 'ipv6.google.com' is not available
b:\uildarea\3.9.ware-win11.refleak\build\lib\test\support\__init__.py:3161: ResourceWarning: unclosed <ssl.SSLSocket fd=640, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 62660), raddr=('127.0.0.1', 62661)>
del self.thread
ResourceWarning: Enable tracemalloc to get the object allocation traceback
.Resource 'ipv6.google.com' is not available
b:\uildarea\3.9.ware-win11.refleak\build\lib\test\support\__init__.py:3161: ResourceWarning: unclosed <ssl.SSLSocket fd=1272, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 62931), raddr=('127.0.0.1', 62932)>
del self.thread
ResourceWarning: Enable tracemalloc to get the object allocation traceback
.Resource 'ipv6.google.com' is not available
b:\uildarea\3.9.ware-win11.refleak\build\lib\test\support\__init__.py:3161: ResourceWarning: unclosed <ssl.SSLSocket fd=1616, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 63203), raddr=('127.0.0.1', 63204)>
del self.thread
ResourceWarning: Enable tracemalloc to get the object allocation traceback
.Resource 'ipv6.google.com' is not available
b:\uildarea\3.9.ware-win11.refleak\build\lib\test\support\__init__.py:3161: ResourceWarning: unclosed <ssl.SSLSocket fd=1804, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 63476), raddr=('127.0.0.1', 63477)>
del self.thread
ResourceWarning: Enable tracemalloc to get the object allocation traceback
.
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
can't invoke "event" command: application has been destroyed
while executing
"event generate $w <<ThemeChanged>>"
(procedure "ttk::ThemeChanged" line 6)
invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
while executing
"event generate $w <<ThemeChanged>>"
(procedure "ttk::ThemeChanged" line 6)
invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
while executing
"event generate $w <<ThemeChanged>>"
(procedure "ttk::ThemeChanged" line 6)
invoked from within
"ttk::ThemeChanged"
.can't invoke "event" command: application has been destroyed
while executing
"event generate $w <<ThemeChanged>>"
(procedure "ttk::ThemeChanged" line 6)
invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
while executing
"event generate $w <<ThemeChanged>>"
(procedure "ttk::ThemeChanged" line 6)
invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
while executing
"event generate $w <<ThemeChanged>>"
(procedure "ttk::ThemeChanged" line 6)
invoked from within
"ttk::ThemeChanged"
.can't invoke "event" command: application has been destroyed
while executing
"event generate $w <<ThemeChanged>>"
(procedure "ttk::ThemeChanged" line 6)
invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
while executing
"event generate $w <<ThemeChanged>>"
(procedure "ttk::ThemeChanged" line 6)
invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
while executing
"event generate $w <<ThemeChanged>>"
(procedure "ttk::ThemeChanged" line 6)
invoked from within
"ttk::ThemeChanged"
.can't invoke "event" command: application has been destroyed
while executing
"event generate $w <<ThemeChanged>>"
(procedure "ttk::ThemeChanged" line 6)
invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
while executing
"event generate $w <<ThemeChanged>>"
(procedure "ttk::ThemeChanged" line 6)
invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
while executing
"event generate $w <<ThemeChanged>>"
(procedure "ttk::ThemeChanged" line 6)
invoked from within
"ttk::ThemeChanged"
.can't invoke "event" command: application has been destroyed
while executing
"event generate $w <<ThemeChanged>>"
(procedure "ttk::ThemeChanged" line 6)
invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
while executing
"event generate $w <<ThemeChanged>>"
(procedure "ttk::ThemeChanged" line 6)
invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
while executing
"event generate $w <<ThemeChanged>>"
(procedure "ttk::ThemeChanged" line 6)
invoked from within
"ttk::ThemeChanged"
.can't invoke "event" command: application has been destroyed
while executing
"event generate $w <<ThemeChanged>>"
(procedure "ttk::ThemeChanged" line 6)
invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
while executing
"event generate $w <<ThemeChanged>>"
(procedure "ttk::ThemeChanged" line 6)
invoked from within
"ttk::ThemeChanged"
can't invoke "event" command: application has been destroyed
while executing
"event generate $w <<ThemeChanged>>"
(procedure "ttk::ThemeChanged" line 6)
invoked from within
"ttk::ThemeChanged"
.
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
b:\uildarea\3.9.ware-win11.refleak\build\lib\unittest\loader.py:377: PendingDeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+
__import__(name)
<string>:2: PendingDeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+
.<string>:2: PendingDeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+
.<string>:2: PendingDeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+
.<string>:2: PendingDeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+
.<string>:2: PendingDeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+
.<string>:2: PendingDeprecationWarning: lib2to3 package is deprecated and may not be able to parse Python 3.10+
.
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
b:\uildarea\3.9.ware-win11.refleak\build\lib\_collections_abc.py:433: DeprecationWarning: Callable must be used as Callable[[arg, ...], result]. (This will raise a TypeError in Python 3.10.)
warnings.warn(f'{str(exc)} '
.b:\uildarea\3.9.ware-win11.refleak\build\lib\_collections_abc.py:433: DeprecationWarning: Callable must be used as Callable[[arg, ...], result]. (This will raise a TypeError in Python 3.10.)
warnings.warn(f'{str(exc)} '
.b:\uildarea\3.9.ware-win11.refleak\build\lib\_collections_abc.py:433: DeprecationWarning: Callable must be used as Callable[[arg, ...], result]. (This will raise a TypeError in Python 3.10.)
warnings.warn(f'{str(exc)} '
.b:\uildarea\3.9.ware-win11.refleak\build\lib\_collections_abc.py:433: DeprecationWarning: Callable must be used as Callable[[arg, ...], result]. (This will raise a TypeError in Python 3.10.)
warnings.warn(f'{str(exc)} '
.b:\uildarea\3.9.ware-win11.refleak\build\lib\_collections_abc.py:433: DeprecationWarning: Callable must be used as Callable[[arg, ...], result]. (This will raise a TypeError in Python 3.10.)
warnings.warn(f'{str(exc)} '
.b:\uildarea\3.9.ware-win11.refleak\build\lib\_collections_abc.py:433: DeprecationWarning: Callable must be used as Callable[[arg, ...], result]. (This will raise a TypeError in Python 3.10.)
warnings.warn(f'{str(exc)} '
.
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
Resource 'nntp.aioe.org' is not available
.Resource 'nntp.aioe.org' is not available
.Resource 'nntp.aioe.org' is not available
.Resource 'nntp.aioe.org' is not available
.Resource 'nntp.aioe.org' is not available
.Resource 'nntp.aioe.org' is not available
.
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
minkernel\crts\ucrt\src\appcrt\lowio\write.cpp(51) : Assertion failed: (_osfile(fh) & FOPEN)
.minkernel\crts\ucrt\src\appcrt\lowio\write.cpp(51) : Assertion failed: (_osfile(fh) & FOPEN)
.minkernel\crts\ucrt\src\appcrt\lowio\write.cpp(51) : Assertion failed: (_osfile(fh) & FOPEN)
.minkernel\crts\ucrt\src\appcrt\lowio\write.cpp(51) : Assertion failed: (_osfile(fh) & FOPEN)
.minkernel\crts\ucrt\src\appcrt\lowio\write.cpp(51) : Assertion failed: (_osfile(fh) & FOPEN)
.minkernel\crts\ucrt\src\appcrt\lowio\write.cpp(51) : Assertion failed: (_osfile(fh) & FOPEN)
.
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
b:\uildarea\3.9.ware-win11.refleak\build\lib\test\test_collections.py:1509: DeprecationWarning: Please use assertEqual instead.
self.assertEquals(len(s), len(items) - 1)
.b:\uildarea\3.9.ware-win11.refleak\build\lib\test\test_collections.py:1509: DeprecationWarning: Please use assertEqual instead.
self.assertEquals(len(s), len(items) - 1)
.b:\uildarea\3.9.ware-win11.refleak\build\lib\test\test_collections.py:1509: DeprecationWarning: Please use assertEqual instead.
self.assertEquals(len(s), len(items) - 1)
.b:\uildarea\3.9.ware-win11.refleak\build\lib\test\test_collections.py:1509: DeprecationWarning: Please use assertEqual instead.
self.assertEquals(len(s), len(items) - 1)
.b:\uildarea\3.9.ware-win11.refleak\build\lib\test\test_collections.py:1509: DeprecationWarning: Please use assertEqual instead.
self.assertEquals(len(s), len(items) - 1)
.b:\uildarea\3.9.ware-win11.refleak\build\lib\test\test_collections.py:1509: DeprecationWarning: Please use assertEqual instead.
self.assertEquals(len(s), len(items) - 1)
.
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
beginning 6 repetitions
123456
......
Could Not Find b:\uildarea\3.9.ware-win11.refleak\build\PCbuild\python*.zip
Test report
===========
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed configure (failure) clean (failure) (main)
by buildbot@python.org Nov. 8, 2023
by buildbot@python.org Nov. 8, 2023
Nov. 8, 2023
The Buildbot has detected a new failure on builder s390x Fedora Rawhide Clang 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/566/builds/4072
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-rawhide-z
Build Reason: <unknown>
Blamelist: AN Long <aisk(a)users.noreply.github.com>, Anthony Shaw <anthony.p.shaw(a)gmail.com>, Antoine Pitrou <antoine(a)python.org>, Ayappan Perumal <ayappap2(a)in.ibm.com>, Bogdan Romanyuk <65823030+wrongnull(a)users.noreply.github.com>, Brad Larsen <brad(a)bradfordlarsen.com>, Brandt Bucher <brandtbucher(a)microsoft.com>, CF Bolz-Tereick <cfbolz(a)gmx.de>, Charles Machalow <csm10495(a)gmail.com>, Davide Rizzo <sorcio(a)gmail.com>, Dennis Sweeney <36520290+sweeneyde(a)users.noreply.github.com>, Dino Viehland <dinoviehland(a)fb.com>, Eric Snow <ericsnowcurrently(a)gmail.com>, Gregory P. Smith <greg(a)krypto.org>, Guido van Rossum <guido(a)python.org>, Hugo van Kemenade <hugovk(a)users.noreply.github.com>, Irit Katriel <1055913+iritkatriel(a)users.noreply.github.com>, Krzysiek Karbowiak <krzysztof.karbowiak(a)interia.pl>, Kumar Aditya <kumaraditya(a)python.org>, LoipesMas <46327403+LoipesMas(a)users.noreply.github.com>, Mark Shannon <mark(a)hotpy.org>, Masayuki Moriyama <masayuki.moriyama(a)miraclelinux.com>, Michael Droettb
oom <mdboom(a)gmail.com>, Nikita Sobolev <mail(a)sobolevn.me>, Philippe Cerfon <41550983+philcerf(a)users.noreply.github.com>, Prometheus3375 <35541026+Prometheus3375(a)users.noreply.github.com>, Quentin Peter <impact27(a)users.noreply.github.com>, Romuald Brunet <romuald(a)chivil.com>, Sergey B Kirpichev <skirpichev(a)gmail.com>, Serhiy Storchaka <storchaka(a)gmail.com>, Terry Jan Reedy <tjreedy(a)udel.edu>, Thomas Grainger <tagrain(a)gmail.com>, Tian Gao <gaogaotiantian(a)hotmail.com>, Tomas R <tomas.roun8(a)gmail.com>, Victor Stinner <vstinner(a)python.org>, Yilei Yang <yileiyang(a)google.com>, dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>, lefp <70862148+lefp(a)users.noreply.github.com>, partev <petrosyan(a)gmail.com>, scoder <stefan_ml(a)behnel.de>, xzmeng <aumo(a)foxmail.com>, 方糖 <cubesugarcheese(a)qq.com>
BUILD FAILED: failed configure (failure) clean (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 224, done.
remote: Counting objects: 0% (1/215)
remote: Counting objects: 1% (3/215)
remote: Counting objects: 2% (5/215)
remote: Counting objects: 3% (7/215)
remote: Counting objects: 4% (9/215)
remote: Counting objects: 5% (11/215)
remote: Counting objects: 6% (13/215)
remote: Counting objects: 7% (16/215)
remote: Counting objects: 8% (18/215)
remote: Counting objects: 9% (20/215)
remote: Counting objects: 10% (22/215)
remote: Counting objects: 11% (24/215)
remote: Counting objects: 12% (26/215)
remote: Counting objects: 13% (28/215)
remote: Counting objects: 14% (31/215)
remote: Counting objects: 15% (33/215)
remote: Counting objects: 16% (35/215)
remote: Counting objects: 17% (37/215)
remote: Counting objects: 18% (39/215)
remote: Counting objects: 19% (41/215)
remote: Counting objects: 20% (43/215)
remote: Counting objects: 21% (46/215)
remote: Counting objects: 22% (48/215)
remote: Counting objects: 23% (50/215)
remote: Counting objects: 24% (52/215)
remote: Counting objects: 25% (54/215)
remote: Counting objects: 26% (56/215)
remote: Counting objects: 27% (59/215)
remote: Counting objects: 28% (61/215)
remote: Counting objects: 29% (63/215)
remote: Counting objects: 30% (65/215)
remote: Counting objects: 31% (67/215)
remote: Counting objects: 32% (69/215)
remote: Counting objects: 33% (71/215)
remote: Counting objects: 34% (74/215)
remote: Counting objects: 35% (76/215)
remote: Counting objects: 36% (78/215)
remote: Counting objects: 37% (80/215)
remote: Counting objects: 38% (82/215)
remote: Counting objects: 39% (84/215)
remote: Counting objects: 40% (86/215)
remote: Counting objects: 41% (89/215)
remote: Counting objects: 42% (91/215)
remote: Counting objects: 43% (93/215)
remote: Counting objects: 44% (95/215)
remote: Counting objects: 45% (97/215)
remote: Counting objects: 46% (99/215)
remote: Counting objects: 47% (102/215)
remote: Counting objects: 48% (104/215)
remote: Counting objects: 49% (106/215)
remote: Counting objects: 50% (108/215)
remote: Counting objects: 51% (110/215)
remote: Counting objects: 52% (112/215)
remote: Counting objects: 53% (114/215)
remote: Counting objects: 54% (117/215)
remote: Counting objects: 55% (119/215)
remote: Counting objects: 56% (121/215)
remote: Counting objects: 57% (123/215)
remote: Counting objects: 58% (125/215)
remote: Counting objects: 59% (127/215)
remote: Counting objects: 60% (129/215)
remote: Counting objects: 61% (132/215)
remote: Counting objects: 62% (134/215)
remote: Counting objects: 63% (136/215)
remote: Counting objects: 64% (138/215)
remote: Counting objects: 65% (140/215)
remote: Counting objects: 66% (142/215)
remote: Counting objects: 67% (145/215)
remote: Counting objects: 68% (147/215)
remote: Counting objects: 69% (149/215)
remote: Counting objects: 70% (151/215)
remote: Counting objects: 71% (153/215)
remote: Counting objects: 72% (155/215)
remote: Counting objects: 73% (157/215)
remote: Counting objects: 74% (160/215)
remote: Counting objects: 75% (162/215)
remote: Counting objects: 76% (164/215)
remote: Counting objects: 77% (166/215)
remote: Counting objects: 78% (168/215)
remote: Counting objects: 79% (170/215)
remote: Counting objects: 80% (172/215)
remote: Counting objects: 81% (175/215)
remote: Counting objects: 82% (177/215)
remote: Counting objects: 83% (179/215)
remote: Counting objects: 84% (181/215)
remote: Counting objects: 85% (183/215)
remote: Counting objects: 86% (185/215)
remote: Counting objects: 87% (188/215)
remote: Counting objects: 88% (190/215)
remote: Counting objects: 89% (192/215)
remote: Counting objects: 90% (194/215)
remote: Counting objects: 91% (196/215)
remote: Counting objects: 92% (198/215)
remote: Counting objects: 93% (200/215)
remote: Counting objects: 94% (203/215)
remote: Counting objects: 95% (205/215)
remote: Counting objects: 96% (207/215)
remote: Counting objects: 97% (209/215)
remote: Counting objects: 98% (211/215)
remote: Counting objects: 99% (213/215)
remote: Counting objects: 100% (215/215)
remote: Counting objects: 100% (215/215), done.
remote: Compressing objects: 0% (1/173)
remote: Compressing objects: 1% (2/173)
remote: Compressing objects: 2% (4/173)
remote: Compressing objects: 3% (6/173)
remote: Compressing objects: 4% (7/173)
remote: Compressing objects: 5% (9/173)
remote: Compressing objects: 6% (11/173)
remote: Compressing objects: 7% (13/173)
remote: Compressing objects: 8% (14/173)
remote: Compressing objects: 9% (16/173)
remote: Compressing objects: 10% (18/173)
remote: Compressing objects: 11% (20/173)
remote: Compressing objects: 12% (21/173)
remote: Compressing objects: 13% (23/173)
remote: Compressing objects: 14% (25/173)
remote: Compressing objects: 15% (26/173)
remote: Compressing objects: 16% (28/173)
remote: Compressing objects: 17% (30/173)
remote: Compressing objects: 18% (32/173)
remote: Compressing objects: 19% (33/173)
remote: Compressing objects: 20% (35/173)
remote: Compressing objects: 21% (37/173)
remote: Compressing objects: 22% (39/173)
remote: Compressing objects: 23% (40/173)
remote: Compressing objects: 24% (42/173)
remote: Compressing objects: 25% (44/173)
remote: Compressing objects: 26% (45/173)
remote: Compressing objects: 27% (47/173)
remote: Compressing objects: 28% (49/173)
remote: Compressing objects: 29% (51/173)
remote: Compressing objects: 30% (52/173)
remote: Compressing objects: 31% (54/173)
remote: Compressing objects: 32% (56/173)
remote: Compressing objects: 33% (58/173)
remote: Compressing objects: 34% (59/173)
remote: Compressing objects: 35% (61/173)
remote: Compressing objects: 36% (63/173)
remote: Compressing objects: 37% (65/173)
remote: Compressing objects: 38% (66/173)
remote: Compressing objects: 39% (68/173)
remote: Compressing objects: 40% (70/173)
remote: Compressing objects: 41% (71/173)
remote: Compressing objects: 42% (73/173)
remote: Compressing objects: 43% (75/173)
remote: Compressing objects: 44% (77/173)
remote: Compressing objects: 45% (78/173)
remote: Compressing objects: 46% (80/173)
remote: Compressing objects: 47% (82/173)
remote: Compressing objects: 48% (84/173)
remote: Compressing objects: 49% (85/173)
remote: Compressing objects: 50% (87/173)
remote: Compressing objects: 51% (89/173)
remote: Compressing objects: 52% (90/173)
remote: Compressing objects: 53% (92/173)
remote: Compressing objects: 54% (94/173)
remote: Compressing objects: 55% (96/173)
remote: Compressing objects: 56% (97/173)
remote: Compressing objects: 57% (99/173)
remote: Compressing objects: 58% (101/173)
remote: Compressing objects: 59% (103/173)
remote: Compressing objects: 60% (104/173)
remote: Compressing objects: 61% (106/173)
remote: Compressing objects: 62% (108/173)
remote: Compressing objects: 63% (109/173)
remote: Compressing objects: 64% (111/173)
remote: Compressing objects: 65% (113/173)
remote: Compressing objects: 66% (115/173)
remote: Compressing objects: 67% (116/173)
remote: Compressing objects: 68% (118/173)
remote: Compressing objects: 69% (120/173)
remote: Compressing objects: 70% (122/173)
remote: Compressing objects: 71% (123/173)
remote: Compressing objects: 72% (125/173)
remote: Compressing objects: 73% (127/173)
remote: Compressing objects: 74% (129/173)
remote: Compressing objects: 75% (130/173)
remote: Compressing objects: 76% (132/173)
remote: Compressing objects: 77% (134/173)
remote: Compressing objects: 78% (135/173)
remote: Compressing objects: 79% (137/173)
remote: Compressing objects: 80% (139/173)
remote: Compressing objects: 81% (141/173)
remote: Compressing objects: 82% (142/173)
remote: Compressing objects: 83% (144/173)
remote: Compressing objects: 84% (146/173)
remote: Compressing objects: 85% (148/173)
remote: Compressing objects: 86% (149/173)
remote: Compressing objects: 87% (151/173)
remote: Compressing objects: 88% (153/173)
remote: Compressing objects: 89% (154/173)
remote: Compressing objects: 90% (156/173)
remote: Compressing objects: 91% (158/173)
remote: Compressing objects: 92% (160/173)
remote: Compressing objects: 93% (161/173)
remote: Compressing objects: 94% (163/173)
remote: Compressing objects: 95% (165/173)
remote: Compressing objects: 96% (167/173)
remote: Compressing objects: 97% (168/173)
remote: Compressing objects: 98% (170/173)
remote: Compressing objects: 99% (172/173)
remote: Compressing objects: 100% (173/173)
remote: Compressing objects: 100% (173/173), done.
Receiving objects: 0% (1/224)
Receiving objects: 1% (3/224)
Receiving objects: 2% (5/224)
Receiving objects: 3% (7/224)
Receiving objects: 4% (9/224)
Receiving objects: 5% (12/224)
Receiving objects: 6% (14/224)
Receiving objects: 7% (16/224)
Receiving objects: 8% (18/224)
Receiving objects: 9% (21/224)
Receiving objects: 10% (23/224)
Receiving objects: 11% (25/224)
Receiving objects: 12% (27/224)
Receiving objects: 13% (30/224)
Receiving objects: 14% (32/224)
Receiving objects: 15% (34/224)
Receiving objects: 16% (36/224)
Receiving objects: 17% (39/224)
Receiving objects: 18% (41/224)
Receiving objects: 19% (43/224)
Receiving objects: 20% (45/224)
Receiving objects: 21% (48/224)
Receiving objects: 22% (50/224)
Receiving objects: 23% (52/224)
Receiving objects: 24% (54/224)
Receiving objects: 25% (56/224)
Receiving objects: 26% (59/224)
Receiving objects: 27% (61/224)
Receiving objects: 28% (63/224)
Receiving objects: 29% (65/224)
Receiving objects: 30% (68/224)
Receiving objects: 31% (70/224)
Receiving objects: 32% (72/224)
Receiving objects: 33% (74/224)
Receiving objects: 34% (77/224)
Receiving objects: 35% (79/224)
Receiving objects: 36% (81/224)
Receiving objects: 37% (83/224)
Receiving objects: 38% (86/224)
Receiving objects: 39% (88/224)
Receiving objects: 40% (90/224)
Receiving objects: 41% (92/224)
Receiving objects: 42% (95/224)
Receiving objects: 43% (97/224)
Receiving objects: 44% (99/224)
Receiving objects: 45% (101/224)
Receiving objects: 46% (104/224)
Receiving objects: 47% (106/224)
Receiving objects: 48% (108/224)
Receiving objects: 49% (110/224)
Receiving objects: 50% (112/224)
Receiving objects: 51% (115/224)
Receiving objects: 52% (117/224)
Receiving objects: 53% (119/224)
Receiving objects: 54% (121/224)
Receiving objects: 55% (124/224)
Receiving objects: 56% (126/224)
Receiving objects: 57% (128/224)
Receiving objects: 58% (130/224)
Receiving objects: 59% (133/224)
Receiving objects: 60% (135/224)
Receiving objects: 61% (137/224)
Receiving objects: 62% (139/224)
Receiving objects: 63% (142/224)
Receiving objects: 64% (144/224)
Receiving objects: 65% (146/224)
Receiving objects: 66% (148/224)
Receiving objects: 67% (151/224)
Receiving objects: 68% (153/224)
Receiving objects: 69% (155/224)
Receiving objects: 70% (157/224)
Receiving objects: 71% (160/224)
Receiving objects: 72% (162/224)
Receiving objects: 73% (164/224)
Receiving objects: 74% (166/224)
Receiving objects: 75% (168/224)
Receiving objects: 76% (171/224)
Receiving objects: 77% (173/224)
Receiving objects: 78% (175/224)
Receiving objects: 79% (177/224)
Receiving objects: 80% (180/224)
Receiving objects: 81% (182/224)
Receiving objects: 82% (184/224)
Receiving objects: 83% (186/224)
Receiving objects: 84% (189/224)
Receiving objects: 85% (191/224)
Receiving objects: 86% (193/224)
Receiving objects: 87% (195/224)
Receiving objects: 88% (198/224)
Receiving objects: 89% (200/224)
Receiving objects: 90% (202/224)
Receiving objects: 91% (204/224)
Receiving objects: 92% (207/224)
Receiving objects: 93% (209/224)
Receiving objects: 94% (211/224)
Receiving objects: 95% (213/224)
remote: Total 224 (delta 118), reused 100 (delta 42), pack-reused 9
Receiving objects: 96% (216/224)
Receiving objects: 97% (218/224)
Receiving objects: 98% (220/224)
Receiving objects: 99% (222/224)
Receiving objects: 100% (224/224)
Receiving objects: 100% (224/224), 824.94 KiB | 8.17 MiB/s, done.
Resolving deltas: 0% (0/120)
Resolving deltas: 1% (2/120)
Resolving deltas: 2% (3/120)
Resolving deltas: 3% (4/120)
Resolving deltas: 4% (5/120)
Resolving deltas: 5% (6/120)
Resolving deltas: 6% (8/120)
Resolving deltas: 7% (9/120)
Resolving deltas: 8% (10/120)
Resolving deltas: 9% (11/120)
Resolving deltas: 10% (12/120)
Resolving deltas: 11% (14/120)
Resolving deltas: 12% (15/120)
Resolving deltas: 13% (16/120)
Resolving deltas: 14% (17/120)
Resolving deltas: 15% (18/120)
Resolving deltas: 16% (20/120)
Resolving deltas: 17% (21/120)
Resolving deltas: 18% (22/120)
Resolving deltas: 19% (23/120)
Resolving deltas: 20% (24/120)
Resolving deltas: 21% (26/120)
Resolving deltas: 22% (27/120)
Resolving deltas: 23% (28/120)
Resolving deltas: 24% (29/120)
Resolving deltas: 25% (30/120)
Resolving deltas: 26% (32/120)
Resolving deltas: 27% (33/120)
Resolving deltas: 28% (34/120)
Resolving deltas: 29% (35/120)
Resolving deltas: 30% (36/120)
Resolving deltas: 31% (38/120)
Resolving deltas: 32% (39/120)
Resolving deltas: 33% (40/120)
Resolving deltas: 34% (41/120)
Resolving deltas: 35% (42/120)
Resolving deltas: 36% (44/120)
Resolving deltas: 37% (45/120)
Resolving deltas: 38% (46/120)
Resolving deltas: 39% (47/120)
Resolving deltas: 40% (48/120)
Resolving deltas: 41% (50/120)
Resolving deltas: 42% (51/120)
Resolving deltas: 43% (52/120)
Resolving deltas: 44% (53/120)
Resolving deltas: 45% (54/120)
Resolving deltas: 46% (56/120)
Resolving deltas: 47% (57/120)
Resolving deltas: 48% (58/120)
Resolving deltas: 49% (59/120)
Resolving deltas: 50% (60/120)
Resolving deltas: 51% (62/120)
Resolving deltas: 52% (63/120)
Resolving deltas: 53% (64/120)
Resolving deltas: 54% (65/120)
Resolving deltas: 55% (66/120)
Resolving deltas: 56% (68/120)
Resolving deltas: 57% (69/120)
Resolving deltas: 58% (70/120)
Resolving deltas: 59% (71/120)
Resolving deltas: 60% (72/120)
Resolving deltas: 61% (74/120)
Resolving deltas: 62% (75/120)
Resolving deltas: 63% (76/120)
Resolving deltas: 64% (77/120)
Resolving deltas: 65% (78/120)
Resolving deltas: 66% (80/120)
Resolving deltas: 67% (81/120)
Resolving deltas: 68% (82/120)
Resolving deltas: 69% (83/120)
Resolving deltas: 70% (84/120)
Resolving deltas: 71% (86/120)
Resolving deltas: 72% (87/120)
Resolving deltas: 73% (88/120)
Resolving deltas: 74% (89/120)
Resolving deltas: 75% (90/120)
Resolving deltas: 76% (92/120)
Resolving deltas: 77% (93/120)
Resolving deltas: 78% (94/120)
Resolving deltas: 79% (95/120)
Resolving deltas: 80% (96/120)
Resolving deltas: 81% (98/120)
Resolving deltas: 82% (99/120)
Resolving deltas: 83% (100/120)
Resolving deltas: 84% (101/120)
Resolving deltas: 85% (102/120)
Resolving deltas: 86% (104/120)
Resolving deltas: 87% (105/120)
Resolving deltas: 88% (106/120)
Resolving deltas: 89% (107/120)
Resolving deltas: 90% (108/120)
Resolving deltas: 91% (110/120)
Resolving deltas: 92% (111/120)
Resolving deltas: 93% (112/120)
Resolving deltas: 94% (113/120)
Resolving deltas: 95% (114/120)
Resolving deltas: 96% (116/120)
Resolving deltas: 97% (117/120)
Resolving deltas: 98% (118/120)
Resolving deltas: 99% (119/120)
Resolving deltas: 100% (120/120)
Resolving deltas: 100% (120/120), completed with 6 local objects.
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to '82e36dba45b750ad4ed68735eb05bb939968a1fa'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 82e36dba45 gh-108303: Move more `typing` related files to `Lib/test/typinganndata` (#111825)
Switched to and reset branch 'main'
configure: WARNING: s390x-ibm-linux-gnu/clang is not supported
./configure: line 2193: conftest.err: No space left on device
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 2527: conftest.c: No space left on device
./configure: line 2193: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 18321: conftest.c: No space left on device
./configure: line 2083: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 18341: conftest.c: No space left on device
./configure: line 2083: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 18321: conftest.c: No space left on device
./configure: line 2083: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
./configure: line 18341: conftest.c: No space left on device
./configure: line 2083: conftest.err: No space left on device
sed: can't read conftest.c: No such file or directory
configure: error: in `/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.clang/build':
configure: error: cannot make clang report undeclared builtins
See `config.log' for more details
make: *** No rule to make target 'distclean'. Stop.
Test report
===========
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder s390x Fedora Rawhide 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/538/builds/4081
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-rawhide-z
Build Reason: <unknown>
Blamelist: AN Long <aisk(a)users.noreply.github.com>, Anthony Shaw <anthony.p.shaw(a)gmail.com>, Antoine Pitrou <antoine(a)python.org>, Ayappan Perumal <ayappap2(a)in.ibm.com>, Bogdan Romanyuk <65823030+wrongnull(a)users.noreply.github.com>, Brad Larsen <brad(a)bradfordlarsen.com>, Brandt Bucher <brandtbucher(a)microsoft.com>, CF Bolz-Tereick <cfbolz(a)gmx.de>, Charles Machalow <csm10495(a)gmail.com>, Davide Rizzo <sorcio(a)gmail.com>, Dennis Sweeney <36520290+sweeneyde(a)users.noreply.github.com>, Dino Viehland <dinoviehland(a)fb.com>, Eric Snow <ericsnowcurrently(a)gmail.com>, Gregory P. Smith <greg(a)krypto.org>, Guido van Rossum <guido(a)python.org>, Hugo van Kemenade <hugovk(a)users.noreply.github.com>, Irit Katriel <1055913+iritkatriel(a)users.noreply.github.com>, Krzysiek Karbowiak <krzysztof.karbowiak(a)interia.pl>, Kumar Aditya <kumaraditya(a)python.org>, LoipesMas <46327403+LoipesMas(a)users.noreply.github.com>, Mark Shannon <mark(a)hotpy.org>, Masayuki Moriyama <masayuki.moriyama(a)miraclelinux.com>, Michael Droettb
oom <mdboom(a)gmail.com>, Nikita Sobolev <mail(a)sobolevn.me>, Philippe Cerfon <41550983+philcerf(a)users.noreply.github.com>, Prometheus3375 <35541026+Prometheus3375(a)users.noreply.github.com>, Quentin Peter <impact27(a)users.noreply.github.com>, Romuald Brunet <romuald(a)chivil.com>, Sergey B Kirpichev <skirpichev(a)gmail.com>, Serhiy Storchaka <storchaka(a)gmail.com>, Terry Jan Reedy <tjreedy(a)udel.edu>, Thomas Grainger <tagrain(a)gmail.com>, Tian Gao <gaogaotiantian(a)hotmail.com>, Tomas R <tomas.roun8(a)gmail.com>, Victor Stinner <vstinner(a)python.org>, Yilei Yang <yileiyang(a)google.com>, dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>, lefp <70862148+lefp(a)users.noreply.github.com>, partev <petrosyan(a)gmail.com>, scoder <stefan_ml(a)behnel.de>, xzmeng <aumo(a)foxmail.com>, 方糖 <cubesugarcheese(a)qq.com>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 224, done.
remote: Counting objects: 0% (1/207)
remote: Counting objects: 1% (3/207)
remote: Counting objects: 2% (5/207)
remote: Counting objects: 3% (7/207)
remote: Counting objects: 4% (9/207)
remote: Counting objects: 5% (11/207)
remote: Counting objects: 6% (13/207)
remote: Counting objects: 7% (15/207)
remote: Counting objects: 8% (17/207)
remote: Counting objects: 9% (19/207)
remote: Counting objects: 10% (21/207)
remote: Counting objects: 11% (23/207)
remote: Counting objects: 12% (25/207)
remote: Counting objects: 13% (27/207)
remote: Counting objects: 14% (29/207)
remote: Counting objects: 15% (32/207)
remote: Counting objects: 16% (34/207)
remote: Counting objects: 17% (36/207)
remote: Counting objects: 18% (38/207)
remote: Counting objects: 19% (40/207)
remote: Counting objects: 20% (42/207)
remote: Counting objects: 21% (44/207)
remote: Counting objects: 22% (46/207)
remote: Counting objects: 23% (48/207)
remote: Counting objects: 24% (50/207)
remote: Counting objects: 25% (52/207)
remote: Counting objects: 26% (54/207)
remote: Counting objects: 27% (56/207)
remote: Counting objects: 28% (58/207)
remote: Counting objects: 29% (61/207)
remote: Counting objects: 30% (63/207)
remote: Counting objects: 31% (65/207)
remote: Counting objects: 32% (67/207)
remote: Counting objects: 33% (69/207)
remote: Counting objects: 34% (71/207)
remote: Counting objects: 35% (73/207)
remote: Counting objects: 36% (75/207)
remote: Counting objects: 37% (77/207)
remote: Counting objects: 38% (79/207)
remote: Counting objects: 39% (81/207)
remote: Counting objects: 40% (83/207)
remote: Counting objects: 41% (85/207)
remote: Counting objects: 42% (87/207)
remote: Counting objects: 43% (90/207)
remote: Counting objects: 44% (92/207)
remote: Counting objects: 45% (94/207)
remote: Counting objects: 46% (96/207)
remote: Counting objects: 47% (98/207)
remote: Counting objects: 48% (100/207)
remote: Counting objects: 49% (102/207)
remote: Counting objects: 50% (104/207)
remote: Counting objects: 51% (106/207)
remote: Counting objects: 52% (108/207)
remote: Counting objects: 53% (110/207)
remote: Counting objects: 54% (112/207)
remote: Counting objects: 55% (114/207)
remote: Counting objects: 56% (116/207)
remote: Counting objects: 57% (118/207)
remote: Counting objects: 58% (121/207)
remote: Counting objects: 59% (123/207)
remote: Counting objects: 60% (125/207)
remote: Counting objects: 61% (127/207)
remote: Counting objects: 62% (129/207)
remote: Counting objects: 63% (131/207)
remote: Counting objects: 64% (133/207)
remote: Counting objects: 65% (135/207)
remote: Counting objects: 66% (137/207)
remote: Counting objects: 67% (139/207)
remote: Counting objects: 68% (141/207)
remote: Counting objects: 69% (143/207)
remote: Counting objects: 70% (145/207)
remote: Counting objects: 71% (147/207)
remote: Counting objects: 72% (150/207)
remote: Counting objects: 73% (152/207)
remote: Counting objects: 74% (154/207)
remote: Counting objects: 75% (156/207)
remote: Counting objects: 76% (158/207)
remote: Counting objects: 77% (160/207)
remote: Counting objects: 78% (162/207)
remote: Counting objects: 79% (164/207)
remote: Counting objects: 80% (166/207)
remote: Counting objects: 81% (168/207)
remote: Counting objects: 82% (170/207)
remote: Counting objects: 83% (172/207)
remote: Counting objects: 84% (174/207)
remote: Counting objects: 85% (176/207)
remote: Counting objects: 86% (179/207)
remote: Counting objects: 87% (181/207)
remote: Counting objects: 88% (183/207)
remote: Counting objects: 89% (185/207)
remote: Counting objects: 90% (187/207)
remote: Counting objects: 91% (189/207)
remote: Counting objects: 92% (191/207)
remote: Counting objects: 93% (193/207)
remote: Counting objects: 94% (195/207)
remote: Counting objects: 95% (197/207)
remote: Counting objects: 96% (199/207)
remote: Counting objects: 97% (201/207)
remote: Counting objects: 98% (203/207)
remote: Counting objects: 99% (205/207)
remote: Counting objects: 100% (207/207)
remote: Counting objects: 100% (207/207), done.
remote: Compressing objects: 0% (1/152)
remote: Compressing objects: 1% (2/152)
remote: Compressing objects: 2% (4/152)
remote: Compressing objects: 3% (5/152)
remote: Compressing objects: 4% (7/152)
remote: Compressing objects: 5% (8/152)
remote: Compressing objects: 6% (10/152)
remote: Compressing objects: 7% (11/152)
remote: Compressing objects: 8% (13/152)
remote: Compressing objects: 9% (14/152)
remote: Compressing objects: 10% (16/152)
remote: Compressing objects: 11% (17/152)
remote: Compressing objects: 12% (19/152)
remote: Compressing objects: 13% (20/152)
remote: Compressing objects: 14% (22/152)
remote: Compressing objects: 15% (23/152)
remote: Compressing objects: 16% (25/152)
remote: Compressing objects: 17% (26/152)
remote: Compressing objects: 18% (28/152)
remote: Compressing objects: 19% (29/152)
remote: Compressing objects: 20% (31/152)
remote: Compressing objects: 21% (32/152)
remote: Compressing objects: 22% (34/152)
remote: Compressing objects: 23% (35/152)
remote: Compressing objects: 24% (37/152)
remote: Compressing objects: 25% (38/152)
remote: Compressing objects: 26% (40/152)
remote: Compressing objects: 27% (42/152)
remote: Compressing objects: 28% (43/152)
remote: Compressing objects: 29% (45/152)
remote: Compressing objects: 30% (46/152)
remote: Compressing objects: 31% (48/152)
remote: Compressing objects: 32% (49/152)
remote: Compressing objects: 33% (51/152)
remote: Compressing objects: 34% (52/152)
remote: Compressing objects: 35% (54/152)
remote: Compressing objects: 36% (55/152)
remote: Compressing objects: 37% (57/152)
remote: Compressing objects: 38% (58/152)
remote: Compressing objects: 39% (60/152)
remote: Compressing objects: 40% (61/152)
remote: Compressing objects: 41% (63/152)
remote: Compressing objects: 42% (64/152)
remote: Compressing objects: 43% (66/152)
remote: Compressing objects: 44% (67/152)
remote: Compressing objects: 45% (69/152)
remote: Compressing objects: 46% (70/152)
remote: Compressing objects: 47% (72/152)
remote: Compressing objects: 48% (73/152)
remote: Compressing objects: 49% (75/152)
remote: Compressing objects: 50% (76/152)
remote: Compressing objects: 51% (78/152)
remote: Compressing objects: 52% (80/152)
remote: Compressing objects: 53% (81/152)
remote: Compressing objects: 54% (83/152)
remote: Compressing objects: 55% (84/152)
remote: Compressing objects: 56% (86/152)
remote: Compressing objects: 57% (87/152)
remote: Compressing objects: 58% (89/152)
remote: Compressing objects: 59% (90/152)
remote: Compressing objects: 60% (92/152)
remote: Compressing objects: 61% (93/152)
remote: Compressing objects: 62% (95/152)
remote: Compressing objects: 63% (96/152)
remote: Compressing objects: 64% (98/152)
remote: Compressing objects: 65% (99/152)
remote: Compressing objects: 66% (101/152)
remote: Compressing objects: 67% (102/152)
remote: Compressing objects: 68% (104/152)
remote: Compressing objects: 69% (105/152)
remote: Compressing objects: 70% (107/152)
remote: Compressing objects: 71% (108/152)
remote: Compressing objects: 72% (110/152)
remote: Compressing objects: 73% (111/152)
remote: Compressing objects: 74% (113/152)
remote: Compressing objects: 75% (114/152)
remote: Compressing objects: 76% (116/152)
remote: Compressing objects: 77% (118/152)
remote: Compressing objects: 78% (119/152)
remote: Compressing objects: 79% (121/152)
remote: Compressing objects: 80% (122/152)
remote: Compressing objects: 81% (124/152)
remote: Compressing objects: 82% (125/152)
remote: Compressing objects: 83% (127/152)
remote: Compressing objects: 84% (128/152)
remote: Compressing objects: 85% (130/152)
remote: Compressing objects: 86% (131/152)
remote: Compressing objects: 87% (133/152)
remote: Compressing objects: 88% (134/152)
remote: Compressing objects: 89% (136/152)
remote: Compressing objects: 90% (137/152)
remote: Compressing objects: 91% (139/152)
remote: Compressing objects: 92% (140/152)
remote: Compressing objects: 93% (142/152)
remote: Compressing objects: 94% (143/152)
remote: Compressing objects: 95% (145/152)
remote: Compressing objects: 96% (146/152)
remote: Compressing objects: 97% (148/152)
remote: Compressing objects: 98% (149/152)
remote: Compressing objects: 99% (151/152)
remote: Compressing objects: 100% (152/152)
remote: Compressing objects: 100% (152/152), done.
Receiving objects: 0% (1/224)
Receiving objects: 1% (3/224)
Receiving objects: 2% (5/224)
Receiving objects: 3% (7/224)
Receiving objects: 4% (9/224)
Receiving objects: 5% (12/224)
Receiving objects: 6% (14/224)
Receiving objects: 7% (16/224)
Receiving objects: 8% (18/224)
Receiving objects: 9% (21/224)
Receiving objects: 10% (23/224)
Receiving objects: 11% (25/224)
Receiving objects: 12% (27/224)
Receiving objects: 13% (30/224)
Receiving objects: 14% (32/224)
Receiving objects: 15% (34/224)
Receiving objects: 16% (36/224)
Receiving objects: 17% (39/224)
Receiving objects: 18% (41/224)
Receiving objects: 19% (43/224)
Receiving objects: 20% (45/224)
Receiving objects: 21% (48/224)
Receiving objects: 22% (50/224)
Receiving objects: 23% (52/224)
Receiving objects: 24% (54/224)
Receiving objects: 25% (56/224)
Receiving objects: 26% (59/224)
Receiving objects: 27% (61/224)
Receiving objects: 28% (63/224)
Receiving objects: 29% (65/224)
Receiving objects: 30% (68/224)
Receiving objects: 31% (70/224)
Receiving objects: 32% (72/224)
Receiving objects: 33% (74/224)
Receiving objects: 34% (77/224)
Receiving objects: 35% (79/224)
Receiving objects: 36% (81/224)
Receiving objects: 37% (83/224)
Receiving objects: 38% (86/224)
Receiving objects: 39% (88/224)
Receiving objects: 40% (90/224)
Receiving objects: 41% (92/224)
Receiving objects: 42% (95/224)
Receiving objects: 43% (97/224)
Receiving objects: 44% (99/224)
Receiving objects: 45% (101/224)
Receiving objects: 46% (104/224)
Receiving objects: 47% (106/224)
Receiving objects: 48% (108/224)
Receiving objects: 49% (110/224)
Receiving objects: 50% (112/224)
Receiving objects: 51% (115/224)
Receiving objects: 52% (117/224)
Receiving objects: 53% (119/224)
Receiving objects: 54% (121/224)
Receiving objects: 55% (124/224)
Receiving objects: 56% (126/224)
Receiving objects: 57% (128/224)
Receiving objects: 58% (130/224)
Receiving objects: 59% (133/224)
Receiving objects: 60% (135/224)
Receiving objects: 61% (137/224)
Receiving objects: 62% (139/224)
Receiving objects: 63% (142/224)
Receiving objects: 64% (144/224)
Receiving objects: 65% (146/224)
Receiving objects: 66% (148/224)
Receiving objects: 67% (151/224)
Receiving objects: 68% (153/224)
Receiving objects: 69% (155/224)
Receiving objects: 70% (157/224)
Receiving objects: 71% (160/224)
Receiving objects: 72% (162/224)
Receiving objects: 73% (164/224)
Receiving objects: 74% (166/224)
Receiving objects: 75% (168/224)
Receiving objects: 76% (171/224)
Receiving objects: 77% (173/224)
Receiving objects: 78% (175/224)
Receiving objects: 79% (177/224)
Receiving objects: 80% (180/224)
Receiving objects: 81% (182/224)
Receiving objects: 82% (184/224)
Receiving objects: 83% (186/224)
Receiving objects: 84% (189/224)
Receiving objects: 85% (191/224)
Receiving objects: 86% (193/224)
Receiving objects: 87% (195/224)
Receiving objects: 88% (198/224)
Receiving objects: 89% (200/224)
Receiving objects: 90% (202/224)
Receiving objects: 91% (204/224)
Receiving objects: 92% (207/224)
Receiving objects: 93% (209/224)
Receiving objects: 94% (211/224)
remote: Total 224 (delta 117), reused 95 (delta 55), pack-reused 17
Receiving objects: 95% (213/224)
Receiving objects: 96% (216/224)
Receiving objects: 97% (218/224)
Receiving objects: 98% (220/224)
Receiving objects: 99% (222/224)
Receiving objects: 100% (224/224)
Receiving objects: 100% (224/224), 822.01 KiB | 7.41 MiB/s, done.
Resolving deltas: 0% (0/119)
Resolving deltas: 1% (2/119)
Resolving deltas: 2% (3/119)
Resolving deltas: 3% (4/119)
Resolving deltas: 4% (5/119)
Resolving deltas: 5% (6/119)
Resolving deltas: 6% (8/119)
Resolving deltas: 7% (9/119)
Resolving deltas: 8% (10/119)
Resolving deltas: 9% (11/119)
Resolving deltas: 10% (12/119)
Resolving deltas: 11% (14/119)
Resolving deltas: 12% (15/119)
Resolving deltas: 13% (16/119)
Resolving deltas: 14% (17/119)
Resolving deltas: 15% (18/119)
Resolving deltas: 16% (20/119)
Resolving deltas: 17% (21/119)
Resolving deltas: 18% (22/119)
Resolving deltas: 19% (23/119)
Resolving deltas: 20% (24/119)
Resolving deltas: 21% (25/119)
Resolving deltas: 22% (27/119)
Resolving deltas: 23% (28/119)
Resolving deltas: 24% (29/119)
Resolving deltas: 25% (30/119)
Resolving deltas: 26% (31/119)
Resolving deltas: 27% (33/119)
Resolving deltas: 28% (34/119)
Resolving deltas: 29% (35/119)
Resolving deltas: 30% (36/119)
Resolving deltas: 31% (37/119)
Resolving deltas: 32% (39/119)
Resolving deltas: 33% (40/119)
Resolving deltas: 34% (41/119)
Resolving deltas: 35% (42/119)
Resolving deltas: 36% (43/119)
Resolving deltas: 37% (45/119)
Resolving deltas: 38% (46/119)
Resolving deltas: 39% (47/119)
Resolving deltas: 40% (48/119)
Resolving deltas: 41% (49/119)
Resolving deltas: 42% (50/119)
Resolving deltas: 43% (52/119)
Resolving deltas: 44% (53/119)
Resolving deltas: 45% (54/119)
Resolving deltas: 46% (55/119)
Resolving deltas: 47% (56/119)
Resolving deltas: 48% (58/119)
Resolving deltas: 49% (59/119)
Resolving deltas: 50% (60/119)
Resolving deltas: 51% (61/119)
Resolving deltas: 52% (62/119)
Resolving deltas: 53% (64/119)
Resolving deltas: 54% (65/119)
Resolving deltas: 55% (66/119)
Resolving deltas: 56% (67/119)
Resolving deltas: 57% (68/119)
Resolving deltas: 58% (70/119)
Resolving deltas: 59% (71/119)
Resolving deltas: 60% (72/119)
Resolving deltas: 61% (73/119)
Resolving deltas: 62% (74/119)
Resolving deltas: 63% (75/119)
Resolving deltas: 64% (77/119)
Resolving deltas: 65% (78/119)
Resolving deltas: 66% (79/119)
Resolving deltas: 67% (80/119)
Resolving deltas: 68% (81/119)
Resolving deltas: 69% (83/119)
Resolving deltas: 70% (84/119)
Resolving deltas: 71% (85/119)
Resolving deltas: 72% (86/119)
Resolving deltas: 73% (87/119)
Resolving deltas: 74% (89/119)
Resolving deltas: 75% (90/119)
Resolving deltas: 76% (91/119)
Resolving deltas: 77% (92/119)
Resolving deltas: 78% (93/119)
Resolving deltas: 79% (95/119)
Resolving deltas: 80% (96/119)
Resolving deltas: 81% (97/119)
Resolving deltas: 82% (98/119)
Resolving deltas: 83% (99/119)
Resolving deltas: 84% (100/119)
Resolving deltas: 85% (102/119)
Resolving deltas: 86% (103/119)
Resolving deltas: 88% (105/119)
Resolving deltas: 89% (106/119)
Resolving deltas: 90% (108/119)
Resolving deltas: 91% (109/119)
Resolving deltas: 92% (110/119)
Resolving deltas: 93% (111/119)
Resolving deltas: 94% (112/119)
Resolving deltas: 95% (114/119)
Resolving deltas: 96% (115/119)
Resolving deltas: 97% (116/119)
Resolving deltas: 98% (117/119)
Resolving deltas: 99% (118/119)
Resolving deltas: 100% (119/119)
Resolving deltas: 100% (119/119), completed with 8 local objects.
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to '82e36dba45b750ad4ed68735eb05bb939968a1fa'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 82e36dba45 gh-108303: Move more `typing` related files to `Lib/test/typinganndata` (#111825)
Switched to and reset branch 'main'
Assembler messages:
Fatal error: can't create Parser/action_helpers.o: No space left on device
make: *** [Makefile:2760: Parser/action_helpers.o] Error 1
make: *** Waiting for unfinished jobs....
/tmp/ccDP4nny.s: Assembler messages:
/tmp/ccDP4nny.s: Fatal error: Parser/pegen.o: No space left on device
make: *** [Makefile:2760: Parser/pegen.o] Error 1
Assembler messages:
Fatal error: can't create Parser/lexer/lexer.o: No space left on device
make: *** [Makefile:2760: Parser/lexer/lexer.o] Error 1
Assembler messages:
Fatal error: can't create Parser/parser.o: No space left on device
make: *** [Makefile:2760: Parser/parser.o] Error 1
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
make: [Makefile:2852: clean-retain-profile] Error 1 (ignored)
Test report
===========
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed compile (failure) (main)
by buildbot@python.org Nov. 8, 2023
by buildbot@python.org Nov. 8, 2023
Nov. 8, 2023
The Buildbot has detected a new failure on builder s390x Fedora Rawhide LTO 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/323/builds/3385
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-rawhide-z
Build Reason: <unknown>
Blamelist: AN Long <aisk(a)users.noreply.github.com>, Anthony Shaw <anthony.p.shaw(a)gmail.com>, Antoine Pitrou <antoine(a)python.org>, Ayappan Perumal <ayappap2(a)in.ibm.com>, Bogdan Romanyuk <65823030+wrongnull(a)users.noreply.github.com>, Brad Larsen <brad(a)bradfordlarsen.com>, Brandt Bucher <brandtbucher(a)microsoft.com>, CF Bolz-Tereick <cfbolz(a)gmx.de>, Charles Machalow <csm10495(a)gmail.com>, Davide Rizzo <sorcio(a)gmail.com>, Dennis Sweeney <36520290+sweeneyde(a)users.noreply.github.com>, Dino Viehland <dinoviehland(a)fb.com>, Eric Snow <ericsnowcurrently(a)gmail.com>, Gregory P. Smith <greg(a)krypto.org>, Guido van Rossum <guido(a)python.org>, Hugo van Kemenade <hugovk(a)users.noreply.github.com>, Irit Katriel <1055913+iritkatriel(a)users.noreply.github.com>, Krzysiek Karbowiak <krzysztof.karbowiak(a)interia.pl>, Kumar Aditya <kumaraditya(a)python.org>, LoipesMas <46327403+LoipesMas(a)users.noreply.github.com>, Mark Shannon <mark(a)hotpy.org>, Masayuki Moriyama <masayuki.moriyama(a)miraclelinux.com>, Michael Droettb
oom <mdboom(a)gmail.com>, Nikita Sobolev <mail(a)sobolevn.me>, Pablo Galindo Salgado <Pablogsal(a)gmail.com>, Philippe Cerfon <41550983+philcerf(a)users.noreply.github.com>, Prometheus3375 <35541026+Prometheus3375(a)users.noreply.github.com>, Quentin Peter <impact27(a)users.noreply.github.com>, Romuald Brunet <romuald(a)chivil.com>, Sergey B Kirpichev <skirpichev(a)gmail.com>, Serhiy Storchaka <storchaka(a)gmail.com>, Terry Jan Reedy <tjreedy(a)udel.edu>, Thomas Grainger <tagrain(a)gmail.com>, Tian Gao <gaogaotiantian(a)hotmail.com>, Tomas R <tomas.roun8(a)gmail.com>, Victor Stinner <vstinner(a)python.org>, Yilei Yang <yileiyang(a)google.com>, dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>, lefp <70862148+lefp(a)users.noreply.github.com>, partev <petrosyan(a)gmail.com>, scoder <stefan_ml(a)behnel.de>, xzmeng <aumo(a)foxmail.com>, 方糖 <cubesugarcheese(a)qq.com>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 217, done.
remote: Counting objects: 0% (1/200)
remote: Counting objects: 1% (2/200)
remote: Counting objects: 2% (4/200)
remote: Counting objects: 3% (6/200)
remote: Counting objects: 4% (8/200)
remote: Counting objects: 5% (10/200)
remote: Counting objects: 6% (12/200)
remote: Counting objects: 7% (14/200)
remote: Counting objects: 8% (16/200)
remote: Counting objects: 9% (18/200)
remote: Counting objects: 10% (20/200)
remote: Counting objects: 11% (22/200)
remote: Counting objects: 12% (24/200)
remote: Counting objects: 13% (26/200)
remote: Counting objects: 14% (28/200)
remote: Counting objects: 15% (30/200)
remote: Counting objects: 16% (32/200)
remote: Counting objects: 17% (34/200)
remote: Counting objects: 18% (36/200)
remote: Counting objects: 19% (38/200)
remote: Counting objects: 20% (40/200)
remote: Counting objects: 21% (42/200)
remote: Counting objects: 22% (44/200)
remote: Counting objects: 23% (46/200)
remote: Counting objects: 24% (48/200)
remote: Counting objects: 25% (50/200)
remote: Counting objects: 26% (52/200)
remote: Counting objects: 27% (54/200)
remote: Counting objects: 28% (56/200)
remote: Counting objects: 29% (58/200)
remote: Counting objects: 30% (60/200)
remote: Counting objects: 31% (62/200)
remote: Counting objects: 32% (64/200)
remote: Counting objects: 33% (66/200)
remote: Counting objects: 34% (68/200)
remote: Counting objects: 35% (70/200)
remote: Counting objects: 36% (72/200)
remote: Counting objects: 37% (74/200)
remote: Counting objects: 38% (76/200)
remote: Counting objects: 39% (78/200)
remote: Counting objects: 40% (80/200)
remote: Counting objects: 41% (82/200)
remote: Counting objects: 42% (84/200)
remote: Counting objects: 43% (86/200)
remote: Counting objects: 44% (88/200)
remote: Counting objects: 45% (90/200)
remote: Counting objects: 46% (92/200)
remote: Counting objects: 47% (94/200)
remote: Counting objects: 48% (96/200)
remote: Counting objects: 49% (98/200)
remote: Counting objects: 50% (100/200)
remote: Counting objects: 51% (102/200)
remote: Counting objects: 52% (104/200)
remote: Counting objects: 53% (106/200)
remote: Counting objects: 54% (108/200)
remote: Counting objects: 55% (110/200)
remote: Counting objects: 56% (112/200)
remote: Counting objects: 57% (114/200)
remote: Counting objects: 58% (116/200)
remote: Counting objects: 59% (118/200)
remote: Counting objects: 60% (120/200)
remote: Counting objects: 61% (122/200)
remote: Counting objects: 62% (124/200)
remote: Counting objects: 63% (126/200)
remote: Counting objects: 64% (128/200)
remote: Counting objects: 65% (130/200)
remote: Counting objects: 66% (132/200)
remote: Counting objects: 67% (134/200)
remote: Counting objects: 68% (136/200)
remote: Counting objects: 69% (138/200)
remote: Counting objects: 70% (140/200)
remote: Counting objects: 71% (142/200)
remote: Counting objects: 72% (144/200)
remote: Counting objects: 73% (146/200)
remote: Counting objects: 74% (148/200)
remote: Counting objects: 75% (150/200)
remote: Counting objects: 76% (152/200)
remote: Counting objects: 77% (154/200)
remote: Counting objects: 78% (156/200)
remote: Counting objects: 79% (158/200)
remote: Counting objects: 80% (160/200)
remote: Counting objects: 81% (162/200)
remote: Counting objects: 82% (164/200)
remote: Counting objects: 83% (166/200)
remote: Counting objects: 84% (168/200)
remote: Counting objects: 85% (170/200)
remote: Counting objects: 86% (172/200)
remote: Counting objects: 87% (174/200)
remote: Counting objects: 88% (176/200)
remote: Counting objects: 89% (178/200)
remote: Counting objects: 90% (180/200)
remote: Counting objects: 91% (182/200)
remote: Counting objects: 92% (184/200)
remote: Counting objects: 93% (186/200)
remote: Counting objects: 94% (188/200)
remote: Counting objects: 95% (190/200)
remote: Counting objects: 96% (192/200)
remote: Counting objects: 97% (194/200)
remote: Counting objects: 98% (196/200)
remote: Counting objects: 99% (198/200)
remote: Counting objects: 100% (200/200)
remote: Counting objects: 100% (200/200), done.
remote: Compressing objects: 0% (1/148)
remote: Compressing objects: 1% (2/148)
remote: Compressing objects: 2% (3/148)
remote: Compressing objects: 3% (5/148)
remote: Compressing objects: 4% (6/148)
remote: Compressing objects: 5% (8/148)
remote: Compressing objects: 6% (9/148)
remote: Compressing objects: 7% (11/148)
remote: Compressing objects: 8% (12/148)
remote: Compressing objects: 9% (14/148)
remote: Compressing objects: 10% (15/148)
remote: Compressing objects: 11% (17/148)
remote: Compressing objects: 12% (18/148)
remote: Compressing objects: 13% (20/148)
remote: Compressing objects: 14% (21/148)
remote: Compressing objects: 15% (23/148)
remote: Compressing objects: 16% (24/148)
remote: Compressing objects: 17% (26/148)
remote: Compressing objects: 18% (27/148)
remote: Compressing objects: 19% (29/148)
remote: Compressing objects: 20% (30/148)
remote: Compressing objects: 21% (32/148)
remote: Compressing objects: 22% (33/148)
remote: Compressing objects: 23% (35/148)
remote: Compressing objects: 24% (36/148)
remote: Compressing objects: 25% (37/148)
remote: Compressing objects: 26% (39/148)
remote: Compressing objects: 27% (40/148)
remote: Compressing objects: 28% (42/148)
remote: Compressing objects: 29% (43/148)
remote: Compressing objects: 30% (45/148)
remote: Compressing objects: 31% (46/148)
remote: Compressing objects: 32% (48/148)
remote: Compressing objects: 33% (49/148)
remote: Compressing objects: 34% (51/148)
remote: Compressing objects: 35% (52/148)
remote: Compressing objects: 36% (54/148)
remote: Compressing objects: 37% (55/148)
remote: Compressing objects: 38% (57/148)
remote: Compressing objects: 39% (58/148)
remote: Compressing objects: 40% (60/148)
remote: Compressing objects: 41% (61/148)
remote: Compressing objects: 42% (63/148)
remote: Compressing objects: 43% (64/148)
remote: Compressing objects: 44% (66/148)
remote: Compressing objects: 45% (67/148)
remote: Compressing objects: 46% (69/148)
remote: Compressing objects: 47% (70/148)
remote: Compressing objects: 48% (72/148)
remote: Compressing objects: 49% (73/148)
remote: Compressing objects: 50% (74/148)
remote: Compressing objects: 51% (76/148)
remote: Compressing objects: 52% (77/148)
remote: Compressing objects: 53% (79/148)
remote: Compressing objects: 54% (80/148)
remote: Compressing objects: 55% (82/148)
remote: Compressing objects: 56% (83/148)
remote: Compressing objects: 57% (85/148)
remote: Compressing objects: 58% (86/148)
remote: Compressing objects: 59% (88/148)
remote: Compressing objects: 60% (89/148)
remote: Compressing objects: 61% (91/148)
remote: Compressing objects: 62% (92/148)
remote: Compressing objects: 63% (94/148)
remote: Compressing objects: 64% (95/148)
remote: Compressing objects: 65% (97/148)
remote: Compressing objects: 66% (98/148)
remote: Compressing objects: 67% (100/148)
remote: Compressing objects: 68% (101/148)
remote: Compressing objects: 69% (103/148)
remote: Compressing objects: 70% (104/148)
remote: Compressing objects: 71% (106/148)
remote: Compressing objects: 72% (107/148)
remote: Compressing objects: 73% (109/148)
remote: Compressing objects: 74% (110/148)
remote: Compressing objects: 75% (111/148)
remote: Compressing objects: 76% (113/148)
remote: Compressing objects: 77% (114/148)
remote: Compressing objects: 78% (116/148)
remote: Compressing objects: 79% (117/148)
remote: Compressing objects: 80% (119/148)
remote: Compressing objects: 81% (120/148)
remote: Compressing objects: 82% (122/148)
remote: Compressing objects: 83% (123/148)
remote: Compressing objects: 84% (125/148)
remote: Compressing objects: 85% (126/148)
remote: Compressing objects: 86% (128/148)
remote: Compressing objects: 87% (129/148)
remote: Compressing objects: 88% (131/148)
remote: Compressing objects: 89% (132/148)
remote: Compressing objects: 90% (134/148)
remote: Compressing objects: 91% (135/148)
remote: Compressing objects: 92% (137/148)
remote: Compressing objects: 93% (138/148)
remote: Compressing objects: 94% (140/148)
remote: Compressing objects: 95% (141/148)
remote: Compressing objects: 96% (143/148)
remote: Compressing objects: 97% (144/148)
remote: Compressing objects: 98% (146/148)
remote: Compressing objects: 99% (147/148)
remote: Compressing objects: 100% (148/148)
remote: Compressing objects: 100% (148/148), done.
Receiving objects: 0% (1/217)
Receiving objects: 1% (3/217)
Receiving objects: 2% (5/217)
Receiving objects: 3% (7/217)
Receiving objects: 4% (9/217)
Receiving objects: 5% (11/217)
Receiving objects: 6% (14/217)
Receiving objects: 7% (16/217)
Receiving objects: 8% (18/217)
Receiving objects: 9% (20/217)
Receiving objects: 10% (22/217)
Receiving objects: 11% (24/217)
Receiving objects: 12% (27/217)
Receiving objects: 13% (29/217)
Receiving objects: 14% (31/217)
Receiving objects: 15% (33/217)
Receiving objects: 16% (35/217)
Receiving objects: 17% (37/217)
Receiving objects: 18% (40/217)
Receiving objects: 19% (42/217)
Receiving objects: 20% (44/217)
Receiving objects: 21% (46/217)
Receiving objects: 22% (48/217)
Receiving objects: 23% (50/217)
Receiving objects: 24% (53/217)
Receiving objects: 25% (55/217)
Receiving objects: 26% (57/217)
Receiving objects: 27% (59/217)
Receiving objects: 28% (61/217)
Receiving objects: 29% (63/217)
Receiving objects: 30% (66/217)
Receiving objects: 31% (68/217)
Receiving objects: 32% (70/217)
Receiving objects: 33% (72/217)
Receiving objects: 34% (74/217)
Receiving objects: 35% (76/217)
Receiving objects: 36% (79/217)
Receiving objects: 37% (81/217)
Receiving objects: 38% (83/217)
Receiving objects: 39% (85/217)
Receiving objects: 40% (87/217)
Receiving objects: 41% (89/217)
Receiving objects: 42% (92/217)
Receiving objects: 43% (94/217)
Receiving objects: 44% (96/217)
Receiving objects: 45% (98/217)
Receiving objects: 46% (100/217)
Receiving objects: 47% (102/217)
Receiving objects: 48% (105/217)
Receiving objects: 49% (107/217)
Receiving objects: 50% (109/217)
Receiving objects: 51% (111/217)
Receiving objects: 52% (113/217)
Receiving objects: 53% (116/217)
Receiving objects: 54% (118/217)
Receiving objects: 55% (120/217)
Receiving objects: 56% (122/217)
Receiving objects: 57% (124/217)
Receiving objects: 58% (126/217)
Receiving objects: 59% (129/217)
Receiving objects: 60% (131/217)
Receiving objects: 61% (133/217)
Receiving objects: 62% (135/217)
Receiving objects: 63% (137/217)
Receiving objects: 64% (139/217)
Receiving objects: 65% (142/217)
Receiving objects: 66% (144/217)
Receiving objects: 67% (146/217)
Receiving objects: 68% (148/217)
Receiving objects: 69% (150/217)
Receiving objects: 70% (152/217)
Receiving objects: 71% (155/217)
Receiving objects: 72% (157/217)
Receiving objects: 73% (159/217)
Receiving objects: 74% (161/217)
Receiving objects: 75% (163/217)
Receiving objects: 76% (165/217)
Receiving objects: 77% (168/217)
Receiving objects: 78% (170/217)
Receiving objects: 79% (172/217)
Receiving objects: 80% (174/217)
Receiving objects: 81% (176/217)
Receiving objects: 82% (178/217)
Receiving objects: 83% (181/217)
Receiving objects: 84% (183/217)
Receiving objects: 85% (185/217)
Receiving objects: 86% (187/217)
Receiving objects: 87% (189/217)
Receiving objects: 88% (191/217)
Receiving objects: 89% (194/217)
Receiving objects: 90% (196/217)
Receiving objects: 91% (198/217)
Receiving objects: 92% (200/217)
Receiving objects: 93% (202/217)
Receiving objects: 94% (204/217)
Receiving objects: 95% (207/217)
Receiving objects: 96% (209/217)
Receiving objects: 97% (211/217)
remote: Total 217 (delta 113), reused 90 (delta 52), pack-reused 17
Receiving objects: 98% (213/217)
Receiving objects: 99% (215/217)
Receiving objects: 100% (217/217)
Receiving objects: 100% (217/217), 818.37 KiB | 12.21 MiB/s, done.
Resolving deltas: 0% (0/115)
Resolving deltas: 1% (2/115)
Resolving deltas: 2% (3/115)
Resolving deltas: 3% (4/115)
Resolving deltas: 4% (5/115)
Resolving deltas: 5% (6/115)
Resolving deltas: 6% (7/115)
Resolving deltas: 7% (9/115)
Resolving deltas: 8% (10/115)
Resolving deltas: 9% (11/115)
Resolving deltas: 10% (12/115)
Resolving deltas: 11% (13/115)
Resolving deltas: 12% (14/115)
Resolving deltas: 13% (15/115)
Resolving deltas: 14% (17/115)
Resolving deltas: 15% (18/115)
Resolving deltas: 16% (19/115)
Resolving deltas: 17% (20/115)
Resolving deltas: 18% (21/115)
Resolving deltas: 19% (22/115)
Resolving deltas: 20% (23/115)
Resolving deltas: 21% (25/115)
Resolving deltas: 22% (26/115)
Resolving deltas: 23% (27/115)
Resolving deltas: 24% (28/115)
Resolving deltas: 25% (29/115)
Resolving deltas: 26% (30/115)
Resolving deltas: 27% (32/115)
Resolving deltas: 28% (33/115)
Resolving deltas: 29% (34/115)
Resolving deltas: 30% (35/115)
Resolving deltas: 31% (36/115)
Resolving deltas: 32% (37/115)
Resolving deltas: 33% (38/115)
Resolving deltas: 34% (40/115)
Resolving deltas: 35% (41/115)
Resolving deltas: 36% (42/115)
Resolving deltas: 37% (43/115)
Resolving deltas: 38% (44/115)
Resolving deltas: 39% (45/115)
Resolving deltas: 40% (46/115)
Resolving deltas: 41% (48/115)
Resolving deltas: 42% (49/115)
Resolving deltas: 43% (50/115)
Resolving deltas: 44% (51/115)
Resolving deltas: 45% (52/115)
Resolving deltas: 46% (53/115)
Resolving deltas: 47% (55/115)
Resolving deltas: 48% (56/115)
Resolving deltas: 49% (57/115)
Resolving deltas: 50% (58/115)
Resolving deltas: 51% (59/115)
Resolving deltas: 52% (60/115)
Resolving deltas: 53% (61/115)
Resolving deltas: 54% (63/115)
Resolving deltas: 55% (64/115)
Resolving deltas: 56% (65/115)
Resolving deltas: 57% (66/115)
Resolving deltas: 58% (67/115)
Resolving deltas: 59% (68/115)
Resolving deltas: 60% (69/115)
Resolving deltas: 61% (71/115)
Resolving deltas: 62% (72/115)
Resolving deltas: 63% (73/115)
Resolving deltas: 64% (74/115)
Resolving deltas: 65% (75/115)
Resolving deltas: 66% (76/115)
Resolving deltas: 67% (78/115)
Resolving deltas: 68% (79/115)
Resolving deltas: 69% (80/115)
Resolving deltas: 70% (81/115)
Resolving deltas: 71% (82/115)
Resolving deltas: 72% (83/115)
Resolving deltas: 73% (84/115)
Resolving deltas: 74% (86/115)
Resolving deltas: 75% (87/115)
Resolving deltas: 76% (88/115)
Resolving deltas: 77% (89/115)
Resolving deltas: 78% (90/115)
Resolving deltas: 79% (91/115)
Resolving deltas: 80% (92/115)
Resolving deltas: 81% (94/115)
Resolving deltas: 82% (95/115)
Resolving deltas: 83% (96/115)
Resolving deltas: 84% (97/115)
Resolving deltas: 85% (98/115)
Resolving deltas: 86% (99/115)
Resolving deltas: 87% (101/115)
Resolving deltas: 88% (102/115)
Resolving deltas: 89% (103/115)
Resolving deltas: 90% (104/115)
Resolving deltas: 91% (105/115)
Resolving deltas: 92% (106/115)
Resolving deltas: 93% (107/115)
Resolving deltas: 94% (109/115)
Resolving deltas: 95% (110/115)
Resolving deltas: 96% (111/115)
Resolving deltas: 97% (112/115)
Resolving deltas: 98% (113/115)
Resolving deltas: 99% (114/115)
Resolving deltas: 100% (115/115)
Resolving deltas: 100% (115/115), completed with 8 local objects.
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to '8fbe5314cd6544bdcd50b3a57e0f8a9c6bf97374'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 8fbe5314cd gh-111662: Update socket module to use AC for optimizing performance (gh-111661)
Switched to and reset branch 'main'
Assembler messages:
Fatal error: can't create Parser/tokenizer/string_tokenizer.o: No space left on device
make: *** [Makefile:2760: Parser/tokenizer/string_tokenizer.o] Error 1
make: *** Waiting for unfinished jobs....
Assembler messages:
Fatal error: can't create Parser/action_helpers.o: No space left on device
make: *** [Makefile:2760: Parser/action_helpers.o] Error 1
Assembler messages:
Fatal error: can't create Parser/tokenizer/utf8_tokenizer.o: No space left on device
make: *** [Makefile:2760: Parser/tokenizer/utf8_tokenizer.o] Error 1
Assembler messages:
Fatal error: can't create Parser/tokenizer/helpers.o: No space left on device
make: *** [Makefile:2760: Parser/tokenizer/helpers.o] Error 1
Assembler messages:
Fatal error: can't create Parser/lexer/lexer.o: No space left on device
make: *** [Makefile:2760: Parser/lexer/lexer.o] Error 1
Assembler messages:
Fatal error: can't create Parser/parser.o: No space left on device
make: *** [Makefile:2760: Parser/parser.o] Error 1
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
make: [Makefile:2852: clean-retain-profile] Error 1 (ignored)
Test report
===========
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed compile (failure) (main)
by buildbot@python.org Nov. 8, 2023
by buildbot@python.org Nov. 8, 2023
Nov. 8, 2023
The Buildbot has detected a new failure on builder AMD64 Fedora Rawhide LTO 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/375/builds/5188
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-x86_64
Build Reason: <unknown>
Blamelist: AN Long <aisk(a)users.noreply.github.com>, Anthony Shaw <anthony.p.shaw(a)gmail.com>, Antoine Pitrou <antoine(a)python.org>, Ayappan Perumal <ayappap2(a)in.ibm.com>, Brad Larsen <brad(a)bradfordlarsen.com>, Brandt Bucher <brandtbucher(a)microsoft.com>, CF Bolz-Tereick <cfbolz(a)gmx.de>, Charles Machalow <csm10495(a)gmail.com>, Davide Rizzo <sorcio(a)gmail.com>, Dennis Sweeney <36520290+sweeneyde(a)users.noreply.github.com>, Dino Viehland <dinoviehland(a)fb.com>, Eric Snow <ericsnowcurrently(a)gmail.com>, Gregory P. Smith <greg(a)krypto.org>, Guido van Rossum <guido(a)python.org>, Hugo van Kemenade <hugovk(a)users.noreply.github.com>, Irit Katriel <1055913+iritkatriel(a)users.noreply.github.com>, Krzysiek Karbowiak <krzysztof.karbowiak(a)interia.pl>, Kumar Aditya <kumaraditya(a)python.org>, LoipesMas <46327403+LoipesMas(a)users.noreply.github.com>, Mark Shannon <mark(a)hotpy.org>, Masayuki Moriyama <masayuki.moriyama(a)miraclelinux.com>, Michael Droettboom <mdboom(a)gmail.com>, Nikita Sobolev <mail(a)sobolevn.me>, Phil
ippe Cerfon <41550983+philcerf(a)users.noreply.github.com>, Prometheus3375 <35541026+Prometheus3375(a)users.noreply.github.com>, Quentin Peter <impact27(a)users.noreply.github.com>, Romuald Brunet <romuald(a)chivil.com>, Sergey B Kirpichev <skirpichev(a)gmail.com>, Serhiy Storchaka <storchaka(a)gmail.com>, Terry Jan Reedy <tjreedy(a)udel.edu>, Thomas Grainger <tagrain(a)gmail.com>, Tian Gao <gaogaotiantian(a)hotmail.com>, Tomas R <tomas.roun8(a)gmail.com>, Victor Stinner <vstinner(a)python.org>, Yilei Yang <yileiyang(a)google.com>, dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>, lefp <70862148+lefp(a)users.noreply.github.com>, partev <petrosyan(a)gmail.com>, scoder <stefan_ml(a)behnel.de>, xzmeng <aumo(a)foxmail.com>, 方糖 <cubesugarcheese(a)qq.com>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 78, done.
remote: Counting objects: 1% (1/75)
remote: Counting objects: 2% (2/75)
remote: Counting objects: 4% (3/75)
remote: Counting objects: 5% (4/75)
remote: Counting objects: 6% (5/75)
remote: Counting objects: 8% (6/75)
remote: Counting objects: 9% (7/75)
remote: Counting objects: 10% (8/75)
remote: Counting objects: 12% (9/75)
remote: Counting objects: 13% (10/75)
remote: Counting objects: 14% (11/75)
remote: Counting objects: 16% (12/75)
remote: Counting objects: 17% (13/75)
remote: Counting objects: 18% (14/75)
remote: Counting objects: 20% (15/75)
remote: Counting objects: 21% (16/75)
remote: Counting objects: 22% (17/75)
remote: Counting objects: 24% (18/75)
remote: Counting objects: 25% (19/75)
remote: Counting objects: 26% (20/75)
remote: Counting objects: 28% (21/75)
remote: Counting objects: 29% (22/75)
remote: Counting objects: 30% (23/75)
remote: Counting objects: 32% (24/75)
remote: Counting objects: 33% (25/75)
remote: Counting objects: 34% (26/75)
remote: Counting objects: 36% (27/75)
remote: Counting objects: 37% (28/75)
remote: Counting objects: 38% (29/75)
remote: Counting objects: 40% (30/75)
remote: Counting objects: 41% (31/75)
remote: Counting objects: 42% (32/75)
remote: Counting objects: 44% (33/75)
remote: Counting objects: 45% (34/75)
remote: Counting objects: 46% (35/75)
remote: Counting objects: 48% (36/75)
remote: Counting objects: 49% (37/75)
remote: Counting objects: 50% (38/75)
remote: Counting objects: 52% (39/75)
remote: Counting objects: 53% (40/75)
remote: Counting objects: 54% (41/75)
remote: Counting objects: 56% (42/75)
remote: Counting objects: 57% (43/75)
remote: Counting objects: 58% (44/75)
remote: Counting objects: 60% (45/75)
remote: Counting objects: 61% (46/75)
remote: Counting objects: 62% (47/75)
remote: Counting objects: 64% (48/75)
remote: Counting objects: 65% (49/75)
remote: Counting objects: 66% (50/75)
remote: Counting objects: 68% (51/75)
remote: Counting objects: 69% (52/75)
remote: Counting objects: 70% (53/75)
remote: Counting objects: 72% (54/75)
remote: Counting objects: 73% (55/75)
remote: Counting objects: 74% (56/75)
remote: Counting objects: 76% (57/75)
remote: Counting objects: 77% (58/75)
remote: Counting objects: 78% (59/75)
remote: Counting objects: 80% (60/75)
remote: Counting objects: 81% (61/75)
remote: Counting objects: 82% (62/75)
remote: Counting objects: 84% (63/75)
remote: Counting objects: 85% (64/75)
remote: Counting objects: 86% (65/75)
remote: Counting objects: 88% (66/75)
remote: Counting objects: 89% (67/75)
remote: Counting objects: 90% (68/75)
remote: Counting objects: 92% (69/75)
remote: Counting objects: 93% (70/75)
remote: Counting objects: 94% (71/75)
remote: Counting objects: 96% (72/75)
remote: Counting objects: 97% (73/75)
remote: Counting objects: 98% (74/75)
remote: Counting objects: 100% (75/75)
remote: Counting objects: 100% (75/75), done.
remote: Compressing objects: 2% (1/38)
remote: Compressing objects: 5% (2/38)
remote: Compressing objects: 7% (3/38)
remote: Compressing objects: 10% (4/38)
remote: Compressing objects: 13% (5/38)
remote: Compressing objects: 15% (6/38)
remote: Compressing objects: 18% (7/38)
remote: Compressing objects: 21% (8/38)
remote: Compressing objects: 23% (9/38)
remote: Compressing objects: 26% (10/38)
remote: Compressing objects: 28% (11/38)
remote: Compressing objects: 31% (12/38)
remote: Compressing objects: 34% (13/38)
remote: Compressing objects: 36% (14/38)
remote: Compressing objects: 39% (15/38)
remote: Compressing objects: 42% (16/38)
remote: Compressing objects: 44% (17/38)
remote: Compressing objects: 47% (18/38)
remote: Compressing objects: 50% (19/38)
remote: Compressing objects: 52% (20/38)
remote: Compressing objects: 55% (21/38)
remote: Compressing objects: 57% (22/38)
remote: Compressing objects: 60% (23/38)
remote: Compressing objects: 63% (24/38)
remote: Compressing objects: 65% (25/38)
remote: Compressing objects: 68% (26/38)
remote: Compressing objects: 71% (27/38)
remote: Compressing objects: 73% (28/38)
remote: Compressing objects: 76% (29/38)
remote: Compressing objects: 78% (30/38)
remote: Compressing objects: 81% (31/38)
remote: Compressing objects: 84% (32/38)
remote: Compressing objects: 86% (33/38)
remote: Compressing objects: 89% (34/38)
remote: Compressing objects: 92% (35/38)
remote: Compressing objects: 94% (36/38)
remote: Compressing objects: 97% (37/38)
remote: Compressing objects: 100% (38/38)
remote: Compressing objects: 100% (38/38), done.
remote: Total 78 (delta 48), reused 48 (delta 37), pack-reused 3
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to '11e83488c5a4a6e75a4f363a2e1a45574fd53573'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 11e83488c5 gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Switched to and reset branch 'main'
/tmp/ccGC8cyb.s: Assembler messages:
/tmp/ccGC8cyb.s: Fatal error: can't write 1369 bytes to section .debug_abbrev of Parser/string_parser.o: 'No space left on device'
/tmp/ccGC8cyb.s: Fatal error: Parser/string_parser.o: No such file or directory
make: *** [Makefile:2762: Parser/string_parser.o] Error 1
make: *** Waiting for unfinished jobs....
/tmp/ccCG1C4k.s: Assembler messages:
/tmp/ccCG1C4k.s: Fatal error: Parser/tokenizer/readline_tokenizer.o: No space left on device
make: *** [Makefile:2762: Parser/tokenizer/readline_tokenizer.o] Error 1
/tmp/ccKZ1Qli.s: Assembler messages:
/tmp/ccKZ1Qli.s: Fatal error: can't write 3885 bytes to section .gnu.debuglto_.debug_info of Parser/tokenizer/file_tokenizer.o: 'No space left on device'
/tmp/ccKZ1Qli.s: Fatal error: Parser/tokenizer/file_tokenizer.o: No such file or directory
make: *** [Makefile:2762: Parser/tokenizer/file_tokenizer.o] Error 1
/tmp/ccT1JfFc.s: Assembler messages:
/tmp/ccT1JfFc.s: Fatal error: can't write 37 bytes to section .text of Parser/pegen_errors.o: 'No space left on device'
/tmp/ccT1JfFc.s: Fatal error: Parser/pegen_errors.o: No such file or directory
make: *** [Makefile:2762: Parser/pegen_errors.o] Error 1
/tmp/cc2wMqM5.s: Assembler messages:
/tmp/cc2wMqM5.s: Fatal error: can't write 140 bytes to section .text of Parser/pegen.o: 'No space left on device'
/tmp/cc2wMqM5.s: Fatal error: Parser/pegen.o: No such file or directory
make: *** [Makefile:2762: Parser/pegen.o] Error 1
/tmp/ccXBAZGp.s: Assembler messages:
/tmp/ccXBAZGp.s: Fatal error: can't write 10 bytes to section .text of Parser/tokenizer/helpers.o: 'No space left on device'
/tmp/ccXBAZGp.s: Fatal error: Parser/tokenizer/helpers.o: No such file or directory
make: *** [Makefile:2762: Parser/tokenizer/helpers.o] Error 1
/tmp/ccR7GKrX.s: Assembler messages:
/tmp/ccR7GKrX.s: Fatal error: can't write 11 bytes to section .text of Parser/lexer/lexer.o: 'No space left on device'
/tmp/ccR7GKrX.s: Fatal error: Parser/lexer/lexer.o: No such file or directory
make: *** [Makefile:2762: Parser/lexer/lexer.o] Error 1
/tmp/ccIeeZga.s: Assembler messages:
/tmp/ccIeeZga.s: Fatal error: can't write 140 bytes to section .text of Parser/action_helpers.o: 'No space left on device'
/tmp/ccIeeZga.s: Fatal error: Parser/action_helpers.o: No such file or directory
make: *** [Makefile:2762: Parser/action_helpers.o] Error 1
/tmp/ccnqILV6.s: Assembler messages:
/tmp/ccnqILV6.s: Fatal error: can't write 35 bytes to section .text of Parser/parser.o: 'No space left on device'
/tmp/ccnqILV6.s: Fatal error: Parser/parser.o: No such file or directory
make: *** [Makefile:2762: Parser/parser.o] Error 1
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
make: [Makefile:2854: clean-retain-profile] Error 1 (ignored)
Test report
===========
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora Rawhide LTO + PGO 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/79/builds/5992
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-x86_64
Build Reason: <unknown>
Blamelist: AN Long <aisk(a)users.noreply.github.com>, Anthony Shaw <anthony.p.shaw(a)gmail.com>, Antoine Pitrou <antoine(a)python.org>, Ayappan Perumal <ayappap2(a)in.ibm.com>, Brad Larsen <brad(a)bradfordlarsen.com>, Brandt Bucher <brandtbucher(a)microsoft.com>, CF Bolz-Tereick <cfbolz(a)gmx.de>, Charles Machalow <csm10495(a)gmail.com>, Davide Rizzo <sorcio(a)gmail.com>, Dennis Sweeney <36520290+sweeneyde(a)users.noreply.github.com>, Dino Viehland <dinoviehland(a)fb.com>, Eric Snow <ericsnowcurrently(a)gmail.com>, Gregory P. Smith <greg(a)krypto.org>, Guido van Rossum <guido(a)python.org>, Hugo van Kemenade <hugovk(a)users.noreply.github.com>, Irit Katriel <1055913+iritkatriel(a)users.noreply.github.com>, Krzysiek Karbowiak <krzysztof.karbowiak(a)interia.pl>, Kumar Aditya <kumaraditya(a)python.org>, LoipesMas <46327403+LoipesMas(a)users.noreply.github.com>, Mark Shannon <mark(a)hotpy.org>, Masayuki Moriyama <masayuki.moriyama(a)miraclelinux.com>, Michael Droettboom <mdboom(a)gmail.com>, Nikita Sobolev <mail(a)sobolevn.me>, Phil
ippe Cerfon <41550983+philcerf(a)users.noreply.github.com>, Prometheus3375 <35541026+Prometheus3375(a)users.noreply.github.com>, Quentin Peter <impact27(a)users.noreply.github.com>, Romuald Brunet <romuald(a)chivil.com>, Sergey B Kirpichev <skirpichev(a)gmail.com>, Serhiy Storchaka <storchaka(a)gmail.com>, Terry Jan Reedy <tjreedy(a)udel.edu>, Thomas Grainger <tagrain(a)gmail.com>, Tian Gao <gaogaotiantian(a)hotmail.com>, Tomas R <tomas.roun8(a)gmail.com>, Victor Stinner <vstinner(a)python.org>, Yilei Yang <yileiyang(a)google.com>, dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>, lefp <70862148+lefp(a)users.noreply.github.com>, partev <petrosyan(a)gmail.com>, scoder <stefan_ml(a)behnel.de>, xzmeng <aumo(a)foxmail.com>, 方糖 <cubesugarcheese(a)qq.com>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 92, done.
remote: Counting objects: 1% (1/85)
remote: Counting objects: 2% (2/85)
remote: Counting objects: 3% (3/85)
remote: Counting objects: 4% (4/85)
remote: Counting objects: 5% (5/85)
remote: Counting objects: 7% (6/85)
remote: Counting objects: 8% (7/85)
remote: Counting objects: 9% (8/85)
remote: Counting objects: 10% (9/85)
remote: Counting objects: 11% (10/85)
remote: Counting objects: 12% (11/85)
remote: Counting objects: 14% (12/85)
remote: Counting objects: 15% (13/85)
remote: Counting objects: 16% (14/85)
remote: Counting objects: 17% (15/85)
remote: Counting objects: 18% (16/85)
remote: Counting objects: 20% (17/85)
remote: Counting objects: 21% (18/85)
remote: Counting objects: 22% (19/85)
remote: Counting objects: 23% (20/85)
remote: Counting objects: 24% (21/85)
remote: Counting objects: 25% (22/85)
remote: Counting objects: 27% (23/85)
remote: Counting objects: 28% (24/85)
remote: Counting objects: 29% (25/85)
remote: Counting objects: 30% (26/85)
remote: Counting objects: 31% (27/85)
remote: Counting objects: 32% (28/85)
remote: Counting objects: 34% (29/85)
remote: Counting objects: 35% (30/85)
remote: Counting objects: 36% (31/85)
remote: Counting objects: 37% (32/85)
remote: Counting objects: 38% (33/85)
remote: Counting objects: 40% (34/85)
remote: Counting objects: 41% (35/85)
remote: Counting objects: 42% (36/85)
remote: Counting objects: 43% (37/85)
remote: Counting objects: 44% (38/85)
remote: Counting objects: 45% (39/85)
remote: Counting objects: 47% (40/85)
remote: Counting objects: 48% (41/85)
remote: Counting objects: 49% (42/85)
remote: Counting objects: 50% (43/85)
remote: Counting objects: 51% (44/85)
remote: Counting objects: 52% (45/85)
remote: Counting objects: 54% (46/85)
remote: Counting objects: 55% (47/85)
remote: Counting objects: 56% (48/85)
remote: Counting objects: 57% (49/85)
remote: Counting objects: 58% (50/85)
remote: Counting objects: 60% (51/85)
remote: Counting objects: 61% (52/85)
remote: Counting objects: 62% (53/85)
remote: Counting objects: 63% (54/85)
remote: Counting objects: 64% (55/85)
remote: Counting objects: 65% (56/85)
remote: Counting objects: 67% (57/85)
remote: Counting objects: 68% (58/85)
remote: Counting objects: 69% (59/85)
remote: Counting objects: 70% (60/85)
remote: Counting objects: 71% (61/85)
remote: Counting objects: 72% (62/85)
remote: Counting objects: 74% (63/85)
remote: Counting objects: 75% (64/85)
remote: Counting objects: 76% (65/85)
remote: Counting objects: 77% (66/85)
remote: Counting objects: 78% (67/85)
remote: Counting objects: 80% (68/85)
remote: Counting objects: 81% (69/85)
remote: Counting objects: 82% (70/85)
remote: Counting objects: 83% (71/85)
remote: Counting objects: 84% (72/85)
remote: Counting objects: 85% (73/85)
remote: Counting objects: 87% (74/85)
remote: Counting objects: 88% (75/85)
remote: Counting objects: 89% (76/85)
remote: Counting objects: 90% (77/85)
remote: Counting objects: 91% (78/85)
remote: Counting objects: 92% (79/85)
remote: Counting objects: 94% (80/85)
remote: Counting objects: 95% (81/85)
remote: Counting objects: 96% (82/85)
remote: Counting objects: 97% (83/85)
remote: Counting objects: 98% (84/85)
remote: Counting objects: 100% (85/85)
remote: Counting objects: 100% (85/85), done.
remote: Compressing objects: 2% (1/48)
remote: Compressing objects: 4% (2/48)
remote: Compressing objects: 6% (3/48)
remote: Compressing objects: 8% (4/48)
remote: Compressing objects: 10% (5/48)
remote: Compressing objects: 12% (6/48)
remote: Compressing objects: 14% (7/48)
remote: Compressing objects: 16% (8/48)
remote: Compressing objects: 18% (9/48)
remote: Compressing objects: 20% (10/48)
remote: Compressing objects: 22% (11/48)
remote: Compressing objects: 25% (12/48)
remote: Compressing objects: 27% (13/48)
remote: Compressing objects: 29% (14/48)
remote: Compressing objects: 31% (15/48)
remote: Compressing objects: 33% (16/48)
remote: Compressing objects: 35% (17/48)
remote: Compressing objects: 37% (18/48)
remote: Compressing objects: 39% (19/48)
remote: Compressing objects: 41% (20/48)
remote: Compressing objects: 43% (21/48)
remote: Compressing objects: 45% (22/48)
remote: Compressing objects: 47% (23/48)
remote: Compressing objects: 50% (24/48)
remote: Compressing objects: 52% (25/48)
remote: Compressing objects: 54% (26/48)
remote: Compressing objects: 56% (27/48)
remote: Compressing objects: 58% (28/48)
remote: Compressing objects: 60% (29/48)
remote: Compressing objects: 62% (30/48)
remote: Compressing objects: 64% (31/48)
remote: Compressing objects: 66% (32/48)
remote: Compressing objects: 68% (33/48)
remote: Compressing objects: 70% (34/48)
remote: Compressing objects: 72% (35/48)
remote: Compressing objects: 75% (36/48)
remote: Compressing objects: 77% (37/48)
remote: Compressing objects: 79% (38/48)
remote: Compressing objects: 81% (39/48)
remote: Compressing objects: 83% (40/48)
remote: Compressing objects: 85% (41/48)
remote: Compressing objects: 87% (42/48)
remote: Compressing objects: 89% (43/48)
remote: Compressing objects: 91% (44/48)
remote: Compressing objects: 93% (45/48)
remote: Compressing objects: 95% (46/48)
remote: Compressing objects: 97% (47/48)
remote: Compressing objects: 100% (48/48)
remote: Compressing objects: 100% (48/48), done.
remote: Total 92 (delta 55), reused 48 (delta 37), pack-reused 7
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to '11e83488c5a4a6e75a4f363a2e1a45574fd53573'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 11e83488c5 gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Switched to and reset branch 'main'
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
make[2]: [Makefile:2854: clean-retain-profile] Error 1 (ignored)
/tmp/ccqajiGh.s: Assembler messages:
/tmp/ccqajiGh.s: Fatal error: can't write 3888 bytes to section .debug_info of Parser/pegen.o: 'No space left on device'
/tmp/ccqajiGh.s: Fatal error: Parser/pegen.o: No such file or directory
make[2]: *** [Makefile:2762: Parser/pegen.o] Error 1
make[2]: *** Waiting for unfinished jobs....
/tmp/ccL6Y084.s: Assembler messages:
/tmp/ccL6Y084.s: Fatal error: can't write 3885 bytes to section .gnu.debuglto_.debug_info of Parser/tokenizer/file_tokenizer.o: 'No space left on device'
/tmp/cc4Jpe89.s: Assembler messages:
/tmp/cc4Jpe89.s: Fatal error: can't write 3887 bytes to section .gnu.lto_.decls.17a7e82b521d57b4 of Parser/myreadline.o: 'No space left on device'
/tmp/cc4Jpe89.s: Fatal error: Parser/myreadline.o: No such file or directory
make[2]: *** [Makefile:2762: Parser/myreadline.o] Error 1
/tmp/cch6BH9E.s: Assembler messages:
/tmp/cch6BH9E.s: Fatal error: can't write 3887 bytes to section .gnu.lto_.decls.3284b4afe239d94a of Objects/boolobject.o: 'No space left on device'
/tmp/cch6BH9E.s: Fatal error: Objects/boolobject.o: No such file or directory
make[2]: *** [Makefile:2762: Objects/boolobject.o] Error 1
/tmp/ccL6Y084.s: Fatal error: Parser/tokenizer/file_tokenizer.o: No such file or directory
make[2]: *** [Makefile:2762: Parser/tokenizer/file_tokenizer.o] Error 1
/tmp/ccwDGCVG.s: Assembler messages:
/tmp/ccwDGCVG.s: Fatal error: can't write 3887 bytes to section .gnu.lto_tok_get_normal_mode.237.61b950861b1c3cf2 of Parser/lexer/lexer.o: 'No space left on device'
/tmp/ccwDGCVG.s: Fatal error: Parser/lexer/lexer.o: No such file or directory
make[2]: *** [Makefile:2762: Parser/lexer/lexer.o] Error 1
/tmp/ccuEYP2A.s: Assembler messages:
/tmp/ccuEYP2A.s: Fatal error: can't write 3887 bytes to section .gnu.debuglto_.debug_info of Parser/action_helpers.o: 'No space left on device'
/tmp/ccuEYP2A.s: Fatal error: Parser/action_helpers.o: No such file or directory
make[2]: *** [Makefile:2762: Parser/action_helpers.o] Error 1
/tmp/ccI6dewd.s: Assembler messages:
/tmp/ccI6dewd.s: Fatal error: can't write 124 bytes to section .gnu.lto__Py_capitalize__doc__.249.b63e0717e579622d of Objects/bytes_methods.o: 'No space left on device'
/tmp/ccI6dewd.s: Fatal error: Objects/bytes_methods.o: No such file or directory
make[2]: *** [Makefile:2762: Objects/bytes_methods.o] Error 1
/tmp/ccACs8UJ.s: Assembler messages:
/tmp/ccACs8UJ.s: Fatal error: can't fill 3 bytes in section .text of Objects/abstract.o: 'No space left on device'
/tmp/ccACs8UJ.s: Fatal error: Objects/abstract.o: No such file or directory
make[2]: *** [Makefile:2762: Objects/abstract.o] Error 1
/tmp/cct98h41.s: Assembler messages:
/tmp/cct98h41.s: Fatal error: can't fill 3 bytes in section .text of Parser/parser.o: 'No space left on device'
/tmp/cct98h41.s: Fatal error: Parser/parser.o: No such file or directory
make[2]: *** [Makefile:2762: Parser/parser.o] Error 1
make[1]: *** [Makefile:823: profile-gen-stamp] Error 2
make: *** [Makefile:835: profile-run-stamp] Error 2
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
make: [Makefile:2854: clean-retain-profile] Error 1 (ignored)
Test report
===========
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora Rawhide 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/285/builds/5800
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-x86_64
Build Reason: <unknown>
Blamelist: Anthony Shaw <anthony.p.shaw(a)gmail.com>, Brandt Bucher <brandtbucher(a)microsoft.com>, Eric Snow <ericsnowcurrently(a)gmail.com>, Gregory P. Smith <greg(a)krypto.org>, Irit Katriel <1055913+iritkatriel(a)users.noreply.github.com>, Mark Shannon <mark(a)hotpy.org>, Nikita Sobolev <mail(a)sobolevn.me>, Romuald Brunet <romuald(a)chivil.com>, Sergey B Kirpichev <skirpichev(a)gmail.com>, Serhiy Storchaka <storchaka(a)gmail.com>, Victor Stinner <vstinner(a)python.org>, 方糖 <cubesugarcheese(a)qq.com>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 92, done.
remote: Counting objects: 1% (1/85)
remote: Counting objects: 2% (2/85)
remote: Counting objects: 3% (3/85)
remote: Counting objects: 4% (4/85)
remote: Counting objects: 5% (5/85)
remote: Counting objects: 7% (6/85)
remote: Counting objects: 8% (7/85)
remote: Counting objects: 9% (8/85)
remote: Counting objects: 10% (9/85)
remote: Counting objects: 11% (10/85)
remote: Counting objects: 12% (11/85)
remote: Counting objects: 14% (12/85)
remote: Counting objects: 15% (13/85)
remote: Counting objects: 16% (14/85)
remote: Counting objects: 17% (15/85)
remote: Counting objects: 18% (16/85)
remote: Counting objects: 20% (17/85)
remote: Counting objects: 21% (18/85)
remote: Counting objects: 22% (19/85)
remote: Counting objects: 23% (20/85)
remote: Counting objects: 24% (21/85)
remote: Counting objects: 25% (22/85)
remote: Counting objects: 27% (23/85)
remote: Counting objects: 28% (24/85)
remote: Counting objects: 29% (25/85)
remote: Counting objects: 30% (26/85)
remote: Counting objects: 31% (27/85)
remote: Counting objects: 32% (28/85)
remote: Counting objects: 34% (29/85)
remote: Counting objects: 35% (30/85)
remote: Counting objects: 36% (31/85)
remote: Counting objects: 37% (32/85)
remote: Counting objects: 38% (33/85)
remote: Counting objects: 40% (34/85)
remote: Counting objects: 41% (35/85)
remote: Counting objects: 42% (36/85)
remote: Counting objects: 43% (37/85)
remote: Counting objects: 44% (38/85)
remote: Counting objects: 45% (39/85)
remote: Counting objects: 47% (40/85)
remote: Counting objects: 48% (41/85)
remote: Counting objects: 49% (42/85)
remote: Counting objects: 50% (43/85)
remote: Counting objects: 51% (44/85)
remote: Counting objects: 52% (45/85)
remote: Counting objects: 54% (46/85)
remote: Counting objects: 55% (47/85)
remote: Counting objects: 56% (48/85)
remote: Counting objects: 57% (49/85)
remote: Counting objects: 58% (50/85)
remote: Counting objects: 60% (51/85)
remote: Counting objects: 61% (52/85)
remote: Counting objects: 62% (53/85)
remote: Counting objects: 63% (54/85)
remote: Counting objects: 64% (55/85)
remote: Counting objects: 65% (56/85)
remote: Counting objects: 67% (57/85)
remote: Counting objects: 68% (58/85)
remote: Counting objects: 69% (59/85)
remote: Counting objects: 70% (60/85)
remote: Counting objects: 71% (61/85)
remote: Counting objects: 72% (62/85)
remote: Counting objects: 74% (63/85)
remote: Counting objects: 75% (64/85)
remote: Counting objects: 76% (65/85)
remote: Counting objects: 77% (66/85)
remote: Counting objects: 78% (67/85)
remote: Counting objects: 80% (68/85)
remote: Counting objects: 81% (69/85)
remote: Counting objects: 82% (70/85)
remote: Counting objects: 83% (71/85)
remote: Counting objects: 84% (72/85)
remote: Counting objects: 85% (73/85)
remote: Counting objects: 87% (74/85)
remote: Counting objects: 88% (75/85)
remote: Counting objects: 89% (76/85)
remote: Counting objects: 90% (77/85)
remote: Counting objects: 91% (78/85)
remote: Counting objects: 92% (79/85)
remote: Counting objects: 94% (80/85)
remote: Counting objects: 95% (81/85)
remote: Counting objects: 96% (82/85)
remote: Counting objects: 97% (83/85)
remote: Counting objects: 98% (84/85)
remote: Counting objects: 100% (85/85)
remote: Counting objects: 100% (85/85), done.
remote: Compressing objects: 2% (1/46)
remote: Compressing objects: 4% (2/46)
remote: Compressing objects: 6% (3/46)
remote: Compressing objects: 8% (4/46)
remote: Compressing objects: 10% (5/46)
remote: Compressing objects: 13% (6/46)
remote: Compressing objects: 15% (7/46)
remote: Compressing objects: 17% (8/46)
remote: Compressing objects: 19% (9/46)
remote: Compressing objects: 21% (10/46)
remote: Compressing objects: 23% (11/46)
remote: Compressing objects: 26% (12/46)
remote: Compressing objects: 28% (13/46)
remote: Compressing objects: 30% (14/46)
remote: Compressing objects: 32% (15/46)
remote: Compressing objects: 34% (16/46)
remote: Compressing objects: 36% (17/46)
remote: Compressing objects: 39% (18/46)
remote: Compressing objects: 41% (19/46)
remote: Compressing objects: 43% (20/46)
remote: Compressing objects: 45% (21/46)
remote: Compressing objects: 47% (22/46)
remote: Compressing objects: 50% (23/46)
remote: Compressing objects: 52% (24/46)
remote: Compressing objects: 54% (25/46)
remote: Compressing objects: 56% (26/46)
remote: Compressing objects: 58% (27/46)
remote: Compressing objects: 60% (28/46)
remote: Compressing objects: 63% (29/46)
remote: Compressing objects: 65% (30/46)
remote: Compressing objects: 67% (31/46)
remote: Compressing objects: 69% (32/46)
remote: Compressing objects: 71% (33/46)
remote: Compressing objects: 73% (34/46)
remote: Compressing objects: 76% (35/46)
remote: Compressing objects: 78% (36/46)
remote: Compressing objects: 80% (37/46)
remote: Compressing objects: 82% (38/46)
remote: Compressing objects: 84% (39/46)
remote: Compressing objects: 86% (40/46)
remote: Compressing objects: 89% (41/46)
remote: Compressing objects: 91% (42/46)
remote: Compressing objects: 93% (43/46)
remote: Compressing objects: 95% (44/46)
remote: Compressing objects: 97% (45/46)
remote: Compressing objects: 100% (46/46)
remote: Compressing objects: 100% (46/46), done.
remote: Total 92 (delta 56), reused 49 (delta 39), pack-reused 7
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to '11e83488c5a4a6e75a4f363a2e1a45574fd53573'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 11e83488c5 gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Switched to and reset branch 'main'
/tmp/cc9EdGZE.s: Assembler messages:
/tmp/cc9EdGZE.s: Fatal error: can't write 1674 bytes to section .gnu.debuglto_.debug_line_str of Objects/boolobject.o: 'No space left on device'
/tmp/ccVdPaxO.s: Assembler messages:
/tmp/ccVdPaxO.s: Fatal error: can't write 5 bytes to section .text of Parser/action_helpers.o: 'No space left on device'
as: BFD version 2.41-10.fc40 assertion fail ../../bfd/elf.c:3668
as: BFD version 2.41-10.fc40 assertion fail ../../bfd/elf.c:3668
as: BFD version 2.41-10.fc40 assertion fail ../../bfd/elf.c:3668
as: BFD version 2.41-10.fc40 assertion fail ../../bfd/elf.c:3668
as: BFD version 2.41-10.fc40 assertion fail ../../bfd/elf.c:3668
as: BFD version 2.41-10.fc40 assertion fail ../../bfd/elf.c:3668
as: BFD version 2.41-10.fc40 assertion fail ../../bfd/elf.c:3668
as: BFD version 2.41-10.fc40 assertion fail ../../bfd/elf.c:3668
/tmp/cc9EdGZE.s: Fatal error: Objects/boolobject.o: No such file or directory
make: *** [Makefile:2762: Objects/boolobject.o] Error 1
make: *** Waiting for unfinished jobs....
/tmp/ccVdPaxO.s: Fatal error: Parser/action_helpers.o: No such file or directory
make: *** [Makefile:2762: Parser/action_helpers.o] Error 1
/tmp/ccbYxbSh.s: Assembler messages:
/tmp/ccbYxbSh.s: Fatal error: can't write 3887 bytes to section .gnu.lto_.decls.7b7eca3ec195e6c1 of Objects/bytes_methods.o: 'No space left on device'
/tmp/ccbYxbSh.s: Fatal error: Objects/bytes_methods.o: No such file or directory
make: *** [Makefile:2762: Objects/bytes_methods.o] Error 1
/tmp/cc0d6eZw.s: Assembler messages:
/tmp/cc0d6eZw.s: Fatal error: can't write 1638 bytes to section .gnu.debuglto_.debug_line_str of Objects/capsule.o: 'No space left on device'
/tmp/cc0d6eZw.s: Fatal error: Objects/capsule.o: No such file or directory
/tmp/ccUO93Sm.s: Assembler messages:
/tmp/ccUO93Sm.s: Fatal error: can't write 1682 bytes to section .gnu.debuglto_.debug_line_str of Objects/cellobject.o: 'No space left on device'
/tmp/ccUO93Sm.s: Fatal error: Objects/cellobject.o: No such file or directory
make: *** [Makefile:2762: Objects/capsule.o] Error 1
make: *** [Makefile:2762: Objects/cellobject.o] Error 1
/tmp/ccHg0f9j.s: Assembler messages:
/tmp/ccHg0f9j.s: Fatal error: can't write 3887 bytes to section .gnu.debuglto_.debug_str of Objects/call.o: 'No space left on device'
/tmp/ccHg0f9j.s: Fatal error: Objects/call.o: No such file or directory
make: *** [Makefile:2762: Objects/call.o] Error 1
/tmp/cc6rU0Cp.s: Assembler messages:
/tmp/cc6rU0Cp.s: Fatal error: can't write 3888 bytes to section .gnu.debuglto_.debug_info of Objects/abstract.o: 'No space left on device'
/tmp/cc6rU0Cp.s: Fatal error: Objects/abstract.o: No such file or directory
make: *** [Makefile:2762: Objects/abstract.o] Error 1
/tmp/ccff1cIE.s: Assembler messages:
/tmp/ccff1cIE.s: Fatal error: can't write 3885 bytes to section .gnu.debuglto_.debug_info of Objects/bytearrayobject.o: 'No space left on device'
/tmp/ccff1cIE.s: Fatal error: Objects/bytearrayobject.o: No such file or directory
make: *** [Makefile:2762: Objects/bytearrayobject.o] Error 1
/tmp/ccAwWcSS.s: Assembler messages:
/tmp/ccAwWcSS.s: Fatal error: can't write 3888 bytes to section .gnu.debuglto_.debug_info of Objects/bytesobject.o: 'No space left on device'
/tmp/ccAwWcSS.s: Fatal error: Objects/bytesobject.o: No such file or directory
make: *** [Makefile:2762: Objects/bytesobject.o] Error 1
/tmp/ccG4AxqE.s: Assembler messages:
/tmp/ccG4AxqE.s: Fatal error: can't write 30 bytes to section .text of Parser/parser.o: 'No space left on device'
/tmp/ccG4AxqE.s: Fatal error: Parser/parser.o: No such file or directory
make: *** [Makefile:2762: Parser/parser.o] Error 1
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
make: [Makefile:2854: clean-retain-profile] Error 1 (ignored)
Test report
===========
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed compile (failure) (3.11)
by buildbot@python.org Nov. 7, 2023
by buildbot@python.org Nov. 7, 2023
Nov. 7, 2023
The Buildbot has detected a new failure on builder AMD64 Fedora Rawhide 3.11 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1018/builds/1185
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-x86_64
Build Reason: <unknown>
Blamelist: Donghee Na <donghee.na(a)python.org>, Ethan Furman <ethan(a)stoneleaf.us>, Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 10, done.
remote: Counting objects: 10% (1/10)
remote: Counting objects: 20% (2/10)
remote: Counting objects: 30% (3/10)
remote: Counting objects: 40% (4/10)
remote: Counting objects: 50% (5/10)
remote: Counting objects: 60% (6/10)
remote: Counting objects: 70% (7/10)
remote: Counting objects: 80% (8/10)
remote: Counting objects: 90% (9/10)
remote: Counting objects: 100% (10/10)
remote: Counting objects: 100% (10/10), done.
remote: Compressing objects: 16% (1/6)
remote: Compressing objects: 33% (2/6)
remote: Compressing objects: 50% (3/6)
remote: Compressing objects: 66% (4/6)
remote: Compressing objects: 83% (5/6)
remote: Compressing objects: 100% (6/6)
remote: Compressing objects: 100% (6/6), done.
remote: Total 10 (delta 4), reused 6 (delta 4), pack-reused 0
From https://github.com/python/cpython
* branch 3.11 -> FETCH_HEAD
Note: switching to '942ef7bde4ad22f1cc73bfc69fe0540395e75405'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 942ef7bde4 [3.11] gh-111806: Fix `test_recursion` in `test_richcmp` on WASI builds (GH-111830) (GH-111832)
Switched to and reset branch '3.11'
/tmp/cc1JoCBp.s: Assembler messages:
/tmp/cc1JoCBp.s: Fatal error: can't write 928 bytes to section .gnu.lto_PyMapping_Keys.253.db915b4cd20e4ce6 of Objects/abstract.o: 'No space left on device'
/tmp/cc1JoCBp.s: Fatal error: Objects/abstract.o: No such file or directory
make: *** [Makefile:2511: Objects/abstract.o] Error 1
make: *** Waiting for unfinished jobs....
/tmp/ccN1PDkE.s: Assembler messages:
/tmp/ccN1PDkE.s: Fatal error: can't write 3886 bytes to section .debug_info of Objects/complexobject.o: 'No space left on device'
/tmp/ccN1PDkE.s: Fatal error: Objects/complexobject.o: No such file or directory
make: *** [Makefile:2511: Objects/complexobject.o] Error 1
/tmp/ccs56gCT.s: Assembler messages:
/tmp/ccs56gCT.s: Fatal error: Objects/enumobject.o: No space left on device
make: *** [Makefile:2511: Objects/enumobject.o] Error 1
/tmp/cc9eIVdh.s: Assembler messages:
/tmp/cc9eIVdh.s: Fatal error: can't write 3887 bytes to section .gnu.lto_.decls.8c9e255c17d3da6c of Objects/descrobject.o: 'No space left on device'
/tmp/cc9eIVdh.s: Fatal error: Objects/descrobject.o: No such file or directory
make: *** [Makefile:2511: Objects/descrobject.o] Error 1
/tmp/ccnyFwHX.s: Assembler messages:
/tmp/ccnyFwHX.s: Fatal error: can't write 14 bytes to section .debug_loclists of Objects/genericaliasobject.o: 'No space left on device'
/tmp/ccnyFwHX.s: Fatal error: Objects/genericaliasobject.o: No such file or directory
make: *** [Makefile:2511: Objects/genericaliasobject.o] Error 1
/tmp/ccY0S4BP.s: Assembler messages:
/tmp/ccY0S4BP.s: Fatal error: can't write 508 bytes to section .gnu.lto_stringlib__two_way.219.6101b6d60b0e03ad of Objects/bytearrayobject.o: 'No space left on device'
/tmp/ccY0S4BP.s: Fatal error: Objects/bytearrayobject.o: No such file or directory
make: *** [Makefile:2511: Objects/bytearrayobject.o] Error 1
/tmp/ccpdv58h.s: Assembler messages:
/tmp/ccpdv58h.s: Fatal error: can't write 3887 bytes to section .gnu.lto_.decls.b612cbe18581822e of Objects/codeobject.o: 'No space left on device'
/tmp/ccpdv58h.s: Fatal error: Objects/codeobject.o: No such file or directory
make: *** [Makefile:2511: Objects/codeobject.o] Error 1
/tmp/ccMcbzR3.s: Assembler messages:
/tmp/ccMcbzR3.s: Fatal error: can't write 705 bytes to section .gnu.lto__PyBytes_FormatEx.188.2f617e6d3ee86024 of Objects/bytesobject.o: 'No space left on device'
/tmp/ccMcbzR3.s: Fatal error: Objects/bytesobject.o: No such file or directory
make: *** [Makefile:2511: Objects/bytesobject.o] Error 1
/tmp/cc2WjcD8.s: Assembler messages:
/tmp/cc2WjcD8.s: Fatal error: can't write 1476 bytes to section .gnu.lto_OSError_init.238.fbca24819000b7f2 of Objects/exceptions.o: 'No space left on device'
/tmp/cc2WjcD8.s: Fatal error: Objects/exceptions.o: No such file or directory
make: *** [Makefile:2511: Objects/exceptions.o] Error 1
/tmp/ccY9JO57.s: Assembler messages:
/tmp/ccY9JO57.s: Fatal error: can't write 12 bytes to section .text of Parser/parser.o: 'No space left on device'
/tmp/ccY9JO57.s: Fatal error: Parser/parser.o: No such file or directory
make: *** [Makefile:2511: Parser/parser.o] Error 1
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
make: [Makefile:2597: clean-retain-profile] Error 1 (ignored)
Test report
===========
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): - failed compile (failure) (6c2f34fa77f884bd79801a9ab8a117cab7d9c7ed)
by buildbot@python.org Nov. 7, 2023
by buildbot@python.org Nov. 7, 2023
Nov. 7, 2023
The Buildbot has detected a new failure on builder AMD64 Fedora Rawhide Refleaks 3.10 while building Python.
Full details are available at:
https://buildbot.python.org/all/#/builders/597/builds/918
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-x86_64
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 13, done.
remote: Counting objects: 12% (1/8)
remote: Counting objects: 25% (2/8)
remote: Counting objects: 37% (3/8)
remote: Counting objects: 50% (4/8)
remote: Counting objects: 62% (5/8)
remote: Counting objects: 75% (6/8)
remote: Counting objects: 87% (7/8)
remote: Counting objects: 100% (8/8)
remote: Counting objects: 100% (8/8), done.
remote: Compressing objects: 14% (1/7)
remote: Compressing objects: 28% (2/7)
remote: Compressing objects: 42% (3/7)
remote: Compressing objects: 57% (4/7)
remote: Compressing objects: 71% (5/7)
remote: Compressing objects: 85% (6/7)
remote: Compressing objects: 100% (7/7)
remote: Compressing objects: 100% (7/7), done.
remote: Total 13 (delta 1), reused 1 (delta 1), pack-reused 5
From https://github.com/python/cpython
* branch 3.10 -> FETCH_HEAD
Note: switching to 'FETCH_HEAD'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 6c2f34fa77 [3.10] gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs read out of bounds (gh-111695) (gh-111779)
Switched to and reset branch '3.10'
/tmp/cc7XvjGz.s: Assembler messages:
/tmp/cc7XvjGz.s: Fatal error: can't write 64 bytes to section .debug_line of Objects/bytearrayobject.o: 'No space left on device'
/tmp/cc7XvjGz.s: Fatal error: Objects/bytearrayobject.o: No such file or directory
make: *** [Makefile:1856: Objects/bytearrayobject.o] Error 1
make: *** Waiting for unfinished jobs....
/tmp/ccJWLUer.s: Assembler messages:
/tmp/ccJWLUer.s: Fatal error: Objects/bytesobject.o: No space left on device
make: *** [Makefile:1856: Objects/bytesobject.o] Error 1
/tmp/ccOvYoa4.s: Assembler messages:
/tmp/ccOvYoa4.s: Fatal error: can't write 18 bytes to section .debug_line of Objects/odictobject.o: 'No space left on device'
/tmp/ccOvYoa4.s: Fatal error: Objects/odictobject.o: No such file or directory
make: *** [Makefile:1856: Objects/odictobject.o] Error 1
Objects/longobject.c: In function ‘long_format_binary’:
Objects/longobject.c:1940:13: warning: ‘kind’ may be used uninitialized [-Wmaybe-uninitialized]
1940 | else if (kind == PyUnicode_1BYTE_KIND) {
| ^
Objects/longobject.c:1816:25: note: ‘kind’ was declared here
1816 | enum PyUnicode_Kind kind;
| ^~~~
Objects/longobject.c: In function ‘long_to_decimal_string_internal’:
Objects/longobject.c:1763:13: warning: ‘kind’ may be used uninitialized [-Wmaybe-uninitialized]
1763 | else if (kind == PyUnicode_1BYTE_KIND) {
| ^
Objects/longobject.c:1598:25: note: ‘kind’ was declared here
1598 | enum PyUnicode_Kind kind;
| ^~~~
/tmp/ccZ25XL4.s: Assembler messages:
/tmp/ccZ25XL4.s: Fatal error: can't write 3886 bytes to section .debug_info of Objects/listobject.o: 'No space left on device'
/tmp/ccZ25XL4.s: Fatal error: Objects/listobject.o: No such file or directory
make: *** [Makefile:1856: Objects/listobject.o] Error 1
/tmp/ccfexn79.s: Assembler messages:
/tmp/ccfexn79.s: Fatal error: can't write 3888 bytes to section .debug_info of Objects/memoryobject.o: 'No space left on device'
/tmp/ccfexn79.s: Fatal error: Objects/memoryobject.o: No such file or directory
make: *** [Makefile:1856: Objects/memoryobject.o] Error 1
/tmp/ccouJhzY.s: Assembler messages:
/tmp/ccouJhzY.s: Fatal error: can't write 3886 bytes to section .debug_info of Objects/dictobject.o: 'No space left on device'
/tmp/ccouJhzY.s: Fatal error: Objects/dictobject.o: No such file or directory
make: *** [Makefile:1856: Objects/dictobject.o] Error 1
/tmp/cc0RiyC5.s: Assembler messages:
/tmp/cc0RiyC5.s: Fatal error: can't write 3888 bytes to section .debug_info of Objects/longobject.o: 'No space left on device'
/tmp/cc0RiyC5.s: Fatal error: Objects/longobject.o: No such file or directory
make: *** [Makefile:1856: Objects/longobject.o] Error 1
/tmp/ccFb5Y6c.s: Assembler messages:
/tmp/ccFb5Y6c.s: Fatal error: can't write 13 bytes to section .text of Parser/parser.o: 'No space left on device'
/tmp/ccFb5Y6c.s: Fatal error: Parser/parser.o: No such file or directory
make: *** [Makefile:1856: Parser/parser.o] Error 1
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
make: [Makefile:1928: clean-retain-profile] Error 1 (ignored)
Test report
===========
Sincerely,
-The Buildbot
1
0