⚠️⚠️⚠️ Buildbot failure⚠️⚠️⚠️Hi! The buildbots390x Fedora Clang 3.11 has failed when building commitf106aef. What do you need to do: - Don't panic.
- Checkthe buildbot page in the devguide if you don't know what the buildbots are or how they work.
- Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/953/builds/753) and take a look at the build logs.
- Check if the failure is related to this commit (f106aef) or if it is a false positive.
- If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.
You can take a look at the buildbot page here: https://buildbot.python.org/all/#builders/953/builds/753 Failed tests: Failed subtests: - test_sys_exit - test.test_multiprocessing_spawn.WithProcessesTestSubclassingProcess.test_sys_exit
- test_shared_memory_SharedMemoryManager_reuses_resource_tracker - test.test_multiprocessing_spawn.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryManager_reuses_resource_tracker
- test_freeze_simple_script - test.test_tools.test_freeze.TestFreeze.test_freeze_simple_script
- test_stderr_flush - test.test_multiprocessing_spawn.WithProcessesTestSubclassingProcess.test_stderr_flush
- test_no_import_lock_contention - test.test_multiprocessing_spawn.WithProcessesTestQueue.test_no_import_lock_contention
- test_shared_memory_SharedMemoryManager_basics - test.test_multiprocessing_spawn.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryManager_basics
- test_shared_memory_SharedMemoryServer_ignores_sigint - test.test_multiprocessing_spawn.WithProcessesTestSharedMemory.test_shared_memory_SharedMemoryServer_ignores_sigint
Summary of the results of the build (if available): == Tests result: FAILURE then FAILURE == 418 tests OK. 10 slowest tests: - test_concurrent_futures: 2 min 23 sec
- test_tools: 1 min 55 sec
- test_multiprocessing_spawn: 1 min 40 sec
- test_asyncio: 1 min 15 sec
- test_multiprocessing_forkserver: 1 min 15 sec
- test_multiprocessing_fork: 1 min 10 sec
- test_signal: 47.7 sec
- test_gdb: 47.3 sec
- test_tokenize: 37.8 sec
- test_socket: 37.4 sec
1 test failed: test_tools 15 tests skipped: test_devpoll test_ioctl test_kqueue test_launcher test_msilib test_nis test_readline test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64 2 re-run tests: test_multiprocessing_spawn test_tools Total duration: 7 min 1 sec Click to see traceback logsTraceback (most recent call last): File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/test/_test_multiprocessing.py", line4108, intest_shared_memory_SharedMemoryManager_reuses_resource_tracker rc, out, err= test.support.script_helper.assert_python_ok('-c', cmd)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/test/support/script_helper.py", line166, inassert_python_okreturn _assert_python(True,*args,**env_vars)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/test/support/script_helper.py", line151, in_assert_python res.fail(cmd_line) File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/test/support/script_helper.py", line76, infailraiseAssertionError("Process return code is%d\n"AssertionError:Process return code is 1command line: ['/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/python', '-X', 'faulthandler', '-I', '-c', 'if 1:\n from multiprocessing.managers import SharedMemoryManager\n\n\n smm = SharedMemoryManager()\n smm.start()\n sl = smm.ShareableList(range(10))\n smm.shutdown()\n ']Traceback (most recent call last): File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/test/_test_multiprocessing.py", line1170, intest_no_import_lock_contentionwith os_helper.temp_cwd(): File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/contextlib.py", line137, in__enter__returnnext(self.gen)^^^^^^^^^^^^^^ File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/test/support/os_helper.py", line529, intemp_cwdwith temp_dir(path=name,quiet=quiet)as temp_path: File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/contextlib.py", line137, in__enter__returnnext(self.gen)^^^^^^^^^^^^^^ File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/test/support/os_helper.py", line467, intemp_dir os.mkdir(path)OSError:[Errno 28] No space left on device: 'tempcwd'Traceback (most recent call last): File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/process.py", line314, in_bootstrapself.run() File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/process.py", line108, inrunself._target(*self._args,**self._kwargs) File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/managers.py", line592, in_run_server server=cls._Server(registry, address, authkey, serializer)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/managers.py", line1280, in__init__ Server.__init__(self,*args,**kwargs) File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/managers.py", line156, in__init__self.listener= Listener(address=address,backlog=16)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/connection.py", line447, in__init__self._listener= SocketListener(address, family, backlog)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/connection.py", line590, in__init__self._socket.bind(address)OSError:[Errno 28] No space left on deviceProcess SharedMemoryManager-322:Traceback (most recent call last): File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/process.py", line314, in_bootstrapself.run() File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/process.py", line108, inrunself._target(*self._args,**self._kwargs) File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/managers.py", line592, in_run_server server=cls._Server(registry, address, authkey, serializer)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/managers.py", line1280, in__init__ Server.__init__(self,*args,**kwargs) File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/managers.py", line156, in__init__self.listener= Listener(address=address,backlog=16)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/connection.py", line447, in__init__self._listener= SocketListener(address, family, backlog)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/connection.py", line590, in__init__self._socket.bind(address)OSError:[Errno 28] No space left on deviceTraceback (most recent call last): File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/resource_tracker.py", line209, inmain cache[rtype].remove(name)KeyError:'/psm_255a0e2e'Process Process-325:Traceback (most recent call last): File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/process.py", line314, in_bootstrapself.run() File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/process.py", line108, inrunself._target(*self._args,**self._kwargs) File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/test/_test_multiprocessing.py", line889, in_test_stderr_flush fd= os.open(testfn, os.O_WRONLY| os.O_CREAT| os.O_EXCL)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^OSError:[Errno 28] No space left on device: '@test_1499184_tmpæ'Process Process-327:Traceback (most recent call last): File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/process.py", line314, in_bootstrapself.run() File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/process.py", line108, inrunself._target(*self._args,**self._kwargs) File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/test/_test_multiprocessing.py", line896, in_test_sys_exit fd= os.open(testfn, os.O_WRONLY| os.O_CREAT| os.O_EXCL)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^OSError:[Errno 28] No space left on device: '@test_1499184_tmpæ'Traceback (most recent call last): File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/test/test_tools/test_freeze.py", line27, intest_freeze_simple_script outdir, scriptfile, python= helper.prepare(script, outdir)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Tools/freeze/test/freeze.py", line184, inprepare _run_quiet([MAKE,'-C', builddir,'install']) File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Tools/freeze/test/freeze.py", line25, in_run_quietreturn subprocess.run(^^^^^^^^^^^^^^^ File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/subprocess.py", line571, inrunraise CalledProcessError(retcode, process.args,subprocess.CalledProcessError:Command '['/usr/bin/make', '-C', '/tmp/tmprpvc68pb/python-build', 'install']' returned non-zero exit status 2.Traceback (most recent call last): File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/resource_tracker.py", line209, inmain cache[rtype].remove(name)KeyError:'/psm_ae3f8d03'Traceback (most recent call last): File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/process.py", line314, in_bootstrapself.run() File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/process.py", line108, inrunself._target(*self._args,**self._kwargs) File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/managers.py", line592, in_run_server server=cls._Server(registry, address, authkey, serializer)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/managers.py", line1280, in__init__ Server.__init__(self,*args,**kwargs) File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/managers.py", line156, in__init__self.listener= Listener(address=address,backlog=16)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/connection.py", line441, in__init__ address= addressor arbitrary_address(family)^^^^^^^^^^^^^^^^^^^^^^^^^ File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/connection.py", line76, inarbitrary_addressreturn tempfile.mktemp(prefix='listener-',dir=util.get_temp_dir())^^^^^^^^^^^^^^^^^^^ File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/util.py", line146, inget_temp_dir tempdir= tempfile.mkdtemp(prefix='pymp-')^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/tempfile.py", line357, inmkdtemp prefix, suffix,dir, output_type= _sanitize_params(prefix, suffix,dir)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/tempfile.py", line126, in_sanitize_paramsdir= gettempdir()^^^^^^^^^^^^ File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/tempfile.py", line299, ingettempdirreturn _os.fsdecode(_gettempdir())^^^^^^^^^^^^^ File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/tempfile.py", line292, in_gettempdir tempdir= _get_default_tempdir()^^^^^^^^^^^^^^^^^^^^^^ File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/tempfile.py", line223, in_get_default_tempdirraiseFileNotFoundError(_errno.ENOENT,FileNotFoundError:[Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/build/test_python_1472889��/test_python_worker_1499184��']Traceback (most recent call last): File"<string>", line6, in<module> File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/managers.py", line567, instartself._address= reader.recv()^^^^^^^^^^^^^ File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/connection.py", line249, inrecv buf=self._recv_bytes()^^^^^^^^^^^^^^^^^^ File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/connection.py", line413, in_recv_bytes buf=self._recv(4)^^^^^^^^^^^^^ File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/connection.py", line382, in_recvraiseEOFErrorEOFError---Traceback (most recent call last): File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/test/test_tools/test_freeze.py", line27, intest_freeze_simple_script outdir, scriptfile, python= helper.prepare(script, outdir)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Tools/freeze/test/freeze.py", line184, inprepare _run_quiet([MAKE,'-C', builddir,'install']) File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Tools/freeze/test/freeze.py", line25, in_run_quietreturn subprocess.run(^^^^^^^^^^^^^^^ File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/subprocess.py", line571, inrunraise CalledProcessError(retcode, process.args,subprocess.CalledProcessError:Command '['/usr/bin/make', '-C', '/tmp/tmpc03jtvya/python-build', 'install']' returned non-zero exit status 2.Traceback (most recent call last): File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/test/_test_multiprocessing.py", line4120, intest_shared_memory_SharedMemoryManager_basics smm1.start() File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/managers.py", line567, instartself._address= reader.recv()^^^^^^^^^^^^^ File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/connection.py", line249, inrecv buf=self._recv_bytes()^^^^^^^^^^^^^^^^^^ File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/connection.py", line413, in_recv_bytes buf=self._recv(4)^^^^^^^^^^^^^ File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/connection.py", line382, in_recvraiseEOFErrorEOFErrorTraceback (most recent call last): File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/test/_test_multiprocessing.py", line918, intest_sys_exitwithopen(testfn,encoding="utf-8")as f:^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^FileNotFoundError:[Errno 2] No such file or directory: '@test_1499184_tmpæ'Traceback (most recent call last): File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/test/_test_multiprocessing.py", line4076, intest_shared_memory_SharedMemoryServer_ignores_sigint smm.start() File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/managers.py", line567, instartself._address= reader.recv()^^^^^^^^^^^^^ File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/connection.py", line249, inrecv buf=self._recv_bytes()^^^^^^^^^^^^^^^^^^ File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/connection.py", line413, in_recv_bytes buf=self._recv(4)^^^^^^^^^^^^^ File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/connection.py", line382, in_recvraiseEOFErrorEOFErrorTraceback (most recent call last): File"<string>", line1, in<module> File"/tmp/tmprpvc68pb/cpython/Lib/sysconfig.py", line715, inget_config_varreturn get_config_vars().get(name)^^^^^^^^^^^^^^^^^ File"/tmp/tmprpvc68pb/cpython/Lib/sysconfig.py", line670, inget_config_vars _init_posix(_CONFIG_VARS) File"/tmp/tmprpvc68pb/cpython/Lib/sysconfig.py", line531, in_init_posix _temp=__import__(name,globals(),locals(), ['build_time_vars'],0)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ModuleNotFoundError:No module named '_sysconfigdata_d_linux_s390x-linux-gnu'Traceback (most recent call last): File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/multiprocessing/resource_tracker.py", line209, inmain cache[rtype].remove(name)KeyError:'/psm_be42f02a'Traceback (most recent call last): File"<string>", line1, in<module> File"/tmp/tmpc03jtvya/cpython/Lib/sysconfig.py", line715, inget_config_varreturn get_config_vars().get(name)^^^^^^^^^^^^^^^^^ File"/tmp/tmpc03jtvya/cpython/Lib/sysconfig.py", line670, inget_config_vars _init_posix(_CONFIG_VARS) File"/tmp/tmpc03jtvya/cpython/Lib/sysconfig.py", line531, in_init_posix _temp=__import__(name,globals(),locals(), ['build_time_vars'],0)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ModuleNotFoundError:No module named '_sysconfigdata_d_linux_s390x-linux-gnu'Traceback (most recent call last): File"/home/dje/cpython-buildarea/3.11.edelsohn-fedora-z.clang/build/Lib/test/_test_multiprocessing.py", line880, intest_stderr_flushwithopen(testfn,encoding="utf-8")as f:^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^FileNotFoundError:[Errno 2] No such file or directory: '@test_1499184_tmpæ' |
Uh oh!
There was an error while loading.Please reload this page.
During the PEP 695 implementation at one point I made
TypeVar.__name__return garbage, and all of test_typing passed.So I decided to add a few more tests. In the process I discovered
a minor incompatibility from the C implementation of TypeVar:
empty constraints were returned as None instead of an empty tuple.