⚠️⚠️⚠️ Buildbot failure⚠️⚠️⚠️Hi! The buildbotPPC64LE RHEL7 3.x has failed when building commit6678ef4. 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/446/builds/3984) and take a look at the build logs.
- Check if the failure is related to this commit (6678ef4) 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/446/builds/3984 Failed tests: - test.test_multiprocessing_forkserver.test_processes
Failed subtests: - test_kill - test.test_multiprocessing_forkserver.test_processes.WithProcessesTestProcess.test_kill
Summary of the results of the build (if available): == Click to see traceback logsTraceback (most recent call last): File"/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le/build/Lib/test/_test_multiprocessing.py", line563, intest_kill exitcode=self._kill_process(multiprocessing.Process.kill)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File"/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le/build/Lib/test/_test_multiprocessing.py", line542, in_kill_processself.assertEqual(join(),None)^^^^^^ File"/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le/build/Lib/test/_test_multiprocessing.py", line242, in__call__returnself.func(*args,**kwds)^^^^^^^^^^^^^^^^^^^^^^^^ File"/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le/build/Lib/multiprocessing/process.py", line149, injoin res=self._popen.wait(timeout)^^^^^^^^^^^^^^^^^^^^^^^^^ File"/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le/build/Lib/multiprocessing/popen_fork.py", line43, inwaitreturnself.poll(os.WNOHANGif timeout==0.0else0)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File"/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le/build/Lib/multiprocessing/popen_forkserver.py", line65, inpollifnot wait([self.sentinel], timeout):^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File"/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le/build/Lib/multiprocessing/connection.py", line1135, inwait ready= selector.select(timeout)^^^^^^^^^^^^^^^^^^^^^^^^ File"/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le/build/Lib/selectors.py", line398, inselect fd_event_list=self._selector.poll(timeout)^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File"/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le/build/Lib/test/_test_multiprocessing.py", line538, inhandlerraiseRuntimeError('join took too long:%s'% p)RuntimeError:join took too long: <Process name='Process-151' pid=18128 parent=16441 started daemon> |
Uh oh!
There was an error while loading.Please reload this page.
The
discommand line is undocumented (apart fromhttps://docs.python.org/3.13/library/cmdline.html) but darn handy. I've wanted to be able to to pass theinline_caches=Trueflag many times. This PR fulfills my wish.I will merge this once CI passes.