☠ Buildbot (Python): python/cpython - failed test (failure) (main)
The Buildbot has detected a new failure on builder s390x Fedora Rawhide LTO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/323/builds/2512
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-rawhide-z
Build Reason: <unknown> Blamelist: Alex Waygood <Alex.Waygood@Gmail.com>, Erlend E. Aasland <erlend.aasland@protonmail.com>, Hugo van Kemenade <hugovk@users.noreply.github.com>, Jelle Zijlstra <jelle.zijlstra@gmail.com>, Serhiy Storchaka <storchaka@gmail.com>, Terry Jan Reedy <tjreedy@udel.edu>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
446 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 10 sec
- test_multiprocessing_spawn: 1 min 31 sec
- test_signal: 1 min 16 sec
- test_multiprocessing_forkserver: 1 min 7 sec
- test_multiprocessing_fork: 1 min 3 sec
- test_socket: 44.3 sec
- test_math: 33.7 sec
- test_io: 32.1 sec
- test_imaplib: 32.1 sec
- test_subprocess: 27.5 sec
1 test failed: test_tools
20 tests skipped: test.test_asyncio.test_windows_events test.test_asyncio.test_windows_utils test_devpoll test_gdb test_ioctl test_kqueue test_launcher test_msilib test_nis test_peg_generator test_perf_profiler test_startfile test_tix test_tkinter test_ttk test_winconsoleio test_winreg test_winsound test_wmi test_zipfile64
2 re-run tests: test.test_asyncio.test_subprocess test_tools
Total duration: 3 min 44 sec
Captured traceback
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/test_tools/test_freeze.py", line 27, in test_freeze_simple_script outdir, scriptfile, python = helper.prepare(script, outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Tools/freeze/test/freeze.py", line 146, in prepare copy_source_tree(srcdir, SRCDIR) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Tools/freeze/test/freeze.py", line 95, in copy_source_tree shutil.copytree(oldroot, newroot, ignore=ignore_non_src) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/shutil.py", line 563, in copytree return _copytree(entries=entries, src=src, dst=dst, symlinks=symlinks, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/shutil.py", line 517, in _copytree raise Error(errors) shutil.Error: [('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/libpython3.12.a', '/tmp/test_python_1dea8g9j/tmpz5d40awm/cpython/libpython3.12.a', "[Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/libpython3.12.a' -> '/tmp/test_python_1dea8g9j/tmpz5d40awm/cpython/libpython3.12.a'")]
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/test_tools/test_freeze.py", line 27, in test_freeze_simple_script outdir, scriptfile, python = helper.prepare(script, outdir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Tools/freeze/test/freeze.py", line 146, in prepare copy_source_tree(srcdir, SRCDIR) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Tools/freeze/test/freeze.py", line 95, in copy_source_tree shutil.copytree(oldroot, newroot, ignore=ignore_non_src) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/shutil.py", line 563, in copytree return _copytree(entries=entries, src=src, dst=dst, symlinks=symlinks, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/shutil.py", line 517, in _copytree raise Error(errors) shutil.Error: [('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/libpython3.12.a', '/tmp/tmp9ri2gfz0/cpython/libpython3.12.a', "[Errno 28] No space left on device: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/libpython3.12.a' -> '/tmp/tmp9ri2gfz0/cpython/libpython3.12.a'")]
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/test_asyncio/test_subprocess.py", line 788, in test_subprocess_consistent_callbacks self.loop.run_until_complete(main()) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/asyncio/base_events.py", line 664, in run_until_complete return future.result() ^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/test/test_asyncio/test_subprocess.py", line 780, in main self.assertEqual(events, [ AssertionError: Lists differ: [('pi[29 chars]t'), 'pipe_connection_lost', ('pipe_data_recei[57 chars]ted'] != [('pi[29 chars]t'), ('pipe_data_received', 2, b'stderr'), 'pi[57 chars]ted']
Test report
Failed tests:
- test.test_asyncio.test_subprocess
- test_tools
Failed subtests:
- test_freeze_simple_script - test.test_tools.test_freeze.TestFreeze.test_freeze_simple_script
- test_subprocess_consistent_callbacks - test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_subprocess_consistent_callbacks
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org