☠ Buildbot (Python): python/cpython - failed test (failure) (main)
The Buildbot has detected a new failure on builder s390x SLES 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#builders/540/builds/2692
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: edelsohn-sles-z
Build Reason: <unknown> Blamelist: Victor Stinner <vstinner@python.org>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
== Tests result: FAILURE then FAILURE ==
421 tests OK.
10 slowest tests:
- test_concurrent_futures: 2 min 21 sec
- test_multiprocessing_spawn: 1 min 55 sec
- test_multiprocessing_forkserver: 1 min 21 sec
- test_asyncio: 1 min 16 sec
- test_multiprocessing_fork: 1 min 12 sec
- test_tokenize: 52.9 sec
- test_signal: 48.4 sec
- test_capi: 45.0 sec
- test_gdb: 41.2 sec
- test_unparse: 36.9 sec
1 test failed: test_cppext
14 tests skipped: test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_nis test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64
2 re-run tests: test_cppext test_tools
Total duration: 7 min 45 sec
Captured traceback
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/distutils/unixccompiler.py", line 117, in _compile self.spawn(compiler_so + cc_args + [src, '-o', obj] + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/distutils/ccompiler.py", line 910, in spawn spawn(cmd, dry_run=self.dry_run) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/distutils/spawn.py", line 91, in spawn raise DistutilsExecError( ^^^^^^^^^^^^^^^^^^^^^^^^^ distutils.errors.DistutilsExecError: command '/usr/bin/gcc' failed with exit code 1
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_5b621b30'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_ad6fc4cf'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/contextlib.py", line 155, in __exit__ self.gen.throw(typ, value, traceback) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/contextlib.py", line 155, in __exit__ self.gen.throw(typ, value, traceback) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/test/support/os_helper.py", line 396, in temp_dir yield path ^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/contextlib.py", line 155, in __exit__ self.gen.throw(typ, value, traceback) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/test/support/os_helper.py", line 427, in change_cwd yield os.getcwd() ^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/test/support/os_helper.py", line 449, in temp_cwd yield cwd_dir ^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/test/test_cppext.py", line 87, in test_build self.build() ^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/test/test_cppext.py", line 67, in build self.fail("Build failed") ^^^^^^^^^^^^^^^^^^^^^^^^^ AssertionError: Build failed
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/contextlib.py", line 155, in __exit__ self.gen.throw(typ, value, traceback) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/test/support/__init__.py", line 1344, in swap_attr yield real_val ^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/test/test_cppext.py", line 58, in build setup(name="_testcppext", ext_modules=[cpp_ext]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/distutils/core.py", line 163, in setup raise SystemExit("error: " + str(msg)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SystemExit: error: command '/usr/bin/gcc' failed with exit code 1
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) ^^^^^^^^^^^^^^^^^^^^^^^^^ KeyError: '/psm_8fcf3356'
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/distutils/core.py", line 148, in setup dist.run_commands() ^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/distutils/dist.py", line 966, in run_commands self.run_command(cmd) ^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/distutils/dist.py", line 985, in run_command cmd_obj.run() ^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/distutils/command/build_ext.py", line 340, in run self.build_extensions() ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/distutils/command/build_ext.py", line 449, in build_extensions self._build_extensions_serial() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/contextlib.py", line 155, in __exit__ self.gen.throw(typ, value, traceback) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/distutils/command/build_ext.py", line 479, in _filter_build_errors yield ^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/distutils/command/build_ext.py", line 474, in _build_extensions_serial self.build_extension(ext) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/distutils/command/build_ext.py", line 529, in build_extension objects = self.compiler.compile(sources, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/distutils/ccompiler.py", line 574, in compile self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/distutils/unixccompiler.py", line 120, in _compile raise CompileError(msg) ^^^^^^^^^^^^^^^^^^^^^^^ distutils.errors.CompileError: command '/usr/bin/gcc' failed with exit code 1
Traceback (most recent call last): File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/contextlib.py", line 155, in __exit__ self.gen.throw(typ, value, traceback) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/test/support/os_helper.py", line 396, in temp_dir yield path ^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/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-sles-z/build/Tools/freeze/test/freeze.py", line 134, in prepare copy_source_tree(srcdir, SRCDIR) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Tools/freeze/test/freeze.py", line 83, in copy_source_tree shutil.copytree(oldroot, newroot) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/shutil.py", line 560, in copytree return _copytree(entries=entries, src=src, dst=dst, symlinks=symlinks, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/Lib/shutil.py", line 514, in _copytree raise Error(errors) ^^^^^^^^^^^^^^^^^^^ shutil.Error: [('/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/build/test_python_15742æ/test_python_worker_35021æ/@test_35021_tmpæ', '/tmp/tmp9aa7whgs/cpython/build/test_python_15742æ/test_python_worker_35021æ/@test_35021_tmpæ', "[Errno 2] No such file or directory: '/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/build/test_python_15742æ/test_python_worker_35021æ/@test_35021_tmpæ'"), ('/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/build/test_python_15742æ/test_python_worker_35051æ', '/tmp/tmp9aa7whgs/cpython/build/test_python_15742æ/test_python_worker_35051æ', "[Errno 2] No such file or directory: '/home/dje/cpython-buildarea/3.x.edelsohn-sles-z/build/build/test_python_15742æ/test_python_worker_35051æ'")]
Test report
Failed tests:
- test_cppext
- test_tools
Failed subtests:
- test_build - test.test_cppext.TestCPPExt.test_build
- test_freeze_simple_script - test.test_tools.test_freeze.TestFreeze.test_freeze_simple_script
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org