☠ 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/2575
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-rawhide-z
Build Reason: <unknown> Blamelist: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
430 tests OK.
10 slowest tests:
- test_tools: 6 min 25 sec
- test_concurrent_futures: 2 min 12 sec
- test_multiprocessing_spawn: 1 min 31 sec
- test_signal: 1 min 15 sec
- test_multiprocessing_forkserver: 1 min 14 sec
- test_multiprocessing_fork: 1 min 7 sec
- test_socket: 43.8 sec
- test_imaplib: 32.2 sec
- test_math: 31.9 sec
- test_io: 30.3 sec
1 test failed: test_tools
16 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_perf_profiler test_startfile 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: 13 min 50 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 184, in prepare _run_quiet([MAKE, '-C', builddir, 'install']) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet return subprocess.run( ^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/usr/bin/make', '-C', '/tmp/tmpnjfo3byv/python-build', 'install']' returned non-zero exit status 2.
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']
Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/test_python_nshx2ore/tmpn1ryubbz/cpython/Lib/sysconfig.py", line 740, in get_config_var return get_config_vars().get(name) ^^^^^^^^^^^^^^^^^ File "/tmp/test_python_nshx2ore/tmpn1ryubbz/cpython/Lib/sysconfig.py", line 723, in get_config_vars _init_config_vars() File "/tmp/test_python_nshx2ore/tmpn1ryubbz/cpython/Lib/sysconfig.py", line 670, in _init_config_vars _init_posix(_CONFIG_VARS) File "/tmp/test_python_nshx2ore/tmpn1ryubbz/cpython/Lib/sysconfig.py", line 536, in _init_posix _temp = __import__(name, globals(), locals(), ['build_time_vars'], 0) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named '_sysconfigdata__linux_s390x-linux-gnu'
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 180, in prepare _run_quiet([MAKE, '-C', builddir, parallel]) File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Tools/freeze/test/freeze.py", line 25, in _run_quiet return subprocess.run( ^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-rawhide-z.lto/build/Lib/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/usr/bin/make', '-C', '/tmp/test_python_nshx2ore/tmpn1ryubbz/python-build', '-j2']' returned non-zero exit status 2.
Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/tmpnjfo3byv/cpython/Lib/sysconfig.py", line 740, in get_config_var return get_config_vars().get(name) ^^^^^^^^^^^^^^^^^ File "/tmp/tmpnjfo3byv/cpython/Lib/sysconfig.py", line 723, in get_config_vars _init_config_vars() File "/tmp/tmpnjfo3byv/cpython/Lib/sysconfig.py", line 670, in _init_config_vars _init_posix(_CONFIG_VARS) File "/tmp/tmpnjfo3byv/cpython/Lib/sysconfig.py", line 536, in _init_posix _temp = __import__(name, globals(), locals(), ['build_time_vars'], 0) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named '_sysconfigdata__linux_s390x-linux-gnu'
Test report
Failed tests:
- 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 BuildbotThe Buildbot has detected a new failure on builder s390x Fedora LTO + PGO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/545/builds/3916
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-fedora-z
Build Reason: <unknown> Blamelist: Alex Waygood <Alex.Waygood@Gmail.com>, Andrii Kuzmin <jack.cvr@gmail.com>, Artem Mukhin <artem.m.mukhin@gmail.com>, Bar Harel <bharel@barharel.com>, Barney Gale <barney.gale@gmail.com>, Brandt Bucher <brandtbucher@microsoft.com>, Brett Cannon <brett@python.org>, Carl Meyer <carl@oddbird.net>, Daniel Fortunov <asqui@users.noreply.github.com>, Dong-hee Na <donghee.na@python.org>, Eric Snow <ericsnowcurrently@gmail.com>, Erlend E. Aasland <erlend.aasland@protonmail.com>, Ethan Furman <ethan@stoneleaf.us>, Gregory P. Smith <gps@python.org>, Gregory P. Smith <greg@krypto.org>, Guido van Rossum <guido@python.org>, Hugo van Kemenade <hugovk@users.noreply.github.com>, Inada Naoki <songofacandy@gmail.com>, Irit Katriel <1055913+iritkatriel@users.noreply.github.com>, Itamar Ostricher <itamarost@gmail.com>, Jakub Kuczys <me@jacken.men>, Jelle Zijlstra <jelle.zijlstra@gmail.com>, Jonathan Protzenko <protz@microsoft.com>, Kirill Podoprigora <kirill.bast9@mail.ru>, Kumar Aditya <5960765 4+kumaraditya303@users.noreply.github.com>, Lysandros Nikolaou <lisandrosnik@gmail.com>, Mark Dickinson <dickinsm@gmail.com>, Marta Gómez Macías <mgmacias@google.com>, Miro Hrončok <miro@hroncok.cz>, Ned Deily <nad@python.org>, Nicolas Tessore <n.tessore@ucl.ac.uk>, Nikita Sobolev <mail@sobolevn.me>, Oleg Iarygin <oleg@arhadthedev.net>, Pablo Galindo Salgado <Pablogsal@gmail.com>, Petr Vaněk <arkamar@atlas.cz>, Petr Viktorin <encukou@gmail.com>, Raymond Hettinger <rhettinger@users.noreply.github.com>, Robert O'Shea <PurityLake@users.noreply.github.com>, Sebastian Rittau <srittau@rittau.biz>, Shantanu <12621235+hauntsaninja@users.noreply.github.com>, Shaygan Hooshyari <sh.hooshyari@gmail.com>, Stepfen Shawn <m18824909883@163.com>, Steve Dower <steve.dower@python.org>, Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>, T. Wouters <thomas@python.org>, Terry Jan Reedy <tjreedy@udel.edu>, Thomas Wouters <thomas@python.org>, Tian Gao <gaogaotiantian@hotmail.com>, Tomas R <tomas.ro un8@gmail.com>, Victor Stinner <vstinner@python.org>, Zachary Ware <zach@python.org>, chgnrdv <52372310+chgnrdv@users.noreply.github.com>, melanie witt <melwittt@gmail.com>, sunmy2019 <59365878+sunmy2019@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 "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/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-z.lto-pgo/build/Tools/freeze/test/freeze.py", line 146, in prepare
copy_source_tree(srcdir, SRCDIR)
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/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-z.lto-pgo/build/Lib/shutil.py", line 588, in copytree
return _copytree(entries=entries, src=src, dst=dst, symlinks=symlinks,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/Lib/shutil.py", line 542, in _copytree
raise Error(errors)
shutil.Error: [('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/build/test_python_2834238æ/test_python_worker_2844372æ/@test_2844372_tmpæ-tardir/extractall_ctrl/ustar/fifotype', '/tmp/test_python_eil4763e/tmpldvsxfk1/cpython/build/test_python_2834238æ/test_python_worker_2844372æ/@test_2844372_tmpæ-tardir/extractall_ctrl/ustar/fifotype', '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/build/test_python_2834238æ/test_python_worker_2844372æ/@test_2844372_tmpæ-tardir/extractall_ctrl/ustar/fifotype
is a named pipe'), ('/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/build/test_python_2834238æ/test_python_worker_2844372æ/@test_2844372_tmpæ-tardir/extractall_none/ustar/fifotype', '/tmp/test_python_eil4763e/tmpldvsxfk1/cpython/build/test_python_2834238æ/test_python_worker_2844372æ/@test_2844372_tmpæ-tardir/extractall_none/ustar/fifotype', '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/build/test_python_2834 238æ/test_python_worker_2844372æ/@test_2844372_tmpæ-tardir/extractall_none/ustar/fifotype
is a named pipe'), (<DirEntry '123'>, '/tmp/test_python_eil4763e/tmpldvsxfk1/cpython/build/test_python_2834238æ/test_python_worker_2844372æ/@test_2844372_tmpæ-tardir/extractall_none/gnu/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123', "[Errno 2] No such file or directory: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/build/test_python_2834238æ/test_python_worker_2844372æ/@test_2844372_tmpæ-tardir/extractall_none/gnu/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123'"), (<DirEntry '123'>, '/tmp/test_python_eil4763e/tmpldvsxfk1/cpython/build/test_python_2834238æ/test_python_worker_2844372æ/@test_2844372_tmpæ-tardir/extractall_none/gnu/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123', "[Errno 2] No such file or directory: '/home/
dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/build/test_python_2834238æ/test_python_worker_2844372æ/@test_2844372_tmpæ-tardir/extractall_none/gnu/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123'"), (<DirEntry '123'>, '/tmp/test_python_eil4763e/tmpldvsxfk1/cpython/build/test_python_2834238æ/test_python_worker_2844372æ/@test_2844372_tmpæ-tardir/extractall_none/gnu/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123', "[Errno 2] No such file or directory: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/build/test_python_2834238æ/test_python_worker_2844372æ/@test_2844372_tmpæ-tardir/extractall_none/gnu/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123'"), (<DirEntry '123'>, '/tmp/test_python_eil4763e/tmpldvsxfk1/cpython/build/test_python_2834238æ/test_python_worker_2844372æ/@test_2844372_tmpæ-tardir/extractall_none/gnu/123/123/12
3/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123', "[Errno 2] No such file or directory: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/build/test_python_2834238æ/test_python_worker_2844372æ/@test_2844372_tmpæ-tardir/extractall_none/gnu/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123'"), (<DirEntry '123'>, '/tmp/test_python_eil4763e/tmpldvsxfk1/cpython/build/test_python_2834238æ/test_python_worker_2844372æ/@test_2844372_tmpæ-tardir/extractall_none/gnu/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123', "[Errno 2] No such file or directory: '/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.lto-pgo/build/build/test_python_2834238æ/test_python_worker_2844372æ/@test_2844372_tmpæ-tardir/extractall_none/gnu/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123'"), (<DirEntry '123'>, '/tmp/test_python_eil4763e/tmpldvsxfk1/cpython/build/test_python
_2834238æ/test_python_worker_2844372æ/@test_2844372_tmpæ-tardir/extractall_none/gnu/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/123/12
Test report
Failed tests:
- test_threading
- test_tools
Failed subtests:
- test_freeze_simple_script - test.test_tools.test_freeze.TestFreeze.test_freeze_simple_script
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org