The Buildbot has detected a new failure on builder AMD64 Arch Linux TraceRefs
3.13 while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/1472/builds/314
Buildbot URL: https://buildbot.python.org/
Worker for this Build: pablogsal-arch-x86_64
Build Reason: <unknown>
Blamelist: Alex Waygood <[email protected]>, Emily Morehouse
<[email protected]>, Jelle Zijlstra <[email protected]>, Miss Islington
(bot) <[email protected]>, Terry Jan Reedy
<[email protected]>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (test.test_exceptions.ExceptionTests.testInvalidTraceback) ... ok
Traceback (most recent call last):
File
"/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/Lib/test/test_embed.py",
line 1830, in test_audit_subinterpreter
self.run_embedded_interpreter("test_audit_subinterpreter")
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/Lib/test/test_embed.py",
line 129, in run_embedded_interpreter
self.assertEqual(p.returncode, returncode,
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
"bad returncode %d, stderr is %r" %
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(p.returncode, err))
^^^^^^^^^^^^^^^^^^^^
AssertionError: -6 != 0 : bad returncode -6, stderr is "_testembed:
Objects/object.c:195: _PyRefchain_Remove: Assertion `value == REFCHAIN_VALUE'
failed.\n"
TracebackAttr (test.test_exceptions.ExceptionTests.testNoneClearsTracebackAttr)
... ok
TracebackTests.test_import_bug) ... ok
TracebackTests.test_unencodable_filename) ... ok
TracebackTests.test_broken_parent) ... ok
Traceback (most recent call last):
File "<string>", line 1, in <module>
MemoryError
python: Objects/object.c:195: _PyRefchain_Remove: Assertion `value ==
REFCHAIN_VALUE' failed.
---
TracebackTests.test_broken_parent_from) ... ok
TracebackTests.test_broken_from) ... ok
TracebackTests.test_exec_failure_nested) ... ok
Traceback (test.test_exceptions.ExceptionTests.testWithTraceback) ... ok
TracebackTests.test_broken_submodule) ... ok
TracebackTests.test_exec_failure) ... ok
TracebackTests.test_syntax_error) ... ok
Traceback (most recent call last):
File
"/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/Lib/test/test_import/__init__.py",
line 2258, in test_python_compat
self.check_compatible_fresh(module, strict=True)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File
"/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/Lib/test/test_import/__init__.py",
line 2122, in check_compatible_fresh
_, out, err = script_helper.assert_python_ok('-c', textwrap.dedent(f'''
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
import _testinternalcapi, sys
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...<9 lines>...
assert ret == 0, ret
^^^^^^^^^^^^^^^^^^^^
'''))
^^^^^
File
"/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/Lib/test/support/script_helper.py",
line 180, in assert_python_ok
return _assert_python(True, *args, **env_vars)
File
"/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/Lib/test/support/script_helper.py",
line 165, in _assert_python
res.fail(cmd_line)
~~~~~~~~^^^^^^^^^^
File
"/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/Lib/test/support/script_helper.py",
line 75, in fail
raise AssertionError("Process return code is %d\n"
...<13 lines>...
err))
AssertionError: Process return code is -6
command line: ['/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python',
'-X', 'faulthandler', '-I', '-c', '\nimport _testinternalcapi, sys\nassert (\n
\'threading\' in sys.builtin_module_names or\n \'threading\' not in
sys.modules\n), repr(\'threading\')\nconfig =
type(sys.implementation)(**{\'allow_fork\': False, \'allow_exec\': False,
\'allow_threads\': True, \'allow_daemon_threads\': False,
\'use_main_obmalloc\': True, \'gil\': \'shared\',
\'check_multi_interp_extensions\': True})\nret =
_testinternalcapi.run_in_subinterp_with_config(\n "\\nimport os,
sys\\n\\ntry:\\n import threading\\nexcept ImportError as exc:\\n text =
\'ImportError: \' + str(exc)\\nelse:\\n text =
\'okay\'\\nos.write(sys.stdout.fileno(), text.encode(\'utf-8\'))\\n",\n
config,\n)\nassert ret == 0, ret\n']
TracebackTests.test_nonexistent_module) ... ok
Traceback (most recent call last):
File
"/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/Lib/test/test_exceptions.py",
line 1817, in test_memory_error_in_subinterp
rc, _, err = script_helper.assert_python_ok("-c", code)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File
"/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/Lib/test/support/script_helper.py",
line 180, in assert_python_ok
return _assert_python(True, *args, **env_vars)
File
"/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/Lib/test/support/script_helper.py",
line 165, in _assert_python
res.fail(cmd_line)
~~~~~~~~^^^^^^^^^^
File
"/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/Lib/test/support/script_helper.py",
line 75, in fail
raise AssertionError("Process return code is %d\n"
...<13 lines>...
err))
AssertionError: Process return code is -6
command line: ['/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python',
'-X', 'faulthandler', '-I', '-c', 'if 1:\n import _testcapi\n
_testcapi.run_in_subinterp("[0]*9223372036854775807")\n
exit(0)\n ']
TracebackTests.test_nonexistent_module_nested) ... ok
Traceback (most recent call last):
File
"/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/Lib/test/test_import/__init__.py",
line 2214, in test_multi_init_extension_compat
self.check_compatible_fresh(module, strict=True)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File
"/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/Lib/test/test_import/__init__.py",
line 2122, in check_compatible_fresh
_, out, err = script_helper.assert_python_ok('-c', textwrap.dedent(f'''
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
import _testinternalcapi, sys
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...<9 lines>...
assert ret == 0, ret
^^^^^^^^^^^^^^^^^^^^
'''))
^^^^^
File
"/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/Lib/test/support/script_helper.py",
line 180, in assert_python_ok
return _assert_python(True, *args, **env_vars)
File
"/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/Lib/test/support/script_helper.py",
line 165, in _assert_python
res.fail(cmd_line)
~~~~~~~~^^^^^^^^^^
File
"/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/Lib/test/support/script_helper.py",
line 75, in fail
raise AssertionError("Process return code is %d\n"
...<13 lines>...
err))
AssertionError: Process return code is -6
command line: ['/buildbot/buildarea/3.13.pablogsal-arch-x86_64/build/python',
'-X', 'faulthandler', '-I', '-c', '\nimport _testinternalcapi, sys\nassert (\n
\'_testmultiphase\' in sys.builtin_module_names or\n \'_testmultiphase\'
not in sys.modules\n), repr(\'_testmultiphase\')\nconfig =
type(sys.implementation)(**{\'allow_fork\': False, \'allow_exec\': False,
\'allow_threads\': True, \'allow_daemon_threads\': False,
\'use_main_obmalloc\': True, \'gil\': \'shared\',
\'check_multi_interp_extensions\': True})\nret =
_testinternalcapi.run_in_subinterp_with_config(\n "\\nimport os,
sys\\n\\ntry:\\n import _testmultiphase\\nexcept ImportError as exc:\\n
text = \'ImportError: \' + str(exc)\\nelse:\\n text =
\'okay\'\\nos.write(sys.stdout.fileno(), text.encode(\'utf-8\'))\\n",\n
config,\n)\nassert ret == 0, ret\n']
Test report
===========
Failed tests:
- test_interpreters
- test_threading
- test_syslog
- test_multibytecodec
- test_datetime
- test_capi
- test_exceptions
- test_embed
- test_import
- test_atexit
Failed subtests:
- test_multi_init_extension_compat -
test.test_import.SubinterpImportTests.test_multi_init_extension_compat
- test_python_compat - test.test_import.SubinterpImportTests.test_python_compat
- test_memory_error_in_subinterp -
test.test_exceptions.ExceptionTests.test_memory_error_in_subinterp
- test_audit_subinterpreter -
test.test_embed.AuditingTests.test_audit_subinterpreter
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder AMD64
Windows11 Bigmem 3.13 while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/1463/builds/387
Buildbot URL: https://buildbot.python.org/
Worker for this Build: ambv-bb-win11
Build Reason: <unknown>
Blamelist: Emily Morehouse <[email protected]>, Miss Islington (bot)
<[email protected]>, Terry Jan Reedy
<[email protected]>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (test.test_zipimport.UncompressedZipImportTestCase.testTraceback) ...
ok
Traceback (most recent call last):
File
"R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\test_zipimport.py", line
828, in testZip64LargeFile
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File
"R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile64.py", line
75, in testStored
self.zipTest(TESTFN2, zipfile.ZIP_STORED)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\test_zipfile64.py", line
45, in zipTest
zipfp.writestr("testfn%d" % num, self.data)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py",
line 1936, in writestr
dest.write(data)
~~~~~~~~~~^^^^^^
File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\zipfile\__init__.py",
line 1247, in write
self._fileobj.write(data)
~~~~~~~~~~~~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File
"R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\test_zipimport.py", line
894, in testZip64LargeFile
f.seek(offset, os.SEEK_SET)
~~~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File
"R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\test_zipimport.py", line
891, in testZip64LargeFile
with open(TEMP_ZIP, "wb") as f:
~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (test.test_zipimport.CompressedZipImportTestCase.testTraceback) ... ok
Test report
===========
Failed tests:
- test_zipfile64
- test_zipimport
Failed subtests:
- testStored - test.test_zipfile64.TestsWithSourceFile.testStored
- testZip64LargeFile -
test.test_zipimport.CompressedZipImportTestCase.testZip64LargeFile
- testZip64LargeFile -
test.test_zipimport.UncompressedZipImportTestCase.testZip64LargeFile
Sincerely,
-The Buildbot
_______________________________________________
Buildbot-status mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/buildbot-status.python.org/
Member address: [email protected]