[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) uploading test-results.xml (failure) (3.13)

2024-09-30 Thread buildbot
The Buildbot has detected a new failure on builder x86-64 MacOS Intel ASAN 
NoGIL 3.13 while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/1460/builds/507

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

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

Build Reason: 
Blamelist: Miss Islington (bot) 
<31488909+miss-isling...@users.noreply.github.com>, Serhiy Storchaka 


BUILD FAILED: failed test (failure) uploading test-results.xml (failure)


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




Captured traceback
==

remote: Enumerating objects: 58, done.
remote: Counting objects:   1% (1/58)
remote: Counting objects:   3% (2/58)
remote: Counting objects:   5% (3/58)
remote: Counting objects:   6% (4/58)
remote: Counting objects:   8% (5/58)
remote: Counting objects:  10% (6/58)
remote: Counting objects:  12% (7/58)
remote: Counting objects:  13% (8/58)
remote: Counting objects:  15% (9/58)
remote: Counting objects:  17% (10/58)
remote: Counting objects:  18% (11/58)
remote: Counting objects:  20% (12/58)
remote: Counting objects:  22% (13/58)
remote: Counting objects:  24% (14/58)
remote: Counting objects:  25% (15/58)
remote: Counting objects:  27% (16/58)
remote: Counting objects:  29% (17/58)
remote: Counting objects:  31% (18/58)
remote: Counting objects:  32% (19/58)
remote: Counting objects:  34% (20/58)
remote: Counting objects:  36% (21/58)
remote: Counting objects:  37% (22/58)
remote: Counting objects:  39% (23/58)
remote: Counting objects:  41% (24/58)
remote: Counting objects:  43% (25/58)
remote: Counting objects:  44% (26/58)
remote: Counting objects:  46% (27/58)
remote: Counting objects:  48% (28/58)
remote: Counting objects:  50% (29/58)
remote: Counting objects:  51% (30/58)
remote: Counting objects:  53% (31/58)
remote: Counting objects:  55% (32/58)
remote: Counting objects:  56% (33/58)
remote: Counting objects:  58% (34/58)
remote: Counting objects:  60% (35/58)
remote: Counting objects:  62% (36/58)
remote: Counting objects:  63% (37/58)
remote: Counting objects:  65% (38/58)
remote: Counting objects:  67% (39/58)
remote: Counting objects:  68% (40/58)
remote: Counting objects:  70% (41/58)
remote: Counting objects:  72% (42/58)
remote: Counting objects:  74% (43/58)
remote: Counting objects:  75% (44/58)
remote: Counting objects:  77% (45/58)
remote: Counting objects:  79% (46/58)
remote: Counting objects:  81% (47/58)
remote: Counting objects:  82% (48/58)
remote: Counting objects:  84% (49/58)
remote: Counting objects:  86% (50/58)
remote: Counting objects:  87% (51/58)
remote: Counting objects:  89% (52/58)
remote: Counting objects:  91% (53/58)
remote: Counting objects:  93% (54/58)
remote: Counting objects:  94% (55/58)
remote: Counting objects:  96% (56/58)
remote: Counting objects:  98% (57/58)
remote: Counting objects: 100% (58/58)
remote: Counting objects: 100% (58/58), done.
remote: Compressing objects:   3% (1/32)
remote: Compressing objects:   6% (2/32)
remote: Compressing objects:   9% (3/32)
remote: Compressing objects:  12% (4/32)
remote: Compressing objects:  15% (5/32)
remote: Compressing objects:  18% (6/32)
remote: Compressing objects:  21% (7/32)
remote: Compressing objects:  25% (8/32)
remote: Compressing objects:  28% (9/32)
remote: Compressing objects:  31% (10/32)
remote: Compressing objects:  34% (11/32)
remote: Compressing objects:  37% (12/32)
remote: Compressing objects:  40% (13/32)
remote: Compressing objects:  43% (14/32)
remote: Compressing objects:  46% (15/32)
remote: Compressing objects:  50% (16/32)
remote: Compressing objects:  53% (17/32)
remote: Compressing objects:  56% (18/32)
remote: Compressing objects:  59% (19/32)
remote: Compressing objects:  62% (20/32)
remote: Compressing objects:  65% (21/32)
remote: Compressing objects:  68% (22/32)
remote: Compressing objects:  71% (23/32)
remote: Compressing objects:  75% (24/32)
remote: Compressing objects:  78% (25/32)
remote: Compressing objects:  81% (26/32)
remote: Compressing objects:  84% (27/32)
remote: Compressing objects:  87% (28/32)
remote: Compressing objects:  90% (29/32)
remote: Compressing objects:  93% (30/32)
remote: Compressing objects:  96% (31/32)  

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

2024-09-30 Thread buildbot
The Buildbot has detected a new failure on builder aarch64 Android 3.13 while 
building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/1590/builds/32

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

Worker for this Build: mhsmith-android-aarch64

Build Reason: 
Blamelist: Miss Islington (bot) 
<31488909+miss-isling...@users.noreply.github.com>, T. Wouters 


BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==

Traceback (most recent call last):
  File 
"/data/user/0/org.python.testbed/files/python/lib/python3.13/test/test_os.py", 
line 4449, in test_timerfd_ns_select
self.assertEqual(self.read_count_signaled(fd), 1)
^
AssertionError: 3 != 1


Traceback (most recent call last):
  File 
"/data/user/0/org.python.testbed/files/python/lib/python3.13/test/test_os.py", 
line 2402, in test_fpathconf
self.check(os.pathconf, "PC_NAME_MAX")
~~
  File 
"/data/user/0/org.python.testbed/files/python/lib/python3.13/test/test_os.py", 
line 2325, in check
f(os_helper.make_bad_fd(), *args, **kwargs)
~^^
ValueError: unrecognized configuration name



Test report
===

Failed tests:

- test_os

Failed subtests:

- test_timerfd_ns_select - test.test_os.TimerfdTests.test_timerfd_ns_select
- test_fpathconf - test.test_os.TestInvalidFD.test_fpathconf




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