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 <a...@users.noreply.github.com>, Alek Kowalczyk 
<alek.kowalc...@gmail.com>, Alex Waygood <alex.wayg...@gmail.com>, Alexander 
Bessman <bess...@users.noreply.github.com>, Amin Alaee 
<mohammadamin.al...@gmail.com>, Barney Gale <barney.g...@gmail.com>, Brandt 
Bucher <brandtbuc...@microsoft.com>, Bénédikt Tran 
<10796600+picn...@users.noreply.github.com>, Chris Markiewicz 
<effig...@gmail.com>, Christian Clauss <ccla...@me.com>, Craig Robson 
<cr...@zhatt.com>, Danny Yang <yangdann...@users.noreply.github.com>, Diego 
Russo <diego.ru...@arm.com>, Donghee Na <donghee...@python.org>, Eric Snow 
<ericsnowcurren...@gmail.com>, Erlend E. Aasland <erl...@python.org>, Gabriele 
N. Tornetta <p403n1...@users.noreply.github.com>, Hugo van Kemenade 
<1324225+hug...@users.noreply.github.com>, Irit Katriel 
<1055913+iritkatr...@users.noreply.github.com>, Itamar Oren 
<itamar...@gmail.com>, Janek Nouvertné <provinzkr...@posteo.de>, Jelle Zijlstra 
<jelle.zijls...@gmail.com>, Justin Applegat
 e <70449145+legoclo...@users.noreply.github.com>, Ken Jin <ken...@python.org>, 
Kerim Kabirov <the.privat33r...@pm.me>, Kirill Podoprigora 
<kirill.ba...@mail.ru>, Kumar Aditya <kumaradi...@python.org>, Lysandros 
Nikolaou <lisandros...@gmail.com>, Mark Shannon <m...@hotpy.org>, Max Muoto 
<maxmu...@gmail.com>, Michael Allwright <allse...@gmail.com>, Nadeshiko Manju 
<m...@manjusaka.me>, Nate Ohlson <nateohl...@gmail.com>, Nate Ohlson 
<nohl...@purdue.edu>, Pablo Galindo Salgado <pablog...@gmail.com>, Petr 
Viktorin <encu...@gmail.com>, Pradyun Gedam <pradyu...@gmail.com>, Rafael 
Fontenelle <rffontene...@users.noreply.github.com>, Raymond Hettinger 
<rhettin...@users.noreply.github.com>, Russell Keith-Magee 
<russ...@keith-magee.com>, Sam Gross <colesb...@gmail.com>, Savannah Ostrowski 
<savannahostrow...@gmail.com>, Sergey B Kirpichev <skirpic...@gmail.com>, 
Serhiy Storchaka <storch...@gmail.com>, Stefano Rivera <stef...@rivera.za.net>, 
Steve Dower <steve.do...@python.org>, Tian Gao <gaogaotia
 nt...@hotmail.com>, Victor Stinner <vstin...@python.org>, Vinay Sajip 
<vinay_sa...@yahoo.co.uk>, Will Childs-Klein <willc...@gmail.com>, Wim 
Jeantine-Glenn <j...@wimglenn.com>, Xie Yanbo <xieya...@gmail.com>, Yureka 
<y...@yuka.dev>, blhsing <blhs...@gmail.com>, byundojin 
<103907292+byundo...@users.noreply.github.com>, chaen 
<christophe.h...@cern.ch>, da-woods <dw-...@d-woods.co.uk>, dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>, devdanzin 
<74280297+devdan...@users.noreply.github.com>, sobolevn <m...@sobolevn.me>, 
Łukasz Langa <luk...@langa.pl>

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 <effig...@gmail.com>

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 -- buildbot-status@python.org
To unsubscribe send an email to buildbot-status-le...@python.org
https://mail.python.org/mailman3/lists/buildbot-status.python.org/
Member address: arch...@mail-archive.com

Reply via email to