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

2024-09-17 Thread buildbot
The Buildbot has detected a new failure on builder PPC64LE RHEL8 Refleaks 3.12 
while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/1158/builds/510

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

Worker for this Build: cstratak-RHEL8-ppc64le

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

BUILD FAILED: failed test (failure)


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




Captured traceback
==

Note: switching to '2f9dc65e121df86cf5fd25f7830ab7dea129e60f'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c 

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 2f9dc65e121 [3.12] GH-124108: Skip 
test_locale.test_strcoll_with_diacritic() on NetBSD (GH-124110) (#124147)
Switched to and reset branch '3.12'

make: *** [Makefile:2021: buildbottest] Terminated


Test report
===





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): python/cpython - failed test (failure) (main)

2024-09-17 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Windows10 3.x while 
building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/146/builds/9512

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

Worker for this Build: bolen-windows10

Build Reason: 
Blamelist: Sergey B Kirpichev 

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==

Traceback (most recent call last):
  File "D:\buildarea\3.x.bolen-windows10\build\Lib\test\test_math.py", line 
605, in testFmod
self.ftest('fmod(-10, 1)', math.fmod(-10, 1), -0.0)
~~^
  File "D:\buildarea\3.x.bolen-windows10\build\Lib\test\test_math.py", line 
258, in ftest
self.fail("{}: {}".format(name, failure))
~
AssertionError: fmod(-10, 1): expected -0.0, got 0.0 (zero has wrong sign)



Test report
===

Failed tests:

- test_math

Failed subtests:

- testFmod - test.test_math.MathTests.testFmod




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): python/cpython - failed test (failure) (main)

2024-09-17 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Fedora Rawhide NoGIL 
refleaks 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/1529/builds/146

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

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

Build Reason: 
Blamelist: Adam Turner <9087854+aa-tur...@users.noreply.github.com>, Furkan 
Onder , Nate Ohlson , Peter 
Bierma , Rafael Fontenelle 
, Savannah Ostrowski 
, Sergey B Kirpichev , 
sobolevn 

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==

Note: switching to '28aea5d07d163105b42acd81c1651397ef95ea57'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c 

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 28aea5d07d1 gh-123836: Check zero signs in math_testcases.txt 
(#123854)
Switched to and reset branch 'main'

configure: WARNING: no system libmpdecimal found; falling back to bundled 
libmpdecimal (deprecated and scheduled for removal in Python 3.15)

make: *** [Makefile:2311: buildbottest] Error 3


Test report
===

Failed tests:

- test.test_concurrent_futures.test_deadlock




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): python/cpython - failed test (failure) (3.12)

2024-09-17 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Windows10 3.12 while 
building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/1159/builds/1208

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

Worker for this Build: bolen-windows10

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

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==

Traceback (most recent call last):
  File "D:\buildarea\3.12.bolen-windows10\build\Lib\test\test_regrtest.py", 
line 1804, in test_unraisable_exc
output = self.run_tests("--fail-env-changed", "-v", testname,
 
  File "D:\buildarea\3.12.bolen-windows10\build\Lib\test\test_regrtest.py", 
line 886, in run_tests
return self.run_python(cmdargs, **kw)
   ^^
  File "D:\buildarea\3.12.bolen-windows10\build\Lib\test\test_regrtest.py", 
line 742, in run_python
proc = self.run_command(args, **kw)
   
  File "D:\buildarea\3.12.bolen-windows10\build\Lib\test\test_regrtest.py", 
line 733, in run_command
self.fail(msg)
AssertionError: Command 
['D:\\buildarea\\3.12.bolen-windows10\\build\\PCbuild\\amd64\\python_d.exe', 
'-X', 'faulthandler', '-I', '-m', 'test', 
'--testdir=d:\\temp\\test_python_dm_u646k\\tmpvm2aupow', '--fail-env-changed', 
'-v', 'test_regrtest_noop47'] failed with exit code 3221225477, but exit code 3 
expected!


Traceback (most recent call last):
  File "D:\buildarea\3.12.bolen-windows10\build\Lib\test\test_math.py", line 
605, in testFmod
self.ftest('fmod(-10, 1)', math.fmod(-10, 1), -0.0)
  File "D:\buildarea\3.12.bolen-windows10\build\Lib\test\test_math.py", line 
258, in ftest
self.fail("{}: {}".format(name, failure))
AssertionError: fmod(-10, 1): expected -0.0, got 0.0 (zero has wrong sign)



Test report
===

Failed tests:

- test_math
- test_regrtest

Failed subtests:

- test_unraisable_exc - test.test_regrtest.ArgsTestCase.test_unraisable_exc
- testFmod - test.test_math.MathTests.testFmod




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): python/cpython - failed test (failure) (main)

2024-09-17 Thread buildbot
The Buildbot has detected a new failure on builder aarch64 RHEL8 LTO 3.x while 
building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/338/builds/7201

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

Worker for this Build: cstratak-RHEL8-aarch64

Build Reason: 
Blamelist: Jacek , Jakub Kulík , 
Sergey B Kirpichev 

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-aarch64.lto/build/Lib/threading.py",
 line 1041, in _bootstrap_inner
self.run()
^^
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.lto/build/Lib/threading.py",
 line 992, in run
self._target(*self._args, **self._kwargs)
^
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.lto/build/Lib/test/test_interpreters/test_stress.py",
 line 29, in task
interp = interpreters.create()
  File 
"/home/buildbot/buildarea/3.x.cstratak-RHEL8-aarch64.lto/build/Lib/test/support/interpreters/__init__.py",
 line 76, in create
id = _interpreters.create(reqrefs=True)
interpreters.InterpreterError: interpreter creation failed
k



Test report
===





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): python/cpython - failed test (failure) (3.12)

2024-09-17 Thread buildbot
The Buildbot has detected a new failure on builder s390x Fedora Rawhide LTO + 
PGO 3.12 while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/1097/builds/765

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

Worker for this Build: edelsohn-fedora-rawhide-z

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


BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==

remote: Enumerating objects: 40, done.
remote: Counting objects:   2% (1/40)
remote: Counting objects:   5% (2/40)
remote: Counting objects:   7% (3/40)
remote: Counting objects:  10% (4/40)
remote: Counting objects:  12% (5/40)
remote: Counting objects:  15% (6/40)
remote: Counting objects:  17% (7/40)
remote: Counting objects:  20% (8/40)
remote: Counting objects:  22% (9/40)
remote: Counting objects:  25% (10/40)
remote: Counting objects:  27% (11/40)
remote: Counting objects:  30% (12/40)
remote: Counting objects:  32% (13/40)
remote: Counting objects:  35% (14/40)
remote: Counting objects:  37% (15/40)
remote: Counting objects:  40% (16/40)
remote: Counting objects:  42% (17/40)
remote: Counting objects:  45% (18/40)
remote: Counting objects:  47% (19/40)
remote: Counting objects:  50% (20/40)
remote: Counting objects:  52% (21/40)
remote: Counting objects:  55% (22/40)
remote: Counting objects:  57% (23/40)
remote: Counting objects:  60% (24/40)
remote: Counting objects:  62% (25/40)
remote: Counting objects:  65% (26/40)
remote: Counting objects:  67% (27/40)
remote: Counting objects:  70% (28/40)
remote: Counting objects:  72% (29/40)
remote: Counting objects:  75% (30/40)
remote: Counting objects:  77% (31/40)
remote: Counting objects:  80% (32/40)
remote: Counting objects:  82% (33/40)
remote: Counting objects:  85% (34/40)
remote: Counting objects:  87% (35/40)
remote: Counting objects:  90% (36/40)
remote: Counting objects:  92% (37/40)
remote: Counting objects:  95% (38/40)
remote: Counting objects:  97% (39/40)
remote: Counting objects: 100% (40/40)
remote: Counting objects: 100% (40/40), done.
remote: Compressing objects:   3% (1/26)
remote: Compressing objects:   7% (2/26)
remote: Compressing objects:  11% (3/26)
remote: Compressing objects:  15% (4/26)
remote: Compressing objects:  19% (5/26)
remote: Compressing objects:  23% (6/26)
remote: Compressing objects:  26% (7/26)
remote: Compressing objects:  30% (8/26)
remote: Compressing objects:  34% (9/26)
remote: Compressing objects:  38% (10/26)
remote: Compressing objects:  42% (11/26)
remote: Compressing objects:  46% (12/26)
remote: Compressing objects:  50% (13/26)
remote: Compressing objects:  53% (14/26)
remote: Compressing objects:  57% (15/26)
remote: Compressing objects:  61% (16/26)
remote: Compressing objects:  65% (17/26)
remote: Compressing objects:  69% (18/26)
remote: Compressing objects:  73% (19/26)
remote: Compressing objects:  76% (20/26)
remote: Compressing objects:  80% (21/26)
remote: Compressing objects:  84% (22/26)
remote: Compressing objects:  88% (23/26)
remote: Compressing objects:  92% (24/26)
remote: Compressing objects:  96% (25/26)
remote: Compressing objects: 100% (26/26)
remote: Compressing objects: 100% (26/26), done.
remote: Total 40 (delta 15), reused 24 (delta 14), pack-reused 0 (from 0)   
 
>From https://github.com/python/cpython
 * branch  3.12   -> FETCH_HEAD
Note: switching to 'c7a94e77bc61ed6a1ec1419748f2eaefa67e0c26'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c 

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at c7a94e77bc [3.12] gh-123836: workaround fmod(x, y) bug on 
Windows (GH-124171) (#124186)
Switched to and reset branch '3.12'

find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
make[2]: [Makefile:283

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

2024-09-17 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 CentOS9 NoGIL Refleaks 
3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/1610/builds/22

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

Worker for this Build: itamaro-centos-aws

Build Reason: 
Blamelist: Bradley Reynolds 

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.itamaro-centos-aws.refleak.nogil/build/Lib/test/test_site.py",
 line 258, in test_s_option
self.assertIn(usersite, sys.path)
~
AssertionError: '/home/buildbot/.local/lib/python3.14t/site-packages' not found 
in ['/home/buildbot/buildarea/3.x.itamaro-centos-aws.refleak.nogil/build', 
'/home/buildbot/buildarea/3.x.itamaro-centos-aws.refleak.nogil/build/target/lib/python314t.zip',
 '/home/buildbot/buildarea/3.x.itamaro-centos-aws.refleak.nogil/build/Lib', 
'/home/buildbot/buildarea/3.x.itamaro-centos-aws.refleak.nogil/build/build/lib.linux-x86_64-3.14-pydebug']



Test report
===

Failed tests:

- test_free_threading

Failed subtests:

- test_s_option - test.test_site.HelperFunctionsTests.test_s_option




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