[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (main)

2024-04-10 Thread buildbot
The Buildbot has detected a new failure on builder x86-64 MacOS Intel ASAN 
NoGIL 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1366/builds/825

Buildbot URL: https://buildbot.python.org/all/

Worker for this Build: itamaro-macos-intel-aws

Build Reason: 
Blamelist: Ethan Furman , Thomas Wouters 

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.macos-with-brew.asan.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.macos-with-brew.asan.nogil/build/Lib/test/support/script_helper.py",
 line 316, in run_test_script
raise AssertionError(f"{name} failed")
AssertionError: script _test_eintr.py failed


Traceback (most recent call last):
  File 
"/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-intel-aws.macos-with-brew.asan.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.macos-with-brew.asan.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.4 sec


Traceback (most recent call last):
  File 
"/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-intel-aws.macos-with-brew.asan.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.macos-with-brew.asan.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.2 sec



Test report
===

Failed tests:

- test_eintr

Failed subtests:

- test_flock - __main__.FNTLEINTRTest.test_flock
- test_lockf - __main__.FNTLEINTRTest.test_lockf
- test_all - test.test_eintr.EINTRTests.test_all




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


[Buildbot-status] ☠ Buildbot (Python): - failed test (failure) (812245ecce2d8344c3748228047bab456816180a)

2024-04-10 Thread buildbot
The Buildbot has detected a new failure on builder PPC64LE Fedora Rawhide 
Refleaks 3.10 while building Python.
Full details are available at:
https://buildbot.python.org/all/#/builders/603/builds/1055

Buildbot URL: https://buildbot.python.org/all/

Worker for this Build: cstratak-fedora-rawhide-ppc64le

Build Reason: 
Blamelist: 

BUILD FAILED: failed test (failure)


Summary of the results of the build (if available):
===

== Tests result: FAILURE then FAILURE ==

412 tests OK.

10 slowest tests:
- test_asyncio: 34 min 46 sec
- test_signal: 32 min 18 sec
- test_pydoc: 31 min 3 sec
- test_multiprocessing_spawn: 25 min 24 sec
- test_concurrent_futures: 20 min 23 sec
- test_peg_generator: 16 min 39 sec
- test_gdb: 13 min 56 sec
- test_multiprocessing_forkserver: 13 min 7 sec
- test_pickle: 11 min 27 sec
- test_multiprocessing_fork: 9 min 22 sec

1 test failed:
test_zlib

12 tests skipped:
test_devpoll test_ioctl test_kqueue test_msilib test_startfile
test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg
test_winsound test_zipfile64

1 re-run test:
test_zlib

Total duration: 1 hour 56 sec



Captured traceback
==

Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py",
 line 300, in _run_finalizers
finalizer()
  File 
"/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py",
 line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
  File 
"/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py",
 line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py",
 line 300, in _run_finalizers
finalizer()
  File 
"/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py",
 line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
  File 
"/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py",
 line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py",
 line 300, in _run_finalizers
finalizer()
  File 
"/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py",
 line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
  File 
"/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py",
 line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py",
 line 300, in _run_finalizers
finalizer()
  File 
"/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py",
 line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
  File 
"/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py",
 line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py",
 line 300, in _run_finalizers
finalizer()
  File 
"/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py",
 line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
  File 
"/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py",
 line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py",
 line 300, in _run_finalizers
finalizer()
  File 
"/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/util.py",
 line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
  File 
"/home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py",
 line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.10.cstratak-fedora-rawhide-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py:224:

[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (3.12)

2024-04-10 Thread buildbot
The Buildbot has detected a new failure on builder riscv64 Ubuntu23 3.12 while 
building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1376/builds/55

Buildbot URL: https://buildbot.python.org/all/

Worker for this Build: onder-riscv64

Build Reason: 
Blamelist: AN Long , Christopher Chianelli 
, Gregory P. Smith , Grigoriev Semyon 
<33061489+grigoriev-sem...@users.noreply.github.com>, Miss Islington (bot) 
<31488909+miss-isling...@users.noreply.github.com>, Thomas Wouters 
, Victor Stinner 

BUILD FAILED: failed test (failure)


Summary of the results of the build (if available):
===

== 


Captured traceback
==

Cloning into '.'...
remote: Enumerating objects: 943103
remote: Enumerating objects: 1022571, done.
remote: Counting objects:   0% (1/79468)
remote: Counting objects:   1% (795/79468)
remote: Counting objects:   2% (1590/79468)
remote: Counting objects:   3% (2385/79468)
remote: Counting objects:   4% (3179/79468)
remote: Counting objects:   5% (3974/79468)
remote: Counting objects:   6% (4769/79468)
remote: Counting objects:   7% (5563/79468)
remote: Counting objects:   8% (6358/79468)
remote: Counting objects:   9% (7153/79468)
remote: Counting objects:  10% (7947/79468)
remote: Counting objects:  11% (8742/79468)
remote: Counting objects:  12% (9537/79468)
remote: Counting objects:  13% (10331/79468)
remote: Counting objects:  14% (11126/79468)
remote: Counting objects:  15% (11921/79468)
remote: Counting objects:  16% (12715/79468)
remote: Counting objects:  17% (13510/79468)
remote: Counting objects:  18% (14305/79468)
remote: Counting objects:  19% (15099/79468)
remote: Counting objects:  20% (15894/79468)
remote: Counting objects:  21% (16689/79468)
remote: Counting objects:  22% (17483/79468)
remote: Counting objects:  23% (18278/79468)
remote: Counting objects:  24% (19073/79468)
remote: Counting objects:  25% (19867/79468)
remote: Counting objects:  26% (20662/79468)
remote: Counting objects:  27% (21457/79468)
remote: Counting objects:  28% (22252/79468)
remote: Counting objects:  29% (23046/79468)
remote: Counting objects:  30% (23841/79468)
remote: Counting objects:  31% (24636/79468)
remote: Counting objects:  32% (25430/79468)
remote: Counting objects:  33% (26225/79468)
remote: Counting objects:  34% (27020/79468)
remote: Counting objects:  35% (27814/79468)
remote: Counting objects:  36% (28609/79468)
remote: Counting objects:  37% (29404/79468)
remote: Counting objects:  38% (30198/79468)
remote: Counting objects:  39% (30993/79468)
remote: Counting objects:  40% (31788/79468)
remote: Counting objects:  41% (32582/79468)
remote: Counting objects:  42% (33377/79468)
remote: Counting objects:  43% (34172/79468)
remote: Counting objects:  44% (34966/79468)
remote: Counting objects:  45% (35761/79468)
remote: Counting objects:  46% (36556/79468)
remote: Counting objects:  47% (37350/79468)
remote: Counting objects:  48% (38145/79468)
remote: Counting objects:  49% (38940/79468)
remote: Counting objects:  50% (39734/79468)
remote: Counting objects:  51% (40529/79468)
remote: Counting objects:  52% (41324/79468)
remote: Counting objects:  53% (42119/79468)
remote: Counting objects:  54% (42913/79468)
remote: Counting objects:  55% (43708/79468)
remote: Counting objects:  56% (44503/79468)
remote: Counting objects:  57% (45297/79468)
remote: Counting objects:  58% (46092/79468)
remote: Counting objects:  59% (46887/79468)
remote: Counting objects:  60% (47681/79468)
remote: Counting objects:  61% (48476/79468)
remote: Counting objects:  62% (49271/79468)
remote: Counting objects:  63% (50065/79468)
remote: Counting objects:  64% (50860/79468)
remote: Counting objects:  65% (51655/79468)
remote: Counting objects:  66% (52449/79468)
remote: Counting objects:  67% (53244/79468)
remote: Counting objects:  68% (54039/79468)
remote: Counting objects:  69% (54833/79468)
remote: Counting objects:  70% (55628/79468)
remote: Counting objects:  71% (56423/79468)
remote: Counting objects:  72% (57217/79468)
remote: Counting objects:  73% (58012/79468)
remote: Counting objects:  74% (58807/79468)
remote: Counting objects:  75% (59601/79468)
remote: Counting objects:  76% (60396/79468)
remote: Counting objects:  77% (61191/79468)
remote: Counting objects:  78% (

[Buildbot-status] Buildbot Python worker onder-riscv64 missing

2024-04-10 Thread buildbot
The Buildbot worker named onder-riscv64 went away.

It last disconnected at Wed Apr 10 21:15:05 2024.


The admin on record (as reported by WORKER:info/admin) was Furkan ONDER 

.


___
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


[Buildbot-status] ☠ Buildbot (Python): - failed test (failure) (559b25fcc82d476bbab96cac7d67a253c4ed0ed9)

2024-04-10 Thread buildbot
The Buildbot has detected a new failure on builder PPC64LE RHEL8 Refleaks 3.12 
while building Python.
Full details are available at:
https://buildbot.python.org/all/#/builders/1158/builds/325

Buildbot URL: https://buildbot.python.org/all/

Worker for this Build: cstratak-RHEL8-ppc64le

Build Reason: 
Blamelist: 

BUILD FAILED: failed test (failure)


Summary of the results of the build (if available):
===




Captured traceback
==

remote: Enumerating objects: 3925, done.
remote: Counting objects:   0% (1/2858)
remote: Counting objects:   1% (29/2858)
remote: Counting objects:   2% (58/2858)
remote: Counting objects:   3% (86/2858)
remote: Counting objects:   4% (115/2858)
remote: Counting objects:   5% (143/2858)
remote: Counting objects:   6% (172/2858)
remote: Counting objects:   7% (201/2858)
remote: Counting objects:   8% (229/2858)
remote: Counting objects:   9% (258/2858)
remote: Counting objects:  10% (286/2858)
remote: Counting objects:  11% (315/2858)
remote: Counting objects:  12% (343/2858)
remote: Counting objects:  13% (372/2858)
remote: Counting objects:  14% (401/2858)
remote: Counting objects:  15% (429/2858)
remote: Counting objects:  16% (458/2858)
remote: Counting objects:  17% (486/2858)
remote: Counting objects:  18% (515/2858)
remote: Counting objects:  19% (544/2858)
remote: Counting objects:  20% (572/2858)
remote: Counting objects:  21% (601/2858)
remote: Counting objects:  22% (629/2858)
remote: Counting objects:  23% (658/2858)
remote: Counting objects:  24% (686/2858)
remote: Counting objects:  25% (715/2858)
remote: Counting objects:  26% (744/2858)
remote: Counting objects:  27% (772/2858)
remote: Counting objects:  28% (801/2858)
remote: Counting objects:  29% (829/2858)
remote: Counting objects:  30% (858/2858)
remote: Counting objects:  31% (886/2858)
remote: Counting objects:  32% (915/2858)
remote: Counting objects:  33% (944/2858)
remote: Counting objects:  34% (972/2858)
remote: Counting objects:  35% (1001/2858)
remote: Counting objects:  36% (1029/2858)
remote: Counting objects:  37% (1058/2858)
remote: Counting objects:  38% (1087/2858)
remote: Counting objects:  39% (1115/2858)
remote: Counting objects:  40% (1144/2858)
remote: Counting objects:  41% (1172/2858)
remote: Counting objects:  42% (1201/2858)
remote: Counting objects:  43% (1229/2858)
remote: Counting objects:  44% (1258/2858)
remote: Counting objects:  45% (1287/2858)
remote: Counting objects:  46% (1315/2858)
remote: Counting objects:  47% (1344/2858)
remote: Counting objects:  48% (1372/2858)
remote: Counting objects:  49% (1401/2858)
remote: Counting objects:  50% (1429/2858)
remote: Counting objects:  51% (1458/2858)
remote: Counting objects:  52% (1487/2858)
remote: Counting objects:  53% (1515/2858)
remote: Counting objects:  54% (1544/2858)
remote: Counting objects:  55% (1572/2858)
remote: Counting objects:  56% (1601/2858)
remote: Counting objects:  57% (1630/2858)
remote: Counting objects:  58% (1658/2858)
remote: Counting objects:  59% (1687/2858)
remote: Counting objects:  60% (1715/2858)
remote: Counting objects:  61% (1744/2858)
remote: Counting objects:  62% (1772/2858)
remote: Counting objects:  63% (1801/2858)
remote: Counting objects:  64% (1830/2858)
remote: Counting objects:  65% (1858/2858)
remote: Counting objects:  66% (1887/2858)
remote: Counting objects:  67% (1915/2858)
remote: Counting objects:  68% (1944/2858)
remote: Counting objects:  69% (1973/2858)
remote: Counting objects:  70% (2001/2858)
remote: Counting objects:  71% (2030/2858)
remote: Counting objects:  72% (2058/2858)
remote: Counting objects:  73% (2087/2858)
remote: Counting objects:  74% (2115/2858)
remote: Counting objects:  75% (2144/2858)
remote: Counting objects:  76% (2173/2858)
remote: Counting objects:  77% (2201/2858)
remote: Counting objects:  78% (2230/2858)
remote: Counting objects:  79% (2258/2858)
remote: Counting objects:  80% (2287/2858)
remote: Counting objects:  81% (2315/2858)
remote: Counting objects:  82% (2344/2858)
remote: Counting objects:  83% (2373/2858)
remote: Counting objects:  84% (2401/2858)
remote: Counting objects:  85% (2430/2858)
remote: Counting objects:  86% (2458/2858)
remote: Counting objects:  87% (2487/2858)