Buildbot-status
Threads by month
- ----- 2026 -----
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
June 2026
- 1 participants
- 163 discussions
☠ Buildbot (Python): python/cpython - failed test (failure) uploading test-results.xml (failure) (3.13)
by buildbot@python.org June 30, 2026
by buildbot@python.org June 30, 2026
June 30, 2026
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/#/builders/1502/builds/2286
Buildbot URL: https://buildbot.python.org/
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
==================
Traceback (most recent call last):
Warning -- File "/buildarea/3.13.bcannon-wasi.wasi.debug/build/Lib/test/libregrtest/run_workers.py", line 397, in run
Warning -- mp_result = self._runtest(test_name)
Warning -- File "/buildarea/3.13.bcannon-wasi.wasi.debug/build/Lib/test/libregrtest/run_workers.py", line 357, in _runtest
Warning -- retcode, tmp_files = self.run_tmp_files(worker_runtests,
Warning -- ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
Warning -- stdout_file.fileno())
Warning -- ^^^^^^^^^^^^^^^^^^^^^
Warning -- File "/buildarea/3.13.bcannon-wasi.wasi.debug/build/Lib/test/libregrtest/run_workers.py", line 290, in run_tmp_files
Warning -- tmp_dir = tempfile.mkdtemp(prefix="test_python_")
Warning -- File "/buildarea/3.13.bcannon-wasi.wasi.debug/build/Lib/tempfile.py", line 381, in mkdtemp
Warning -- _os.mkdir(file, 0o700)
Warning -- ~~~~~~~~~^^^^^^^^^^^^^
Warning -- OSError: [Errno 28] No space left on device: '/tmp/test_python_1_8dr9nv'
Kill <WorkerThread #2 running test=test.test_multiprocessing_fork.test_processes pid=1044954 time=559 ms> process group
Traceback (most recent call last):
File "//Lib/test/support/os_helper.py", line 536, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 44] No such file or directory: '/cross-build/wasm32-wasip1/build/test_python_643116æ'
Stack (most recent call last):
File "//Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "//Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "//Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "//Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "//Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "//Lib/test/support/os_helper.py", line 571, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "//Lib/test/support/os_helper.py", line 497, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 51] No space left on device: '/cross-build/wasm32-wasip1/build/test_python_643116æ'
Stack (most recent call last):
File "//Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "//Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "//Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "//Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "//Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "//Lib/test/support/os_helper.py", line 570, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "//Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
"__main__", mod_spec)
File "//Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
~~~~^^^^^^^^^^^^^^^^^^^
File "//Lib/test/libregrtest/worker.py", line 126, in <module>
main()
~~~~^^
File "//Lib/test/libregrtest/worker.py", line 122, in main
worker_process(worker_json)
~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "//Lib/test/libregrtest/worker.py", line 100, in worker_process
result.write_json_into(sys.stdout)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "//Lib/test/libregrtest/result.py", line 197, in write_json_into
json.dump(self, file, cls=_EncodeTestResult)
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "//Lib/json/__init__.py", line 182, in dump
fp.write(chunk)
~~~~~~~~^^^^^^^
OSError: [Errno 51] No space left on device
Test report
===========
Failed tests:
- test_bisect
- worker>
- test_userlist
- <regrtest
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (3.14)
by buildbot@python.org June 30, 2026
by buildbot@python.org June 30, 2026
June 30, 2026
The Buildbot has detected a new failure on builder AMD64 Debian root 3.14 while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/1742/builds/1409
Buildbot URL: https://buildbot.python.org/
Worker for this Build: angelico-debian-amd64
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 "/root/buildarea/3.14.angelico-debian-amd64/build/Lib/test/support/__init__.py", line 859, in gc_collect
gc.collect()
ResourceWarning: unclosed file <_io.FileIO name=13 mode='wb' closefd=True>
Test report
===========
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (3.15)
by buildbot@python.org June 30, 2026
by buildbot@python.org June 30, 2026
June 30, 2026
The Buildbot has detected a new failure on builder AMD64 Debian root 3.15 while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/2019/builds/287
Buildbot URL: https://buildbot.python.org/
Worker for this Build: angelico-debian-amd64
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 "/root/buildarea/3.15.angelico-debian-amd64/build/Lib/test/support/__init__.py", line 948, in gc_collect
gc.collect()
~~~~~~~~~~^^
ResourceWarning: unclosed file <_io.FileIO name=13 mode='wb' closefd=True>
Traceback (most recent call last):
File "/root/buildarea/3.15.angelico-debian-amd64/build/Lib/test/support/__init__.py", line 948, in gc_collect
gc.collect()
~~~~~~~~~~^^
ResourceWarning: unclosed file <_io.FileIO name=11 mode='wb' closefd=True>
Test report
===========
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed compile (failure) (main)
by buildbot@python.org June 29, 2026
by buildbot@python.org June 29, 2026
June 29, 2026
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/#/builders/1046/builds/12268
Buildbot URL: https://buildbot.python.org/
Worker for this Build: bcannon-wasi
Build Reason: <unknown>
Blamelist: Serhiy Storchaka <storchaka(a)gmail.com>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
Note: switching to 'edcc07d985c41523ee8386d8c8880e10d0990db9'.
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 edcc07d985c4 gh-103878: Return a consistent empty value from cancelled file dialogs (GH-152435)
Switched to and reset branch 'main'
⚠️ WARNING: This script is deprecated and slated for removal in Python 3.20; execute the `Platforms/WASI/` directory instead (i.e. `python Platforms/WASI`)
⚠️ WARNING: This script is deprecated and slated for removal in Python 3.20; execute the `Platforms/WASI/` directory instead (i.e. `python Platforms/WASI`)
⚠️ WARNING: This script is deprecated and slated for removal in Python 3.20; execute the `Platforms/WASI/` directory instead (i.e. `python Platforms/WASI`)
⚠️ WARNING: This script is deprecated and slated for removal in Python 3.20; execute the `Platforms/WASI/` directory instead (i.e. `python Platforms/WASI`)
configure: WARNING: using cross tools not prefixed with host triplet
configure: WARNING: no system libmpdec found; falling back to pure-Python version for the decimal module
⚠️ WARNING: This script is deprecated and slated for removal in Python 3.20; execute the `Platforms/WASI/` directory instead (i.e. `python Platforms/WASI`)
../../Modules/_hacl/Lib_Memzero0.c:66:6: warning: "Your platform does not support any safe implementation of memzero -- consider a pull request!" [-W#warnings]
66 | #warning "Your platform does not support any safe implementation of memzero -- consider a pull request!"
| ^
1 warning generated.
In file included from ../../Modules/md5module.c:30:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:130:11: warning: 'htole32' macro redefined [-Wmacro-redefined]
130 | # define htole32(x) (x)
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:43:9: note: previous definition is here
43 | #define htole32(x) (uint32_t)(x)
| ^
In file included from ../../Modules/md5module.c:30:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:131:11: warning: 'le32toh' macro redefined [-Wmacro-redefined]
131 | # define le32toh(x) (x)
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:44:9: note: previous definition is here
44 | #define le32toh(x) (uint32_t)(x)
| ^
In file included from ../../Modules/md5module.c:30:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:132:11: warning: 'htobe32' macro redefined [-Wmacro-redefined]
132 | # define htobe32(x) \
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:37:9: note: previous definition is here
37 | #define htobe32(x) __bswap32(x)
| ^
In file included from ../../Modules/md5module.c:30:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:138:11: warning: 'be32toh' macro redefined [-Wmacro-redefined]
138 | # define be32toh(x) (htobe32((x)))
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:38:9: note: previous definition is here
38 | #define be32toh(x) __bswap32(x)
| ^
In file included from ../../Modules/md5module.c:30:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:140:11: warning: 'htole64' macro redefined [-Wmacro-redefined]
140 | # define htole64(x) (x)
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:45:9: note: previous definition is here
45 | #define htole64(x) (uint64_t)(x)
| ^
In file included from ../../Modules/md5module.c:30:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:141:11: warning: 'le64toh' macro redefined [-Wmacro-redefined]
141 | # define le64toh(x) (x)
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:46:9: note: previous definition is here
46 | #define le64toh(x) (uint64_t)(x)
| ^
In file included from ../../Modules/md5module.c:30:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:142:11: warning: 'htobe64' macro redefined [-Wmacro-redefined]
142 | # define htobe64(x) \
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:39:9: note: previous definition is here
39 | #define htobe64(x) __bswap64(x)
| ^
In file included from ../../Modules/md5module.c:30:
In file included from ../../Modules/_hacl/Hacl_Hash_MD5.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:149:11: warning: 'be64toh' macro redefined [-Wmacro-redefined]
149 | # define be64toh(x) (htobe64((x)))
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:40:9: note: previous definition is here
40 | #define be64toh(x) __bswap64(x)
| ^
8 warnings generated.
In file included from ../../Modules/sha2module.c:31:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:130:In file included from ../../Modules/sha1module.c:28:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:130:11: warning: 'htole32' macro redefined [-Wmacro-redefined]
130 | # define htole32(x) (x)
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:43:9: note: previous definition is here
43 | #define htole32(x) (uint32_t)(x)
| ^
In file included from ../../Modules/sha1module.c:28:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:131:11: warning: 'le32toh' macro redefined [-Wmacro-redefined]
131 | # define le32toh(x) (x)
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:44:9: note: previous definition is here
44 | #define le32toh(x) (uint32_t)(x)
| ^
In file included from ../../Modules/sha1module.c:28:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:132:11: warning: 'htobe32' macro redefined [-Wmacro-redefined]
132 | # define htobe32(x) \
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:37:9: note: previous definition is here
37 | #define htobe32(x) __bswap32(x)
| ^
In file included from ../../Modules/sha1module.c:28:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:138:11: warning: 'be32toh' macro redefined [-Wmacro-redefined]
138 | # define be32toh(x) (htobe32((x)))
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:38:9: note: previous definition is here
38 | #define be32toh(x) __bswap32(x)
| ^
In file included from ../../Modules/sha1module.c:28:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:140:11: warning: 'htole64' macro redefined [-Wmacro-redefined]
140 | # define htole64(x) (x)
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:45:9: note: previous definition is here
45 | #define htole64(x) (uint64_t)(x)
| ^
In file included from ../../Modules/sha1module.c:28:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:141:11: warning: 'le64toh' macro redefined [-Wmacro-redefined]
141 | # define le64toh(x) (x)
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:46:9: note: previous definition is here
46 | #define le64toh(x) (uint64_t)(x)
| ^
In file included from ../../Modules/sha1module.c:28:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:142:11: warning: 'htobe64' macro redefined [-Wmacro-redefined]
142 | # define htobe64(x) \
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:39:9: note: previous definition is here
39 | #define htobe64(x) __bswap64(x)
| ^
In file included from ../../Modules/sha1module.c:28:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA1.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:149:11: warning: 'be64toh' macro redefined [-Wmacro-redefined]
149 | # define be64toh(x) (htobe64((x)))
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:40:9: note: previous definition is here
40 | #define be64toh(x) __bswap64(x)
| ^
11: warning: 'htole32' macro redefined [-Wmacro-redefined]
130 | # define htole32(x) (x)
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:43:9: note: previous definition is here
43 | #define htole32(x) (uint32_t)(x)
| ^
In file included from ../../Modules/sha2module.c:31:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:131:11: warning: 'le32toh' macro redefined [-Wmacro-redefined]
131 | # define le32toh(x) (x)
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:44:9: note: previous definition is here
44 | #define le32toh(x) (uint32_t)(x)
| ^
In file included from ../../Modules/sha2module.c:31:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:132:11: warning: 'htobe32' macro redefined [-Wmacro-redefined]
132 | # define htobe32(x) \
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:37:9: note: previous definition is here
37 | #define htobe32(x) __bswap32(x)
| ^
In file included from ../../Modules/sha2module.c:31:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:138:11: warning: 'be32toh' macro redefined [-Wmacro-redefined]
138 | # define be32toh(x) (htobe32((x)))
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:38:9: note: previous definition is here
38 | #define be32toh(x) __bswap32(x)
| ^
In file included from ../../Modules/sha2module.c:31:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:140:11: warning: 'htole64' macro redefined [-Wmacro-redefined]
140 | # define htole64(x) (x)
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:45:9: note: previous definition is here
45 | #define htole64(x) (uint64_t)(x)
| ^
In file included from ../../Modules/sha2module.c:31:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:141:11: warning: 'le64toh' macro redefined [-Wmacro-redefined]
141 | # define le64toh(x) (x)
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:46:9: note: previous definition is here
46 | #define le64toh(x) (uint64_t)(x)
| ^
In file included from ../../Modules/sha2module.c:31:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:142:11: warning: 'htobe64' macro redefined [-Wmacro-redefined]
142 | # define htobe64(x) \
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:39:9: note: previous definition is here
39 | #define htobe64(x) __bswap64(x)
| ^
In file included from ../../Modules/sha2module.c:31:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA2.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:149:11: warning: 'be64toh' macro redefined [-Wmacro-redefined]
149 | # define be64toh(x) (htobe64((x)))
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/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:29:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:130:11: warning: 'htole32' macro redefined [-Wmacro-redefined]
130 | # define htole32(x) (x)
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:43:9: note: previous definition is here
43 | #define htole32(x) (uint32_t)(x)
| ^
In file included from ../../Modules/sha3module.c:29:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:131:11: warning: 'le32toh' macro redefined [-Wmacro-redefined]
131 | # define le32toh(x) (x)
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:44:9: note: previous definition is here
44 | #define le32toh(x) (uint32_t)(x)
| ^
In file included from ../../Modules/sha3module.c:29:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:132:11: warning: 'htobe32' macro redefined [-Wmacro-redefined]
132 | # define htobe32(x) \
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:37:9: note: previous definition is here
37 | #define htobe32(x) __bswap32(x)
| ^
In file included from ../../Modules/sha3module.c:29:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:138:11: warning: 'be32toh' macro redefined [-Wmacro-redefined]
138 | # define be32toh(x) (htobe32((x)))
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:38:9: note: previous definition is here
38 | #define be32toh(x) __bswap32(x)
| ^
In file included from ../../Modules/sha3module.c:29:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:140:11: warning: 'htole64' macro redefined [-Wmacro-redefined]
140 | # define htole64(x) (x)
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:45:9: note: previous definition is here
45 | #define htole64(x) (uint64_t)(x)
| ^
In file included from ../../Modules/sha3module.c:29:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:141:11: warning: 'le64toh' macro redefined [-Wmacro-redefined]
141 | # define le64toh(x) (x)
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:46:9: note: previous definition is here
46 | #define le64toh(x) (uint64_t)(x)
| ^
In file included from ../../Modules/sha3module.c:29:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:142:11: warning: 'htobe64' macro redefined [-Wmacro-redefined]
142 | # define htobe64(x) \
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:39:9: note: previous definition is here
39 | #define htobe64(x) __bswap64(x)
| ^
In file included from ../../Modules/sha3module.c:29:
In file included from ../../Modules/_hacl/Hacl_Hash_SHA3.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:149:11: warning: 'be64toh' macro redefined [-Wmacro-redefined]
149 | # define be64toh(x) (htobe64((x)))
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:40:9: note: previous definition is here
40 | #define be64toh(x) __bswap64(x)
| ^
In file included from ../../Modules/blake2module.c:60:
In file included from ../../Modules/_hacl/Hacl_Hash_Blake2s.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:130:11: warning: 'htole32' macro redefined [-Wmacro-redefined]
130 | # define htole32(x) (x)
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:43:9: note: previous definition is here
43 | #define htole32(x) (uint32_t)(x)
| ^
In file included from ../../Modules/blake2module.c:60:
In file included from ../../Modules/_hacl/Hacl_Hash_Blake2s.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:131:11: warning: 'le32toh' macro redefined [-Wmacro-redefined]
131 | # define le32toh(x) (x)
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:44:9: note: previous definition is here
44 | #define le32toh(x) (uint32_t)(x)
| ^
In file included from ../../Modules/blake2module.c:60:
In file included from ../../Modules/_hacl/Hacl_Hash_Blake2s.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:132:11: warning: 'htobe32' macro redefined [-Wmacro-redefined]
132 | # define htobe32(x) \
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:37:9: note: previous definition is here
37 | #define htobe32(x) __bswap32(x)
| ^
In file included from ../../Modules/blake2module.c:60:
In file included from ../../Modules/_hacl/Hacl_Hash_Blake2s.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:138:11: warning: 'be32toh' macro redefined [-Wmacro-redefined]
138 | # define be32toh(x) (htobe32((x)))
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:38:9: note: previous definition is here
38 | #define be32toh(x) __bswap32(x)
| ^
In file included from ../../Modules/blake2module.c:60:
In file included from ../../Modules/_hacl/Hacl_Hash_Blake2s.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:140:11: warning: 'htole64' macro redefined [-Wmacro-redefined]
140 | # define htole64(x) (x)
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:45:9: note: previous definition is here
45 | #define htole64(x) (uint64_t)(x)
| ^
In file included from ../../Modules/blake2module.c:60:
In file included from ../../Modules/_hacl/Hacl_Hash_Blake2s.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:141:11: warning: 'le64toh' macro redefined [-Wmacro-redefined]
141 | # define le64toh(x) (x)
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:46:9: note: previous definition is here
46 | #define le64toh(x) (uint64_t)(x)
| ^
In file included from ../../Modules/blake2module.c:60:
In file included from ../../Modules/_hacl/Hacl_Hash_Blake2s.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:142:11: warning: 'htobe64' macro redefined [-Wmacro-redefined]
142 | # define htobe64(x) \
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:39:9: note: previous definition is here
39 | #define htobe64(x) __bswap64(x)
| ^
In file included from ../../Modules/blake2module.c:60:
In file included from ../../Modules/_hacl/Hacl_Hash_Blake2s.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:149:11: warning: 'be64toh' macro redefined [-Wmacro-redefined]
149 | # define be64toh(x) (htobe64((x)))
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:40:9: note: previous definition is here
40 | #define be64toh(x) __bswap64(x)
| ^
8 warnings generated.
In file included from ../../Modules/hmacmodule.c:44:
In file included from ../../Modules/_hacl/Hacl_HMAC.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:130:11: warning: 'htole32' macro redefined [-Wmacro-redefined]
130 | # define htole32(x) (x)
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:43:9: note: previous definition is here
43 | #define htole32(x) (uint32_t)(x)
| ^
In file included from ../../Modules/hmacmodule.c:44:
In file included from ../../Modules/_hacl/Hacl_HMAC.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:131:11: warning: 'le32toh' macro redefined [-Wmacro-redefined]
131 | # define le32toh(x) (x)
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:44:9: note: previous definition is here
44 | #define le32toh(x) (uint32_t)(x)
| ^
In file included from ../../Modules/hmacmodule.c:44:
In file included from ../../Modules/_hacl/Hacl_HMAC.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:132:11: warning: 'htobe32' macro redefined [-Wmacro-redefined]
132 | # define htobe32(x) \
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:37:9: note: previous definition is here
37 | #define htobe32(x) __bswap32(x)
| ^
In file included from ../../Modules/hmacmodule.c:44:
In file included from ../../Modules/_hacl/Hacl_HMAC.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:138:11: warning: 'be32toh' macro redefined [-Wmacro-redefined]
138 | # define be32toh(x) (htobe32((x)))
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:38:9: note: previous definition is here
38 | #define be32toh(x) __bswap32(x)
| ^
In file included from ../../Modules/hmacmodule.c:44:
In file included from ../../Modules/_hacl/Hacl_HMAC.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:140:11: warning: 'htole64' macro redefined [-Wmacro-redefined]
140 | # define htole64(x) (x)
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:45:9: note: previous definition is here
45 | #define htole64(x) (uint64_t)(x)
| ^
In file included from ../../Modules/hmacmodule.c:44:
In file included from ../../Modules/_hacl/Hacl_HMAC.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:141:11: warning: 'le64toh' macro redefined [-Wmacro-redefined]
141 | # define le64toh(x) (x)
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:46:9: note: previous definition is here
46 | #define le64toh(x) (uint64_t)(x)
| ^
In file included from ../../Modules/hmacmodule.c:44:
In file included from ../../Modules/_hacl/Hacl_HMAC.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:142:11: warning: 'htobe64' macro redefined [-Wmacro-redefined]
142 | # define htobe64(x) \
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:39:9: note: previous definition is here
39 | #define htobe64(x) __bswap64(x)
| ^
In file included from ../../Modules/hmacmodule.c:44:
In file included from ../../Modules/_hacl/Hacl_HMAC.h:35:
In file included from ../../Modules/_hacl/include/krml/internal/types.h:89:
../../Modules/_hacl/include/krml/lowstar_endianness.h:149:11: warning: 'be64toh' macro redefined [-Wmacro-redefined]
149 | # define be64toh(x) (htobe64((x)))
| ^
/opt/wasi-sdk-33.0-x86_64-linux/bin/../share/wasi-sysroot/include/wasm32-wasip1/endian.h:40:9: note: previous definition is here
40 | #define be64toh(x) __bswap64(x)
| ^
8 warnings generated.
8 warnings generated.
clang: error: unable to execute command: Bus error
clang: error: linker command failed due to signal (use -v to see invocation)
make: *** [Makefile:1087: python.wasm] Error 1
Traceback (most recent call last):
File "/buildarea/3.x.bcannon-wasi.wasi.debug/build/Tools/wasm/wasi.py", line 5, in <module>
runpy.run_path(pathlib.Path(__file__).parent / "wasi", run_name="__main__")
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen runpy>", line 311, in run_path
File "<frozen runpy>", line 88, in _run_code
File "/buildarea/3.x.bcannon-wasi.wasi.debug/build/Tools/wasm/wasi/__main__.py", line 14, in <module>
runpy.run_path(checkout / "Platforms" / "WASI", run_name="__main__")
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen runpy>", line 311, in run_path
File "<frozen runpy>", line 88, in _run_code
File "/buildarea/3.x.bcannon-wasi.wasi.debug/build/Platforms/WASI/__main__.py", line 184, in <module>
main()
~~~~^^
File "/buildarea/3.x.bcannon-wasi.wasi.debug/build/Platforms/WASI/__main__.py", line 159, in main
_build.make_wasi_python(context)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/buildarea/3.x.bcannon-wasi.wasi.debug/build/Platforms/WASI/_build.py", line 125, in wrapper
return func(context, working_dir)
File "/buildarea/3.x.bcannon-wasi.wasi.debug/build/Platforms/WASI/_build.py", line 397, in make_wasi_python
call(
~~~~^
["make", "--jobs", str(cpu_count()), "all"],
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
env=updated_env(),
^^^^^^^^^^^^^^^^^^
context=context,
^^^^^^^^^^^^^^^^
)
^
File "/buildarea/3.x.bcannon-wasi.wasi.debug/build/Platforms/WASI/_build.py", line 158, in call
subprocess.check_call(command, **kwargs, stdout=stdout, stderr=stderr)
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.14/subprocess.py", line 420, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['make', '--jobs', '4', 'all']' returned non-zero exit status 2.
⚠️ WARNING: This script is deprecated and slated for removal in Python 3.20; execute the `Platforms/WASI/` directory instead (i.e. `python Platforms/WASI`)
Test report
===========
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) uploading test-results.xml (failure) (main)
by buildbot@python.org June 29, 2026
by buildbot@python.org June 29, 2026
June 29, 2026
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/#/builders/1046/builds/12266
Buildbot URL: https://buildbot.python.org/
Worker for this Build: bcannon-wasi
Build Reason: <unknown>
Blamelist: Raymond Hettinger <rhettinger(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
==================
Traceback (most recent call last):
File "/Lib/test/test_importlib/resources/test_functional.py", line 29, in setUp
self.load_fixture('data02')
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 182, in load_fixture
self.tree_on_path({module: fixtures[module]})
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 202, in tree_on_path
_path.build(spec, pathlib.Path(temp_dir))
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 65, in build
create(contents, _ensure_tree_maker(prefix) / name)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/functools.py", line 1008, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 71, in create
build(content, prefix=path) # type: ignore[arg-type]
~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 65, in build
create(contents, _ensure_tree_maker(prefix) / name)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/functools.py", line 1008, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 70, in create
path.mkdir(exist_ok=True)
~~~~~~~~~~^^^^^^^^^^^^^^^
File "/Lib/pathlib/__init__.py", line 1212, in mkdir
os.mkdir(self, mode)
~~~~~~~~^^^^^^^^^^^^
OSError: [Errno 51] No space left on device: '/cross-build/wasm32-wasip1/build/test_python_587652æ/tmpjovjt5i2/data02/one'
Traceback (most recent call last):
File "/Lib/zipfile/__init__.py", line 2636, in close
self.fp.seek(self.start_dir)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 51] No space left on device
Traceback (most recent call last):
File "/Lib/test/test_importlib/resources/util.py", line 179, in setUp
self.data = self.load_fixture(self.MODULE)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 182, in load_fixture
self.tree_on_path({module: fixtures[module]})
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 202, in tree_on_path
_path.build(spec, pathlib.Path(temp_dir))
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 65, in build
create(contents, _ensure_tree_maker(prefix) / name)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/functools.py", line 1008, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 71, in create
build(content, prefix=path) # type: ignore[arg-type]
~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 65, in build
create(contents, _ensure_tree_maker(prefix) / name)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/functools.py", line 1008, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 76, in _
path.write_bytes(content)
~~~~~~~~~~~~~~~~^^^^^^^^^
File "/Lib/pathlib/__init__.py", line 996, in write_bytes
with self.open(mode='wb') as f:
~~~~~~~~~^^^^^^^^^^^
OSError: [Errno 51] No space left on device
Traceback (most recent call last):
File "/Lib/test/test_importlib/resources/util.py", line 179, in setUp
self.data = self.load_fixture(self.MODULE)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 182, in load_fixture
self.tree_on_path({module: fixtures[module]})
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 201, in tree_on_path
temp_dir = self.fixtures.enter_context(os_helper.temp_dir())
File "/Lib/contextlib.py", line 594, in enter_context
result = _enter()
File "/Lib/contextlib.py", line 203, in __enter__
return next(self.gen)
File "/Lib/test/support/os_helper.py", line 519, in temp_dir
path = tempfile.mkdtemp()
File "/Lib/tempfile.py", line 381, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [Errno 51] No space left on device: '/cross-build/wasm32-wasip1/build/test_python_587652æ/tmpz2p2u71i'
Traceback (most recent call last):
File "/Lib/test/test_importlib/resources/util.py", line 179, in setUp
self.data = self.load_fixture(self.MODULE)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 182, in load_fixture
self.tree_on_path({module: fixtures[module]})
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 201, in tree_on_path
temp_dir = self.fixtures.enter_context(os_helper.temp_dir())
File "/Lib/contextlib.py", line 594, in enter_context
result = _enter()
File "/Lib/contextlib.py", line 203, in __enter__
return next(self.gen)
File "/Lib/test/support/os_helper.py", line 519, in temp_dir
path = tempfile.mkdtemp()
File "/Lib/tempfile.py", line 381, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [Errno 51] No space left on device: '/cross-build/wasm32-wasip1/build/test_python_587652æ/tmphb51t_m1'
Traceback (most recent call last):
File "/Lib/test/test_importlib/resources/util.py", line 179, in setUp
self.data = self.load_fixture(self.MODULE)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 182, in load_fixture
self.tree_on_path({module: fixtures[module]})
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 193, in tree_on_path
import_helper.DirsOnSysPath(str(zip_.make_zip_file(spec, modules)))
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/zip.py", line 12, in make_zip_file
with zipfile.ZipFile(dst, 'w') as zf:
~~~~~~~~~~~~~~~^^^^^^^^^^
File "/Lib/zipfile/__init__.py", line 1998, in __exit__
self.close()
~~~~~~~~~~^^
File "/Lib/zipfile/__init__.py", line 2641, in close
self._fpclose(fp)
~~~~~~~~~~~~~^^^^
File "/Lib/zipfile/__init__.py", line 2743, in _fpclose
fp.close()
~~~~~~~~^^
OSError: [Errno 51] No space left on device
Traceback (most recent call last):
File "/Lib/test/test_importlib/resources/util.py", line 179, in setUp
self.data = self.load_fixture(self.MODULE)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 182, in load_fixture
self.tree_on_path({module: fixtures[module]})
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 201, in tree_on_path
temp_dir = self.fixtures.enter_context(os_helper.temp_dir())
File "/Lib/contextlib.py", line 594, in enter_context
result = _enter()
File "/Lib/contextlib.py", line 203, in __enter__
return next(self.gen)
File "/Lib/test/support/os_helper.py", line 519, in temp_dir
path = tempfile.mkdtemp()
File "/Lib/tempfile.py", line 381, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [Errno 51] No space left on device: '/cross-build/wasm32-wasip1/build/test_python_587652æ/tmpw8mpbi73'
Traceback (most recent call last):
File "/Lib/test/test_importlib/resources/util.py", line 179, in setUp
self.data = self.load_fixture(self.MODULE)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 182, in load_fixture
self.tree_on_path({module: fixtures[module]})
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 201, in tree_on_path
temp_dir = self.fixtures.enter_context(os_helper.temp_dir())
File "/Lib/contextlib.py", line 594, in enter_context
result = _enter()
File "/Lib/contextlib.py", line 203, in __enter__
return next(self.gen)
File "/Lib/test/support/os_helper.py", line 519, in temp_dir
path = tempfile.mkdtemp()
File "/Lib/tempfile.py", line 381, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [Errno 51] No space left on device: '/cross-build/wasm32-wasip1/build/test_python_587652æ/tmpuyx_i84y'
Traceback (most recent call last):
File "/Lib/test/test_importlib/resources/util.py", line 179, in setUp
self.data = self.load_fixture(self.MODULE)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 182, in load_fixture
self.tree_on_path({module: fixtures[module]})
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 201, in tree_on_path
temp_dir = self.fixtures.enter_context(os_helper.temp_dir())
File "/Lib/contextlib.py", line 594, in enter_context
result = _enter()
File "/Lib/contextlib.py", line 203, in __enter__
return next(self.gen)
File "/Lib/test/support/os_helper.py", line 519, in temp_dir
path = tempfile.mkdtemp()
File "/Lib/tempfile.py", line 381, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [Errno 51] No space left on device: '/cross-build/wasm32-wasip1/build/test_python_587652æ/tmpig8t424p'
Traceback (most recent call last):
File "/Lib/test/test_importlib/resources/test_functional.py", line 29, in setUp
self.load_fixture('data02')
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 182, in load_fixture
self.tree_on_path({module: fixtures[module]})
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 202, in tree_on_path
_path.build(spec, pathlib.Path(temp_dir))
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 65, in build
create(contents, _ensure_tree_maker(prefix) / name)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/functools.py", line 1008, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 70, in create
path.mkdir(exist_ok=True)
~~~~~~~~~~^^^^^^^^^^^^^^^
File "/Lib/pathlib/__init__.py", line 1212, in mkdir
os.mkdir(self, mode)
~~~~~~~~^^^^^^^^^^^^
OSError: [Errno 51] No space left on device: '/cross-build/wasm32-wasip1/build/test_python_587652æ/tmpabmt1j7q/data02'
Traceback (most recent call last):
File "/Lib/test/test_importlib/metadata/fixtures.py", line 60, in setUp
super().setUp()
~~~~~~~~~~~~~^^
File "/Lib/test/test_importlib/metadata/fixtures.py", line 70, in setUp
build_files(cls.files, prefix=self.site_dir)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/metadata/_path.py", line 66, in build
create(contents, _ensure_tree_maker(prefix) / name)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/functools.py", line 1008, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/metadata/_path.py", line 73, in create
build(content, prefix=path) # type: ignore[arg-type] # python/mypy#11727
~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/metadata/_path.py", line 66, in build
create(contents, _ensure_tree_maker(prefix) / name)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/functools.py", line 1008, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/metadata/fixtures.py", line 330, in <lambda>
_path.create.register(str, lambda content, path: orig(DALS(content), path))
~~~~^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/metadata/_path.py", line 83, in _
path.write_text(content, encoding='utf-8')
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/pathlib/__init__.py", line 1010, in write_text
with self.open(mode='w', encoding=encoding, errors=errors, newline=newline) as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 51] No space left on device
Traceback (most recent call last):
File "/Lib/test/test_importlib/resources/test_functional.py", line 29, in setUp
self.load_fixture('data02')
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 182, in load_fixture
self.tree_on_path({module: fixtures[module]})
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 202, in tree_on_path
_path.build(spec, pathlib.Path(temp_dir))
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 65, in build
create(contents, _ensure_tree_maker(prefix) / name)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/functools.py", line 1008, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 71, in create
build(content, prefix=path) # type: ignore[arg-type]
~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 65, in build
create(contents, _ensure_tree_maker(prefix) / name)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/functools.py", line 1008, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 70, in create
path.mkdir(exist_ok=True)
~~~~~~~~~~^^^^^^^^^^^^^^^
File "/Lib/pathlib/__init__.py", line 1212, in mkdir
os.mkdir(self, mode)
~~~~~~~~^^^^^^^^^^^^
OSError: [Errno 51] No space left on device: '/cross-build/wasm32-wasip1/build/test_python_587652æ/tmpxq3dz00x/data02/one'
Traceback (most recent call last):
File "/Lib/test/test_importlib/resources/test_functional.py", line 29, in setUp
self.load_fixture('data02')
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 182, in load_fixture
self.tree_on_path({module: fixtures[module]})
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 202, in tree_on_path
_path.build(spec, pathlib.Path(temp_dir))
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 65, in build
create(contents, _ensure_tree_maker(prefix) / name)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/functools.py", line 1008, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 71, in create
build(content, prefix=path) # type: ignore[arg-type]
~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 65, in build
create(contents, _ensure_tree_maker(prefix) / name)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/functools.py", line 1008, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 70, in create
path.mkdir(exist_ok=True)
~~~~~~~~~~^^^^^^^^^^^^^^^
File "/Lib/pathlib/__init__.py", line 1212, in mkdir
os.mkdir(self, mode)
~~~~~~~~^^^^^^^^^^^^
OSError: [Errno 51] No space left on device: '/cross-build/wasm32-wasip1/build/test_python_587652æ/tmpxc4ii0gb/data02/one'
Traceback (most recent call last):
File "/Lib/test/test_importlib/resources/test_functional.py", line 29, in setUp
self.load_fixture('data02')
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 182, in load_fixture
self.tree_on_path({module: fixtures[module]})
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 202, in tree_on_path
_path.build(spec, pathlib.Path(temp_dir))
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 65, in build
create(contents, _ensure_tree_maker(prefix) / name)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/functools.py", line 1008, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 71, in create
build(content, prefix=path) # type: ignore[arg-type]
~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 65, in build
create(contents, _ensure_tree_maker(prefix) / name)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/functools.py", line 1008, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 70, in create
path.mkdir(exist_ok=True)
~~~~~~~~~~^^^^^^^^^^^^^^^
File "/Lib/pathlib/__init__.py", line 1212, in mkdir
os.mkdir(self, mode)
~~~~~~~~^^^^^^^^^^^^
OSError: [Errno 51] No space left on device: '/cross-build/wasm32-wasip1/build/test_python_587652æ/tmp_k19022a/data02/one'
Traceback (most recent call last):
File "/Lib/test/test_importlib/resources/util.py", line 179, in setUp
self.data = self.load_fixture(self.MODULE)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 182, in load_fixture
self.tree_on_path({module: fixtures[module]})
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 201, in tree_on_path
temp_dir = self.fixtures.enter_context(os_helper.temp_dir())
File "/Lib/contextlib.py", line 594, in enter_context
result = _enter()
File "/Lib/contextlib.py", line 203, in __enter__
return next(self.gen)
File "/Lib/test/support/os_helper.py", line 519, in temp_dir
path = tempfile.mkdtemp()
File "/Lib/tempfile.py", line 381, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [Errno 51] No space left on device: '/cross-build/wasm32-wasip1/build/test_python_587652æ/tmpa4se40v4'
Traceback (most recent call last):
File "/Lib/test/test_importlib/resources/test_functional.py", line 29, in setUp
self.load_fixture('data02')
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 182, in load_fixture
self.tree_on_path({module: fixtures[module]})
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 202, in tree_on_path
_path.build(spec, pathlib.Path(temp_dir))
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 65, in build
create(contents, _ensure_tree_maker(prefix) / name)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/functools.py", line 1008, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 70, in create
path.mkdir(exist_ok=True)
~~~~~~~~~~^^^^^^^^^^^^^^^
File "/Lib/pathlib/__init__.py", line 1212, in mkdir
os.mkdir(self, mode)
~~~~~~~~^^^^^^^^^^^^
OSError: [Errno 51] No space left on device: '/cross-build/wasm32-wasip1/build/test_python_587652æ/tmpxqwrvi2s/data02'
Traceback (most recent call last):
File "/Lib/test/test_importlib/resources/test_functional.py", line 29, in setUp
self.load_fixture('data02')
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 182, in load_fixture
self.tree_on_path({module: fixtures[module]})
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 202, in tree_on_path
_path.build(spec, pathlib.Path(temp_dir))
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 65, in build
create(contents, _ensure_tree_maker(prefix) / name)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/functools.py", line 1008, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 71, in create
build(content, prefix=path) # type: ignore[arg-type]
~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 65, in build
create(contents, _ensure_tree_maker(prefix) / name)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/functools.py", line 1008, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 70, in create
path.mkdir(exist_ok=True)
~~~~~~~~~~^^^^^^^^^^^^^^^
File "/Lib/pathlib/__init__.py", line 1212, in mkdir
os.mkdir(self, mode)
~~~~~~~~^^^^^^^^^^^^
OSError: [Errno 51] No space left on device: '/cross-build/wasm32-wasip1/build/test_python_587652æ/tmpf7h8jrgj/data02/one'
Traceback (most recent call last):
File "/Lib/test/test_importlib/resources/test_functional.py", line 29, in setUp
self.load_fixture('data02')
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 182, in load_fixture
self.tree_on_path({module: fixtures[module]})
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 202, in tree_on_path
_path.build(spec, pathlib.Path(temp_dir))
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 65, in build
create(contents, _ensure_tree_maker(prefix) / name)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/functools.py", line 1008, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 71, in create
build(content, prefix=path) # type: ignore[arg-type]
~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 65, in build
create(contents, _ensure_tree_maker(prefix) / name)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/functools.py", line 1008, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 70, in create
path.mkdir(exist_ok=True)
~~~~~~~~~~^^^^^^^^^^^^^^^
File "/Lib/pathlib/__init__.py", line 1212, in mkdir
os.mkdir(self, mode)
~~~~~~~~^^^^^^^^^^^^
OSError: [Errno 51] No space left on device: '/cross-build/wasm32-wasip1/build/test_python_587652æ/tmpjcbtkw_b/data02/one'
Traceback (most recent call last):
File "/Lib/test/test_importlib/resources/test_functional.py", line 29, in setUp
self.load_fixture('data02')
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 182, in load_fixture
self.tree_on_path({module: fixtures[module]})
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 202, in tree_on_path
_path.build(spec, pathlib.Path(temp_dir))
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 65, in build
create(contents, _ensure_tree_maker(prefix) / name)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/functools.py", line 1008, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 71, in create
build(content, prefix=path) # type: ignore[arg-type]
~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 65, in build
create(contents, _ensure_tree_maker(prefix) / name)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/functools.py", line 1008, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 70, in create
path.mkdir(exist_ok=True)
~~~~~~~~~~^^^^^^^^^^^^^^^
File "/Lib/pathlib/__init__.py", line 1212, in mkdir
os.mkdir(self, mode)
~~~~~~~~^^^^^^^^^^^^
OSError: [Errno 51] No space left on device: '/cross-build/wasm32-wasip1/build/test_python_587652æ/tmp2kgjhgk_/data02/one'
Traceback (most recent call last):
File "/Lib/test/test_importlib/resources/test_files.py", line 169, in test_implicit_files_with_compiled_importlib
self._compile_importlib()
~~~~~~~~~~~~~~~~~~~~~~~^^
File "/Lib/test/test_importlib/resources/test_files.py", line 160, in _compile_importlib
py_compile.compile(source_path, c_path)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "/Lib/py_compile.py", line 172, in compile
importlib._bootstrap_external._write_atomic(cfile, bytecode, mode)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap_external>", line 211, in _write_atomic
OSError: [Errno 51] No space left on device
Traceback (most recent call last):
File "/Lib/test/test_importlib/resources/test_functional.py", line 29, in setUp
self.load_fixture('data02')
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 182, in load_fixture
self.tree_on_path({module: fixtures[module]})
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 202, in tree_on_path
_path.build(spec, pathlib.Path(temp_dir))
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 65, in build
create(contents, _ensure_tree_maker(prefix) / name)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/functools.py", line 1008, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 71, in create
build(content, prefix=path) # type: ignore[arg-type]
~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 65, in build
create(contents, _ensure_tree_maker(prefix) / name)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/functools.py", line 1008, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 70, in create
path.mkdir(exist_ok=True)
~~~~~~~~~~^^^^^^^^^^^^^^^
File "/Lib/pathlib/__init__.py", line 1212, in mkdir
os.mkdir(self, mode)
~~~~~~~~^^^^^^^^^^^^
OSError: [Errno 51] No space left on device: '/cross-build/wasm32-wasip1/build/test_python_587652æ/tmpnlli504w/data02/one'
Traceback (most recent call last):
File "/Lib/test/test_importlib/resources/test_functional.py", line 29, in setUp
self.load_fixture('data02')
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 182, in load_fixture
self.tree_on_path({module: fixtures[module]})
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 202, in tree_on_path
_path.build(spec, pathlib.Path(temp_dir))
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 65, in build
create(contents, _ensure_tree_maker(prefix) / name)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/functools.py", line 1008, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 71, in create
build(content, prefix=path) # type: ignore[arg-type]
~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 65, in build
create(contents, _ensure_tree_maker(prefix) / name)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/functools.py", line 1008, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 70, in create
path.mkdir(exist_ok=True)
~~~~~~~~~~^^^^^^^^^^^^^^^
File "/Lib/pathlib/__init__.py", line 1212, in mkdir
os.mkdir(self, mode)
~~~~~~~~^^^^^^^^^^^^
OSError: [Errno 51] No space left on device: '/cross-build/wasm32-wasip1/build/test_python_587652æ/tmpilzjlepv/data02/one'
Traceback (most recent call last):
File "/Lib/test/test_importlib/resources/util.py", line 179, in setUp
self.data = self.load_fixture(self.MODULE)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 182, in load_fixture
self.tree_on_path({module: fixtures[module]})
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 202, in tree_on_path
_path.build(spec, pathlib.Path(temp_dir))
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 65, in build
create(contents, _ensure_tree_maker(prefix) / name)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/functools.py", line 1008, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 70, in create
path.mkdir(exist_ok=True)
~~~~~~~~~~^^^^^^^^^^^^^^^
File "/Lib/pathlib/__init__.py", line 1212, in mkdir
os.mkdir(self, mode)
~~~~~~~~^^^^^^^^^^^^
OSError: [Errno 51] No space left on device: '/cross-build/wasm32-wasip1/build/test_python_587652æ/tmpc6lgnrgu/data01'
Traceback (most recent call last):
File "/Lib/test/test_importlib/resources/zip.py", line 14, in make_zip_file
zf.writestr(name, contents)
~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/Lib/zipfile/__init__.py", line 2579, in writestr
with self.open(zinfo, mode='w') as dest:
~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/Lib/zipfile/__init__.py", line 1395, in close
self._fileobj.seek(self._zinfo.header_offset)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 51] No space left on device
Traceback (most recent call last):
File "/Lib/test/test_importlib/resources/test_files.py", line 169, in test_implicit_files_with_compiled_importlib
self._compile_importlib()
~~~~~~~~~~~~~~~~~~~~~~~^^
File "/Lib/test/test_importlib/resources/test_files.py", line 160, in _compile_importlib
py_compile.compile(source_path, c_path)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "/Lib/py_compile.py", line 157, in compile
os.makedirs(dirname)
~~~~~~~~~~~^^^^^^^^^
File "/Lib/os.py", line 254, in makedirs
mkdir(name, mode)
~~~~~^^^^^^^^^^^^
OSError: [Errno 51] No space left on device: '/cross-build/wasm32-wasip1/build/test_python_587652æ/tmpzgsmma1h/c_resources'
Traceback (most recent call last):
File "/Lib/test/support/os_helper.py", line 563, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 44] No such file or directory: '/cross-build/wasm32-wasip1/build/test_python_760148æ'
Stack (most recent call last):
File "/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/Lib/contextlib.py", line 203, in __enter__
return next(self.gen)
File "/Lib/test/support/os_helper.py", line 598, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/Lib/test/test_importlib/resources/test_functional.py", line 29, in setUp
self.load_fixture('data02')
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 182, in load_fixture
self.tree_on_path({module: fixtures[module]})
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 202, in tree_on_path
_path.build(spec, pathlib.Path(temp_dir))
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 65, in build
create(contents, _ensure_tree_maker(prefix) / name)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/functools.py", line 1008, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 70, in create
path.mkdir(exist_ok=True)
~~~~~~~~~~^^^^^^^^^^^^^^^
File "/Lib/pathlib/__init__.py", line 1212, in mkdir
os.mkdir(self, mode)
~~~~~~~~^^^^^^^^^^^^
OSError: [Errno 51] No space left on device: '/cross-build/wasm32-wasip1/build/test_python_587652æ/tmp43krwqpp/data02'
Traceback (most recent call last):
File "/Lib/test/test_importlib/resources/test_functional.py", line 29, in setUp
self.load_fixture('data02')
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 182, in load_fixture
self.tree_on_path({module: fixtures[module]})
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 202, in tree_on_path
_path.build(spec, pathlib.Path(temp_dir))
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 65, in build
create(contents, _ensure_tree_maker(prefix) / name)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/functools.py", line 1008, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 71, in create
build(content, prefix=path) # type: ignore[arg-type]
~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 65, in build
create(contents, _ensure_tree_maker(prefix) / name)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/functools.py", line 1008, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 70, in create
path.mkdir(exist_ok=True)
~~~~~~~~~~^^^^^^^^^^^^^^^
File "/Lib/pathlib/__init__.py", line 1212, in mkdir
os.mkdir(self, mode)
~~~~~~~~^^^^^^^^^^^^
OSError: [Errno 51] No space left on device: '/cross-build/wasm32-wasip1/build/test_python_587652æ/tmpxk7vlmj1/data02/one'
Traceback (most recent call last):
File "/Lib/test/test_importlib/resources/util.py", line 179, in setUp
self.data = self.load_fixture(self.MODULE)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 182, in load_fixture
self.tree_on_path({module: fixtures[module]})
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 201, in tree_on_path
temp_dir = self.fixtures.enter_context(os_helper.temp_dir())
File "/Lib/contextlib.py", line 594, in enter_context
result = _enter()
File "/Lib/contextlib.py", line 203, in __enter__
return next(self.gen)
File "/Lib/test/support/os_helper.py", line 519, in temp_dir
path = tempfile.mkdtemp()
File "/Lib/tempfile.py", line 381, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [Errno 51] No space left on device: '/cross-build/wasm32-wasip1/build/test_python_587652æ/tmpf6p9ystx'
Traceback (most recent call last):
File "/Lib/test/test_importlib/resources/util.py", line 179, in setUp
self.data = self.load_fixture(self.MODULE)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 182, in load_fixture
self.tree_on_path({module: fixtures[module]})
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 201, in tree_on_path
temp_dir = self.fixtures.enter_context(os_helper.temp_dir())
File "/Lib/contextlib.py", line 594, in enter_context
result = _enter()
File "/Lib/contextlib.py", line 203, in __enter__
return next(self.gen)
File "/Lib/test/support/os_helper.py", line 519, in temp_dir
path = tempfile.mkdtemp()
File "/Lib/tempfile.py", line 381, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [Errno 51] No space left on device: '/cross-build/wasm32-wasip1/build/test_python_587652æ/tmp4v22ks2s'
Traceback (most recent call last):
File "/Lib/test/support/os_helper.py", line 524, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 51] No space left on device: '/cross-build/wasm32-wasip1/build/test_python_760148æ'
Stack (most recent call last):
File "/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/Lib/contextlib.py", line 203, in __enter__
return next(self.gen)
File "/Lib/test/support/os_helper.py", line 597, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/Lib/test/test_importlib/metadata/fixtures.py", line 60, in setUp
super().setUp()
~~~~~~~~~~~~~^^
File "/Lib/test/test_importlib/metadata/fixtures.py", line 70, in setUp
build_files(cls.files, prefix=self.site_dir)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/metadata/_path.py", line 66, in build
create(contents, _ensure_tree_maker(prefix) / name)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/functools.py", line 1008, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/metadata/_path.py", line 71, in create
path.mkdir(exist_ok=True)
~~~~~~~~~~^^^^^^^^^^^^^^^
File "/Lib/pathlib/__init__.py", line 1212, in mkdir
os.mkdir(self, mode)
~~~~~~~~^^^^^^^^^^^^
OSError: [Errno 51] No space left on device: '/cross-build/wasm32-wasip1/build/test_python_587652æ/tmp5lnh7kky/pkg_dot-1.0.0.dist-info'
Traceback (most recent call last):
File "/Lib/test/test_importlib/resources/test_functional.py", line 29, in setUp
self.load_fixture('data02')
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 182, in load_fixture
self.tree_on_path({module: fixtures[module]})
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 202, in tree_on_path
_path.build(spec, pathlib.Path(temp_dir))
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 65, in build
create(contents, _ensure_tree_maker(prefix) / name)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/functools.py", line 1008, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 71, in create
build(content, prefix=path) # type: ignore[arg-type]
~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 65, in build
create(contents, _ensure_tree_maker(prefix) / name)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/functools.py", line 1008, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 70, in create
path.mkdir(exist_ok=True)
~~~~~~~~~~^^^^^^^^^^^^^^^
File "/Lib/pathlib/__init__.py", line 1212, in mkdir
os.mkdir(self, mode)
~~~~~~~~^^^^^^^^^^^^
OSError: [Errno 51] No space left on device: '/cross-build/wasm32-wasip1/build/test_python_587652æ/tmpjinps01d/data02/one'
Traceback (most recent call last):
File "/Lib/test/test_importlib/resources/test_functional.py", line 29, in setUp
self.load_fixture('data02')
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 182, in load_fixture
self.tree_on_path({module: fixtures[module]})
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 202, in tree_on_path
_path.build(spec, pathlib.Path(temp_dir))
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 65, in build
create(contents, _ensure_tree_maker(prefix) / name)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/functools.py", line 1008, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 71, in create
build(content, prefix=path) # type: ignore[arg-type]
~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 65, in build
create(contents, _ensure_tree_maker(prefix) / name)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/functools.py", line 1008, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 70, in create
path.mkdir(exist_ok=True)
~~~~~~~~~~^^^^^^^^^^^^^^^
File "/Lib/pathlib/__init__.py", line 1212, in mkdir
os.mkdir(self, mode)
~~~~~~~~^^^^^^^^^^^^
OSError: [Errno 51] No space left on device: '/cross-build/wasm32-wasip1/build/test_python_587652æ/tmpz18x9mfv/data02/one'
Traceback (most recent call last):
File "/Lib/test/test_importlib/resources/test_functional.py", line 157, in test_path
with resources.path(self.anchor01, 'utf-8.file') as path:
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/contextlib.py", line 203, in __enter__
return next(self.gen)
File "/Lib/importlib/resources/_common.py", line 116, in _tempfile
os.write(fd, reader())
~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 51] No space left on device
Traceback (most recent call last):
File "/Lib/test/test_importlib/resources/test_functional.py", line 29, in setUp
self.load_fixture('data02')
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 182, in load_fixture
self.tree_on_path({module: fixtures[module]})
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 202, in tree_on_path
_path.build(spec, pathlib.Path(temp_dir))
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 65, in build
create(contents, _ensure_tree_maker(prefix) / name)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/functools.py", line 1008, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 70, in create
path.mkdir(exist_ok=True)
~~~~~~~~~~^^^^^^^^^^^^^^^
File "/Lib/pathlib/__init__.py", line 1212, in mkdir
os.mkdir(self, mode)
~~~~~~~~^^^^^^^^^^^^
OSError: [Errno 51] No space left on device: '/cross-build/wasm32-wasip1/build/test_python_587652æ/tmpqetf_ltf/data02'
Traceback (most recent call last):
File "/Lib/test/test_importlib/resources/util.py", line 179, in setUp
self.data = self.load_fixture(self.MODULE)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 182, in load_fixture
self.tree_on_path({module: fixtures[module]})
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 201, in tree_on_path
temp_dir = self.fixtures.enter_context(os_helper.temp_dir())
File "/Lib/contextlib.py", line 594, in enter_context
result = _enter()
File "/Lib/contextlib.py", line 203, in __enter__
return next(self.gen)
File "/Lib/test/support/os_helper.py", line 519, in temp_dir
path = tempfile.mkdtemp()
File "/Lib/tempfile.py", line 381, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [Errno 51] No space left on device: '/cross-build/wasm32-wasip1/build/test_python_587652æ/tmpeb98dbje'
Traceback (most recent call last):
File "/Lib/test/test_importlib/resources/test_functional.py", line 29, in setUp
self.load_fixture('data02')
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 182, in load_fixture
self.tree_on_path({module: fixtures[module]})
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 202, in tree_on_path
_path.build(spec, pathlib.Path(temp_dir))
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 65, in build
create(contents, _ensure_tree_maker(prefix) / name)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/functools.py", line 1008, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 71, in create
build(content, prefix=path) # type: ignore[arg-type]
~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 65, in build
create(contents, _ensure_tree_maker(prefix) / name)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/functools.py", line 1008, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 70, in create
path.mkdir(exist_ok=True)
~~~~~~~~~~^^^^^^^^^^^^^^^
File "/Lib/pathlib/__init__.py", line 1212, in mkdir
os.mkdir(self, mode)
~~~~~~~~^^^^^^^^^^^^
OSError: [Errno 51] No space left on device: '/cross-build/wasm32-wasip1/build/test_python_587652æ/tmp1ohtt7dq/data02/one'
Traceback (most recent call last):
File "/Lib/test/test_importlib/resources/test_functional.py", line 29, in setUp
self.load_fixture('data02')
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 182, in load_fixture
self.tree_on_path({module: fixtures[module]})
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 202, in tree_on_path
_path.build(spec, pathlib.Path(temp_dir))
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 65, in build
create(contents, _ensure_tree_maker(prefix) / name)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/functools.py", line 1008, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 71, in create
build(content, prefix=path) # type: ignore[arg-type]
~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 65, in build
create(contents, _ensure_tree_maker(prefix) / name)
~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/functools.py", line 1008, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/_path.py", line 70, in create
path.mkdir(exist_ok=True)
~~~~~~~~~~^^^^^^^^^^^^^^^
File "/Lib/pathlib/__init__.py", line 1212, in mkdir
os.mkdir(self, mode)
~~~~~~~~^^^^^^^^^^^^
OSError: [Errno 51] No space left on device: '/cross-build/wasm32-wasip1/build/test_python_587652æ/tmpjpur05j3/data02/one'
Traceback (most recent call last):
File "/Lib/test/test_importlib/resources/util.py", line 179, in setUp
self.data = self.load_fixture(self.MODULE)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 182, in load_fixture
self.tree_on_path({module: fixtures[module]})
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Lib/test/test_importlib/resources/util.py", line 201, in tree_on_path
temp_dir = self.fixtures.enter_context(os_helper.temp_dir())
File "/Lib/contextlib.py", line 594, in enter_context
result = _enter()
File "/Lib/contextlib.py", line 203, in __enter__
return next(self.gen)
File "/Lib/test/support/os_helper.py", line 519, in temp_dir
path = tempfile.mkdtemp()
File "/Lib/tempfile.py", line 381, in mkdtemp
_os.mkdir(file, 0o700)
~~~~~~~~~^^^^^^^^^^^^^
OSError: [Errno 51] No space left on device: '/cross-build/wasm32-wasip1/build/test_python_587652æ/tmpysrfbq3g'
Test report
===========
Failed tests:
- test_importlib
Failed subtests:
- test_open_binary_FileNotFoundError - test.test_importlib.resources.test_open.OpenDiskNamespaceTests.test_open_binary_FileNotFoundError
- test_open_binary - test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor_Disk.test_open_binary
- test_read_text - test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor_Disk.test_read_text
- test_open_text_FileNotFoundError - test.test_importlib.resources.test_open.OpenDiskTests.test_open_text_FileNotFoundError
- test_version_egg_info_file - test.test_importlib.metadata.test_api.APITests.test_version_egg_info_file
- test_open_text_given_encoding - test.test_importlib.resources.test_open.OpenDiskTests.test_open_text_given_encoding
- test_implicit_files_with_compiled_importlib - test.test_importlib.resources.test_files.ImplicitContextFilesZipTests.test_implicit_files_with_compiled_importlib
- test_is_resource - test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor_Disk.test_is_resource
- test_useless_loader - test.test_importlib.resources.test_open.CommonTextTests.test_useless_loader
- test_text_errors - test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor_Disk.test_text_errors
- test_open_text_given_encoding - test.test_importlib.resources.test_open.OpenNamespaceZipTests.test_open_text_given_encoding
- test_open_text - test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor_Disk.test_open_text
- test_is_resource - test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor_Disk.test_is_resource
- test_open_text_FileNotFoundError - test.test_importlib.resources.test_open.OpenZipTests.test_open_text_FileNotFoundError
- test_text_errors - test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor_Disk.test_text_errors
- test_read_binary - test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor_Disk.test_read_binary
- test_open_binary - test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor_Disk.test_open_binary
- test_retrieves_version_of_self - test.test_importlib.metadata.test_api.APITests.test_retrieves_version_of_self
- test_open_text - test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor_Disk.test_open_text
- test_contents - test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor_Disk.test_contents
- test_path - test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor_Disk.test_path
- test_useless_loader - test.test_importlib.resources.test_open.CommonBinaryTests.test_useless_loader
- test_open_binary_FileNotFoundError - test.test_importlib.resources.test_open.OpenDiskTests.test_open_binary_FileNotFoundError
- test_open_text_given_encoding - test.test_importlib.resources.test_open.OpenDiskNamespaceTests.test_open_text_given_encoding
- test_common_errors - test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor_Disk.test_common_errors
- test_path - test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor_Memory.test_path
- test_path - test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor_Disk.test_path
- test_extant_path - test.test_importlib.resources.test_open.CommonBinaryTests.test_extant_path
- test_read_binary - test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor_Disk.test_read_binary
- test_open_text_default_encoding - test.test_importlib.resources.test_open.OpenDiskNamespaceTests.test_open_text_default_encoding
- test_open_text_default_encoding - test.test_importlib.resources.test_open.OpenDiskTests.test_open_text_default_encoding
- test_contents - test.test_importlib.resources.test_functional.FunctionalAPITest_StringAnchor_Disk.test_contents
- test_invalid_usage - test.test_importlib.metadata.test_main.DiscoveryTests.test_invalid_usage
- test_open_text_FileNotFoundError - test.test_importlib.resources.test_open.OpenDiskNamespaceTests.test_open_text_FileNotFoundError
- test_open_binary - test.test_importlib.resources.test_open.OpenDiskTests.test_open_binary
- test_open_text_FileNotFoundError - test.test_importlib.resources.test_open.OpenNamespaceZipTests.test_open_text_FileNotFoundError
- test_implicit_files_with_compiled_importlib - test.test_importlib.resources.test_files.ImplicitContextFilesDiskTests.test_implicit_files_with_compiled_importlib
- test_open_binary_FileNotFoundError - test.test_importlib.resources.test_open.OpenZipTests.test_open_binary_FileNotFoundError
- test_open_text_default_encoding - test.test_importlib.resources.test_open.OpenNamespaceZipTests.test_open_text_default_encoding
- test_read_text - test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor_Disk.test_read_text
- test_open_binary - test.test_importlib.resources.test_open.OpenZipTests.test_open_binary
- test_common_errors - test.test_importlib.resources.test_functional.FunctionalAPITest_ModuleAnchor_Disk.test_common_errors
- test_package_discovery - test.test_importlib.metadata.test_main.DiscoveryTests.test_package_discovery
- test_extant_path - test.test_importlib.resources.test_open.CommonTextTests.test_extant_path
- test_open_binary - test.test_importlib.resources.test_open.OpenDiskNamespaceTests.test_open_binary
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (3.14)
by buildbot@python.org June 29, 2026
by buildbot@python.org June 29, 2026
June 29, 2026
The Buildbot has detected a new failure on builder s390x Fedora Stable Refleaks 3.14 while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/1776/builds/1267
Buildbot URL: https://buildbot.python.org/
Worker for this Build: cstratak-fedora-stable-s390x
Build Reason: <unknown>
Blamelist: Gregory P. Smith <68491+gpshead(a)users.noreply.github.com>, Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>, Łukasz Langa <lukasz(a)langa.pl>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-s390x/3.14.cstratak-fedora-stable-s390x.refleak/build/Lib/test/test_external_inspection.py", line 1289, in test_only_active_thread
self.assertEqual(
~~~~~~~~~~~~~~~~^
len(gil_traces), 1, "Should have exactly one GIL holder"
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
AssertionError: 0 != 1 : Should have exactly one GIL holder
Test report
===========
Failed tests:
- test_external_inspection
Failed subtests:
- test_only_active_thread - test.test_external_inspection.TestGetStackTrace.test_only_active_thread
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed compile (failure) clean (failure) (3.14)
by buildbot@python.org June 29, 2026
by buildbot@python.org June 29, 2026
June 29, 2026
The Buildbot has detected a new failure on builder wasm32-wasi 3.14 while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/1745/builds/1576
Buildbot URL: https://buildbot.python.org/
Worker for this Build: bcannon-wasi
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>
BUILD FAILED: failed compile (failure) clean (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
Note: switching to '352aada0385f46326684b271ed918c51786816ab'.
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 352aada0385f4 [3.14] gh-151096: Fix test_embed with split exec prefix (GH-151288) (#152591)
Switched to and reset branch '3.14'
⚠️ WARNING: This script is deprecated and slated for removal in Python 3.20; execute the `wasi/` directory instead (i.e. `python Tools/wasm/wasi`)
⚠️ WARNING: This script is deprecated and slated for removal in Python 3.20; execute the `wasi/` directory instead (i.e. `python Tools/wasm/wasi`)
/usr/bin/ld.bfd: final link failed: No space left on device
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [Makefile:1930: Programs/_freeze_module] Error 1
make: *** Waiting for unfinished jobs....
rror: unable to open output file 'Modules/_ctypes/_ctypes_test.o': 'No space left on device'
1 error generated.
make: *** [Makefile:3822: Modules/_ctypes/_ctypes_test.o] Error 1
Traceback (most recent call last):
File "/buildarea/3.14.bcannon-wasi.wasi.debug/build/Tools/wasm/wasi.py", line 12, in <module>
runpy.run_path(pathlib.Path(__file__).parent / "wasi", run_name="__main__")
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen runpy>", line 311, in run_path
File "<frozen runpy>", line 88, in _run_code
File "/buildarea/3.14.bcannon-wasi.wasi.debug/build/Tools/wasm/wasi/__main__.py", line 589, in <module>
main()
~~~~^^
File "/buildarea/3.14.bcannon-wasi.wasi.debug/build/Tools/wasm/wasi/__main__.py", line 585, in main
dispatch[context.subcommand](context)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/buildarea/3.14.bcannon-wasi.wasi.debug/build/Tools/wasm/wasi/__main__.py", line 118, in wrapper
return func(context, working_dir)
File "/buildarea/3.14.bcannon-wasi.wasi.debug/build/Tools/wasm/wasi/__main__.py", line 200, in make_build_python
call(["make", "--jobs", str(cpu_count()), "all"], context=context)
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/buildarea/3.14.bcannon-wasi.wasi.debug/build/Tools/wasm/wasi/__main__.py", line 152, in call
subprocess.check_call(command, **kwargs, stdout=stdout, stderr=stderr)
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.14/subprocess.py", line 420, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['make', '--jobs', '4', 'all']' returned non-zero exit status 2.
⚠️ WARNING: This script is deprecated and slated for removal in Python 3.20; execute the `wasi/` directory instead (i.e. `python Tools/wasm/wasi`)
Traceback (most recent call last):
File "/buildarea/3.14.bcannon-wasi.wasi.debug/build/Tools/wasm/wasi.py", line 12, in <module>
runpy.run_path(pathlib.Path(__file__).parent / "wasi", run_name="__main__")
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen runpy>", line 311, in run_path
File "<frozen runpy>", line 88, in _run_code
File "/buildarea/3.14.bcannon-wasi.wasi.debug/build/Tools/wasm/wasi/__main__.py", line 589, in <module>
main()
~~~~^^
File "/buildarea/3.14.bcannon-wasi.wasi.debug/build/Tools/wasm/wasi/__main__.py", line 444, in main
default_logdir = pathlib.Path(tempfile.gettempdir())
~~~~~~~~~~~~~~~~~~~^^
File "/usr/lib64/python3.14/tempfile.py", line 312, in gettempdir
return _os.fsdecode(_gettempdir())
~~~~~~~~~~~^^
File "/usr/lib64/python3.14/tempfile.py", line 305, in _gettempdir
tempdir = _get_default_tempdir()
File "/usr/lib64/python3.14/tempfile.py", line 222, in _get_default_tempdir
raise FileNotFoundError(_errno.ENOENT,
"No usable temporary directory found in %s" %
dirlist)
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/buildarea/3.14.bcannon-wasi.wasi.debug/build']
Test report
===========
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed compile (failure) (3.13)
by buildbot@python.org June 29, 2026
by buildbot@python.org June 29, 2026
June 29, 2026
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/#/builders/1502/builds/2283
Buildbot URL: https://buildbot.python.org/
Worker for this Build: bcannon-wasi
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
Note: switching to 'a7674ae331132a47dd878868f9c2bdc06dc71c8b'.
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 a7674ae33113 [3.13] gh-151096: Fix test_embed with split exec prefix (GH-151288) (#152593)
Switched to and reset branch '3.13'
In file included from ../../Modules/_testexternalinspection.c:53:
In file included from ../../Include/Python.h:14:
./pyconfig.h:1970:9: warning: '_POSIX_C_SOURCE' macro redefined [-Wmacro-redefined]
1970 | #define _POSIX_C_SOURCE 200809L
| ^
/usr/include/features.h:319:10: note: previous definition is here
319 | # define _POSIX_C_SOURCE 202405L
| ^
In file included from ../../Modules/_testexternalinspection.c:53:
In file included from ../../Include/Python.h:14:
./pyconfig.h:1991:9: warning: '_XOPEN_SOURCE' macro redefined [-Wmacro-redefined]
1991 | #define _XOPEN_SOURCE 700
| ^
/usr/include/features.h:234:10: note: previous definition is here
234 | # define _XOPEN_SOURCE 800
| ^
2 warnings generated.
/usr/bin/ld.bfd: final link failed: No space left on device
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [Makefile:3342: Modules/_interpchannels.cpython-313d-x86_64-linux-gnu.so] Error 1
make: *** Waiting for unfinished jobs....
Traceback (most recent call last):
File "/buildarea/3.13.bcannon-wasi.wasi.debug/build/Tools/wasm/wasi.py", line 476, in <module>
main()
~~~~^^
File "/buildarea/3.13.bcannon-wasi.wasi.debug/build/Tools/wasm/wasi.py", line 472, in main
dispatch[context.subcommand](context)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/buildarea/3.13.bcannon-wasi.wasi.debug/build/Tools/wasm/wasi.py", line 92, in wrapper
return func(context, working_dir)
File "/buildarea/3.13.bcannon-wasi.wasi.debug/build/Tools/wasm/wasi.py", line 160, in make_build_python
call(["make", "--jobs", str(cpu_count()), "all"], quiet=context.quiet)
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/buildarea/3.13.bcannon-wasi.wasi.debug/build/Tools/wasm/wasi.py", line 119, in call
subprocess.check_call(command, **kwargs, stdout=stdout, stderr=stderr)
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.14/subprocess.py", line 420, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['make', '--jobs', '4', 'all']' returned non-zero exit status 2.
Test report
===========
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed compile (failure) (3.15)
by buildbot@python.org June 29, 2026
by buildbot@python.org June 29, 2026
June 29, 2026
The Buildbot has detected a new failure on builder wasm32-wasi 3.15 while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/2062/builds/307
Buildbot URL: https://buildbot.python.org/
Worker for this Build: bcannon-wasi
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
Note: switching to 'f4c2316428d1d8d3901dafbb41df95306850f468'.
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 f4c2316428d1d [3.15] gh-151096: Fix test_embed with split exec prefix (GH-151288) (#152590)
Switched to and reset branch '3.15'
⚠️ WARNING: This script is deprecated and slated for removal in Python 3.20; execute the `Platforms/WASI/` directory instead (i.e. `python Platforms/WASI`)
⚠️ WARNING: This script is deprecated and slated for removal in Python 3.20; execute the `Platforms/WASI/` directory instead (i.e. `python Platforms/WASI`)
ar: libpython3.15d.a: error reading Python/pytime.o: No space left on device
make: *** [Makefile:1195: libpython3.15d.a] Error 1
make: *** Waiting for unfinished jobs....
Traceback (most recent call last):
File "/buildarea/3.15.bcannon-wasi.wasi.debug/build/Tools/wasm/wasi.py", line 5, in <module>
runpy.run_path(pathlib.Path(__file__).parent / "wasi", run_name="__main__")
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen runpy>", line 311, in run_path
File "<frozen runpy>", line 88, in _run_code
File "/buildarea/3.15.bcannon-wasi.wasi.debug/build/Tools/wasm/wasi/__main__.py", line 14, in <module>
runpy.run_path(checkout / "Platforms" / "WASI", run_name="__main__")
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen runpy>", line 311, in run_path
File "<frozen runpy>", line 88, in _run_code
File "/buildarea/3.15.bcannon-wasi.wasi.debug/build/Platforms/WASI/__main__.py", line 184, in <module>
main()
~~~~^^
File "/buildarea/3.15.bcannon-wasi.wasi.debug/build/Platforms/WASI/__main__.py", line 150, in main
_build.make_build_python(context)
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/buildarea/3.15.bcannon-wasi.wasi.debug/build/Platforms/WASI/_build.py", line 125, in wrapper
return func(context, working_dir)
File "/buildarea/3.15.bcannon-wasi.wasi.debug/build/Platforms/WASI/_build.py", line 206, in make_build_python
call(["make", "--jobs", str(cpu_count()), "all"], context=context)
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/buildarea/3.15.bcannon-wasi.wasi.debug/build/Platforms/WASI/_build.py", line 158, in call
subprocess.check_call(command, **kwargs, stdout=stdout, stderr=stderr)
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.14/subprocess.py", line 420, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['make', '--jobs', '4', 'all']' returned non-zero exit status 2.
⚠️ WARNING: This script is deprecated and slated for removal in Python 3.20; execute the `Platforms/WASI/` directory instead (i.e. `python Platforms/WASI`)
Test report
===========
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) uploading test-results.xml (failure) (main)
by buildbot@python.org June 29, 2026
by buildbot@python.org June 29, 2026
June 29, 2026
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/#/builders/1046/builds/12258
Buildbot URL: https://buildbot.python.org/
Worker for this Build: bcannon-wasi
Build Reason: <unknown>
Blamelist: Harjoth Khara <harjoth.khara(a)gmail.com>, Serhiy Storchaka <storchaka(a)gmail.com>
BUILD FAILED: failed test (failure) uploading test-results.xml (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (most recent call last):
File "/Lib/test/test_zipfile/test_core.py", line 3624, in test_write_filtered_python_package
with TemporaryFile() as t, zipfile.PyZipFile(t, "w") as zipfp:
~~~~~~~~~~~~~~~~~^^^^^^^^
File "/Lib/zipfile/__init__.py", line 1998, in __exit__
self.close()
~~~~~~~~~~^^
File "/Lib/zipfile/__init__.py", line 2636, in close
self.fp.seek(self.start_dir)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 51] No space left on device
Traceback (most recent call last):
File "/Lib/test/test_zipfile/test_core.py", line 3629, in test_write_filtered_python_package
zipfp.writepy(packagedir)
~~~~~~~~~~~~~^^^^^^^^^^^^
File "/Lib/zipfile/__init__.py", line 2809, in writepy
self.writestr(arcname, bytecode)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
File "/Lib/zipfile/__init__.py", line 2579, in writestr
with self.open(zinfo, mode='w') as dest:
~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/Lib/zipfile/__init__.py", line 1395, in close
self._fileobj.seek(self._zinfo.header_offset)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 51] No space left on device
Traceback (most recent call last):
File "/Lib/test/test_zipfile/test_core.py", line 569, in test_append_to_concatenated_zip_file
f.write(data)
~~~~~~~^^^^^^
OSError: [Errno 51] No space left on device
Traceback (most recent call last):
File "/Lib/test/test_zipfile/test_core.py", line 3624, in test_write_filtered_python_package
with TemporaryFile() as t, zipfile.PyZipFile(t, "w") as zipfp:
~~~~~~~~~~~~~^^
OSError: [Errno 51] No space left on device
Test report
===========
Failed tests:
- test_zipfile
Failed subtests:
- test_append_to_concatenated_zip_file - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_append_to_concatenated_zip_file
- test_write_filtered_python_package - test.test_zipfile.test_core.PyZipFileTests.test_write_filtered_python_package
Sincerely,
-The Buildbot
1
0