☠ Buildbot (Python): python/cpython - failed test (failure) (main)
The Buildbot has detected a new failure on builder s390x RHEL8 Refleaks 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/#/builders/75/builds/2903
Buildbot URL: https://buildbot.python.org/
Worker for this Build: cstratak-rhel8-s390x
Build Reason: <unknown> Blamelist: Ken Jin <kenjin@python.org>, Kumar Aditya <kumaraditya@python.org>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
==
Captured traceback
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/test/test_os.py", line 1033, in test_utime_current self._test_utime_current(set_time) ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/test/test_os.py", line 1026, in _test_utime_current self.assertAlmostEqual(st.st_mtime, current, ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^ delta=delta, msg=msg) ^^^^^^^^^^^^^^^^^^^^^ AssertionError: 1750701849.9680684 != 1750701850.0328467 within 0.05 delta (0.06477832794189453 difference) : st_time=1750701849.9680684, current=1750701850.0328467, dt=-0.06477832794189453
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/test/_test_multiprocessing.py", line 588, in test_interrupt exitcode = self._kill_process(multiprocessing.Process.interrupt) File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/test/_test_multiprocessing.py", line 570, in _kill_process self.assertEqual(join(), None) ~~~~^^ File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/test/_test_multiprocessing.py", line 250, in __call__ return self.func(*args, **kwds) ~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/multiprocessing/process.py", line 156, in join res = self._popen.wait(timeout) File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/multiprocessing/popen_fork.py", line 44, in wait return self.poll(os.WNOHANG if timeout == 0.0 else 0) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/multiprocessing/popen_fork.py", line 28, in poll pid, sts = os.waitpid(self.pid, flag) ~~~~~~~~~~^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/test/_test_multiprocessing.py", line 566, in handler raise RuntimeError('join took too long: %s' % p) RuntimeError: join took too long: <Process name='Process-1715' pid=3411682 parent=3393319 started daemon>
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/multiprocessing/process.py", line 320, in _bootstrap self.run() ~~~~~~~~^^ File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/test/_test_multiprocessing.py", line 518, in _sleep_some_event time.sleep(100) ~~~~~~~~~~^^^^^ KeyboardInterrupt k
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/multiprocessing/process.py", line 320, in _bootstrap self.run() ~~~~~~~~^^ File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/test/_test_multiprocessing.py", line 517, in _sleep_some_event event.set() ~~~~~~~~~^^ File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/multiprocessing/synchronize.py", line 344, in set with self._cond: ^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/multiprocessing/synchronize.py", line 242, in __exit__ return self._lock.__exit__(*args) ~~~~~~~~~~~~~~~~~~~^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/multiprocessing/synchronize.py", line 100, in __exit__ return self._semlock.__exit__(*args) ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^ KeyboardInterrupt k
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/test/test_os.py", line 1039, in test_utime_current_old self._test_utime_current(set_time) ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/test/test_os.py", line 1026, in _test_utime_current self.assertAlmostEqual(st.st_mtime, current, ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^ delta=delta, msg=msg) ^^^^^^^^^^^^^^^^^^^^^ AssertionError: 1750701849.9680684 != 1750701850.035394 within 0.05 delta (0.06732559204101562 difference) : st_time=1750701849.9680684, current=1750701850.035394, dt=-0.06732559204101562
Traceback (most recent call last): File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/test/_test_multiprocessing.py", line 588, in test_interrupt exitcode = self._kill_process(multiprocessing.Process.interrupt) File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/test/_test_multiprocessing.py", line 570, in _kill_process self.assertEqual(join(), None) ~~~~^^ File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/test/_test_multiprocessing.py", line 250, in __call__ return self.func(*args, **kwds) ~~~~~~~~~^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/multiprocessing/process.py", line 156, in join res = self._popen.wait(timeout) File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/multiprocessing/popen_fork.py", line 44, in wait return self.poll(os.WNOHANG if timeout == 0.0 else 0) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/multiprocessing/popen_fork.py", line 28, in poll pid, sts = os.waitpid(self.pid, flag) ~~~~~~~~~~^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.x.cstratak-rhel8-s390x.refleak/build/Lib/test/_test_multiprocessing.py", line 566, in handler raise RuntimeError('join took too long: %s' % p) RuntimeError: join took too long: <Process name='Process-3' pid=3422805 parent=3422800 started daemon>
Test report
Failed tests:
- test_os
- test.test_multiprocessing_fork.test_processes
Failed subtests:
- test_utime_current_old - test.test_os.UtimeTests.test_utime_current_old
- test_utime_current - test.test_os.UtimeTests.test_utime_current
- test_interrupt - test.test_multiprocessing_fork.test_processes.WithProcessesTestProcess.test_interrupt
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org