The Buildbot has detected a new failure on builder PPC64LE Fedora Rawhide NoGIL
3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1537/builds/92
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: cstratak-fedora-rawhide-ppc64le
Build Reason: <unknown>
Blamelist: AN Long <[email protected]>, Alek Kowalczyk
<[email protected]>, Alex Waygood <[email protected]>, Alexander
Bessman <[email protected]>, Amin Alaee
<[email protected]>, Barney Gale <[email protected]>, Brandt
Bucher <[email protected]>, Bénédikt Tran
<[email protected]>, Chris Markiewicz
<[email protected]>, Christian Clauss <[email protected]>, Craig Robson
<[email protected]>, Danny Yang <[email protected]>, Diego
Russo <[email protected]>, Donghee Na <[email protected]>, Eric Snow
<[email protected]>, Erlend E. Aasland <[email protected]>, Gabriele
N. Tornetta <[email protected]>, Hugo van Kemenade
<[email protected]>, Irit Katriel
<[email protected]>, Itamar Oren
<[email protected]>, Janek Nouvertné <[email protected]>, Jelle Zijlstra
<[email protected]>, Justin Applegat
e <[email protected]>, Ken Jin <[email protected]>,
Kerim Kabirov <[email protected]>, Kirill Podoprigora
<[email protected]>, Kumar Aditya <[email protected]>, Lysandros
Nikolaou <[email protected]>, Mark Shannon <[email protected]>, Max Muoto
<[email protected]>, Michael Allwright <[email protected]>, Nadeshiko Manju
<[email protected]>, Nate Ohlson <[email protected]>, Nate Ohlson
<[email protected]>, Pablo Galindo Salgado <[email protected]>, Petr
Viktorin <[email protected]>, Pradyun Gedam <[email protected]>, Rafael
Fontenelle <[email protected]>, Raymond Hettinger
<[email protected]>, Russell Keith-Magee
<[email protected]>, Sam Gross <[email protected]>, Savannah Ostrowski
<[email protected]>, Sergey B Kirpichev <[email protected]>,
Serhiy Storchaka <[email protected]>, Stefano Rivera <[email protected]>,
Steve Dower <[email protected]>, Tian Gao <gaogaotia
[email protected]>, Victor Stinner <[email protected]>, Vinay Sajip
<[email protected]>, Will Childs-Klein <[email protected]>, Wim
Jeantine-Glenn <[email protected]>, Xie Yanbo <[email protected]>, Yureka
<[email protected]>, blhsing <[email protected]>, byundojin
<[email protected]>, chaen
<[email protected]>, da-woods <[email protected]>, dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>, devdanzin
<[email protected]>, sobolevn <[email protected]>,
Łukasz Langa <[email protected]>
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-fedora-rawhide-ppc64le.nogil/build/Lib/test/test_pyrepl/test_pyrepl.py",
line 916, in test_not_wiping_history_file
self.assertNotEqual(pathlib.Path(hfile.name).stat().st_size, 0)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 0 == 0
Test report
===========
Failed tests:
- test_pyrepl
- test_statistics
- test_math
- test.test_concurrent_futures.test_deadlock
Failed subtests:
- test_not_wiping_history_file -
test.test_pyrepl.test_pyrepl.TestMain.test_not_wiping_history_file
Sincerely,
-The BuildbotThe Buildbot has detected a new failure on builder x86-64 MacOS
Intel NoGIL 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1258/builds/2289
Buildbot URL: https://buildbot.python.org/all/
Worker for this Build: itamaro-macos-intel-aws
Build Reason: <unknown>
Blamelist: Chris Markiewicz <[email protected]>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (most recent call last):
File
"/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-intel-aws.nogil/build/Lib/test/support/__init__.py",
line 2622, in wrapper
return func(*args, **kwargs)
File
"/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-intel-aws.nogil/build/Lib/test/test_pyrepl/test_pyrepl.py",
line 890, in test_python_basic_repl
self.assertEqual(exit_code, 0)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
AssertionError: 1 != 0
Traceback (most recent call last):
File
"/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-intel-aws.nogil/build/Lib/test/_test_eintr.py",
line 532, in test_lockf
self._lock(fcntl.lockf, "lockf")
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File
"/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-intel-aws.nogil/build/Lib/test/_test_eintr.py",
line 517, in _lock
raise Exception("failed to sync child in %.1f sec" % dt)
Exception: failed to sync child in 300.6 sec
Traceback (most recent call last):
File
"/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-intel-aws.nogil/build/Lib/test/_test_eintr.py",
line 535, in test_flock
self._lock(fcntl.flock, "flock")
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File
"/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-intel-aws.nogil/build/Lib/test/_test_eintr.py",
line 517, in _lock
raise Exception("failed to sync child in %.1f sec" % dt)
Exception: failed to sync child in 300.3 sec
Traceback (most recent call last):
File
"/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-intel-aws.nogil/build/Lib/test/test_eintr.py",
line 17, in test_all
script_helper.run_test_script(script)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File
"/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-intel-aws.nogil/build/Lib/test/support/script_helper.py",
line 318, in run_test_script
raise AssertionError(f"{name} failed")
AssertionError: script _test_eintr.py failed
Test report
===========
Failed tests:
- test_pyrepl
- test_eintr
Failed subtests:
- test_python_basic_repl -
test.test_pyrepl.test_pyrepl.TestMain.test_python_basic_repl
- test_all - test.test_eintr.EINTRTests.test_all
- test_lockf - __main__.FNTLEINTRTest.test_lockf
- test_flock - __main__.FNTLEINTRTest.test_flock
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]