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

2024-07-29 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Ubuntu NoGIL Refleaks 
3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/1226/builds/2349

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

Worker for this Build: itamaro-ubuntu-aws

Build Reason: 
Blamelist: Sergey B Kirpichev , Serhiy Storchaka 


BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==

remote: Enumerating objects: 12, done.
remote: Counting objects:   8% (1/12)
remote: Counting objects:  16% (2/12)
remote: Counting objects:  25% (3/12)
remote: Counting objects:  33% (4/12)
remote: Counting objects:  41% (5/12)
remote: Counting objects:  50% (6/12)
remote: Counting objects:  58% (7/12)
remote: Counting objects:  66% (8/12)
remote: Counting objects:  75% (9/12)
remote: Counting objects:  83% (10/12)
remote: Counting objects:  91% (11/12)
remote: Counting objects: 100% (12/12)
remote: Counting objects: 100% (12/12), done.
remote: Compressing objects:   8% (1/12)
remote: Compressing objects:  16% (2/12)
remote: Compressing objects:  25% (3/12)
remote: Compressing objects:  33% (4/12)
remote: Compressing objects:  41% (5/12)
remote: Compressing objects:  50% (6/12)
remote: Compressing objects:  58% (7/12)
remote: Compressing objects:  66% (8/12)
remote: Compressing objects:  75% (9/12)
remote: Compressing objects:  83% (10/12)
remote: Compressing objects:  91% (11/12)
remote: Compressing objects: 100% (12/12)
remote: Compressing objects: 100% (12/12), done.
remote: Total 12 (delta 0), reused 1 (delta 0), pack-reused 0
>From https://github.com/python/cpython
 * branch  main   -> FETCH_HEAD
Note: switching to '169e7138ab84db465b6bf28e6c1dc6c39dbf89f4'.

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 169e7138ab gh-122234: fix accuracy issues for sum() (#122236)
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:2267: buildbottest] Error 2


Test report
===

Failed tests:

- test_free_threading
- test_builtin

Test leaking resources:

- test_builtin: memory blocks
- test_builtin: references




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.13)

2024-07-29 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Ubuntu NoGIL Refleaks 
3.13 while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/1431/builds/331

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

Worker for this Build: itamaro-ubuntu-aws

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
==

remote: Enumerating objects: 15, done.
remote: Counting objects:   6% (1/15)
remote: Counting objects:  13% (2/15)
remote: Counting objects:  20% (3/15)
remote: Counting objects:  26% (4/15)
remote: Counting objects:  33% (5/15)
remote: Counting objects:  40% (6/15)
remote: Counting objects:  46% (7/15)
remote: Counting objects:  53% (8/15)
remote: Counting objects:  60% (9/15)
remote: Counting objects:  66% (10/15)
remote: Counting objects:  73% (11/15)
remote: Counting objects:  80% (12/15)
remote: Counting objects:  86% (13/15)
remote: Counting objects:  93% (14/15)
remote: Counting objects: 100% (15/15)
remote: Counting objects: 100% (15/15), done.
remote: Compressing objects:   8% (1/12)
remote: Compressing objects:  16% (2/12)
remote: Compressing objects:  25% (3/12)
remote: Compressing objects:  33% (4/12)
remote: Compressing objects:  41% (5/12)
remote: Compressing objects:  50% (6/12)
remote: Compressing objects:  58% (7/12)
remote: Compressing objects:  66% (8/12)
remote: Compressing objects:  75% (9/12)
remote: Compressing objects:  83% (10/12)
remote: Compressing objects:  91% (11/12)
remote: Compressing objects: 100% (12/12)
remote: Compressing objects: 100% (12/12), done.
remote: Total 15 (delta 3), reused 9 (delta 3), pack-reused 0
>From https://github.com/python/cpython
 * branch  3.13   -> FETCH_HEAD
Note: switching to 'd113359341374a0d7e956aaf13f1659440851aa6'.

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 d113359341 [3.13] gh-122311: Add more tests for pickle 
(GH-122376) (GH-122377)
Switched to and reset branch '3.13'

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

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


Test report
===

Failed tests:

- test_pickle

Test leaking resources:

- test_pickle: memory blocks
- test_pickle: references




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) (ecc97cb4322717c15289ef40061f075c6125e25c)

2024-07-29 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/#/builders/1158/builds/440

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

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: 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 14), reused 32 (delta 14), pack-reused 0
>From https://github.com/python/cpython
 * branch  3.12   -> FETCH_HEAD
Note: switching to 'FETCH_HEAD'.

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 ecc97cb432 [3.12] gh-122311: Add more tests for pickle 
(GH-122376) (GH-122378)
Switched to and reset branch '3.12'

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


Test report
===

Failed tests:

- test_pickle

Test leaking resources:

- test_pickle: memory blocks
- test_pickle: references




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder AMD64 RHEL7 
Refleaks 3.12 while building Python.
Full details are available at:
  

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

2024-07-29 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Ubuntu NoGIL Refleaks 
3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/1226/builds/2354

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

Worker for this Build: itamaro-ubuntu-aws

Build Reason: 
Blamelist: Eric Snow 

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==

remote: Enumerating objects: 19, done.
remote: Counting objects:   5% (1/19)
remote: Counting objects:  10% (2/19)
remote: Counting objects:  15% (3/19)
remote: Counting objects:  21% (4/19)
remote: Counting objects:  26% (5/19)
remote: Counting objects:  31% (6/19)
remote: Counting objects:  36% (7/19)
remote: Counting objects:  42% (8/19)
remote: Counting objects:  47% (9/19)
remote: Counting objects:  52% (10/19)
remote: Counting objects:  57% (11/19)
remote: Counting objects:  63% (12/19)
remote: Counting objects:  68% (13/19)
remote: Counting objects:  73% (14/19)
remote: Counting objects:  78% (15/19)
remote: Counting objects:  84% (16/19)
remote: Counting objects:  89% (17/19)
remote: Counting objects:  94% (18/19)
remote: Counting objects: 100% (19/19)
remote: Counting objects: 100% (19/19), done.
remote: Compressing objects:  10% (1/10)
remote: Compressing objects:  20% (2/10)
remote: Compressing objects:  30% (3/10)
remote: Compressing objects:  40% (4/10)
remote: Compressing objects:  50% (5/10)
remote: Compressing objects:  60% (6/10)
remote: Compressing objects:  70% (7/10)
remote: Compressing objects:  80% (8/10)
remote: Compressing objects:  90% (9/10)
remote: Compressing objects: 100% (10/10)
remote: Compressing objects: 100% (10/10), done.
remote: Total 10 (delta 9), reused 1 (delta 0), pack-reused 0
>From https://github.com/python/cpython
 * branch  main   -> FETCH_HEAD
Note: switching to '490e0ad83ac72c5688dfbbab4eac61ccfd7be5fd'.

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 490e0ad83a gh-117482: Fix the Slot Wrapper Inheritance Tests 
(gh-122248)
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:2267: buildbottest] Error 2


Test report
===

Failed tests:

- test_pickle

Test leaking resources:

- test_pickle: memory blocks
- test_pickle: references




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.13)

2024-07-29 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Ubuntu NoGIL Refleaks 
3.13 while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/1431/builds/335

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

Worker for this Build: itamaro-ubuntu-aws

Build Reason: 
Blamelist: Serhiy Storchaka 

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==

remote: Enumerating objects: 10, done.
remote: Counting objects:  10% (1/10)
remote: Counting objects:  20% (2/10)
remote: Counting objects:  30% (3/10)
remote: Counting objects:  40% (4/10)
remote: Counting objects:  50% (5/10)
remote: Counting objects:  60% (6/10)
remote: Counting objects:  70% (7/10)
remote: Counting objects:  80% (8/10)
remote: Counting objects:  90% (9/10)
remote: Counting objects: 100% (10/10)
remote: Counting objects: 100% (10/10), done.
remote: Compressing objects:  12% (1/8)
remote: Compressing objects:  25% (2/8)
remote: Compressing objects:  37% (3/8)
remote: Compressing objects:  50% (4/8)
remote: Compressing objects:  62% (5/8)
remote: Compressing objects:  75% (6/8)
remote: Compressing objects:  87% (7/8)
remote: Compressing objects: 100% (8/8)
remote: Compressing objects: 100% (8/8), done.
remote: Total 10 (delta 2), reused 5 (delta 2), pack-reused 0
>From https://github.com/python/cpython
 * branch  3.13   -> FETCH_HEAD
Note: switching to '9f6f8790ef39fd035f6ada1a9dfcb47d58d08fea'.

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 9f6f8790ef Revert "[3.13] gh-120713: Normalize year with century 
for datetime.strftime (GH-120820) (GH-121144)" (GH-122408)
Switched to and reset branch '3.13'

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

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


Test report
===

Failed tests:

- test_pickle

Test leaking resources:

- test_pickle: memory blocks
- test_pickle: references




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) (timed out) (main)

2024-07-29 Thread buildbot
The Buildbot has detected a new failure on builder iOS ARM64 Simulator 3.x 
while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/1380/builds/957

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

Worker for this Build: rkm-arm64-ios-simulator

Build Reason: 
Blamelist: Adam Turner <9087854+aa-tur...@users.noreply.github.com>, Seth 
Michael Larson 

BUILD FAILED: failed test (failure) (timed out)


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




Captured traceback
==

remote: Enumerating objects: 23, done.
remote: Counting objects:   5% (1/20)
remote: Counting objects:  10% (2/20)
remote: Counting objects:  15% (3/20)
remote: Counting objects:  20% (4/20)
remote: Counting objects:  25% (5/20)
remote: Counting objects:  30% (6/20)
remote: Counting objects:  35% (7/20)
remote: Counting objects:  40% (8/20)
remote: Counting objects:  45% (9/20)
remote: Counting objects:  50% (10/20)
remote: Counting objects:  55% (11/20)
remote: Counting objects:  60% (12/20)
remote: Counting objects:  65% (13/20)
remote: Counting objects:  70% (14/20)
remote: Counting objects:  75% (15/20)
remote: Counting objects:  80% (16/20)
remote: Counting objects:  85% (17/20)
remote: Counting objects:  90% (18/20)
remote: Counting objects:  95% (19/20)
remote: Counting objects: 100% (20/20)
remote: Counting objects: 100% (20/20), done.
remote: Compressing objects:   6% (1/15)
remote: Compressing objects:  13% (2/15)
remote: Compressing objects:  20% (3/15)
remote: Compressing objects:  26% (4/15)
remote: Compressing objects:  33% (5/15)
remote: Compressing objects:  40% (6/15)
remote: Compressing objects:  46% (7/15)
remote: Compressing objects:  53% (8/15)
remote: Compressing objects:  60% (9/15)
remote: Compressing objects:  66% (10/15)
remote: Compressing objects:  73% (11/15)
remote: Compressing objects:  80% (12/15)
remote: Compressing objects:  86% (13/15)
remote: Compressing objects:  93% (14/15)
remote: Compressing objects: 100% (15/15)
remote: Compressing objects: 100% (15/15), done.
remote: Total 23 (delta 6), reused 11 (delta 5), pack-reused 3
>From https://github.com/python/cpython
 * branch  main   -> FETCH_HEAD
Note: switching to '78df1043dbdce5c989600616f9f87b4ee72944e5'.

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 78df1043db gh-122133: Authenticate socket connection for 
`socket.socketpair()` fallback (GH-122134)
Switched to and reset branch 'main'

configure: WARNING: -Wtrampolines not supported
configure: WARNING: no system libmpdecimal found; falling back to bundled 
libmpdecimal (deprecated and scheduled for removal in Python 3.15)
configure: WARNING: pkg-config is missing. Some dependencies may not be 
detected correctly.

In file included from ../../Python/ceval.c:833:
../../Python/generated_cases.c.h:723:31: warning: code will never be executed 
[-Wunreachable-code]
for (int _i = oparg; --_i >= 0;) {
  ^
../../Python/generated_cases.c.h:634:31: warning: code will never be executed 
[-Wunreachable-code]
for (int _i = oparg*2; --_i >= 0;) {
  ^
../../Python/generated_cases.c.h:610:31: warning: code will never be executed 
[-Wunreachable-code]
for (int _i = oparg; --_i >= 0;) {
  ^
3 warnings generated.

configure: WARNING: -Wtrampolines not supported
configure: WARNING: no system libmpdecimal found; falling back to bundled 
libmpdecimal (deprecated and scheduled for removal in Python 3.15)
configure: WARNING: pkg-config is missing. Some dependencies may not be 
detected correctly.

--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:iOS Simulator, id:C6AEA11C-C34A-47B8-BD67-AF0403ECA353, OS:17.5, 
name:iPhone SE (3rd generation) }
{ platform:iOS Simulator, id:C6AEA11C-C34A-47B8-BD67-AF0403ECA353, OS:17.5, 
name:iPhone SE (3rd generation) }
make: *** [testios] Terminated: 15
** BUILD INTERRUPTED **


Test report
===





Sincerely,
 -The Buildbot

___
Buildbot-status mailing list --

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

2024-07-29 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Windows11 Refleaks 3.x 
while building Python.
Full details are available at:
https://buildbot.python.org/#/builders/920/builds/840

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

Worker for this Build: ware-win11

Build Reason: 
Blamelist: 

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==

Traceback (most recent call last):
  File "b:\uildarea\3.x.ware-win11.refleak\build\Lib\test\test_threading.py", 
line 460, in test_finalize_running_thread
self.assertEqual(rc, 42)

AssertionError: 3221225477 != 42



Test report
===

Failed tests:

- test_threading
- test_pickle

Failed subtests:

- test_finalize_running_thread - 
test.test_threading.ThreadTests.test_finalize_running_thread

Test leaking resources:

- test_pickle: references




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

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

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

Build Reason: 
Blamelist: 

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==

remote: Enumerating objects: 24, done.
remote: Counting objects:   4% (1/24)
remote: Counting objects:   8% (2/24)
remote: Counting objects:  12% (3/24)
remote: Counting objects:  16% (4/24)
remote: Counting objects:  20% (5/24)
remote: Counting objects:  25% (6/24)
remote: Counting objects:  29% (7/24)
remote: Counting objects:  33% (8/24)
remote: Counting objects:  37% (9/24)
remote: Counting objects:  41% (10/24)
remote: Counting objects:  45% (11/24)
remote: Counting objects:  50% (12/24)
remote: Counting objects:  54% (13/24)
remote: Counting objects:  58% (14/24)
remote: Counting objects:  62% (15/24)
remote: Counting objects:  66% (16/24)
remote: Counting objects:  70% (17/24)
remote: Counting objects:  75% (18/24)
remote: Counting objects:  79% (19/24)
remote: Counting objects:  83% (20/24)
remote: Counting objects:  87% (21/24)
remote: Counting objects:  91% (22/24)
remote: Counting objects:  95% (23/24)
remote: Counting objects: 100% (24/24)
remote: Counting objects: 100% (24/24), done.
remote: Compressing objects:   6% (1/16)
remote: Compressing objects:  12% (2/16)
remote: Compressing objects:  18% (3/16)
remote: Compressing objects:  25% (4/16)
remote: Compressing objects:  31% (5/16)
remote: Compressing objects:  37% (6/16)
remote: Compressing objects:  43% (7/16)
remote: Compressing objects:  50% (8/16)
remote: Compressing objects:  56% (9/16)
remote: Compressing objects:  62% (10/16)
remote: Compressing objects:  68% (11/16)
remote: Compressing objects:  75% (12/16)
remote: Compressing objects:  81% (13/16)
remote: Compressing objects:  87% (14/16)
remote: Compressing objects:  93% (15/16)
remote: Compressing objects: 100% (16/16)
remote: Compressing objects: 100% (16/16), done.
remote: Total 24 (delta 8), reused 19 (delta 8), pack-reused 0
>From https://github.com/python/cpython
 * branch  main   -> FETCH_HEAD
Note: switching to 'FETCH_HEAD'.

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 bc93923a2d gh-122311: Add more tests for pickle (GH-122376)
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:2267: buildbottest] Error 2


Test report
===

Failed tests:

- test_pickle

Test leaking resources:

- test_pickle: memory blocks
- test_pickle: references




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

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

Wor

[Buildbot-status] ☠ Buildbot (Python): - failed test (failure) (timed out) (9e9c71d09e68b42fd1b251af6e4bfde697fe9b57)

2024-07-29 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Fedora Rawhide 
Refleaks 3.9 while building Python.
Full details are available at:
https://buildbot.python.org/#/builders/85/builds/1195

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

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

Build Reason: 
Blamelist: 

BUILD FAILED: failed test (failure) (timed out)


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

== 


Captured traceback
==

Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py",
 line 201, in main
cache[rtype].remove(name)
KeyError: '/psm_d98cbd53'
...Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py",
 line 201, in main
cache[rtype].remove(name)
KeyError: '/psm_ab08d138'
.Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py",
 line 201, in main
cache[rtype].remove(name)
KeyError: '/psm_be559749'
.Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/multiprocessing/resource_tracker.py",
 line 201, in main
cache[rtype].remove(name)
KeyError: '/psm_ae87372f'
.


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/multiprocessing/util.py",
 line 300, in _run_finalizers
finalizer()
  File 
"/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/multiprocessing/util.py",
 line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
  File 
"/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.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.9.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/multiprocessing/util.py",
 line 300, in _run_finalizers
finalizer()
  File 
"/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/multiprocessing/util.py",
 line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
  File 
"/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.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.9.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/multiprocessing/util.py",
 line 300, in _run_finalizers
finalizer()
  File 
"/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/multiprocessing/util.py",
 line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
  File 
"/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.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.9.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/multiprocessing/util.py",
 line 300, in _run_finalizers
finalizer()
  File 
"/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/multiprocessing/util.py",
 line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
  File 
"/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.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.9.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/multiprocessing/util.py",
 line 300, in _run_finalizers
finalizer()
  File 
"/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/multiprocessing/util.py",
 line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
  File 
"/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.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.9.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/multiprocessing/util.py",
 line 300, in _run_finalizers
finalizer()
  File 
"/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/multiprocessing/util.py",
 line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
  File 
"/home/buildbot/buildarea/3.9.cstratak-fedora-rawhide-x86_64.refleak/build/Lib/multiprocessing/synchronize.py",
 line 87, 

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

2024-07-29 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Windows11 Refleaks 
3.13 while building Python.
Full details are available at:
https://buildbot.python.org/#/builders/1484/builds/84

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

Worker for this Build: ware-win11

Build Reason: 
Blamelist: 

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==

remote: Enumerating objects: 15, done.
remote: Counting objects:   6% (1/15)
remote: Counting objects:  13% (2/15)
remote: Counting objects:  20% (3/15)
remote: Counting objects:  26% (4/15)
remote: Counting objects:  33% (5/15)
remote: Counting objects:  40% (6/15)
remote: Counting objects:  46% (7/15)
remote: Counting objects:  53% (8/15)
remote: Counting objects:  60% (9/15)
remote: Counting objects:  66% (10/15)
remote: Counting objects:  73% (11/15)
remote: Counting objects:  80% (12/15)
remote: Counting objects:  86% (13/15)
remote: Counting objects:  93% (14/15)
remote: Counting objects: 100% (15/15)
remote: Counting objects: 100% (15/15), done.
remote: Compressing objects:   8% (1/12)
remote: Compressing objects:  16% (2/12)
remote: Compressing objects:  25% (3/12)
remote: Compressing objects:  33% (4/12)
remote: Compressing objects:  41% (5/12)
remote: Compressing objects:  50% (6/12)
remote: Compressing objects:  58% (7/12)
remote: Compressing objects:  66% (8/12)
remote: Compressing objects:  75% (9/12)
remote: Compressing objects:  83% (10/12)
remote: Compressing objects:  91% (11/12)
remote: Compressing objects: 100% (12/12)
remote: Compressing objects: 100% (12/12), done.
remote: Total 15 (delta 3), reused 10 (delta 3), pack-reused 0
>From https://github.com/python/cpython
 * branch  3.13   -> FETCH_HEAD
Note: switching to 'FETCH_HEAD'.

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 d113359341 [3.13] gh-122311: Add more tests for pickle 
(GH-122376) (GH-122377)
Switched to and reset branch '3.13'

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

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


Test report
===

Failed tests:

- test_pickle

Test leaking resources:

- test_pickle: references




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora 
Stable Refleaks 3.13 while building Python.
Full details are available at:
https://buildbot.python.org/#/builders/1471/builds/82

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

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

Build Reason: 
Blamelist: 

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==

remote: Enumerating objects: 15, done.
remote: Counting objects:   6% (1/15)
remote: Counting objects:  13% (2/15)
remote: Counting objects:  20% (3/15)
remote: Counting objects:  26% (4/15)
remote: Counting objects:  33% (5/15)
remote: Counting objects:  40% (6/15)
remote: Counting objects:  46% (7/15)
remote: Counting objects:  53% (8/15)
remote: Counting objects:  60% (9/15)
remote: Counting objects:  66% (10/15)
remote: Counting objects:  73% (11/15)
remote: Counting objects:  80% (12/15)
remote: Counting objects:  86% (13/15)
remote: Counting objects:  93% (14/15)
remote: Counting objects: 100% (15/15)
remote: Counting objects: 100% (15/15), done.
remote: Compressing objects:   8% (1/12)
remote: Compressing objects:  16% (2/12)
remote: Compressing objects:  25% (3/12)
remote: Compressing objects:  33% (4/12)
remote: Compressing objects:  41% (5/12)
remote: Compressing objects:  50% (6/12)
remote: Compressing objects:  58% (7/12)
remote: Compressing objects:  66% (8/12)
remote: Compressing objects:  75% (9/12)
remote: Compressing objects:  83% (10/12)
remote: Compressing objects:  91%