The Buildbot has detected a new failure on builder wasm32-wasi 3.13 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1502/builds/119
Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: bcannon-wasi Build Reason: <unknown> Blamelist: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.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 '9f9be95d66c0dd66189f8c9f13b69442361cd593'. 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 9f9be95d66 [3.13] gh-117657: Add TSAN suppression for `set_discard_entry` (GH-119908) (#119914) Switched to and reset branch '3.13' configure: WARNING: no system libmpdecimal found; falling back to bundled libmpdecimal (deprecated and scheduled for removal in Python 3.15) configure: WARNING: using cross tools not prefixed with host triplet configure: WARNING: no system libmpdecimal found; falling back to bundled libmpdecimal (deprecated and scheduled for removal in Python 3.15) In file included from ../../Modules/md5module.c:46: In file included from ../../Modules/_hacl/Hacl_Hash_MD5.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] 130 | # define htole32(x) (x) | ^ /opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:43:9: note: previous definition is here 43 | #define htole32(x) (uint32_t)(x) | ^ In file included from ../../Modules/md5module.c:46: In file included from ../../Modules/_hacl/Hacl_Hash_MD5.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] 131 | # define le32toh(x) (x) | ^ /opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:44:9: note: previous definition is here 44 | #define le32toh(x) (uint32_t)(x) | ^ In file included from ../../Modules/md5module.c:46: In file included from ../../Modules/_hacl/Hacl_Hash_MD5.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] 132 | # define htobe32(x) \ | ^ /opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:37:9: note: previous definition is here 37 | #define htobe32(x) __bswap32(x) | ^ In file included from ../../Modules/md5module.c:46: In file included from ../../Modules/_hacl/Hacl_Hash_MD5.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] 138 | # define be32toh(x) (htobe32((x))) | ^ /opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:38:9: note: previous definition is here 38 | #define be32toh(x) __bswap32(x) | ^ In file included from ../../Modules/md5module.c:46: In file included from ../../Modules/_hacl/Hacl_Hash_MD5.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] 140 | # define htole64(x) (x) | ^ /opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:45:9: note: previous definition is here 45 | #define htole64(x) (uint64_t)(x) | ^ In file included from ../../Modules/md5module.c:46: In file included from ../../Modules/_hacl/Hacl_Hash_MD5.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] 141 | # define le64toh(x) (x) | ^ /opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:46:9: note: previous definition is here 46 | #define le64toh(x) (uint64_t)(x) | ^ In file included from ../../Modules/md5module.c:46: In file included from ../../Modules/_hacl/Hacl_Hash_MD5.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] 142 | # define htobe64(x) \ | ^ /opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:39:9: note: previous definition is here 39 | #define htobe64(x) __bswap64(x) | ^ In file included from ../../Modules/md5module.c:46: In file included from ../../Modules/_hacl/Hacl_Hash_MD5.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] 149 | # define be64toh(x) (htobe64((x))) | ^ /opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:40:9: note: previous definition is here 40 | #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: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] 130 | # define htole32(x) (x) | ^ /opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:43:9: note: previous definition is here 43 | #define htole32(x) (uint32_t)(x) | ^ In file included from ../../Modules/sha1module.c:47: In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.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] 131 | # define le32toh(x) (x) | ^ /opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:44:9: note: previous definition is here 44 | #define le32toh(x) (uint32_t)(x) | ^ In file included from ../../Modules/sha1module.c:47: In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.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] 132 | # define htobe32(x) \ | ^ /opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:37:9: note: previous definition is here 37 | #define htobe32(x) __bswap32(x) | ^ In file included from ../../Modules/sha1module.c:47: In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.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] 138 | # define be32toh(x) (htobe32((x))) | ^ /opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:38:9: note: previous definition is here 38 | #define be32toh(x) __bswap32(x) | ^ In file included from ../../Modules/sha1module.c:47: In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.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] 140 | # define htole64(x) (x) | ^ /opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:45:9: note: previous definition is here 45 | #define htole64(x) (uint64_t)(x) | ^ In file included from ../../Modules/sha1module.c:47: In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.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] 141 | # define le64toh(x) (x) | ^ /opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:46:9: note: previous definition is here 46 | #define le64toh(x) (uint64_t)(x) | ^ In file included from ../../Modules/sha1module.c:47: In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.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] 142 | # define htobe64(x) \ | ^ /opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:39:9: note: previous definition is here 39 | #define htobe64(x) __bswap64(x) | ^ In file included from ../../Modules/sha1module.c:47: In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.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] 149 | # define be64toh(x) (htobe64((x))) | ^ /opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:40:9: note: previous definition is here 40 | #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: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] 130 | # define htole32(x) (x) | ^ /opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:43:9: note: previous definition is here 43 | #define htole32(x) (uint32_t)(x) | ^ In file included from ../../Modules/sha3module.c:59: In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.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] 131 | # define le32toh(x) (x) | ^ /opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:44:9: note: previous definition is here 44 | #define le32toh(x) (uint32_t)(x) | ^ In file included from ../../Modules/sha3module.c:59: In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.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] 132 | # define htobe32(x) \ | ^ /opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:37:9: note: previous definition is here 37 | #define htobe32(x) __bswap32(x) | ^ In file included from ../../Modules/sha3module.c:59: In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.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] 138 | # define be32toh(x) (htobe32((x))) | ^ /opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:38:9: note: previous definition is here 38 | #define be32toh(x) __bswap32(x) | ^ In file included from ../../Modules/sha3module.c:59: In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.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] 140 | # define htole64(x) (x) | ^ /opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:45:9: note: previous definition is here 45 | #define htole64(x) (uint64_t)(x) | ^ In file included from ../../Modules/sha3module.c:59: In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.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] 141 | # define le64toh(x) (x) | ^ /opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:46:9: note: previous definition is here 46 | #define le64toh(x) (uint64_t)(x) | ^ In file included from ../../Modules/sha3module.c:59: In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.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] 142 | # define htobe64(x) \ | ^ /opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:39:9: note: previous definition is here 39 | #define htobe64(x) __bswap64(x) | ^ In file included from ../../Modules/sha3module.c:59: In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.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] 149 | # define be64toh(x) (htobe64((x))) | ^ /opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:40:9: note: previous definition is here 40 | #define be64toh(x) __bswap64(x) | ^ 8 warnings generated. ../../Modules/expat/xmlparse.c:7839:11: warning: format specifies type 'int' but the argument has type 'ptrdiff_t' (aka 'long') [-Wformat] 7838 | " (+" EXPAT_FMT_PTRDIFF_T("6") " bytes %s|%d, xmlparse.c:%d) %*s\"", | ~~~~~~~~~~~~~~~~~~~~~~~~ 7839 | bytesMore, (account == XML_ACCOUNT_DIRECT) ? "DIR" : "EXP", | ^~~~~~~~~ 1 warning generated. ../../Modules/_testinternalcapi/test_critical_sections.c:142:1: warning: unused function 'thread_critical_sections' [-Wunused-function] 142 | thread_critical_sections(void *arg) | ^~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. ../../Modules/posixmodule.c:7859:1: warning: unused function 'warn_about_fork_with_threads' [-Wunused-function] 7859 | warn_about_fork_with_threads(const char* name) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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:130:11: warning: 'htole32' macro redefined [-Wmacro-redefined] 130 | # define htole32(x) (x) | ^ /opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:43:9: note: previous definition is here 43 | #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] 131 | # define le32toh(x) (x) | ^ /opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:44:9: note: previous definition is here 44 | #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] 132 | # define htobe32(x) \ | ^ /opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:37:9: note: previous definition is here 37 | #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] 138 | # define be32toh(x) (htobe32((x))) | ^ /opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:38:9: note: previous definition is here 38 | #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] 140 | # define htole64(x) (x) | ^ /opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:45:9: note: previous definition is here 45 | #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] 141 | # define le64toh(x) (x) | ^ /opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:46:9: note: previous definition is here 46 | #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] 142 | # define htobe64(x) \ | ^ /opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:39:9: note: previous definition is here 39 | #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] 149 | # define be64toh(x) (htobe64((x))) | ^ /opt/wasi-sdk-21.0/bin/../share/wasi-sysroot/include/endian.h:40:9: note: previous definition is here 40 | #define be64toh(x) __bswap64(x) | ^ 8 warnings generated. Kill <WorkerThread #1 running test=test_math pid=3518002 time=25 min> process group Kill <WorkerThread #1 running test=test_statistics pid=3529480 time=25 min> process group make: *** [Makefile:2210: buildbottest] Error 2 Cannot open file '/home/buildbot/buildarea/3.13.bcannon-wasi.wasi.debug/build/build/cross-build/wasm32-wasi/test-results.xml' for upload Test report =========== Failed tests: - test_math - test_statistics Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder PPC64LE Fedora Rawhide LTO + PGO 3.13 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1410/builds/28 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: cstratak-fedora-rawhide-ppc64le Build Reason: <unknown> Blamelist: Jelle Zijlstra <jelle.zijls...@gmail.com>, Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com>, Victor Stinner <vstin...@python.org> BUILD FAILED: failed compile (failure) Summary of the results of the build (if available): =================================================== Captured traceback ================== remote: Enumerating objects: 223, done. remote: Counting objects: 0% (1/155) remote: Counting objects: 1% (2/155) remote: Counting objects: 2% (4/155) remote: Counting objects: 3% (5/155) remote: Counting objects: 4% (7/155) remote: Counting objects: 5% (8/155) remote: Counting objects: 6% (10/155) remote: Counting objects: 7% (11/155) remote: Counting objects: 8% (13/155) remote: Counting objects: 9% (14/155) remote: Counting objects: 10% (16/155) remote: Counting objects: 11% (18/155) remote: Counting objects: 12% (19/155) remote: Counting objects: 13% (21/155) remote: Counting objects: 14% (22/155) remote: Counting objects: 15% (24/155) remote: Counting objects: 16% (25/155) remote: Counting objects: 17% (27/155) remote: Counting objects: 18% (28/155) remote: Counting objects: 19% (30/155) remote: Counting objects: 20% (31/155) remote: Counting objects: 21% (33/155) remote: Counting objects: 22% (35/155) remote: Counting objects: 23% (36/155) remote: Counting objects: 24% (38/155) remote: Counting objects: 25% (39/155) remote: Counting objects: 26% (41/155) remote: Counting objects: 27% (42/155) remote: Counting objects: 28% (44/155) remote: Counting objects: 29% (45/155) remote: Counting objects: 30% (47/155) remote: Counting objects: 31% (49/155) remote: Counting objects: 32% (50/155) remote: Counting objects: 33% (52/155) remote: Counting objects: 34% (53/155) remote: Counting objects: 35% (55/155) remote: Counting objects: 36% (56/155) remote: Counting objects: 37% (58/155) remote: Counting objects: 38% (59/155) remote: Counting objects: 39% (61/155) remote: Counting objects: 40% (62/155) remote: Counting objects: 41% (64/155) remote: Counting objects: 42% (66/155) remote: Counting objects: 43% (67/155) remote: Counting objects: 44% (69/155) remote: Counting objects: 45% (70/155) remote: Counting objects: 46% (72/155) remote: Counting objects: 47% (73/155) remote: Counting objects: 48% (75/155) remote: Counting objects: 49% (76/155) remote: Counting objects: 50% (78/155) remote: Counting objects: 51% (80/155) remote: Counting objects: 52% (81/155) remote: Counting objects: 53% (83/155) remote: Counting objects: 54% (84/155) remote: Counting objects: 55% (86/155) remote: Counting objects: 56% (87/155) remote: Counting objects: 57% (89/155) remote: Counting objects: 58% (90/155) remote: Counting objects: 59% (92/155) remote: Counting objects: 60% (93/155) remote: Counting objects: 61% (95/155) remote: Counting objects: 62% (97/155) remote: Counting objects: 63% (98/155) remote: Counting objects: 64% (100/155) remote: Counting objects: 65% (101/155) remote: Counting objects: 66% (103/155) remote: Counting objects: 67% (104/155) remote: Counting objects: 68% (106/155) remote: Counting objects: 69% (107/155) remote: Counting objects: 70% (109/155) remote: Counting objects: 71% (111/155) remote: Counting objects: 72% (112/155) remote: Counting objects: 73% (114/155) remote: Counting objects: 74% (115/155) remote: Counting objects: 75% (117/155) remote: Counting objects: 76% (118/155) remote: Counting objects: 77% (120/155) remote: Counting objects: 78% (121/155) remote: Counting objects: 79% (123/155) remote: Counting objects: 80% (124/155) remote: Counting objects: 81% (126/155) remote: Counting objects: 82% (128/155) remote: Counting objects: 83% (129/155) remote: Counting objects: 84% (131/155) remote: Counting objects: 85% (132/155) remote: Counting objects: 86% (134/155) remote: Counting objects: 87% (135/155) remote: Counting objects: 88% (137/155) remote: Counting objects: 89% (138/155) remote: Counting objects: 90% (140/155) remote: Counting objects: 91% (142/155) remote: Counting objects: 92% (143/155) remote: Counting objects: 93% (145/155) remote: Counting objects: 94% (146/155) remote: Counting objects: 95% (148/155) remote: Counting objects: 96% (149/155) remote: Counting objects: 97% (151/155) remote: Counting objects: 98% (152/155) remote: Counting objects: 99% (154/155) remote: Counting objects: 100% (155/155) remote: Counting objects: 100% (155/155), done. remote: Compressing objects: 3% (1/27) remote: Compressing objects: 7% (2/27) remote: Compressing objects: 11% (3/27) remote: Compressing objects: 14% (4/27) remote: Compressing objects: 18% (5/27) remote: Compressing objects: 22% (6/27) remote: Compressing objects: 25% (7/27) remote: Compressing objects: 29% (8/27) remote: Compressing objects: 33% (9/27) remote: Compressing objects: 37% (10/27) remote: Compressing objects: 40% (11/27) remote: Compressing objects: 44% (12/27) remote: Compressing objects: 48% (13/27) remote: Compressing objects: 51% (14/27) remote: Compressing objects: 55% (15/27) remote: Compressing objects: 59% (16/27) remote: Compressing objects: 62% (17/27) remote: Compressing objects: 66% (18/27) remote: Compressing objects: 70% (19/27) remote: Compressing objects: 74% (20/27) remote: Compressing objects: 77% (21/27) remote: Compressing objects: 81% (22/27) remote: Compressing objects: 85% (23/27) remote: Compressing objects: 88% (24/27) remote: Compressing objects: 92% (25/27) remote: Compressing objects: 96% (26/27) remote: Compressing objects: 100% (27/27) remote: Compressing objects: 100% (27/27), done. Receiving objects: 0% (1/223) Receiving objects: 1% (3/223) Receiving objects: 2% (5/223) Receiving objects: 3% (7/223) Receiving objects: 4% (9/223) Receiving objects: 5% (12/223) Receiving objects: 6% (14/223) Receiving objects: 7% (16/223) Receiving objects: 8% (18/223) Receiving objects: 9% (21/223) Receiving objects: 10% (23/223) Receiving objects: 11% (25/223) Receiving objects: 12% (27/223) Receiving objects: 13% (29/223) Receiving objects: 14% (32/223) Receiving objects: 15% (34/223) Receiving objects: 16% (36/223) Receiving objects: 17% (38/223) Receiving objects: 18% (41/223) Receiving objects: 19% (43/223) Receiving objects: 20% (45/223) Receiving objects: 21% (47/223) Receiving objects: 22% (50/223) Receiving objects: 23% (52/223) Receiving objects: 24% (54/223) Receiving objects: 25% (56/223) Receiving objects: 26% (58/223) Receiving objects: 27% (61/223) Receiving objects: 28% (63/223) Receiving objects: 29% (65/223) Receiving objects: 30% (67/223) Receiving objects: 31% (70/223) Receiving objects: 32% (72/223) Receiving objects: 33% (74/223) Receiving objects: 34% (76/223) Receiving objects: 35% (79/223) Receiving objects: 36% (81/223) Receiving objects: 37% (83/223) Receiving objects: 38% (85/223) Receiving objects: 39% (87/223) Receiving objects: 40% (90/223) Receiving objects: 41% (92/223) Receiving objects: 42% (94/223) Receiving objects: 43% (96/223) Receiving objects: 44% (99/223) Receiving objects: 45% (101/223) Receiving objects: 46% (103/223) Receiving objects: 47% (105/223) Receiving objects: 48% (108/223) Receiving objects: 49% (110/223) Receiving objects: 50% (112/223) Receiving objects: 51% (114/223) Receiving objects: 52% (116/223) Receiving objects: 53% (119/223) Receiving objects: 54% (121/223) Receiving objects: 55% (123/223) Receiving objects: 56% (125/223) Receiving objects: 57% (128/223) Receiving objects: 58% (130/223) Receiving objects: 59% (132/223) Receiving objects: 60% (134/223) Receiving objects: 61% (137/223) Receiving objects: 62% (139/223) Receiving objects: 63% (141/223) Receiving objects: 64% (143/223) Receiving objects: 65% (145/223) Receiving objects: 66% (148/223) Receiving objects: 67% (150/223) Receiving objects: 68% (152/223) Receiving objects: 69% (154/223) Receiving objects: 70% (157/223) Receiving objects: 71% (159/223) Receiving objects: 72% (161/223) Receiving objects: 73% (163/223) Receiving objects: 74% (166/223) Receiving objects: 75% (168/223) Receiving objects: 76% (170/223) Receiving objects: 77% (172/223) Receiving objects: 78% (174/223) Receiving objects: 79% (177/223) Receiving objects: 80% (179/223) Receiving objects: 81% (181/223) Receiving objects: 82% (183/223) Receiving objects: 83% (186/223) Receiving objects: 84% (188/223) Receiving objects: 85% (190/223) Receiving objects: 86% (192/223) Receiving objects: 87% (195/223) Receiving objects: 88% (197/223) Receiving objects: 89% (199/223) Receiving objects: 90% (201/223) Receiving objects: 91% (203/223) Receiving objects: 92% (206/223) Receiving objects: 93% (208/223) Receiving objects: 94% (210/223) Receiving objects: 95% (212/223) Receiving objects: 96% (215/223) Receiving objects: 97% (217/223) Receiving objects: 98% (219/223) remote: Total 223 (delta 131), reused 136 (delta 128), pack-reused 68 Receiving objects: 99% (221/223) Receiving objects: 100% (223/223) Receiving objects: 100% (223/223), 322.91 KiB | 4.36 MiB/s, done. Resolving deltas: 0% (0/151) Resolving deltas: 1% (3/151) Resolving deltas: 2% (4/151) Resolving deltas: 3% (5/151) Resolving deltas: 4% (7/151) Resolving deltas: 5% (8/151) Resolving deltas: 6% (10/151) Resolving deltas: 7% (11/151) Resolving deltas: 8% (13/151) Resolving deltas: 9% (14/151) Resolving deltas: 10% (16/151) Resolving deltas: 11% (17/151) Resolving deltas: 12% (19/151) Resolving deltas: 13% (20/151) Resolving deltas: 14% (22/151) Resolving deltas: 15% (23/151) Resolving deltas: 16% (25/151) Resolving deltas: 17% (26/151) Resolving deltas: 18% (28/151) Resolving deltas: 19% (29/151) Resolving deltas: 20% (31/151) Resolving deltas: 21% (32/151) Resolving deltas: 22% (34/151) Resolving deltas: 23% (35/151) Resolving deltas: 24% (37/151) Resolving deltas: 25% (38/151) Resolving deltas: 26% (40/151) Resolving deltas: 27% (41/151) Resolving deltas: 28% (43/151) Resolving deltas: 29% (44/151) Resolving deltas: 30% (46/151) Resolving deltas: 31% (47/151) Resolving deltas: 32% (49/151) Resolving deltas: 33% (50/151) Resolving deltas: 34% (52/151) Resolving deltas: 35% (53/151) Resolving deltas: 36% (55/151) Resolving deltas: 37% (56/151) Resolving deltas: 38% (58/151) Resolving deltas: 39% (59/151) Resolving deltas: 40% (61/151) Resolving deltas: 41% (62/151) Resolving deltas: 42% (64/151) Resolving deltas: 43% (65/151) Resolving deltas: 44% (67/151) Resolving deltas: 45% (68/151) Resolving deltas: 46% (70/151) Resolving deltas: 47% (71/151) Resolving deltas: 48% (73/151) Resolving deltas: 49% (74/151) Resolving deltas: 50% (76/151) Resolving deltas: 51% (78/151) Resolving deltas: 52% (79/151) Resolving deltas: 53% (81/151) Resolving deltas: 54% (82/151) Resolving deltas: 55% (84/151) Resolving deltas: 56% (85/151) Resolving deltas: 57% (87/151) Resolving deltas: 58% (88/151) Resolving deltas: 59% (90/151) Resolving deltas: 60% (91/151) Resolving deltas: 61% (93/151) Resolving deltas: 62% (94/151) Resolving deltas: 63% (96/151) Resolving deltas: 64% (97/151) Resolving deltas: 65% (99/151) Resolving deltas: 66% (100/151) Resolving deltas: 67% (102/151) Resolving deltas: 68% (103/151) Resolving deltas: 69% (105/151) Resolving deltas: 70% (106/151) Resolving deltas: 71% (108/151) Resolving deltas: 72% (109/151) Resolving deltas: 73% (111/151) Resolving deltas: 74% (112/151) Resolving deltas: 75% (114/151) Resolving deltas: 76% (115/151) Resolving deltas: 77% (117/151) Resolving deltas: 78% (118/151) Resolving deltas: 79% (120/151) Resolving deltas: 80% (121/151) Resolving deltas: 81% (123/151) Resolving deltas: 82% (124/151) Resolving deltas: 83% (126/151) Resolving deltas: 84% (127/151) Resolving deltas: 85% (129/151) Resolving deltas: 86% (130/151) Resolving deltas: 87% (132/151) Resolving deltas: 88% (133/151) Resolving deltas: 89% (135/151) Resolving deltas: 90% (136/151) Resolving deltas: 91% (138/151) Resolving deltas: 92% (139/151) Resolving deltas: 93% (141/151) Resolving deltas: 94% (142/151) Resolving deltas: 95% (144/151) Resolving deltas: 96% (145/151) Resolving deltas: 97% (147/151) Resolving deltas: 98% (148/151) Resolving deltas: 99% (150/151) Resolving deltas: 100% (151/151) Resolving deltas: 100% (151/151), completed with 73 local objects. >From https://github.com/python/cpython * branch 3.13 -> FETCH_HEAD Note: switching to '9f9be95d66c0dd66189f8c9f13b69442361cd593'. 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 9f9be95d66 [3.13] gh-117657: Add TSAN suppression for `set_discard_entry` (GH-119908) (#119914) Switched to and reset branch '3.13' configure: WARNING: no system libmpdecimal found; falling back to bundled libmpdecimal (deprecated and scheduled for removal in Python 3.15) 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:3120: clean-retain-profile] Error 1 (ignored) ar: libpython3.13.a: error reading Python/Python-ast.o: No space left on device make[2]: *** [Makefile:1047: libpython3.13.a] Error 1 make[1]: *** [Makefile:877: profile-gen-stamp] Error 2 make: *** [Makefile:889: profile-run-stamp] Error 2 Test report =========== Sincerely, -The Buildbot _______________________________________________ Buildbot-status mailing list -- buildbot-status@python.org To unsubscribe send an email to buildbot-status-le...@python.org https://mail.python.org/mailman3/lists/buildbot-status.python.org/ Member address: arch...@mail-archive.com