☠ Buildbot (Python): python/cpython - failed test (failure) uploading test-results.xml (failure) (3.14)
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/1567
Buildbot URL: https://buildbot.python.org/
Worker for this Build: bcannon-wasi
Build Reason: <unknown> Blamelist: Miss Islington (bot) <31488909+miss-islington@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/support/import_helper.py", line 80, in import_module return importlib.import_module(name) ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^ File "//Lib/importlib/__init__.py", line 88, in import_module return _bootstrap._gcd_import(name[level:], package, level) ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1406, in _gcd_import File "<frozen importlib._bootstrap>", line 1371, in _find_and_load File "<frozen importlib._bootstrap>", line 1335, in _find_and_load_unlocked ModuleNotFoundError: No module named '_multiprocessing'
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 141, in <module> main() ~~~~^^ File "//Lib/test/libregrtest/worker.py", line 137, in main worker_process(worker_json) ~~~~~~~~~~~~~~^^^^^^^^^^^^^ File "//Lib/test/libregrtest/worker.py", line 99, in worker_process result = run_single_test(test_name, runtests) File "//Lib/test/libregrtest/single.py", line 352, in run_single_test print(f"{red}test {test_name} crashed -- {msg}{reset}", ~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ file=sys.stderr, flush=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: [Errno 51] No space left on device
Traceback (most recent call last): File "//Lib/test/test_zipfile/test_core.py", line 1523, in test_write_filtered_python_package zipfp.writepy(packagedir, filterfunc=filter) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "//Lib/zipfile/__init__.py", line 2269, in writepy self.write(fname, arcname) ~~~~~~~~~~^^^^^^^^^^^^^^^^ File "//Lib/zipfile/__init__.py", line 2005, in write with open(filename, "rb") as src, self.open(zinfo, 'w') as dest: ~~~~~~~~~^^^^^^^^^^^^ File "//Lib/zipfile/__init__.py", line 1380, 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 1504, in test_write_filtered_python_package with TemporaryFile() as t, zipfile.PyZipFile(t, "w") as zipfp: ~~~~~~~~~~~~~^^ OSError: [Errno 51] No space left on device
Traceback (most recent call last): File "//Lib/test/libregrtest/single.py", line 348, in run_single_test _runtest(result, runtests) ~~~~~~~~^^^^^^^^^^^^^^^^^^ File "//Lib/test/libregrtest/single.py", line 319, in _runtest _runtest_env_changed_exc(result, runtests, ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ display_failure=not verbose) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "//Lib/test/libregrtest/single.py", line 221, in _runtest_env_changed_exc print( ~~~~~^ f"{stdout.YELLOW}{test_name} skipped -- {exc}{stdout.RESET}", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ flush=True, ^^^^^^^^^^^ ) ^ OSError: [Errno 51] No space left on device
Traceback (most recent call last): File "//Lib/test/libregrtest/single.py", line 210, in _runtest_env_changed_exc _load_run_test(result, runtests) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ File "//Lib/test/libregrtest/single.py", line 155, in _load_run_test test_mod = importlib.import_module(module_name) File "//Lib/importlib/__init__.py", line 88, in import_module return _bootstrap._gcd_import(name[level:], package, level) ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1406, in _gcd_import File "<frozen importlib._bootstrap>", line 1371, in _find_and_load File "<frozen importlib._bootstrap>", line 1342, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 938, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 759, in exec_module File "<frozen importlib._bootstrap>", line 491, in _call_with_frames_removed File "//Lib/test/test_multiprocessing_spawn/test_threads.py", line 2, in <module> from test._test_multiprocessing import install_tests_in_module_dict File "//Lib/test/_test_multiprocessing.py", line 45, in <module> _multiprocessing = import_helper.import_module('_multiprocessing') File "//Lib/test/support/import_helper.py", line 84, in import_module raise unittest.SkipTest(str(msg)) unittest.case.SkipTest: No module named '_multiprocessing'
Traceback (most recent call last): File "//Lib/test/test_zipfile/test_core.py", line 1504, in test_write_filtered_python_package with TemporaryFile() as t, zipfile.PyZipFile(t, "w") as zipfp: ~~~~~~~~~~~~~~~~~^^^^^^^^ File "//Lib/zipfile/__init__.py", line 1523, in __exit__ self.close() ~~~~~~~~~~^^ File "//Lib/zipfile/__init__.py", line 2095, in close self.fp.seek(self.start_dir) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^ OSError: [Errno 51] No space left on device
Test report
Failed tests:
- test_unpack_ex
- test_zipfile
- test_peepholer
- test_remote_pdb
- test_richcmp
- test_hashlib
- test_tools
- test_py_compile
- test.test_multiprocessing_spawn.test_threads
Failed subtests:
- test_write_filtered_python_package - test.test_zipfile.test_core.PyZipFileTests.test_write_filtered_python_package
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org