Buildbot-status
Threads by month
- ----- 2024 -----
- 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
May 2024
- 1 participants
- 242 discussions
☠ Buildbot (Python): python/cpython - failed test (failure) (3.13)
by buildbot@python.org 23 May '24
by buildbot@python.org 23 May '24
23 May '24
The Buildbot has detected a new failure on builder AMD64 Ubuntu NoGIL 3.13 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1422/builds/46
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: itamaro-ubuntu-aws
Build Reason: <unknown>
Blamelist: Lysandros Nikolaou <lisandrosnik(a)gmail.com>, Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (most recent call last):
File "/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_multiprocessing.py", line 5176, in test_wait_integer
self.assertLess(delta, expected + 2)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
AssertionError: 5.105196844786406 not less than 5
Traceback (most recent call last):
File "/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_multiprocessing.py", line 2055, in test_abort_and_reset
self.assertEqual(len(results2), self.N-1)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 5 != 4
Traceback (most recent call last):
File "/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_multiprocessing.py", line 5176, in test_wait_integer
self.assertLess(delta, expected + 2)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
AssertionError: 5.829775579273701 not less than 5
Test report
===========
Failed tests:
- test_statistics
- test.test_multiprocessing_spawn.test_manager
- test.test_multiprocessing_spawn.test_misc
- test_math
- test_tools
Failed subtests:
- test_wait_integer - test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_integer
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) uploading test-results.xml (failure) (main)
by buildbot@python.org 23 May '24
by buildbot@python.org 23 May '24
23 May '24
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/5260
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: bcannon-wasi
Build Reason: <unknown>
Blamelist: Ayato Hayashi <go12limchangyong(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: 7, done.
remote: Counting objects: 14% (1/7)
remote: Counting objects: 28% (2/7)
remote: Counting objects: 42% (3/7)
remote: Counting objects: 57% (4/7)
remote: Counting objects: 71% (5/7)
remote: Counting objects: 85% (6/7)
remote: Counting objects: 100% (7/7)
remote: Counting objects: 100% (7/7), done.
remote: Compressing objects: 25% (1/4)
remote: Compressing objects: 50% (2/4)
remote: Compressing objects: 75% (3/4)
remote: Compressing objects: 100% (4/4)
remote: Compressing objects: 100% (4/4), done.
remote: Total 4 (delta 3), reused 0 (delta 0), pack-reused 0
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to '43807fec8d38a0400c7967baad587da3e89f8dcc'.
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 43807fec8d Tiny fix: Update link for HAC algorithm (gh-118546)
Switched to and reset branch 'main'
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:7826:1: warning: unused function 'warn_about_fork_with_threads' [-Wunused-function]
7826 | 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 #2 running test=test_math pid=524974 time=25 min> process group
make: *** [Makefile:2208: buildbottest] Error 2
Cannot open file '/home/buildbot/buildarea/3.x.bcannon-wasi.wasi.debug/build/build/cross-build/wasm32-wasi/test-results.xml' for upload
Test report
===========
Failed tests:
- test_math
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): - failed test (failure) (timed out) (455b3862347fbada343af0c6e158511b669998c6)
by buildbot@python.org 22 May '24
by buildbot@python.org 22 May '24
22 May '24
The Buildbot has detected a new failure on builder AMD64 Windows11 Refleaks 3.13 while building Python.
Full details are available at:
https://buildbot.python.org/all/#/builders/1484/builds/14
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: ware-win11
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure) (timed out)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
remote: Enumerating objects: 123, done.
remote: Counting objects: 0% (1/121)
remote: Counting objects: 1% (2/121)
remote: Counting objects: 2% (3/121)
remote: Counting objects: 3% (4/121)
remote: Counting objects: 4% (5/121)
remote: Counting objects: 5% (7/121)
remote: Counting objects: 6% (8/121)
remote: Counting objects: 7% (9/121)
remote: Counting objects: 8% (10/121)
remote: Counting objects: 9% (11/121)
remote: Counting objects: 10% (13/121)
remote: Counting objects: 11% (14/121)
remote: Counting objects: 12% (15/121)
remote: Counting objects: 13% (16/121)
remote: Counting objects: 14% (17/121)
remote: Counting objects: 15% (19/121)
remote: Counting objects: 16% (20/121)
remote: Counting objects: 17% (21/121)
remote: Counting objects: 18% (22/121)
remote: Counting objects: 19% (23/121)
remote: Counting objects: 20% (25/121)
remote: Counting objects: 21% (26/121)
remote: Counting objects: 22% (27/121)
remote: Counting objects: 23% (28/121)
remote: Counting objects: 24% (30/121)
remote: Counting objects: 25% (31/121)
remote: Counting objects: 26% (32/121)
remote: Counting objects: 27% (33/121)
remote: Counting objects: 28% (34/121)
remote: Counting objects: 29% (36/121)
remote: Counting objects: 30% (37/121)
remote: Counting objects: 31% (38/121)
remote: Counting objects: 32% (39/121)
remote: Counting objects: 33% (40/121)
remote: Counting objects: 34% (42/121)
remote: Counting objects: 35% (43/121)
remote: Counting objects: 36% (44/121)
remote: Counting objects: 37% (45/121)
remote: Counting objects: 38% (46/121)
remote: Counting objects: 39% (48/121)
remote: Counting objects: 40% (49/121)
remote: Counting objects: 41% (50/121)
remote: Counting objects: 42% (51/121)
remote: Counting objects: 43% (53/121)
remote: Counting objects: 44% (54/121)
remote: Counting objects: 45% (55/121)
remote: Counting objects: 46% (56/121)
remote: Counting objects: 47% (57/121)
remote: Counting objects: 48% (59/121)
remote: Counting objects: 49% (60/121)
remote: Counting objects: 50% (61/121)
remote: Counting objects: 51% (62/121)
remote: Counting objects: 52% (63/121)
remote: Counting objects: 53% (65/121)
remote: Counting objects: 54% (66/121)
remote: Counting objects: 55% (67/121)
remote: Counting objects: 56% (68/121)
remote: Counting objects: 57% (69/121)
remote: Counting objects: 58% (71/121)
remote: Counting objects: 59% (72/121)
remote: Counting objects: 60% (73/121)
remote: Counting objects: 61% (74/121)
remote: Counting objects: 62% (76/121)
remote: Counting objects: 63% (77/121)
remote: Counting objects: 64% (78/121)
remote: Counting objects: 65% (79/121)
remote: Counting objects: 66% (80/121)
remote: Counting objects: 67% (82/121)
remote: Counting objects: 68% (83/121)
remote: Counting objects: 69% (84/121)
remote: Counting objects: 70% (85/121)
remote: Counting objects: 71% (86/121)
remote: Counting objects: 72% (88/121)
remote: Counting objects: 73% (89/121)
remote: Counting objects: 74% (90/121)
remote: Counting objects: 75% (91/121)
remote: Counting objects: 76% (92/121)
remote: Counting objects: 77% (94/121)
remote: Counting objects: 78% (95/121)
remote: Counting objects: 79% (96/121)
remote: Counting objects: 80% (97/121)
remote: Counting objects: 81% (99/121)
remote: Counting objects: 82% (100/121)
remote: Counting objects: 83% (101/121)
remote: Counting objects: 84% (102/121)
remote: Counting objects: 85% (103/121)
remote: Counting objects: 86% (105/121)
remote: Counting objects: 87% (106/121)
remote: Counting objects: 88% (107/121)
remote: Counting objects: 89% (108/121)
remote: Counting objects: 90% (109/121)
remote: Counting objects: 91% (111/121)
remote: Counting objects: 92% (112/121)
remote: Counting objects: 93% (113/121)
remote: Counting objects: 94% (114/121)
remote: Counting objects: 95% (115/121)
remote: Counting objects: 96% (117/121)
remote: Counting objects: 97% (118/121)
remote: Counting objects: 98% (119/121)
remote: Counting objects: 99% (120/121)
remote: Counting objects: 100% (121/121)
remote: Counting objects: 100% (121/121), done.
remote: Compressing objects: 0% (1/108)
remote: Compressing objects: 1% (2/108)
remote: Compressing objects: 2% (3/108)
remote: Compressing objects: 3% (4/108)
remote: Compressing objects: 4% (5/108)
remote: Compressing objects: 5% (6/108)
remote: Compressing objects: 6% (7/108)
remote: Compressing objects: 7% (8/108)
remote: Compressing objects: 8% (9/108)
remote: Compressing objects: 9% (10/108)
remote: Compressing objects: 10% (11/108)
remote: Compressing objects: 11% (12/108)
remote: Compressing objects: 12% (13/108)
remote: Compressing objects: 13% (15/108)
remote: Compressing objects: 14% (16/108)
remote: Compressing objects: 15% (17/108)
remote: Compressing objects: 16% (18/108)
remote: Compressing objects: 17% (19/108)
remote: Compressing objects: 18% (20/108)
remote: Compressing objects: 19% (21/108)
remote: Compressing objects: 20% (22/108)
remote: Compressing objects: 21% (23/108)
remote: Compressing objects: 22% (24/108)
remote: Compressing objects: 23% (25/108)
remote: Compressing objects: 24% (26/108)
remote: Compressing objects: 25% (27/108)
remote: Compressing objects: 26% (29/108)
remote: Compressing objects: 27% (30/108)
remote: Compressing objects: 28% (31/108)
remote: Compressing objects: 29% (32/108)
remote: Compressing objects: 30% (33/108)
remote: Compressing objects: 31% (34/108)
remote: Compressing objects: 32% (35/108)
remote: Compressing objects: 33% (36/108)
remote: Compressing objects: 34% (37/108)
remote: Compressing objects: 35% (38/108)
remote: Compressing objects: 36% (39/108)
remote: Compressing objects: 37% (40/108)
remote: Compressing objects: 38% (42/108)
remote: Compressing objects: 39% (43/108)
remote: Compressing objects: 40% (44/108)
remote: Compressing objects: 41% (45/108)
remote: Compressing objects: 42% (46/108)
remote: Compressing objects: 43% (47/108)
remote: Compressing objects: 44% (48/108)
remote: Compressing objects: 45% (49/108)
remote: Compressing objects: 46% (50/108)
remote: Compressing objects: 47% (51/108)
remote: Compressing objects: 48% (52/108)
remote: Compressing objects: 49% (53/108)
remote: Compressing objects: 50% (54/108)
remote: Compressing objects: 51% (56/108)
remote: Compressing objects: 52% (57/108)
remote: Compressing objects: 53% (58/108)
remote: Compressing objects: 54% (59/108)
remote: Compressing objects: 55% (60/108)
remote: Compressing objects: 56% (61/108)
remote: Compressing objects: 57% (62/108)
remote: Compressing objects: 58% (63/108)
remote: Compressing objects: 59% (64/108)
remote: Compressing objects: 60% (65/108)
remote: Compressing objects: 61% (66/108)
remote: Compressing objects: 62% (67/108)
remote: Compressing objects: 63% (69/108)
remote: Compressing objects: 64% (70/108)
remote: Compressing objects: 65% (71/108)
remote: Compressing objects: 66% (72/108)
remote: Compressing objects: 67% (73/108)
remote: Compressing objects: 68% (74/108)
remote: Compressing objects: 69% (75/108)
remote: Compressing objects: 70% (76/108)
remote: Compressing objects: 71% (77/108)
remote: Compressing objects: 72% (78/108)
remote: Compressing objects: 73% (79/108)
remote: Compressing objects: 74% (80/108)
remote: Compressing objects: 75% (81/108)
remote: Compressing objects: 76% (83/108)
remote: Compressing objects: 77% (84/108)
remote: Compressing objects: 78% (85/108)
remote: Compressing objects: 79% (86/108)
remote: Compressing objects: 80% (87/108)
remote: Compressing objects: 81% (88/108)
remote: Compressing objects: 82% (89/108)
remote: Compressing objects: 83% (90/108)
remote: Compressing objects: 84% (91/108)
remote: Compressing objects: 85% (92/108)
remote: Compressing objects: 86% (93/108)
remote: Compressing objects: 87% (94/108)
remote: Compressing objects: 88% (96/108)
remote: Compressing objects: 89% (97/108)
remote: Compressing objects: 90% (98/108)
remote: Compressing objects: 91% (99/108)
remote: Compressing objects: 92% (100/108)
remote: Compressing objects: 93% (101/108)
remote: Compressing objects: 94% (102/108)
remote: Compressing objects: 95% (103/108)
remote: Compressing objects: 96% (104/108)
remote: Compressing objects: 97% (105/108)
remote: Compressing objects: 98% (106/108)
remote: Compressing objects: 99% (107/108)
remote: Compressing objects: 100% (108/108)
remote: Compressing objects: 100% (108/108), done.
Receiving objects: 0% (1/123)
Receiving objects: 1% (2/123)
Receiving objects: 2% (3/123)
Receiving objects: 3% (4/123)
Receiving objects: 4% (5/123)
Receiving objects: 5% (7/123)
Receiving objects: 6% (8/123)
Receiving objects: 7% (9/123)
Receiving objects: 8% (10/123)
Receiving objects: 9% (12/123)
Receiving objects: 10% (13/123)
Receiving objects: 11% (14/123)
Receiving objects: 12% (15/123)
Receiving objects: 13% (16/123)
Receiving objects: 14% (18/123)
Receiving objects: 15% (19/123)
Receiving objects: 16% (20/123)
Receiving objects: 17% (21/123)
Receiving objects: 18% (23/123)
Receiving objects: 19% (24/123)
Receiving objects: 20% (25/123)
Receiving objects: 21% (26/123)
Receiving objects: 22% (28/123)
Receiving objects: 23% (29/123)
Receiving objects: 24% (30/123)
Receiving objects: 25% (31/123)
Receiving objects: 26% (32/123)
Receiving objects: 27% (34/123)
Receiving objects: 28% (35/123)
Receiving objects: 29% (36/123)
Receiving objects: 30% (37/123)
Receiving objects: 31% (39/123)
Receiving objects: 32% (40/123)
Receiving objects: 33% (41/123)
Receiving objects: 34% (42/123)
Receiving objects: 35% (44/123)
Receiving objects: 36% (45/123)
Receiving objects: 37% (46/123)
Receiving objects: 38% (47/123)
Receiving objects: 39% (48/123)
Receiving objects: 40% (50/123)
Receiving objects: 41% (51/123)
Receiving objects: 42% (52/123)
Receiving objects: 43% (53/123)
Receiving objects: 44% (55/123)
Receiving objects: 45% (56/123)
Receiving objects: 46% (57/123)
Receiving objects: 47% (58/123)
Receiving objects: 48% (60/123)
Receiving objects: 49% (61/123)
Receiving objects: 50% (62/123)
Receiving objects: 51% (63/123)
Receiving objects: 52% (64/123)
Receiving objects: 53% (66/123)
Receiving objects: 54% (67/123)
Receiving objects: 55% (68/123)
Receiving objects: 56% (69/123)
Receiving objects: 57% (71/123)
Receiving objects: 58% (72/123)
Receiving objects: 59% (73/123)
Receiving objects: 60% (74/123)
Receiving objects: 61% (76/123)
Receiving objects: 62% (77/123)
Receiving objects: 63% (78/123)
Receiving objects: 64% (79/123)
Receiving objects: 65% (80/123)
Receiving objects: 66% (82/123)
Receiving objects: 67% (83/123)
Receiving objects: 68% (84/123)
Receiving objects: 69% (85/123)
Receiving objects: 70% (87/123)
Receiving objects: 71% (88/123)
Receiving objects: 72% (89/123)
Receiving objects: 73% (90/123)
Receiving objects: 74% (92/123)
Receiving objects: 75% (93/123)
Receiving objects: 76% (94/123)
Receiving objects: 77% (95/123)
Receiving objects: 78% (96/123)
Receiving objects: 79% (98/123)
Receiving objects: 80% (99/123)
Receiving objects: 81% (100/123)
Receiving objects: 82% (101/123)
Receiving objects: 83% (103/123)
Receiving objects: 84% (104/123)
Receiving objects: 85% (105/123)
Receiving objects: 86% (106/123)
Receiving objects: 87% (108/123)
Receiving objects: 88% (109/123)
Receiving objects: 89% (110/123)
Receiving objects: 90% (111/123)
Receiving objects: 91% (112/123)
Receiving objects: 92% (114/123)
Receiving objects: 93% (115/123)
Receiving objects: 94% (116/123)
Receiving objects: 95% (117/123)
Receiving objects: 96% (119/123)
Receiving objects: 97% (120/123)
Receiving objects: 98% (121/123)
Receiving objects: 99% (122/123)
remote: Total 123 (delta 48), reused 46 (delta 13), pack-reused 2
Receiving objects: 100% (123/123)
Receiving objects: 100% (123/123), 645.06 KiB | 8.60 MiB/s, done.
Resolving deltas: 0% (0/48)
Resolving deltas: 2% (1/48)
Resolving deltas: 4% (2/48)
Resolving deltas: 6% (3/48)
Resolving deltas: 8% (4/48)
Resolving deltas: 10% (5/48)
Resolving deltas: 12% (6/48)
Resolving deltas: 14% (7/48)
Resolving deltas: 16% (8/48)
Resolving deltas: 18% (9/48)
Resolving deltas: 20% (10/48)
Resolving deltas: 22% (11/48)
Resolving deltas: 25% (12/48)
Resolving deltas: 27% (13/48)
Resolving deltas: 29% (14/48)
Resolving deltas: 31% (15/48)
Resolving deltas: 33% (16/48)
Resolving deltas: 35% (17/48)
Resolving deltas: 37% (18/48)
Resolving deltas: 39% (19/48)
Resolving deltas: 41% (20/48)
Resolving deltas: 43% (21/48)
Resolving deltas: 45% (22/48)
Resolving deltas: 47% (23/48)
Resolving deltas: 50% (24/48)
Resolving deltas: 52% (25/48)
Resolving deltas: 54% (26/48)
Resolving deltas: 56% (27/48)
Resolving deltas: 58% (28/48)
Resolving deltas: 60% (29/48)
Resolving deltas: 62% (30/48)
Resolving deltas: 64% (31/48)
Resolving deltas: 66% (32/48)
Resolving deltas: 68% (33/48)
Resolving deltas: 70% (34/48)
Resolving deltas: 72% (35/48)
Resolving deltas: 75% (36/48)
Resolving deltas: 77% (37/48)
Resolving deltas: 79% (38/48)
Resolving deltas: 81% (39/48)
Resolving deltas: 83% (40/48)
Resolving deltas: 85% (41/48)
Resolving deltas: 87% (42/48)
Resolving deltas: 89% (43/48)
Resolving deltas: 91% (44/48)
Resolving deltas: 93% (45/48)
Resolving deltas: 95% (46/48)
Resolving deltas: 97% (47/48)
Resolving deltas: 100% (48/48)
Resolving deltas: 100% (48/48), completed with 5 local objects.
From https://github.com/python/cpython
* branch 3.13 -> 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 455b386234 [3.13] gh-110383: Align dict.get(), .fromkeys(), and .setdefault() docs with docstrings (GH-119330) (#119370)
Switched to and reset branch '3.13'
Could Not Find b:\uildarea\3.13.ware-win11.refleak\build\Lib\*.pyc
The system cannot find the file specified.
Could Not Find b:\uildarea\3.13.ware-win11.refleak\build\PCbuild\python*.zip
Could Not Find b:\uildarea\3.13.ware-win11.refleak\build\PCbuild\python*.zip
Test report
===========
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (3.13)
by buildbot@python.org 22 May '24
by buildbot@python.org 22 May '24
22 May '24
The Buildbot has detected a new failure on builder iOS ARM64 Simulator 3.13 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1386/builds/78
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: rkm-arm64-ios-simulator
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (most recent call last):
File "/Users/buildbot/Library/Developer/XCTestDevices/D1411B79-2954-4FC4-8054-63898388421B/data/Containers/Bundle/Application/6905C91F-DFB4-48F4-9A49-7A86ED5DB3FD/iOSTestbed.app/python/lib/python3.13/test/test_httplib.py", line 1778, in testHTTPConnectionSourceAddress
self.conn.connect()
~~~~~~~~~~~~~~~~~^^
File "/Users/buildbot/Library/Developer/XCTestDevices/D1411B79-2954-4FC4-8054-63898388421B/data/Containers/Bundle/Application/6905C91F-DFB4-48F4-9A49-7A86ED5DB3FD/iOSTestbed.app/python/lib/python3.13/http/client.py", line 1001, in connect
self.sock = self._create_connection(
~~~~~~~~~~~~~~~~~~~~~~~^
(self.host,self.port), self.timeout, self.source_address)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/buildbot/Library/Developer/XCTestDevices/D1411B79-2954-4FC4-8054-63898388421B/data/Containers/Bundle/Application/6905C91F-DFB4-48F4-9A49-7A86ED5DB3FD/iOSTestbed.app/python/lib/python3.13/socket.py", line 852, in create_connection
raise exceptions[0]
File "/Users/buildbot/Library/Developer/XCTestDevices/D1411B79-2954-4FC4-8054-63898388421B/data/Containers/Bundle/Application/6905C91F-DFB4-48F4-9A49-7A86ED5DB3FD/iOSTestbed.app/python/lib/python3.13/socket.py", line 836, in create_connection
sock.bind(source_address)
~~~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 48] Address already in use
Test report
===========
Failed tests:
- test_httplib
Failed subtests:
- testHTTPConnectionSourceAddress - test.test_httplib.SourceAddressTest.testHTTPConnectionSourceAddress
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) uploading test-results.xml (failure) (3.13)
by buildbot@python.org 22 May '24
by buildbot@python.org 22 May '24
22 May '24
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/66
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: bcannon-wasi
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)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
==================
remote: Enumerating objects: 44, done.
remote: Counting objects: 2% (1/44)
remote: Counting objects: 4% (2/44)
remote: Counting objects: 6% (3/44)
remote: Counting objects: 9% (4/44)
remote: Counting objects: 11% (5/44)
remote: Counting objects: 13% (6/44)
remote: Counting objects: 15% (7/44)
remote: Counting objects: 18% (8/44)
remote: Counting objects: 20% (9/44)
remote: Counting objects: 22% (10/44)
remote: Counting objects: 25% (11/44)
remote: Counting objects: 27% (12/44)
remote: Counting objects: 29% (13/44)
remote: Counting objects: 31% (14/44)
remote: Counting objects: 34% (15/44)
remote: Counting objects: 36% (16/44)
remote: Counting objects: 38% (17/44)
remote: Counting objects: 40% (18/44)
remote: Counting objects: 43% (19/44)
remote: Counting objects: 45% (20/44)
remote: Counting objects: 47% (21/44)
remote: Counting objects: 50% (22/44)
remote: Counting objects: 52% (23/44)
remote: Counting objects: 54% (24/44)
remote: Counting objects: 56% (25/44)
remote: Counting objects: 59% (26/44)
remote: Counting objects: 61% (27/44)
remote: Counting objects: 63% (28/44)
remote: Counting objects: 65% (29/44)
remote: Counting objects: 68% (30/44)
remote: Counting objects: 70% (31/44)
remote: Counting objects: 72% (32/44)
remote: Counting objects: 75% (33/44)
remote: Counting objects: 77% (34/44)
remote: Counting objects: 79% (35/44)
remote: Counting objects: 81% (36/44)
remote: Counting objects: 84% (37/44)
remote: Counting objects: 86% (38/44)
remote: Counting objects: 88% (39/44)
remote: Counting objects: 90% (40/44)
remote: Counting objects: 93% (41/44)
remote: Counting objects: 95% (42/44)
remote: Counting objects: 97% (43/44)
remote: Counting objects: 100% (44/44)
remote: Counting objects: 100% (44/44), done.
remote: Compressing objects: 4% (1/25)
remote: Compressing objects: 8% (2/25)
remote: Compressing objects: 12% (3/25)
remote: Compressing objects: 16% (4/25)
remote: Compressing objects: 20% (5/25)
remote: Compressing objects: 24% (6/25)
remote: Compressing objects: 28% (7/25)
remote: Compressing objects: 32% (8/25)
remote: Compressing objects: 36% (9/25)
remote: Compressing objects: 40% (10/25)
remote: Compressing objects: 44% (11/25)
remote: Compressing objects: 48% (12/25)
remote: Compressing objects: 52% (13/25)
remote: Compressing objects: 56% (14/25)
remote: Compressing objects: 60% (15/25)
remote: Compressing objects: 64% (16/25)
remote: Compressing objects: 68% (17/25)
remote: Compressing objects: 72% (18/25)
remote: Compressing objects: 76% (19/25)
remote: Compressing objects: 80% (20/25)
remote: Compressing objects: 84% (21/25)
remote: Compressing objects: 88% (22/25)
remote: Compressing objects: 92% (23/25)
remote: Compressing objects: 96% (24/25)
remote: Compressing objects: 100% (25/25)
remote: Compressing objects: 100% (25/25), done.
remote: Total 28 (delta 24), reused 6 (delta 3), pack-reused 0
From https://github.com/python/cpython
* branch 3.13 -> FETCH_HEAD
Note: switching to 'a463cd8e45d6fc6ca16a59bcfeece99cf268e684'.
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 a463cd8e45 [3.13] gh-118893: Evaluate all statements in the new REPL separately (GH-119318) (#119408)
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:7826:1: warning: unused function 'warn_about_fork_with_threads' [-Wunused-function]
7826 | 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 #2 running test=test_math pid=92933 time=25 min> process group
Kill <WorkerThread #1 running test=test_statistics pid=116754 time=25 min> process group
make: *** [Makefile:2208: 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 Buildbot
1
0
☠ Buildbot (Python): - failed test (failure) (98e855fcc1f1d490c803565e84cb611b3f057e45)
by buildbot@python.org 22 May '24
by buildbot@python.org 22 May '24
22 May '24
The Buildbot has detected a new failure on builder AMD64 Windows11 Refleaks 3.x while building Python.
Full details are available at:
https://buildbot.python.org/all/#/builders/920/builds/771
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
==================
remote: Enumerating objects: 274, done.
remote: Counting objects: 0% (1/271)
remote: Counting objects: 1% (3/271)
remote: Counting objects: 2% (6/271)
remote: Counting objects: 3% (9/271)
remote: Counting objects: 4% (11/271)
remote: Counting objects: 5% (14/271)
remote: Counting objects: 6% (17/271)
remote: Counting objects: 7% (19/271)
remote: Counting objects: 8% (22/271)
remote: Counting objects: 9% (25/271)
remote: Counting objects: 10% (28/271)
remote: Counting objects: 11% (30/271)
remote: Counting objects: 12% (33/271)
remote: Counting objects: 13% (36/271)
remote: Counting objects: 14% (38/271)
remote: Counting objects: 15% (41/271)
remote: Counting objects: 16% (44/271)
remote: Counting objects: 17% (47/271)
remote: Counting objects: 18% (49/271)
remote: Counting objects: 19% (52/271)
remote: Counting objects: 20% (55/271)
remote: Counting objects: 21% (57/271)
remote: Counting objects: 22% (60/271)
remote: Counting objects: 23% (63/271)
remote: Counting objects: 24% (66/271)
remote: Counting objects: 25% (68/271)
remote: Counting objects: 26% (71/271)
remote: Counting objects: 27% (74/271)
remote: Counting objects: 28% (76/271)
remote: Counting objects: 29% (79/271)
remote: Counting objects: 30% (82/271)
remote: Counting objects: 31% (85/271)
remote: Counting objects: 32% (87/271)
remote: Counting objects: 33% (90/271)
remote: Counting objects: 34% (93/271)
remote: Counting objects: 35% (95/271)
remote: Counting objects: 36% (98/271)
remote: Counting objects: 37% (101/271)
remote: Counting objects: 38% (103/271)
remote: Counting objects: 39% (106/271)
remote: Counting objects: 40% (109/271)
remote: Counting objects: 41% (112/271)
remote: Counting objects: 42% (114/271)
remote: Counting objects: 43% (117/271)
remote: Counting objects: 44% (120/271)
remote: Counting objects: 45% (122/271)
remote: Counting objects: 46% (125/271)
remote: Counting objects: 47% (128/271)
remote: Counting objects: 48% (131/271)
remote: Counting objects: 49% (133/271)
remote: Counting objects: 50% (136/271)
remote: Counting objects: 51% (139/271)
remote: Counting objects: 52% (141/271)
remote: Counting objects: 53% (144/271)
remote: Counting objects: 54% (147/271)
remote: Counting objects: 55% (150/271)
remote: Counting objects: 56% (152/271)
remote: Counting objects: 57% (155/271)
remote: Counting objects: 58% (158/271)
remote: Counting objects: 59% (160/271)
remote: Counting objects: 60% (163/271)
remote: Counting objects: 61% (166/271)
remote: Counting objects: 62% (169/271)
remote: Counting objects: 63% (171/271)
remote: Counting objects: 64% (174/271)
remote: Counting objects: 65% (177/271)
remote: Counting objects: 66% (179/271)
remote: Counting objects: 67% (182/271)
remote: Counting objects: 68% (185/271)
remote: Counting objects: 69% (187/271)
remote: Counting objects: 70% (190/271)
remote: Counting objects: 71% (193/271)
remote: Counting objects: 72% (196/271)
remote: Counting objects: 73% (198/271)
remote: Counting objects: 74% (201/271)
remote: Counting objects: 75% (204/271)
remote: Counting objects: 76% (206/271)
remote: Counting objects: 77% (209/271)
remote: Counting objects: 78% (212/271)
remote: Counting objects: 79% (215/271)
remote: Counting objects: 80% (217/271)
remote: Counting objects: 81% (220/271)
remote: Counting objects: 82% (223/271)
remote: Counting objects: 83% (225/271)
remote: Counting objects: 84% (228/271)
remote: Counting objects: 85% (231/271)
remote: Counting objects: 86% (234/271)
remote: Counting objects: 87% (236/271)
remote: Counting objects: 88% (239/271)
remote: Counting objects: 89% (242/271)
remote: Counting objects: 90% (244/271)
remote: Counting objects: 91% (247/271)
remote: Counting objects: 92% (250/271)
remote: Counting objects: 93% (253/271)
remote: Counting objects: 94% (255/271)
remote: Counting objects: 95% (258/271)
remote: Counting objects: 96% (261/271)
remote: Counting objects: 97% (263/271)
remote: Counting objects: 98% (266/271)
remote: Counting objects: 99% (269/271)
remote: Counting objects: 100% (271/271)
remote: Counting objects: 100% (271/271), done.
remote: Compressing objects: 0% (1/228)
remote: Compressing objects: 1% (3/228)
remote: Compressing objects: 2% (5/228)
remote: Compressing objects: 3% (7/228)
remote: Compressing objects: 4% (10/228)
remote: Compressing objects: 5% (12/228)
remote: Compressing objects: 6% (14/228)
remote: Compressing objects: 7% (16/228)
remote: Compressing objects: 8% (19/228)
remote: Compressing objects: 9% (21/228)
remote: Compressing objects: 10% (23/228)
remote: Compressing objects: 11% (26/228)
remote: Compressing objects: 12% (28/228)
remote: Compressing objects: 13% (30/228)
remote: Compressing objects: 14% (32/228)
remote: Compressing objects: 15% (35/228)
remote: Compressing objects: 16% (37/228)
remote: Compressing objects: 17% (39/228)
remote: Compressing objects: 18% (42/228)
remote: Compressing objects: 19% (44/228)
remote: Compressing objects: 20% (46/228)
remote: Compressing objects: 21% (48/228)
remote: Compressing objects: 22% (51/228)
remote: Compressing objects: 23% (53/228)
remote: Compressing objects: 24% (55/228)
remote: Compressing objects: 25% (57/228)
remote: Compressing objects: 26% (60/228)
remote: Compressing objects: 27% (62/228)
remote: Compressing objects: 28% (64/228)
remote: Compressing objects: 29% (67/228)
remote: Compressing objects: 30% (69/228)
remote: Compressing objects: 31% (71/228)
remote: Compressing objects: 32% (73/228)
remote: Compressing objects: 33% (76/228)
remote: Compressing objects: 34% (78/228)
remote: Compressing objects: 35% (80/228)
remote: Compressing objects: 36% (83/228)
remote: Compressing objects: 37% (85/228)
remote: Compressing objects: 38% (87/228)
remote: Compressing objects: 39% (89/228)
remote: Compressing objects: 40% (92/228)
remote: Compressing objects: 41% (94/228)
remote: Compressing objects: 42% (96/228)
remote: Compressing objects: 43% (99/228)
remote: Compressing objects: 44% (101/228)
remote: Compressing objects: 45% (103/228)
remote: Compressing objects: 46% (105/228)
remote: Compressing objects: 47% (108/228)
remote: Compressing objects: 48% (110/228)
remote: Compressing objects: 49% (112/228)
remote: Compressing objects: 50% (114/228)
remote: Compressing objects: 51% (117/228)
remote: Compressing objects: 52% (119/228)
remote: Compressing objects: 53% (121/228)
remote: Compressing objects: 54% (124/228)
remote: Compressing objects: 55% (126/228)
remote: Compressing objects: 56% (128/228)
remote: Compressing objects: 57% (130/228)
remote: Compressing objects: 58% (133/228)
remote: Compressing objects: 59% (135/228)
remote: Compressing objects: 60% (137/228)
remote: Compressing objects: 61% (140/228)
remote: Compressing objects: 62% (142/228)
remote: Compressing objects: 63% (144/228)
remote: Compressing objects: 64% (146/228)
remote: Compressing objects: 65% (149/228)
remote: Compressing objects: 66% (151/228)
remote: Compressing objects: 67% (153/228)
remote: Compressing objects: 68% (156/228)
remote: Compressing objects: 69% (158/228)
remote: Compressing objects: 70% (160/228)
remote: Compressing objects: 71% (162/228)
remote: Compressing objects: 72% (165/228)
remote: Compressing objects: 73% (167/228)
remote: Compressing objects: 74% (169/228)
remote: Compressing objects: 75% (171/228)
remote: Compressing objects: 76% (174/228)
remote: Compressing objects: 77% (176/228)
remote: Compressing objects: 78% (178/228)
remote: Compressing objects: 79% (181/228)
remote: Compressing objects: 80% (183/228)
remote: Compressing objects: 81% (185/228)
remote: Compressing objects: 82% (187/228)
remote: Compressing objects: 83% (190/228)
remote: Compressing objects: 84% (192/228)
remote: Compressing objects: 85% (194/228)
remote: Compressing objects: 86% (197/228)
remote: Compressing objects: 87% (199/228)
remote: Compressing objects: 88% (201/228)
remote: Compressing objects: 89% (203/228)
remote: Compressing objects: 90% (206/228)
remote: Compressing objects: 91% (208/228)
remote: Compressing objects: 92% (210/228)
remote: Compressing objects: 93% (213/228)
remote: Compressing objects: 94% (215/228)
remote: Compressing objects: 95% (217/228)
remote: Compressing objects: 96% (219/228)
remote: Compressing objects: 97% (222/228)
remote: Compressing objects: 98% (224/228)
remote: Compressing objects: 99% (226/228)
remote: Compressing objects: 100% (228/228)
remote: Compressing objects: 100% (228/228), done.
Receiving objects: 0% (1/274)
Receiving objects: 1% (3/274)
Receiving objects: 2% (6/274)
Receiving objects: 3% (9/274)
Receiving objects: 4% (11/274)
Receiving objects: 5% (14/274)
Receiving objects: 6% (17/274)
Receiving objects: 7% (20/274)
Receiving objects: 8% (22/274)
Receiving objects: 9% (25/274)
Receiving objects: 10% (28/274)
Receiving objects: 11% (31/274)
Receiving objects: 12% (33/274)
Receiving objects: 13% (36/274)
Receiving objects: 14% (39/274)
Receiving objects: 15% (42/274)
Receiving objects: 16% (44/274)
Receiving objects: 17% (47/274)
Receiving objects: 18% (50/274)
Receiving objects: 19% (53/274)
Receiving objects: 20% (55/274)
Receiving objects: 21% (58/274)
Receiving objects: 22% (61/274)
Receiving objects: 23% (64/274)
Receiving objects: 24% (66/274)
Receiving objects: 25% (69/274)
Receiving objects: 26% (72/274)
Receiving objects: 27% (74/274)
Receiving objects: 28% (77/274)
Receiving objects: 29% (80/274)
Receiving objects: 30% (83/274)
Receiving objects: 31% (85/274)
Receiving objects: 32% (88/274)
Receiving objects: 33% (91/274)
Receiving objects: 34% (94/274)
Receiving objects: 35% (96/274)
Receiving objects: 36% (99/274)
Receiving objects: 37% (102/274)
Receiving objects: 38% (105/274)
Receiving objects: 39% (107/274)
Receiving objects: 40% (110/274)
Receiving objects: 41% (113/274)
Receiving objects: 42% (116/274)
Receiving objects: 43% (118/274)
Receiving objects: 44% (121/274)
Receiving objects: 45% (124/274)
Receiving objects: 46% (127/274)
Receiving objects: 47% (129/274)
Receiving objects: 48% (132/274)
Receiving objects: 49% (135/274)
Receiving objects: 50% (137/274)
Receiving objects: 51% (140/274)
Receiving objects: 52% (143/274)
Receiving objects: 53% (146/274)
Receiving objects: 54% (148/274)
Receiving objects: 55% (151/274)
Receiving objects: 56% (154/274)
Receiving objects: 57% (157/274)
Receiving objects: 58% (159/274)
Receiving objects: 59% (162/274)
Receiving objects: 60% (165/274)
Receiving objects: 61% (168/274)
Receiving objects: 62% (170/274)
Receiving objects: 63% (173/274)
Receiving objects: 64% (176/274)
Receiving objects: 65% (179/274)
Receiving objects: 66% (181/274)
Receiving objects: 67% (184/274)
Receiving objects: 68% (187/274)
Receiving objects: 69% (190/274)
Receiving objects: 70% (192/274)
Receiving objects: 71% (195/274)
Receiving objects: 72% (198/274)
Receiving objects: 73% (201/274)
Receiving objects: 74% (203/274)
Receiving objects: 75% (206/274)
Receiving objects: 76% (209/274)
Receiving objects: 77% (211/274)
Receiving objects: 78% (214/274)
Receiving objects: 79% (217/274)
Receiving objects: 80% (220/274)
Receiving objects: 81% (222/274)
Receiving objects: 82% (225/274)
Receiving objects: 83% (228/274)
Receiving objects: 84% (231/274)
Receiving objects: 85% (233/274)
Receiving objects: 86% (236/274)
Receiving objects: 87% (239/274)
Receiving objects: 88% (242/274)
Receiving objects: 89% (244/274)
Receiving objects: 90% (247/274)
Receiving objects: 91% (250/274)
Receiving objects: 92% (253/274)
Receiving objects: 93% (255/274)
Receiving objects: 94% (258/274)
Receiving objects: 95% (261/274)
Receiving objects: 96% (264/274)
remote: Total 274 (delta 118), reused 123 (delta 43), pack-reused 3
Receiving objects: 97% (266/274)
Receiving objects: 98% (269/274)
Receiving objects: 99% (272/274)
Receiving objects: 100% (274/274)
Receiving objects: 100% (274/274), 1.14 MiB | 10.27 MiB/s, done.
Resolving deltas: 0% (0/118)
Resolving deltas: 1% (2/118)
Resolving deltas: 2% (3/118)
Resolving deltas: 3% (4/118)
Resolving deltas: 4% (5/118)
Resolving deltas: 5% (6/118)
Resolving deltas: 6% (8/118)
Resolving deltas: 7% (9/118)
Resolving deltas: 8% (10/118)
Resolving deltas: 9% (11/118)
Resolving deltas: 10% (12/118)
Resolving deltas: 11% (13/118)
Resolving deltas: 12% (15/118)
Resolving deltas: 13% (16/118)
Resolving deltas: 14% (17/118)
Resolving deltas: 15% (18/118)
Resolving deltas: 16% (19/118)
Resolving deltas: 17% (21/118)
Resolving deltas: 18% (22/118)
Resolving deltas: 19% (23/118)
Resolving deltas: 20% (24/118)
Resolving deltas: 21% (25/118)
Resolving deltas: 22% (26/118)
Resolving deltas: 23% (28/118)
Resolving deltas: 24% (29/118)
Resolving deltas: 25% (30/118)
Resolving deltas: 26% (31/118)
Resolving deltas: 27% (32/118)
Resolving deltas: 28% (34/118)
Resolving deltas: 29% (35/118)
Resolving deltas: 30% (36/118)
Resolving deltas: 31% (37/118)
Resolving deltas: 32% (38/118)
Resolving deltas: 33% (39/118)
Resolving deltas: 34% (41/118)
Resolving deltas: 35% (42/118)
Resolving deltas: 36% (43/118)
Resolving deltas: 37% (44/118)
Resolving deltas: 38% (45/118)
Resolving deltas: 39% (47/118)
Resolving deltas: 40% (48/118)
Resolving deltas: 41% (49/118)
Resolving deltas: 42% (50/118)
Resolving deltas: 43% (51/118)
Resolving deltas: 44% (52/118)
Resolving deltas: 45% (54/118)
Resolving deltas: 46% (55/118)
Resolving deltas: 47% (56/118)
Resolving deltas: 48% (57/118)
Resolving deltas: 49% (58/118)
Resolving deltas: 50% (59/118)
Resolving deltas: 51% (61/118)
Resolving deltas: 52% (62/118)
Resolving deltas: 53% (63/118)
Resolving deltas: 54% (64/118)
Resolving deltas: 55% (65/118)
Resolving deltas: 56% (67/118)
Resolving deltas: 57% (68/118)
Resolving deltas: 58% (69/118)
Resolving deltas: 59% (70/118)
Resolving deltas: 60% (71/118)
Resolving deltas: 61% (72/118)
Resolving deltas: 62% (74/118)
Resolving deltas: 63% (75/118)
Resolving deltas: 64% (76/118)
Resolving deltas: 65% (77/118)
Resolving deltas: 66% (78/118)
Resolving deltas: 67% (80/118)
Resolving deltas: 68% (81/118)
Resolving deltas: 69% (82/118)
Resolving deltas: 70% (83/118)
Resolving deltas: 71% (84/118)
Resolving deltas: 72% (85/118)
Resolving deltas: 73% (87/118)
Resolving deltas: 74% (88/118)
Resolving deltas: 75% (89/118)
Resolving deltas: 76% (90/118)
Resolving deltas: 77% (91/118)
Resolving deltas: 78% (93/118)
Resolving deltas: 79% (94/118)
Resolving deltas: 80% (95/118)
Resolving deltas: 81% (96/118)
Resolving deltas: 82% (97/118)
Resolving deltas: 83% (98/118)
Resolving deltas: 84% (100/118)
Resolving deltas: 85% (101/118)
Resolving deltas: 86% (102/118)
Resolving deltas: 87% (103/118)
Resolving deltas: 88% (104/118)
Resolving deltas: 89% (106/118)
Resolving deltas: 90% (107/118)
Resolving deltas: 91% (108/118)
Resolving deltas: 92% (109/118)
Resolving deltas: 93% (110/118)
Resolving deltas: 94% (111/118)
Resolving deltas: 95% (113/118)
Resolving deltas: 96% (114/118)
Resolving deltas: 97% (115/118)
Resolving deltas: 98% (116/118)
Resolving deltas: 99% (117/118)
Resolving deltas: 100% (118/118)
Resolving deltas: 100% (118/118), completed with 7 local objects.
From https://github.com/python/cpython
* branch main -> 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 98e855fcc1 gh-119180: Add LOAD_COMMON_CONSTANT opcode (#119321)
Switched to and reset branch 'main'
Could Not Find b:\uildarea\3.x.ware-win11.refleak\build\Lib\*.pyc
The system cannot find the file specified.
Could Not Find b:\uildarea\3.x.ware-win11.refleak\build\PCbuild\python*.zip
Could Not Find b:\uildarea\3.x.ware-win11.refleak\build\PCbuild\python*.zip
Test report
===========
Failed tests:
- test_monitoring
Test leaking resources:
- test_monitoring: references
- test_monitoring: memory blocks
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder s390x Fedora Refleaks 3.x while building Python.
Full details are available at:
https://buildbot.python.org/all/#/builders/433/builds/1132
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-z
Build Reason: <unknown>
Blamelist:
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
remote: Enumerating objects: 337, done.
remote: Counting objects: 0% (1/334)
remote: Counting objects: 1% (4/334)
remote: Counting objects: 2% (7/334)
remote: Counting objects: 3% (11/334)
remote: Counting objects: 4% (14/334)
remote: Counting objects: 5% (17/334)
remote: Counting objects: 6% (21/334)
remote: Counting objects: 7% (24/334)
remote: Counting objects: 8% (27/334)
remote: Counting objects: 9% (31/334)
remote: Counting objects: 10% (34/334)
remote: Counting objects: 11% (37/334)
remote: Counting objects: 12% (41/334)
remote: Counting objects: 13% (44/334)
remote: Counting objects: 14% (47/334)
remote: Counting objects: 15% (51/334)
remote: Counting objects: 16% (54/334)
remote: Counting objects: 17% (57/334)
remote: Counting objects: 18% (61/334)
remote: Counting objects: 19% (64/334)
remote: Counting objects: 20% (67/334)
remote: Counting objects: 21% (71/334)
remote: Counting objects: 22% (74/334)
remote: Counting objects: 23% (77/334)
remote: Counting objects: 24% (81/334)
remote: Counting objects: 25% (84/334)
remote: Counting objects: 26% (87/334)
remote: Counting objects: 27% (91/334)
remote: Counting objects: 28% (94/334)
remote: Counting objects: 29% (97/334)
remote: Counting objects: 30% (101/334)
remote: Counting objects: 31% (104/334)
remote: Counting objects: 32% (107/334)
remote: Counting objects: 33% (111/334)
remote: Counting objects: 34% (114/334)
remote: Counting objects: 35% (117/334)
remote: Counting objects: 36% (121/334)
remote: Counting objects: 37% (124/334)
remote: Counting objects: 38% (127/334)
remote: Counting objects: 39% (131/334)
remote: Counting objects: 40% (134/334)
remote: Counting objects: 41% (137/334)
remote: Counting objects: 42% (141/334)
remote: Counting objects: 43% (144/334)
remote: Counting objects: 44% (147/334)
remote: Counting objects: 45% (151/334)
remote: Counting objects: 46% (154/334)
remote: Counting objects: 47% (157/334)
remote: Counting objects: 48% (161/334)
remote: Counting objects: 49% (164/334)
remote: Counting objects: 50% (167/334)
remote: Counting objects: 51% (171/334)
remote: Counting objects: 52% (174/334)
remote: Counting objects: 53% (178/334)
remote: Counting objects: 54% (181/334)
remote: Counting objects: 55% (184/334)
remote: Counting objects: 56% (188/334)
remote: Counting objects: 57% (191/334)
remote: Counting objects: 58% (194/334)
remote: Counting objects: 59% (198/334)
remote: Counting objects: 60% (201/334)
remote: Counting objects: 61% (204/334)
remote: Counting objects: 62% (208/334)
remote: Counting objects: 63% (211/334)
remote: Counting objects: 64% (214/334)
remote: Counting objects: 65% (218/334)
remote: Counting objects: 66% (221/334)
remote: Counting objects: 67% (224/334)
remote: Counting objects: 68% (228/334)
remote: Counting objects: 69% (231/334)
remote: Counting objects: 70% (234/334)
remote: Counting objects: 71% (238/334)
remote: Counting objects: 72% (241/334)
remote: Counting objects: 73% (244/334)
remote: Counting objects: 74% (248/334)
remote: Counting objects: 75% (251/334)
remote: Counting objects: 76% (254/334)
remote: Counting objects: 77% (258/334)
remote: Counting objects: 78% (261/334)
remote: Counting objects: 79% (264/334)
remote: Counting objects: 80% (268/334)
remote: Counting objects: 81% (271/334)
remote: Counting objects: 82% (274/334)
remote: Counting objects: 83% (278/334)
remote: Counting objects: 84% (281/334)
remote: Counting objects: 85% (284/334)
remote: Counting objects: 86% (288/334)
remote: Counting objects: 87% (291/334)
remote: Counting objects: 88% (294/334)
remote: Counting objects: 89% (298/334)
remote: Counting objects: 90% (301/334)
remote: Counting objects: 91% (304/334)
remote: Counting objects: 92% (308/334)
remote: Counting objects: 93% (311/334)
remote: Counting objects: 94% (314/334)
remote: Counting objects: 95% (318/334)
remote: Counting objects: 96% (321/334)
remote: Counting objects: 97% (324/334)
remote: Counting objects: 98% (328/334)
remote: Counting objects: 99% (331/334)
remote: Counting objects: 100% (334/334)
remote: Counting objects: 100% (334/334), done.
remote: Compressing objects: 0% (1/281)
remote: Compressing objects: 1% (3/281)
remote: Compressing objects: 2% (6/281)
remote: Compressing objects: 3% (9/281)
remote: Compressing objects: 4% (12/281)
remote: Compressing objects: 5% (15/281)
remote: Compressing objects: 6% (17/281)
remote: Compressing objects: 7% (20/281)
remote: Compressing objects: 8% (23/281)
remote: Compressing objects: 9% (26/281)
remote: Compressing objects: 10% (29/281)
remote: Compressing objects: 11% (31/281)
remote: Compressing objects: 12% (34/281)
remote: Compressing objects: 13% (37/281)
remote: Compressing objects: 14% (40/281)
remote: Compressing objects: 15% (43/281)
remote: Compressing objects: 16% (45/281)
remote: Compressing objects: 17% (48/281)
remote: Compressing objects: 18% (51/281)
remote: Compressing objects: 19% (54/281)
remote: Compressing objects: 20% (57/281)
remote: Compressing objects: 21% (60/281)
remote: Compressing objects: 22% (62/281)
remote: Compressing objects: 23% (65/281)
remote: Compressing objects: 24% (68/281)
remote: Compressing objects: 25% (71/281)
remote: Compressing objects: 26% (74/281)
remote: Compressing objects: 27% (76/281)
remote: Compressing objects: 28% (79/281)
remote: Compressing objects: 29% (82/281)
remote: Compressing objects: 30% (85/281)
remote: Compressing objects: 31% (88/281)
remote: Compressing objects: 32% (90/281)
remote: Compressing objects: 33% (93/281)
remote: Compressing objects: 34% (96/281)
remote: Compressing objects: 35% (99/281)
remote: Compressing objects: 36% (102/281)
remote: Compressing objects: 37% (104/281)
remote: Compressing objects: 38% (107/281)
remote: Compressing objects: 39% (110/281)
remote: Compressing objects: 40% (113/281)
remote: Compressing objects: 41% (116/281)
remote: Compressing objects: 42% (119/281)
remote: Compressing objects: 43% (121/281)
remote: Compressing objects: 44% (124/281)
remote: Compressing objects: 45% (127/281)
remote: Compressing objects: 46% (130/281)
remote: Compressing objects: 47% (133/281)
remote: Compressing objects: 48% (135/281)
remote: Compressing objects: 49% (138/281)
remote: Compressing objects: 50% (141/281)
remote: Compressing objects: 51% (144/281)
remote: Compressing objects: 52% (147/281)
remote: Compressing objects: 53% (149/281)
remote: Compressing objects: 54% (152/281)
remote: Compressing objects: 55% (155/281)
remote: Compressing objects: 56% (158/281)
remote: Compressing objects: 57% (161/281)
remote: Compressing objects: 58% (163/281)
remote: Compressing objects: 59% (166/281)
remote: Compressing objects: 60% (169/281)
remote: Compressing objects: 61% (172/281)
remote: Compressing objects: 62% (175/281)
remote: Compressing objects: 63% (178/281)
remote: Compressing objects: 64% (180/281)
remote: Compressing objects: 65% (183/281)
remote: Compressing objects: 66% (186/281)
remote: Compressing objects: 67% (189/281)
remote: Compressing objects: 68% (192/281)
remote: Compressing objects: 69% (194/281)
remote: Compressing objects: 70% (197/281)
remote: Compressing objects: 71% (200/281)
remote: Compressing objects: 72% (203/281)
remote: Compressing objects: 73% (206/281)
remote: Compressing objects: 74% (208/281)
remote: Compressing objects: 75% (211/281)
remote: Compressing objects: 76% (214/281)
remote: Compressing objects: 77% (217/281)
remote: Compressing objects: 78% (220/281)
remote: Compressing objects: 79% (222/281)
remote: Compressing objects: 80% (225/281)
remote: Compressing objects: 81% (228/281)
remote: Compressing objects: 82% (231/281)
remote: Compressing objects: 83% (234/281)
remote: Compressing objects: 84% (237/281)
remote: Compressing objects: 85% (239/281)
remote: Compressing objects: 86% (242/281)
remote: Compressing objects: 87% (245/281)
remote: Compressing objects: 88% (248/281)
remote: Compressing objects: 89% (251/281)
remote: Compressing objects: 90% (253/281)
remote: Compressing objects: 91% (256/281)
remote: Compressing objects: 92% (259/281)
remote: Compressing objects: 93% (262/281)
remote: Compressing objects: 94% (265/281)
remote: Compressing objects: 95% (267/281)
remote: Compressing objects: 96% (270/281)
remote: Compressing objects: 97% (273/281)
remote: Compressing objects: 98% (276/281)
remote: Compressing objects: 99% (279/281)
remote: Compressing objects: 100% (281/281)
remote: Compressing objects: 100% (281/281), done.
Receiving objects: 0% (1/337)
Receiving objects: 1% (4/337)
Receiving objects: 2% (7/337)
Receiving objects: 3% (11/337)
Receiving objects: 4% (14/337)
Receiving objects: 5% (17/337)
Receiving objects: 6% (21/337)
Receiving objects: 7% (24/337)
Receiving objects: 8% (27/337)
Receiving objects: 9% (31/337)
Receiving objects: 10% (34/337)
Receiving objects: 11% (38/337)
Receiving objects: 12% (41/337)
Receiving objects: 13% (44/337)
Receiving objects: 14% (48/337)
Receiving objects: 15% (51/337)
Receiving objects: 16% (54/337)
Receiving objects: 17% (58/337)
Receiving objects: 18% (61/337)
Receiving objects: 19% (65/337)
Receiving objects: 20% (68/337)
Receiving objects: 21% (71/337)
Receiving objects: 22% (75/337)
Receiving objects: 23% (78/337)
Receiving objects: 24% (81/337)
Receiving objects: 25% (85/337)
Receiving objects: 26% (88/337)
Receiving objects: 27% (91/337)
Receiving objects: 28% (95/337)
Receiving objects: 29% (98/337)
Receiving objects: 30% (102/337)
Receiving objects: 31% (105/337)
Receiving objects: 32% (108/337)
Receiving objects: 33% (112/337)
Receiving objects: 34% (115/337)
Receiving objects: 35% (118/337)
Receiving objects: 36% (122/337)
Receiving objects: 37% (125/337)
Receiving objects: 38% (129/337)
Receiving objects: 39% (132/337)
Receiving objects: 40% (135/337)
Receiving objects: 41% (139/337)
Receiving objects: 42% (142/337)
Receiving objects: 43% (145/337)
Receiving objects: 44% (149/337)
Receiving objects: 45% (152/337)
Receiving objects: 46% (156/337)
Receiving objects: 47% (159/337)
Receiving objects: 48% (162/337)
Receiving objects: 49% (166/337)
Receiving objects: 50% (169/337)
Receiving objects: 51% (172/337)
Receiving objects: 52% (176/337)
Receiving objects: 53% (179/337)
Receiving objects: 54% (182/337)
Receiving objects: 55% (186/337)
Receiving objects: 56% (189/337)
Receiving objects: 57% (193/337)
Receiving objects: 58% (196/337)
Receiving objects: 59% (199/337)
Receiving objects: 60% (203/337)
Receiving objects: 61% (206/337)
Receiving objects: 62% (209/337)
Receiving objects: 63% (213/337)
Receiving objects: 64% (216/337)
Receiving objects: 65% (220/337)
Receiving objects: 66% (223/337)
Receiving objects: 67% (226/337)
Receiving objects: 68% (230/337)
Receiving objects: 69% (233/337)
Receiving objects: 70% (236/337)
Receiving objects: 71% (240/337)
Receiving objects: 72% (243/337)
Receiving objects: 73% (247/337)
Receiving objects: 74% (250/337)
Receiving objects: 75% (253/337)
Receiving objects: 76% (257/337)
Receiving objects: 77% (260/337)
Receiving objects: 78% (263/337)
Receiving objects: 79% (267/337)
Receiving objects: 80% (270/337)
Receiving objects: 81% (273/337)
Receiving objects: 82% (277/337)
Receiving objects: 83% (280/337)
Receiving objects: 84% (284/337)
Receiving objects: 85% (287/337)
Receiving objects: 86% (290/337)
Receiving objects: 87% (294/337)
Receiving objects: 88% (297/337)
Receiving objects: 89% (300/337)
Receiving objects: 90% (304/337)
Receiving objects: 91% (307/337)
Receiving objects: 92% (311/337)
remote: Total 337 (delta 146), reused 162 (delta 53), pack-reused 3
Receiving objects: 93% (314/337)
Receiving objects: 94% (317/337)
Receiving objects: 95% (321/337)
Receiving objects: 96% (324/337)
Receiving objects: 97% (327/337)
Receiving objects: 98% (331/337)
Receiving objects: 99% (334/337)
Receiving objects: 100% (337/337)
Receiving objects: 100% (337/337), 1.53 MiB | 23.73 MiB/s, done.
Resolving deltas: 0% (0/146)
Resolving deltas: 1% (2/146)
Resolving deltas: 2% (3/146)
Resolving deltas: 3% (5/146)
Resolving deltas: 4% (6/146)
Resolving deltas: 5% (8/146)
Resolving deltas: 6% (9/146)
Resolving deltas: 7% (11/146)
Resolving deltas: 8% (12/146)
Resolving deltas: 9% (14/146)
Resolving deltas: 10% (15/146)
Resolving deltas: 11% (17/146)
Resolving deltas: 12% (18/146)
Resolving deltas: 13% (19/146)
Resolving deltas: 14% (21/146)
Resolving deltas: 15% (22/146)
Resolving deltas: 16% (24/146)
Resolving deltas: 17% (25/146)
Resolving deltas: 18% (27/146)
Resolving deltas: 19% (28/146)
Resolving deltas: 20% (30/146)
Resolving deltas: 21% (31/146)
Resolving deltas: 22% (33/146)
Resolving deltas: 23% (34/146)
Resolving deltas: 24% (36/146)
Resolving deltas: 26% (38/146)
Resolving deltas: 27% (40/146)
Resolving deltas: 28% (41/146)
Resolving deltas: 29% (43/146)
Resolving deltas: 30% (44/146)
Resolving deltas: 31% (46/146)
Resolving deltas: 32% (47/146)
Resolving deltas: 33% (49/146)
Resolving deltas: 34% (50/146)
Resolving deltas: 35% (52/146)
Resolving deltas: 36% (53/146)
Resolving deltas: 37% (55/146)
Resolving deltas: 38% (56/146)
Resolving deltas: 39% (57/146)
Resolving deltas: 40% (59/146)
Resolving deltas: 41% (60/146)
Resolving deltas: 42% (62/146)
Resolving deltas: 43% (63/146)
Resolving deltas: 44% (65/146)
Resolving deltas: 45% (66/146)
Resolving deltas: 46% (68/146)
Resolving deltas: 47% (69/146)
Resolving deltas: 48% (71/146)
Resolving deltas: 49% (72/146)
Resolving deltas: 50% (73/146)
Resolving deltas: 51% (75/146)
Resolving deltas: 52% (76/146)
Resolving deltas: 53% (78/146)
Resolving deltas: 54% (79/146)
Resolving deltas: 55% (81/146)
Resolving deltas: 56% (82/146)
Resolving deltas: 57% (84/146)
Resolving deltas: 58% (85/146)
Resolving deltas: 59% (87/146)
Resolving deltas: 60% (88/146)
Resolving deltas: 61% (90/146)
Resolving deltas: 62% (91/146)
Resolving deltas: 63% (92/146)
Resolving deltas: 64% (94/146)
Resolving deltas: 65% (95/146)
Resolving deltas: 66% (97/146)
Resolving deltas: 67% (98/146)
Resolving deltas: 68% (100/146)
Resolving deltas: 69% (101/146)
Resolving deltas: 70% (103/146)
Resolving deltas: 71% (104/146)
Resolving deltas: 73% (107/146)
Resolving deltas: 74% (109/146)
Resolving deltas: 75% (110/146)
Resolving deltas: 76% (111/146)
Resolving deltas: 77% (113/146)
Resolving deltas: 78% (114/146)
Resolving deltas: 79% (116/146)
Resolving deltas: 80% (117/146)
Resolving deltas: 81% (119/146)
Resolving deltas: 82% (120/146)
Resolving deltas: 83% (122/146)
Resolving deltas: 84% (123/146)
Resolving deltas: 85% (125/146)
Resolving deltas: 86% (126/146)
Resolving deltas: 87% (128/146)
Resolving deltas: 88% (129/146)
Resolving deltas: 89% (130/146)
Resolving deltas: 90% (132/146)
Resolving deltas: 91% (134/146)
Resolving deltas: 92% (135/146)
Resolving deltas: 93% (136/146)
Resolving deltas: 94% (138/146)
Resolving deltas: 95% (139/146)
Resolving deltas: 96% (141/146)
Resolving deltas: 97% (142/146)
Resolving deltas: 98% (144/146)
Resolving deltas: 99% (145/146)
Resolving deltas: 100% (146/146)
Resolving deltas: 100% (146/146), completed with 6 local objects.
From https://github.com/python/cpython
* branch main -> 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 e9875ecb5d gh-119180: PEP 649: Add __annotate__ attributes (#119209)
Switched to and reset branch 'main'
configure: WARNING: no system libmpdecimal found; falling back to bundled libmpdecimal (deprecated and scheduled for removal in Python 3.15)
make: *** [Makefile:2242: buildbottest] Error 2
Test report
===========
Failed tests:
- test_monitoring
- test_pyrepl
Test leaking resources:
- test_typing: memory blocks
- test_pyrepl: memory blocks
- test_monitoring: references
- test_pyrepl: references
- test_monitoring: memory blocks
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (main)
by buildbot@python.org 22 May '24
by buildbot@python.org 22 May '24
22 May '24
The Buildbot has detected a new failure on builder s390x Fedora Clang Installed 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/531/builds/5998
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-z
Build Reason: <unknown>
Blamelist: Dino Viehland <dinoviehland(a)meta.com>, Eric Snow <ericsnowcurrently(a)gmail.com>, Geoffrey Thomas <geofft(a)ldpreload.com>, Josh {*()} Rosenberg <26495692+MojoVampire(a)users.noreply.github.com>, Michael Vincent <377567+Vynce(a)users.noreply.github.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
remote: Enumerating objects: 115, done.
remote: Counting objects: 0% (1/106)
remote: Counting objects: 1% (2/106)
remote: Counting objects: 2% (3/106)
remote: Counting objects: 3% (4/106)
remote: Counting objects: 4% (5/106)
remote: Counting objects: 5% (6/106)
remote: Counting objects: 6% (7/106)
remote: Counting objects: 7% (8/106)
remote: Counting objects: 8% (9/106)
remote: Counting objects: 9% (10/106)
remote: Counting objects: 10% (11/106)
remote: Counting objects: 11% (12/106)
remote: Counting objects: 12% (13/106)
remote: Counting objects: 13% (14/106)
remote: Counting objects: 14% (15/106)
remote: Counting objects: 15% (16/106)
remote: Counting objects: 16% (17/106)
remote: Counting objects: 17% (19/106)
remote: Counting objects: 18% (20/106)
remote: Counting objects: 19% (21/106)
remote: Counting objects: 20% (22/106)
remote: Counting objects: 21% (23/106)
remote: Counting objects: 22% (24/106)
remote: Counting objects: 23% (25/106)
remote: Counting objects: 24% (26/106)
remote: Counting objects: 25% (27/106)
remote: Counting objects: 26% (28/106)
remote: Counting objects: 27% (29/106)
remote: Counting objects: 28% (30/106)
remote: Counting objects: 29% (31/106)
remote: Counting objects: 30% (32/106)
remote: Counting objects: 31% (33/106)
remote: Counting objects: 32% (34/106)
remote: Counting objects: 33% (35/106)
remote: Counting objects: 34% (37/106)
remote: Counting objects: 35% (38/106)
remote: Counting objects: 36% (39/106)
remote: Counting objects: 37% (40/106)
remote: Counting objects: 38% (41/106)
remote: Counting objects: 39% (42/106)
remote: Counting objects: 40% (43/106)
remote: Counting objects: 41% (44/106)
remote: Counting objects: 42% (45/106)
remote: Counting objects: 43% (46/106)
remote: Counting objects: 44% (47/106)
remote: Counting objects: 45% (48/106)
remote: Counting objects: 46% (49/106)
remote: Counting objects: 47% (50/106)
remote: Counting objects: 48% (51/106)
remote: Counting objects: 49% (52/106)
remote: Counting objects: 50% (53/106)
remote: Counting objects: 51% (55/106)
remote: Counting objects: 52% (56/106)
remote: Counting objects: 53% (57/106)
remote: Counting objects: 54% (58/106)
remote: Counting objects: 55% (59/106)
remote: Counting objects: 56% (60/106)
remote: Counting objects: 57% (61/106)
remote: Counting objects: 58% (62/106)
remote: Counting objects: 59% (63/106)
remote: Counting objects: 60% (64/106)
remote: Counting objects: 61% (65/106)
remote: Counting objects: 62% (66/106)
remote: Counting objects: 63% (67/106)
remote: Counting objects: 64% (68/106)
remote: Counting objects: 65% (69/106)
remote: Counting objects: 66% (70/106)
remote: Counting objects: 67% (72/106)
remote: Counting objects: 68% (73/106)
remote: Counting objects: 69% (74/106)
remote: Counting objects: 70% (75/106)
remote: Counting objects: 71% (76/106)
remote: Counting objects: 72% (77/106)
remote: Counting objects: 73% (78/106)
remote: Counting objects: 74% (79/106)
remote: Counting objects: 75% (80/106)
remote: Counting objects: 76% (81/106)
remote: Counting objects: 77% (82/106)
remote: Counting objects: 78% (83/106)
remote: Counting objects: 79% (84/106)
remote: Counting objects: 80% (85/106)
remote: Counting objects: 81% (86/106)
remote: Counting objects: 82% (87/106)
remote: Counting objects: 83% (88/106)
remote: Counting objects: 84% (90/106)
remote: Counting objects: 85% (91/106)
remote: Counting objects: 86% (92/106)
remote: Counting objects: 87% (93/106)
remote: Counting objects: 88% (94/106)
remote: Counting objects: 89% (95/106)
remote: Counting objects: 90% (96/106)
remote: Counting objects: 91% (97/106)
remote: Counting objects: 92% (98/106)
remote: Counting objects: 93% (99/106)
remote: Counting objects: 94% (100/106)
remote: Counting objects: 95% (101/106)
remote: Counting objects: 96% (102/106)
remote: Counting objects: 97% (103/106)
remote: Counting objects: 98% (104/106)
remote: Counting objects: 99% (105/106)
remote: Counting objects: 100% (106/106)
remote: Counting objects: 100% (106/106), done.
remote: Compressing objects: 2% (1/39)
remote: Compressing objects: 5% (2/39)
remote: Compressing objects: 7% (3/39)
remote: Compressing objects: 10% (4/39)
remote: Compressing objects: 12% (5/39)
remote: Compressing objects: 15% (6/39)
remote: Compressing objects: 17% (7/39)
remote: Compressing objects: 20% (8/39)
remote: Compressing objects: 23% (9/39)
remote: Compressing objects: 25% (10/39)
remote: Compressing objects: 28% (11/39)
remote: Compressing objects: 30% (12/39)
remote: Compressing objects: 33% (13/39)
remote: Compressing objects: 35% (14/39)
remote: Compressing objects: 38% (15/39)
remote: Compressing objects: 41% (16/39)
remote: Compressing objects: 43% (17/39)
remote: Compressing objects: 46% (18/39)
remote: Compressing objects: 48% (19/39)
remote: Compressing objects: 51% (20/39)
remote: Compressing objects: 53% (21/39)
remote: Compressing objects: 56% (22/39)
remote: Compressing objects: 58% (23/39)
remote: Compressing objects: 61% (24/39)
remote: Compressing objects: 64% (25/39)
remote: Compressing objects: 66% (26/39)
remote: Compressing objects: 69% (27/39)
remote: Compressing objects: 71% (28/39)
remote: Compressing objects: 74% (29/39)
remote: Compressing objects: 76% (30/39)
remote: Compressing objects: 79% (31/39)
remote: Compressing objects: 82% (32/39)
remote: Compressing objects: 84% (33/39)
remote: Compressing objects: 87% (34/39)
remote: Compressing objects: 89% (35/39)
remote: Compressing objects: 92% (36/39)
remote: Compressing objects: 94% (37/39)
remote: Compressing objects: 97% (38/39)
remote: Compressing objects: 100% (39/39)
remote: Compressing objects: 100% (39/39), done.
Receiving objects: 0% (1/115)
Receiving objects: 1% (2/115)
Receiving objects: 2% (3/115)
Receiving objects: 3% (4/115)
Receiving objects: 4% (5/115)
Receiving objects: 5% (6/115)
Receiving objects: 6% (7/115)
Receiving objects: 7% (9/115)
Receiving objects: 8% (10/115)
Receiving objects: 9% (11/115)
Receiving objects: 10% (12/115)
Receiving objects: 11% (13/115)
Receiving objects: 12% (14/115)
Receiving objects: 13% (15/115)
Receiving objects: 14% (17/115)
Receiving objects: 15% (18/115)
Receiving objects: 16% (19/115)
Receiving objects: 17% (20/115)
Receiving objects: 18% (21/115)
Receiving objects: 19% (22/115)
Receiving objects: 20% (23/115)
Receiving objects: 21% (25/115)
Receiving objects: 22% (26/115)
Receiving objects: 23% (27/115)
Receiving objects: 24% (28/115)
Receiving objects: 25% (29/115)
Receiving objects: 26% (30/115)
Receiving objects: 27% (32/115)
Receiving objects: 28% (33/115)
Receiving objects: 29% (34/115)
Receiving objects: 30% (35/115)
Receiving objects: 31% (36/115)
Receiving objects: 32% (37/115)
Receiving objects: 33% (38/115)
Receiving objects: 34% (40/115)
Receiving objects: 35% (41/115)
Receiving objects: 36% (42/115)
Receiving objects: 37% (43/115)
Receiving objects: 38% (44/115)
Receiving objects: 39% (45/115)
Receiving objects: 40% (46/115)
Receiving objects: 41% (48/115)
Receiving objects: 42% (49/115)
Receiving objects: 43% (50/115)
Receiving objects: 44% (51/115)
Receiving objects: 45% (52/115)
Receiving objects: 46% (53/115)
Receiving objects: 47% (55/115)
Receiving objects: 48% (56/115)
Receiving objects: 49% (57/115)
Receiving objects: 50% (58/115)
Receiving objects: 51% (59/115)
Receiving objects: 52% (60/115)
Receiving objects: 53% (61/115)
Receiving objects: 54% (63/115)
Receiving objects: 55% (64/115)
Receiving objects: 56% (65/115)
Receiving objects: 57% (66/115)
Receiving objects: 58% (67/115)
Receiving objects: 59% (68/115)
Receiving objects: 60% (69/115)
Receiving objects: 61% (71/115)
Receiving objects: 62% (72/115)
Receiving objects: 63% (73/115)
Receiving objects: 64% (74/115)
Receiving objects: 65% (75/115)
Receiving objects: 66% (76/115)
Receiving objects: 67% (78/115)
Receiving objects: 68% (79/115)
Receiving objects: 69% (80/115)
Receiving objects: 70% (81/115)
Receiving objects: 71% (82/115)
Receiving objects: 72% (83/115)
Receiving objects: 73% (84/115)
Receiving objects: 74% (86/115)
Receiving objects: 75% (87/115)
Receiving objects: 76% (88/115)
Receiving objects: 77% (89/115)
Receiving objects: 78% (90/115)
Receiving objects: 79% (91/115)
Receiving objects: 80% (92/115)
Receiving objects: 81% (94/115)
Receiving objects: 82% (95/115)
Receiving objects: 83% (96/115)
Receiving objects: 84% (97/115)
Receiving objects: 85% (98/115)
Receiving objects: 86% (99/115)
Receiving objects: 87% (101/115)
Receiving objects: 88% (102/115)
Receiving objects: 89% (103/115)
Receiving objects: 90% (104/115)
Receiving objects: 91% (105/115)
Receiving objects: 92% (106/115)
Receiving objects: 93% (107/115)
remote: Total 115 (delta 76), reused 80 (delta 67), pack-reused 9
Receiving objects: 94% (109/115)
Receiving objects: 95% (110/115)
Receiving objects: 96% (111/115)
Receiving objects: 97% (112/115)
Receiving objects: 98% (113/115)
Receiving objects: 99% (114/115)
Receiving objects: 100% (115/115)
Receiving objects: 100% (115/115), 294.39 KiB | 14.72 MiB/s, done.
Resolving deltas: 0% (0/76)
Resolving deltas: 1% (1/76)
Resolving deltas: 2% (2/76)
Resolving deltas: 3% (3/76)
Resolving deltas: 5% (4/76)
Resolving deltas: 6% (5/76)
Resolving deltas: 7% (6/76)
Resolving deltas: 9% (7/76)
Resolving deltas: 10% (8/76)
Resolving deltas: 11% (9/76)
Resolving deltas: 13% (10/76)
Resolving deltas: 14% (11/76)
Resolving deltas: 15% (12/76)
Resolving deltas: 17% (13/76)
Resolving deltas: 18% (14/76)
Resolving deltas: 19% (15/76)
Resolving deltas: 21% (16/76)
Resolving deltas: 22% (17/76)
Resolving deltas: 23% (18/76)
Resolving deltas: 25% (19/76)
Resolving deltas: 26% (20/76)
Resolving deltas: 27% (21/76)
Resolving deltas: 28% (22/76)
Resolving deltas: 30% (23/76)
Resolving deltas: 31% (24/76)
Resolving deltas: 32% (25/76)
Resolving deltas: 34% (26/76)
Resolving deltas: 35% (27/76)
Resolving deltas: 36% (28/76)
Resolving deltas: 38% (29/76)
Resolving deltas: 39% (30/76)
Resolving deltas: 40% (31/76)
Resolving deltas: 42% (32/76)
Resolving deltas: 43% (33/76)
Resolving deltas: 44% (34/76)
Resolving deltas: 46% (35/76)
Resolving deltas: 47% (36/76)
Resolving deltas: 48% (37/76)
Resolving deltas: 50% (38/76)
Resolving deltas: 51% (39/76)
Resolving deltas: 52% (40/76)
Resolving deltas: 53% (41/76)
Resolving deltas: 55% (42/76)
Resolving deltas: 56% (43/76)
Resolving deltas: 57% (44/76)
Resolving deltas: 59% (45/76)
Resolving deltas: 60% (46/76)
Resolving deltas: 61% (47/76)
Resolving deltas: 63% (48/76)
Resolving deltas: 64% (49/76)
Resolving deltas: 65% (50/76)
Resolving deltas: 67% (51/76)
Resolving deltas: 68% (52/76)
Resolving deltas: 69% (53/76)
Resolving deltas: 71% (54/76)
Resolving deltas: 72% (55/76)
Resolving deltas: 73% (56/76)
Resolving deltas: 75% (57/76)
Resolving deltas: 76% (58/76)
Resolving deltas: 77% (59/76)
Resolving deltas: 78% (60/76)
Resolving deltas: 80% (61/76)
Resolving deltas: 81% (62/76)
Resolving deltas: 82% (63/76)
Resolving deltas: 84% (64/76)
Resolving deltas: 85% (65/76)
Resolving deltas: 86% (66/76)
Resolving deltas: 88% (67/76)
Resolving deltas: 89% (68/76)
Resolving deltas: 90% (69/76)
Resolving deltas: 92% (70/76)
Resolving deltas: 93% (71/76)
Resolving deltas: 94% (72/76)
Resolving deltas: 96% (73/76)
Resolving deltas: 97% (74/76)
Resolving deltas: 98% (75/76)
Resolving deltas: 100% (76/76)
Resolving deltas: 100% (76/76), completed with 61 local objects.
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to 'c9073eb1a99606df1efeb8959e9f11a8ebc23ae2'.
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 c9073eb1a9 gh-117505: Run ensurepip in isolated env in Windows installer (GH-118257)
Switched to and reset branch 'main'
configure: WARNING: s390x-ibm-linux-gnu/clang is not supported
configure: WARNING: no system libmpdecimal found; falling back to bundled libmpdecimal (deprecated and scheduled for removal in Python 3.15)
configure: WARNING:
Platform "s390x-ibm-linux-gnu" with compiler "clang" is not supported by the
CPython core team, see https://peps.python.org/pep-0011/ for more information.
Python/import.c:1620:1: warning: unused function 'is_core_module' [-Wunused-function]
is_core_module(PyInterpreterState *interp, PyObject *name, PyObject *path)
^
1 warning generated.
Python/pystate.c:1135:1: warning: unused function 'check_interpreter_whence' [-Wunused-function]
check_interpreter_whence(long whence)
^
1 warning generated.
WARNING: The scripts pip3 and pip3.14 are installed in '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.clang-installed/build/target/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Test report
===========
Failed tests:
- test_free_threading
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (3.13)
by buildbot@python.org 22 May '24
by buildbot@python.org 22 May '24
22 May '24
The Buildbot has detected a new failure on builder AMD64 Ubuntu NoGIL 3.13 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1422/builds/42
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: itamaro-ubuntu-aws
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (most recent call last):
File "/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py", line 532, in test_lockf
self._lock(fcntl.lockf, "lockf")
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py", line 517, in _lock
raise Exception("failed to sync child in %.1f sec" % dt)
Exception: failed to sync child in 300.3 sec
Traceback (most recent call last):
File "/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py", line 535, in test_flock
self._lock(fcntl.flock, "flock")
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py", line 517, in _lock
raise Exception("failed to sync child in %.1f sec" % dt)
Exception: failed to sync child in 300.4 sec
Traceback (most recent call last):
File "/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py", line 535, in test_flock
self._lock(fcntl.flock, "flock")
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py", line 517, in _lock
raise Exception("failed to sync child in %.1f sec" % dt)
Exception: failed to sync child in 300.3 sec
Traceback (most recent call last):
File "/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_multiprocessing.py", line 5176, in test_wait_integer
self.assertLess(delta, expected + 2)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
AssertionError: 5.200067439116538 not less than 5
Traceback (most recent call last):
File "/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/test_eintr.py", line 17, in test_all
script_helper.run_test_script(script)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/support/script_helper.py", line 316, in run_test_script
raise AssertionError(f"{name} failed")
AssertionError: script _test_eintr.py failed
Traceback (most recent call last):
File "/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/test_concurrent_futures/executor.py", line 71, in test_map_timeout
self.assertEqual([None, None], results)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Lists differ: [None, None] != []
Traceback (most recent call last):
File "/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py", line 532, in test_lockf
self._lock(fcntl.lockf, "lockf")
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py", line 517, in _lock
raise Exception("failed to sync child in %.1f sec" % dt)
Exception: failed to sync child in 300.4 sec
Test report
===========
Failed tests:
- test_eintr
Failed subtests:
- test_map_timeout - test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_timeout
- test_lockf - __main__.FNTLEINTRTest.test_lockf
- test_all - test.test_eintr.EINTRTests.test_all
- test_flock - __main__.FNTLEINTRTest.test_flock
- test_wait_integer - test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_integer
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) uploading test-results.xml (failure) (main)
by buildbot@python.org 22 May '24
by buildbot@python.org 22 May '24
22 May '24
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/5256
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: bcannon-wasi
Build Reason: <unknown>
Blamelist: Eric Snow <ericsnowcurrently(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: 27, done.
remote: Counting objects: 3% (1/26)
remote: Counting objects: 7% (2/26)
remote: Counting objects: 11% (3/26)
remote: Counting objects: 15% (4/26)
remote: Counting objects: 19% (5/26)
remote: Counting objects: 23% (6/26)
remote: Counting objects: 26% (7/26)
remote: Counting objects: 30% (8/26)
remote: Counting objects: 34% (9/26)
remote: Counting objects: 38% (10/26)
remote: Counting objects: 42% (11/26)
remote: Counting objects: 46% (12/26)
remote: Counting objects: 50% (13/26)
remote: Counting objects: 53% (14/26)
remote: Counting objects: 57% (15/26)
remote: Counting objects: 61% (16/26)
remote: Counting objects: 65% (17/26)
remote: Counting objects: 69% (18/26)
remote: Counting objects: 73% (19/26)
remote: Counting objects: 76% (20/26)
remote: Counting objects: 80% (21/26)
remote: Counting objects: 84% (22/26)
remote: Counting objects: 88% (23/26)
remote: Counting objects: 92% (24/26)
remote: Counting objects: 96% (25/26)
remote: Counting objects: 100% (26/26)
remote: Counting objects: 100% (26/26), done.
remote: Compressing objects: 7% (1/14)
remote: Compressing objects: 14% (2/14)
remote: Compressing objects: 21% (3/14)
remote: Compressing objects: 28% (4/14)
remote: Compressing objects: 35% (5/14)
remote: Compressing objects: 42% (6/14)
remote: Compressing objects: 50% (7/14)
remote: Compressing objects: 57% (8/14)
remote: Compressing objects: 64% (9/14)
remote: Compressing objects: 71% (10/14)
remote: Compressing objects: 78% (11/14)
remote: Compressing objects: 85% (12/14)
remote: Compressing objects: 92% (13/14)
remote: Compressing objects: 100% (14/14)
remote: Compressing objects: 100% (14/14), done.
remote: Total 27 (delta 12), reused 13 (delta 12), pack-reused 1
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: switching to '81865002aee8eaaeb3c7e402f86183afa6de77bf'.
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 81865002ae gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpreters (gh-119331)
Switched to and reset branch 'main'
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)
| ^
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.
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:7826:1: warning: unused function 'warn_about_fork_with_threads' [-Wunused-function]
7826 | 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=23541 time=25 min> process group
make: *** [Makefile:2208: buildbottest] Error 2
Cannot open file '/home/buildbot/buildarea/3.x.bcannon-wasi.wasi.debug/build/build/cross-build/wasm32-wasi/test-results.xml' for upload
Test report
===========
Failed tests:
- test_math
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (main)
by buildbot@python.org 22 May '24
by buildbot@python.org 22 May '24
22 May '24
The Buildbot has detected a new failure on builder AMD64 Ubuntu NoGIL 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1225/builds/2299
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: itamaro-ubuntu-aws
Build Reason: <unknown>
Blamelist: Alyssa Coghlan <ncoghlan(a)gmail.com>, Jacob Walls <jacobtylerwalls(a)gmail.com>, Mathijs Mortimer <thiezn(a)users.noreply.github.com>, Serhiy Storchaka <storchaka(a)gmail.com>, Xie Yanbo <xieyanbo(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 "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_multiprocessing.py", line 5176, in test_wait_integer
self.assertLess(delta, expected + 2)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
AssertionError: 5.3869953555986285 not less than 5
Traceback (test.test_zipimport.UncompressedZipImportTestCase.testTraceback) ... ok
Traceback (test.test_zipimport.CompressedZipImportTestCase.testTraceback) ... ok
Traceback (most recent call last):
File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py", line 532, in test_lockf
self._lock(fcntl.lockf, "lockf")
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py", line 517, in _lock
raise Exception("failed to sync child in %.1f sec" % dt)
Exception: failed to sync child in 300.8 sec
Traceback (most recent call last):
File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py", line 535, in test_flock
self._lock(fcntl.flock, "flock")
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py", line 517, in _lock
raise Exception("failed to sync child in %.1f sec" % dt)
Exception: failed to sync child in 300.6 sec
Traceback (most recent call last):
File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py", line 532, in test_lockf
self._lock(fcntl.lockf, "lockf")
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py", line 517, in _lock
raise Exception("failed to sync child in %.1f sec" % dt)
Exception: failed to sync child in 300.1 sec
Traceback (most recent call last):
File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/test_eintr.py", line 17, in test_all
script_helper.run_test_script(script)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/support/script_helper.py", line 316, in run_test_script
raise AssertionError(f"{name} failed")
AssertionError: script _test_eintr.py failed
Test report
===========
Failed tests:
- test_eintr
Failed subtests:
- test_lockf - __main__.FNTLEINTRTest.test_lockf
- test_all - test.test_eintr.EINTRTests.test_all
- test_flock - __main__.FNTLEINTRTest.test_flock
- test_wait_integer - test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_integer
Sincerely,
-The Buildbot
1
0