The Buildbot has detected a new failure on builder PPC64LE CentOS9 Refleaks 3.x 
while building python/cpython.
Full details are available at:
    https://buildbot.python.org/#/builders/867/builds/919

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

Worker for this Build: cstratak-CentOS9-ppc64le

Build Reason: <unknown>
Blamelist: Mark Shannon <m...@hotpy.org>

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==================

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

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 <new-branch-name>

Or undo this operation with:

  git switch -

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

HEAD is now at bb1d30336e8 GH-118093: Make `CALL_ALLOC_AND_ENTER_INIT` suitable 
for tier 2. (GH-123140)
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)

./Modules/blake2module.c: In function ‘type_to_impl’:
./Modules/blake2module.c:314:18: warning: unused variable ‘st’ 
[-Wunused-variable]
  314 |     Blake2State* st = blake2_get_state_from_type(type);
      |                  ^~

make: *** [Makefile:2304: buildbottest] Error 2


Test report
===========

Failed tests:

- test_dataclasses




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder AMD64 
Windows11 Refleaks 3.x while building python/cpython.
Full details are available at:
    https://buildbot.python.org/#/builders/920/builds/865

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

Worker for this Build: ware-win11

Build Reason: <unknown>
Blamelist: Irit Katriel <1055913+iritkatr...@users.noreply.github.com>, Mark 
Shannon <m...@hotpy.org>

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==================

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

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 <new-branch-name>

Or undo this operation with:

  git switch -

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

HEAD is now at bb1d30336e8 GH-118093: Make `CALL_ALLOC_AND_ENTER_INIT` suitable 
for tier 2. (GH-123140)
Switched to and reset branch 'main'

Could Not Find b:\uildarea\3.x.ware-win11.refleak\build\Lib\*.pyc
The system cannot find the file specified.
Could Not Find b:\uildarea\3.x.ware-win11.refleak\build\PCbuild\python*.zip

Could Not Find b:\uildarea\3.x.ware-win11.refleak\build\PCbuild\python*.zip


Test report
===========

Failed tests:

- test_dataclasses




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora 
Stable Refleaks 3.x while building python/cpython.
Full details are available at:
    https://buildbot.python.org/#/builders/320/builds/1180

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

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

Build Reason: <unknown>
Blamelist: Mark Shannon <m...@hotpy.org>

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-stable-x86_64.refleak/build/Lib/test/test_glob.py",
 line 543, in test_selflink
    self.assertIn(path, results)
    ~~~~~~~~~~~~~^^^^^^^^^^^^^^^
AssertionError: 
'dir/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/file'
 not found in 
{'dir/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/file',
 
'dir/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/file',
 
'dir/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/file',
 
'dir/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/file',
 'dir
 
/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/link/file'}



Test report
===========

Failed tests:

- test_dataclasses
- test_glob

Failed subtests:

- test_selflink - test.test_glob.SymlinkLoopGlobTests.test_selflink




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder AMD64 CentOS9 
Refleaks 3.x while building python/cpython.
Full details are available at:
    https://buildbot.python.org/#/builders/853/builds/935

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

Worker for this Build: cstratak-CentOS9-x86_64

Build Reason: <unknown>
Blamelist: Mark Shannon <m...@hotpy.org>

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==================

remote: Enumerating objects: 30, done.        
remote: Counting objects:   3% (1/30)        
remote: Counting objects:   6% (2/30)        
remote: Counting objects:  10% (3/30)        
remote: Counting objects:  13% (4/30)        
remote: Counting objects:  16% (5/30)        
remote: Counting objects:  20% (6/30)        
remote: Counting objects:  23% (7/30)        
remote: Counting objects:  26% (8/30)        
remote: Counting objects:  30% (9/30)        
remote: Counting objects:  33% (10/30)        
remote: Counting objects:  36% (11/30)        
remote: Counting objects:  40% (12/30)        
remote: Counting objects:  43% (13/30)        
remote: Counting objects:  46% (14/30)        
remote: Counting objects:  50% (15/30)        
remote: Counting objects:  53% (16/30)        
remote: Counting objects:  56% (17/30)        
remote: Counting objects:  60% (18/30)        
remote: Counting objects:  63% (19/30)        
remote: Counting objects:  66% (20/30)        
remote: Counting objects:  70% (21/30)        
remote: Counting objects:  73% (22/30)        
remote: Counting objects:  76% (23/30)        
remote: Counting objects:  80% (24/30)        
remote: Counting objects:  83% (25/30)        
remote: Counting objects:  86% (26/30)        
remote: Counting objects:  90% (27/30)        
remote: Counting objects:  93% (28/30)        
remote: Counting objects:  96% (29/30)        
remote: Counting objects: 100% (30/30)        
remote: Counting objects: 100% (30/30), done.        
remote: Compressing objects:   3% (1/30)        
remote: Compressing objects:   6% (2/30)        
remote: Compressing objects:  10% (3/30)        
remote: Compressing objects:  13% (4/30)        
remote: Compressing objects:  16% (5/30)        
remote: Compressing objects:  20% (6/30)        
remote: Compressing objects:  23% (7/30)        
remote: Compressing objects:  26% (8/30)        
remote: Compressing objects:  30% (9/30)        
remote: Compressing objects:  33% (10/30)        
remote: Compressing objects:  36% (11/30)        
remote: Compressing objects:  40% (12/30)        
remote: Compressing objects:  43% (13/30)        
remote: Compressing objects:  46% (14/30)        
remote: Compressing objects:  50% (15/30)        
remote: Compressing objects:  53% (16/30)        
remote: Compressing objects:  56% (17/30)        
remote: Compressing objects:  60% (18/30)        
remote: Compressing objects:  63% (19/30)        
remote: Compressing objects:  66% (20/30)        
remote: Compressing objects:  70% (21/30)        
remote: Compressing objects:  73% (22/30)        
remote: Compressing objects:  76% (23/30)        
remote: Compressing objects:  80% (24/30)        
remote: Compressing objects:  83% (25/30)        
remote: Compressing objects:  86% (26/30)        
remote: Compressing objects:  90% (27/30)        
remote: Compressing objects:  93% (28/30)        
remote: Compressing objects:  96% (29/30)        
remote: Compressing objects: 100% (30/30)        
remote: Compressing objects: 100% (30/30), done.        
remote: Total 30 (delta 4), reused 4 (delta 0), pack-reused 0 (from 0)        
>From https://github.com/python/cpython
 * branch                    main       -> FETCH_HEAD
Note: switching to 'bb1d30336e83837d4191a016107fd501cd230328'.

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 <new-branch-name>

Or undo this operation with:

  git switch -

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

HEAD is now at bb1d30336e8 GH-118093: Make `CALL_ALLOC_AND_ENTER_INIT` suitable 
for tier 2. (GH-123140)
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:2304: buildbottest] Error 2


Test report
===========

Failed tests:

- test_dataclasses




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder s390x RHEL8 
Refleaks 3.x while building python/cpython.
Full details are available at:
    https://buildbot.python.org/#/builders/75/builds/1228

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

Worker for this Build: edelsohn-rhel8-z

Build Reason: <unknown>
Blamelist: Mark Shannon <m...@hotpy.org>

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==================

Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.refleak/build/Lib/test/test_socket.py",
 line 6861, in test_address
    with socket.create_server(("::1", port),
         ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
                              family=socket.AF_INET6) as sock:
                              ^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z.refleak/build/Lib/socket.py", 
line 947, in create_server
    raise error(err.errno, msg) from None
OSError: [Errno 98] Address already in use (while attempting to bind on address 
('::1', 54943))



Test report
===========

Failed tests:

- test_dataclasses

Failed subtests:

- test_address - test.test_socket.CreateServerTest.test_address




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder s390x Fedora 
Rawhide Refleaks 3.x while building python/cpython.
Full details are available at:
    https://buildbot.python.org/#/builders/16/builds/1010

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

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

Build Reason: <unknown>
Blamelist: Mark Shannon <m...@hotpy.org>

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==================

remote: Enumerating objects: 30, done.        
remote: Counting objects:   3% (1/30)        
remote: Counting objects:   6% (2/30)        
remote: Counting objects:  10% (3/30)        
remote: Counting objects:  13% (4/30)        
remote: Counting objects:  16% (5/30)        
remote: Counting objects:  20% (6/30)        
remote: Counting objects:  23% (7/30)        
remote: Counting objects:  26% (8/30)        
remote: Counting objects:  30% (9/30)        
remote: Counting objects:  33% (10/30)        
remote: Counting objects:  36% (11/30)        
remote: Counting objects:  40% (12/30)        
remote: Counting objects:  43% (13/30)        
remote: Counting objects:  46% (14/30)        
remote: Counting objects:  50% (15/30)        
remote: Counting objects:  53% (16/30)        
remote: Counting objects:  56% (17/30)        
remote: Counting objects:  60% (18/30)        
remote: Counting objects:  63% (19/30)        
remote: Counting objects:  66% (20/30)        
remote: Counting objects:  70% (21/30)        
remote: Counting objects:  73% (22/30)        
remote: Counting objects:  76% (23/30)        
remote: Counting objects:  80% (24/30)        
remote: Counting objects:  83% (25/30)        
remote: Counting objects:  86% (26/30)        
remote: Counting objects:  90% (27/30)        
remote: Counting objects:  93% (28/30)        
remote: Counting objects:  96% (29/30)        
remote: Counting objects: 100% (30/30)        
remote: Counting objects: 100% (30/30), done.        
remote: Compressing objects:   3% (1/30)        
remote: Compressing objects:   6% (2/30)        
remote: Compressing objects:  10% (3/30)        
remote: Compressing objects:  13% (4/30)        
remote: Compressing objects:  16% (5/30)        
remote: Compressing objects:  20% (6/30)        
remote: Compressing objects:  23% (7/30)        
remote: Compressing objects:  26% (8/30)        
remote: Compressing objects:  30% (9/30)        
remote: Compressing objects:  33% (10/30)        
remote: Compressing objects:  36% (11/30)        
remote: Compressing objects:  40% (12/30)        
remote: Compressing objects:  43% (13/30)        
remote: Compressing objects:  46% (14/30)        
remote: Compressing objects:  50% (15/30)        
remote: Compressing objects:  53% (16/30)        
remote: Compressing objects:  56% (17/30)        
remote: Compressing objects:  60% (18/30)        
remote: Compressing objects:  63% (19/30)        
remote: Compressing objects:  66% (20/30)        
remote: Compressing objects:  70% (21/30)        
remote: Compressing objects:  73% (22/30)        
remote: Compressing objects:  76% (23/30)        
remote: Compressing objects:  80% (24/30)        
remote: Compressing objects:  83% (25/30)        
remote: Compressing objects:  86% (26/30)        
remote: Compressing objects:  90% (27/30)        
remote: Compressing objects:  93% (28/30)        
remote: Compressing objects:  96% (29/30)        
remote: Compressing objects: 100% (30/30)        
remote: Compressing objects: 100% (30/30), done.        
remote: Total 30 (delta 4), reused 4 (delta 0), pack-reused 0 (from 0)        
>From https://github.com/python/cpython
 * branch                    main       -> FETCH_HEAD
Note: switching to 'bb1d30336e83837d4191a016107fd501cd230328'.

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 <new-branch-name>

Or undo this operation with:

  git switch -

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

HEAD is now at bb1d30336e8 GH-118093: Make `CALL_ALLOC_AND_ENTER_INIT` suitable 
for tier 2. (GH-123140)
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)

./Modules/blake2module.c: In function ‘type_to_impl’:
./Modules/blake2module.c:314:18: warning: unused variable ‘st’ 
[-Wunused-variable]
  314 |     Blake2State* st = blake2_get_state_from_type(type);
      |                  ^~

make: *** [Makefile:2302: buildbottest] Error 2


Test report
===========

Failed tests:

- test_dataclasses




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder s390x Fedora 
Refleaks 3.x while building python/cpython.
Full details are available at:
    https://buildbot.python.org/#/builders/433/builds/1225

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

Worker for this Build: edelsohn-fedora-z

Build Reason: <unknown>
Blamelist: Mark Shannon <m...@hotpy.org>

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==================

remote: Enumerating objects: 30, done.        
remote: Counting objects:   3% (1/30)        
remote: Counting objects:   6% (2/30)        
remote: Counting objects:  10% (3/30)        
remote: Counting objects:  13% (4/30)        
remote: Counting objects:  16% (5/30)        
remote: Counting objects:  20% (6/30)        
remote: Counting objects:  23% (7/30)        
remote: Counting objects:  26% (8/30)        
remote: Counting objects:  30% (9/30)        
remote: Counting objects:  33% (10/30)        
remote: Counting objects:  36% (11/30)        
remote: Counting objects:  40% (12/30)        
remote: Counting objects:  43% (13/30)        
remote: Counting objects:  46% (14/30)        
remote: Counting objects:  50% (15/30)        
remote: Counting objects:  53% (16/30)        
remote: Counting objects:  56% (17/30)        
remote: Counting objects:  60% (18/30)        
remote: Counting objects:  63% (19/30)        
remote: Counting objects:  66% (20/30)        
remote: Counting objects:  70% (21/30)        
remote: Counting objects:  73% (22/30)        
remote: Counting objects:  76% (23/30)        
remote: Counting objects:  80% (24/30)        
remote: Counting objects:  83% (25/30)        
remote: Counting objects:  86% (26/30)        
remote: Counting objects:  90% (27/30)        
remote: Counting objects:  93% (28/30)        
remote: Counting objects:  96% (29/30)        
remote: Counting objects: 100% (30/30)        
remote: Counting objects: 100% (30/30), done.        
remote: Compressing objects:   3% (1/30)        
remote: Compressing objects:   6% (2/30)        
remote: Compressing objects:  10% (3/30)        
remote: Compressing objects:  13% (4/30)        
remote: Compressing objects:  16% (5/30)        
remote: Compressing objects:  20% (6/30)        
remote: Compressing objects:  23% (7/30)        
remote: Compressing objects:  26% (8/30)        
remote: Compressing objects:  30% (9/30)        
remote: Compressing objects:  33% (10/30)        
remote: Compressing objects:  36% (11/30)        
remote: Compressing objects:  40% (12/30)        
remote: Compressing objects:  43% (13/30)        
remote: Compressing objects:  46% (14/30)        
remote: Compressing objects:  50% (15/30)        
remote: Compressing objects:  53% (16/30)        
remote: Compressing objects:  56% (17/30)        
remote: Compressing objects:  60% (18/30)        
remote: Compressing objects:  63% (19/30)        
remote: Compressing objects:  66% (20/30)        
remote: Compressing objects:  70% (21/30)        
remote: Compressing objects:  73% (22/30)        
remote: Compressing objects:  76% (23/30)        
remote: Compressing objects:  80% (24/30)        
remote: Compressing objects:  83% (25/30)        
remote: Compressing objects:  86% (26/30)        
remote: Compressing objects:  90% (27/30)        
remote: Compressing objects:  93% (28/30)        
remote: Compressing objects:  96% (29/30)        
remote: Compressing objects: 100% (30/30)        
remote: Compressing objects: 100% (30/30), done.        
remote: Total 30 (delta 4), reused 4 (delta 0), pack-reused 0 (from 0)        
>From https://github.com/python/cpython
 * branch                    main       -> FETCH_HEAD
Note: switching to 'bb1d30336e83837d4191a016107fd501cd230328'.

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 <new-branch-name>

Or undo this operation with:

  git switch -

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

HEAD is now at bb1d30336e8 GH-118093: Make `CALL_ALLOC_AND_ENTER_INIT` suitable 
for tier 2. (GH-123140)
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)

./Modules/blake2module.c: In function ‘type_to_impl’:
./Modules/blake2module.c:314:18: warning: unused variable ‘st’ 
[-Wunused-variable]
  314 |     Blake2State* st = blake2_get_state_from_type(type);
      |                  ^~

make: *** [Makefile:2302: buildbottest] Error 2


Test report
===========

Failed tests:

- test_dataclasses




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder s390x RHEL9 
Refleaks 3.x while building python/cpython.
Full details are available at:
    https://buildbot.python.org/#/builders/1589/builds/26

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

Worker for this Build: edelsohn-rhel-z

Build Reason: <unknown>
Blamelist: Mark Shannon <m...@hotpy.org>

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==================

remote: Enumerating objects: 30, done.        
remote: Counting objects:   3% (1/30)        
remote: Counting objects:   6% (2/30)        
remote: Counting objects:  10% (3/30)        
remote: Counting objects:  13% (4/30)        
remote: Counting objects:  16% (5/30)        
remote: Counting objects:  20% (6/30)        
remote: Counting objects:  23% (7/30)        
remote: Counting objects:  26% (8/30)        
remote: Counting objects:  30% (9/30)        
remote: Counting objects:  33% (10/30)        
remote: Counting objects:  36% (11/30)        
remote: Counting objects:  40% (12/30)        
remote: Counting objects:  43% (13/30)        
remote: Counting objects:  46% (14/30)        
remote: Counting objects:  50% (15/30)        
remote: Counting objects:  53% (16/30)        
remote: Counting objects:  56% (17/30)        
remote: Counting objects:  60% (18/30)        
remote: Counting objects:  63% (19/30)        
remote: Counting objects:  66% (20/30)        
remote: Counting objects:  70% (21/30)        
remote: Counting objects:  73% (22/30)        
remote: Counting objects:  76% (23/30)        
remote: Counting objects:  80% (24/30)        
remote: Counting objects:  83% (25/30)        
remote: Counting objects:  86% (26/30)        
remote: Counting objects:  90% (27/30)        
remote: Counting objects:  93% (28/30)        
remote: Counting objects:  96% (29/30)        
remote: Counting objects: 100% (30/30)        
remote: Counting objects: 100% (30/30), done.        
remote: Compressing objects:   3% (1/30)        
remote: Compressing objects:   6% (2/30)        
remote: Compressing objects:  10% (3/30)        
remote: Compressing objects:  13% (4/30)        
remote: Compressing objects:  16% (5/30)        
remote: Compressing objects:  20% (6/30)        
remote: Compressing objects:  23% (7/30)        
remote: Compressing objects:  26% (8/30)        
remote: Compressing objects:  30% (9/30)        
remote: Compressing objects:  33% (10/30)        
remote: Compressing objects:  36% (11/30)        
remote: Compressing objects:  40% (12/30)        
remote: Compressing objects:  43% (13/30)        
remote: Compressing objects:  46% (14/30)        
remote: Compressing objects:  50% (15/30)        
remote: Compressing objects:  53% (16/30)        
remote: Compressing objects:  56% (17/30)        
remote: Compressing objects:  60% (18/30)        
remote: Compressing objects:  63% (19/30)        
remote: Compressing objects:  66% (20/30)        
remote: Compressing objects:  70% (21/30)        
remote: Compressing objects:  73% (22/30)        
remote: Compressing objects:  76% (23/30)        
remote: Compressing objects:  80% (24/30)        
remote: Compressing objects:  83% (25/30)        
remote: Compressing objects:  86% (26/30)        
remote: Compressing objects:  90% (27/30)        
remote: Compressing objects:  93% (28/30)        
remote: Compressing objects:  96% (29/30)        
remote: Compressing objects: 100% (30/30)        
remote: Compressing objects: 100% (30/30), done.        
remote: Total 30 (delta 4), reused 4 (delta 0), pack-reused 0 (from 0)        
>From https://github.com/python/cpython
 * branch                    main       -> FETCH_HEAD
Note: switching to 'bb1d30336e83837d4191a016107fd501cd230328'.

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 <new-branch-name>

Or undo this operation with:

  git switch -

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

HEAD is now at bb1d30336e8 GH-118093: Make `CALL_ALLOC_AND_ENTER_INIT` suitable 
for tier 2. (GH-123140)
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)

./Modules/blake2module.c: In function ‘type_to_impl’:
./Modules/blake2module.c:314:18: warning: unused variable ‘st’ 
[-Wunused-variable]
  314 |     Blake2State* st = blake2_get_state_from_type(type);
      |                  ^~

make: *** [Makefile:2300: buildbottest] Error 2


Test report
===========

Failed tests:

- test_dataclasses




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder AMD64 RHEL8 
Refleaks 3.x while building python/cpython.
Full details are available at:
    https://buildbot.python.org/#/builders/259/builds/1225

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

Worker for this Build: cstratak-RHEL8-x86_64

Build Reason: <unknown>
Blamelist: Mark Shannon <m...@hotpy.org>

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==================

remote: Enumerating objects: 30, done.        
remote: Counting objects:   3% (1/30)        
remote: Counting objects:   6% (2/30)        
remote: Counting objects:  10% (3/30)        
remote: Counting objects:  13% (4/30)        
remote: Counting objects:  16% (5/30)        
remote: Counting objects:  20% (6/30)        
remote: Counting objects:  23% (7/30)        
remote: Counting objects:  26% (8/30)        
remote: Counting objects:  30% (9/30)        
remote: Counting objects:  33% (10/30)        
remote: Counting objects:  36% (11/30)        
remote: Counting objects:  40% (12/30)        
remote: Counting objects:  43% (13/30)        
remote: Counting objects:  46% (14/30)        
remote: Counting objects:  50% (15/30)        
remote: Counting objects:  53% (16/30)        
remote: Counting objects:  56% (17/30)        
remote: Counting objects:  60% (18/30)        
remote: Counting objects:  63% (19/30)        
remote: Counting objects:  66% (20/30)        
remote: Counting objects:  70% (21/30)        
remote: Counting objects:  73% (22/30)        
remote: Counting objects:  76% (23/30)        
remote: Counting objects:  80% (24/30)        
remote: Counting objects:  83% (25/30)        
remote: Counting objects:  86% (26/30)        
remote: Counting objects:  90% (27/30)        
remote: Counting objects:  93% (28/30)        
remote: Counting objects:  96% (29/30)        
remote: Counting objects: 100% (30/30)        
remote: Counting objects: 100% (30/30), done.        
remote: Compressing objects:   3% (1/30)        
remote: Compressing objects:   6% (2/30)        
remote: Compressing objects:  10% (3/30)        
remote: Compressing objects:  13% (4/30)        
remote: Compressing objects:  16% (5/30)        
remote: Compressing objects:  20% (6/30)        
remote: Compressing objects:  23% (7/30)        
remote: Compressing objects:  26% (8/30)        
remote: Compressing objects:  30% (9/30)        
remote: Compressing objects:  33% (10/30)        
remote: Compressing objects:  36% (11/30)        
remote: Compressing objects:  40% (12/30)        
remote: Compressing objects:  43% (13/30)        
remote: Compressing objects:  46% (14/30)        
remote: Compressing objects:  50% (15/30)        
remote: Compressing objects:  53% (16/30)        
remote: Compressing objects:  56% (17/30)        
remote: Compressing objects:  60% (18/30)        
remote: Compressing objects:  63% (19/30)        
remote: Compressing objects:  66% (20/30)        
remote: Compressing objects:  70% (21/30)        
remote: Compressing objects:  73% (22/30)        
remote: Compressing objects:  76% (23/30)        
remote: Compressing objects:  80% (24/30)        
remote: Compressing objects:  83% (25/30)        
remote: Compressing objects:  86% (26/30)        
remote: Compressing objects:  90% (27/30)        
remote: Compressing objects:  93% (28/30)        
remote: Compressing objects:  96% (29/30)        
remote: Compressing objects: 100% (30/30)        
remote: Compressing objects: 100% (30/30), done.        
remote: Total 30 (delta 4), reused 4 (delta 0), pack-reused 0 (from 0)        
>From https://github.com/python/cpython
 * branch                    main       -> FETCH_HEAD
Note: switching to 'bb1d30336e83837d4191a016107fd501cd230328'.

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 <new-branch-name>

Or undo this operation with:

  git switch -

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

HEAD is now at bb1d30336e8 GH-118093: Make `CALL_ALLOC_AND_ENTER_INIT` suitable 
for tier 2. (GH-123140)
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:2304: buildbottest] Error 2


Test report
===========

Failed tests:

- test_dataclasses




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