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

2024-04-26 Thread buildbot
The Buildbot has detected a new failure on builder PPC64LE Fedora Rawhide LTO 
3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/448/builds/6038

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

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

Build Reason: 
Blamelist: Mark Shannon , Sam Gross 

BUILD FAILED: failed compile (failure)


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




Captured traceback
==

remote: Enumerating objects: 26, done.
remote: Counting objects:   3% (1/26)
remote: Counting objects:   7% (2/26)
remote: Counting objects:  11% (3/26)
remote: Counting objects:  15% (4/26)
remote: Counting objects:  19% (5/26)
remote: Counting objects:  23% (6/26)
remote: Counting objects:  26% (7/26)
remote: Counting objects:  30% (8/26)
remote: Counting objects:  34% (9/26)
remote: Counting objects:  38% (10/26)
remote: Counting objects:  42% (11/26)
remote: Counting objects:  46% (12/26)
remote: Counting objects:  50% (13/26)
remote: Counting objects:  53% (14/26)
remote: Counting objects:  57% (15/26)
remote: Counting objects:  61% (16/26)
remote: Counting objects:  65% (17/26)
remote: Counting objects:  69% (18/26)
remote: Counting objects:  73% (19/26)
remote: Counting objects:  76% (20/26)
remote: Counting objects:  80% (21/26)
remote: Counting objects:  84% (22/26)
remote: Counting objects:  88% (23/26)
remote: Counting objects:  92% (24/26)
remote: Counting objects:  96% (25/26)
remote: Counting objects: 100% (26/26)
remote: Counting objects: 100% (26/26), done.
remote: Compressing objects:   4% (1/21)
remote: Compressing objects:   9% (2/21)
remote: Compressing objects:  14% (3/21)
remote: Compressing objects:  19% (4/21)
remote: Compressing objects:  23% (5/21)
remote: Compressing objects:  28% (6/21)
remote: Compressing objects:  33% (7/21)
remote: Compressing objects:  38% (8/21)
remote: Compressing objects:  42% (9/21)
remote: Compressing objects:  47% (10/21)
remote: Compressing objects:  52% (11/21)
remote: Compressing objects:  57% (12/21)
remote: Compressing objects:  61% (13/21)
remote: Compressing objects:  66% (14/21)
remote: Compressing objects:  71% (15/21)
remote: Compressing objects:  76% (16/21)
remote: Compressing objects:  80% (17/21)
remote: Compressing objects:  85% (18/21)
remote: Compressing objects:  90% (19/21)
remote: Compressing objects:  95% (20/21)
remote: Compressing objects: 100% (21/21)
remote: Compressing objects: 100% (21/21), done.
remote: Total 26 (delta 7), reused 9 (delta 5), pack-reused 0
>From https://github.com/python/cpython
 * branch  main   -> FETCH_HEAD
Note: switching to '5a90de0d4cbc151a6deea36a27eb81b192410e56'.

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 5a90de0d4c gh-116749: Disable GIL by default in free-threaded 
build (#118295)
Switched to and reset branch 'main'

In file included from Python/optimizer_analysis.c:437:
Python/optimizer_cases.c.h: In function ‘optimize_uops’:
Python/optimizer_cases.c.h:1444:23: error: assignment to ‘_PyInterpreterFrame 
*’ from incompatible pointer type ‘_Py_UopsSymbol *’ 
[-Wincompatible-pointer-types]
 1444 | gen_frame = sym_new_not_null(ctx);
  |   ^
make: *** [Makefile:3018: Python/optimizer_analysis.o] Error 1
make: *** Waiting for unfinished jobs

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: [Makefile:3109: clean-retain-profile] Error 1 (ignored)


Test report
===





Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder PPC64LE Fedora 
Rawhide LTO + PGO 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/494/builds/6185

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

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

Build Reason: 
Blamelist: Mark Shannon , Sam Gross 

BUILD FAILED: failed compile (failure)


Summary of 

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

2024-04-26 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Fedora Rawhide LTO 3.x 
while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/375/builds/6489

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

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

Build Reason: 
Blamelist: Mark Shannon 

BUILD FAILED: failed compile (failure)


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




Captured traceback
==

Note: switching to '3e06c7f719b99cc7f5e8889319cff4980e41d3e8'.

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 3e06c7f719 GH-118095: Add dynamic exit support and FOR_ITER_GEN 
support to tier 2 (GH-118279)
Switched to and reset branch 'main'

In file included from Python/optimizer_analysis.c:437:
Python/optimizer_cases.c.h: In function ‘optimize_uops’:
Python/optimizer_cases.c.h:1444:23: error: assignment to ‘_PyInterpreterFrame 
*’ from incompatible pointer type ‘_Py_UopsSymbol *’ 
[-Wincompatible-pointer-types]
 1444 | gen_frame = sym_new_not_null(ctx);
  |   ^
make: *** [Makefile:3018: Python/optimizer_analysis.o] Error 1
make: *** Waiting for unfinished jobs

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: [Makefile:3109: clean-retain-profile] Error 1 (ignored)


Test report
===





Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder aarch64 Fedora 
Rawhide LTO 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/307/builds/4648

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

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

Build Reason: 
Blamelist: Mark Shannon , neonene 
<53406459+neon...@users.noreply.github.com>

BUILD FAILED: failed compile (failure)


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




Captured traceback
==

remote: Enumerating objects: 43, done.
remote: Counting objects:   2% (1/43)
remote: Counting objects:   4% (2/43)
remote: Counting objects:   6% (3/43)
remote: Counting objects:   9% (4/43)
remote: Counting objects:  11% (5/43)
remote: Counting objects:  13% (6/43)
remote: Counting objects:  16% (7/43)
remote: Counting objects:  18% (8/43)
remote: Counting objects:  20% (9/43)
remote: Counting objects:  23% (10/43)
remote: Counting objects:  25% (11/43)
remote: Counting objects:  27% (12/43)
remote: Counting objects:  30% (13/43)
remote: Counting objects:  32% (14/43)
remote: Counting objects:  34% (15/43)
remote: Counting objects:  37% (16/43)
remote: Counting objects:  39% (17/43)
remote: Counting objects:  41% (18/43)
remote: Counting objects:  44% (19/43)
remote: Counting objects:  46% (20/43)
remote: Counting objects:  48% (21/43)
remote: Counting objects:  51% (22/43)
remote: Counting objects:  53% (23/43)
remote: Counting objects:  55% (24/43)
remote: Counting objects:  58% (25/43)
remote: Counting objects:  60% (26/43)
remote: Counting objects:  62% (27/43)
remote: Counting objects:  65% (28/43)
remote: Counting objects:  67% (29/43)
remote: Counting objects:  69% (30/43)
remote: Counting objects:  72% (31/43)
remote: Counting objects:  74% (32/43)
remote: Counting objects:  76% (33/43)
remote: Counting objects:  79% (34/43)
remote: Counting objects:  81% (35/43)
remote: Counting objects:  83% (36/43)
remote: Counting objects:  86% (37/43)
remote: Counting objects:  88% (38/43)
remote: Counting objects:  90% (39/43)
remote: Counting objects:  93% (40/43)
remote: Counting objects:  95% (41/43)
remote: Counting objects:  97% (42/43)
remote: Counting objects: 100% (43/43)
remote: Counting objects: 100% (43/43), done.
remote: Compressing objects:   5% (1/17)
remote: Compressing objects:  11% (2/17)
remote: Compressing objects:  17% (3/17)
remote: Compressing objects:  23% (4/17)
remote: Compressing objects:  29% (5/17)
remote: Compressing objects:  35% (6/17) 

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

2024-04-17 Thread buildbot
The Buildbot has detected a new failure on builder PPC64LE RHEL7 LTO 3.x while 
building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/503/builds/4838

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

Worker for this Build: cstratak-RHEL7-ppc64le

Build Reason: 
Blamelist: Kirill Podoprigora , Nice Zombies 
, Serhiy Storchaka , tsufeki 


BUILD FAILED: failed compile (failure)


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




Captured traceback
==

remote: Enumerating objects: 42, done.
remote: Counting objects:   2% (1/39)
remote: Counting objects:   5% (2/39)
remote: Counting objects:   7% (3/39)
remote: Counting objects:  10% (4/39)
remote: Counting objects:  12% (5/39)
remote: Counting objects:  15% (6/39)
remote: Counting objects:  17% (7/39)
remote: Counting objects:  20% (8/39)
remote: Counting objects:  23% (9/39)
remote: Counting objects:  25% (10/39)
remote: Counting objects:  28% (11/39)
remote: Counting objects:  30% (12/39)
remote: Counting objects:  33% (13/39)
remote: Counting objects:  35% (14/39)
remote: Counting objects:  38% (15/39)
remote: Counting objects:  41% (16/39)
remote: Counting objects:  43% (17/39)
remote: Counting objects:  46% (18/39)
remote: Counting objects:  48% (19/39)
remote: Counting objects:  51% (20/39)
remote: Counting objects:  53% (21/39)
remote: Counting objects:  56% (22/39)
remote: Counting objects:  58% (23/39)
remote: Counting objects:  61% (24/39)
remote: Counting objects:  64% (25/39)
remote: Counting objects:  66% (26/39)
remote: Counting objects:  69% (27/39)
remote: Counting objects:  71% (28/39)
remote: Counting objects:  74% (29/39)
remote: Counting objects:  76% (30/39)
remote: Counting objects:  79% (31/39)
remote: Counting objects:  82% (32/39)
remote: Counting objects:  84% (33/39)
remote: Counting objects:  87% (34/39)
remote: Counting objects:  89% (35/39)
remote: Counting objects:  92% (36/39)
remote: Counting objects:  94% (37/39)
remote: Counting objects:  97% (38/39)
remote: Counting objects: 100% (39/39)
remote: Counting objects: 100% (39/39), done.
remote: Compressing objects:   2% (1/36)
remote: Compressing objects:   5% (2/36)
remote: Compressing objects:   8% (3/36)
remote: Compressing objects:  11% (4/36)
remote: Compressing objects:  13% (5/36)
remote: Compressing objects:  16% (6/36)
remote: Compressing objects:  19% (7/36)
remote: Compressing objects:  22% (8/36)
remote: Compressing objects:  25% (9/36)
remote: Compressing objects:  27% (10/36)
remote: Compressing objects:  30% (11/36)
remote: Compressing objects:  33% (12/36)
remote: Compressing objects:  36% (13/36)
remote: Compressing objects:  38% (14/36)
remote: Compressing objects:  41% (15/36)
remote: Compressing objects:  44% (16/36)
remote: Compressing objects:  47% (17/36)
remote: Compressing objects:  50% (18/36)
remote: Compressing objects:  52% (19/36)
remote: Compressing objects:  55% (20/36)
remote: Compressing objects:  58% (21/36)
remote: Compressing objects:  61% (22/36)
remote: Compressing objects:  63% (23/36)
remote: Compressing objects:  66% (24/36)
remote: Compressing objects:  69% (25/36)
remote: Compressing objects:  72% (26/36)
remote: Compressing objects:  75% (27/36)
remote: Compressing objects:  77% (28/36)
remote: Compressing objects:  80% (29/36)
remote: Compressing objects:  83% (30/36)
remote: Compressing objects:  86% (31/36)
remote: Compressing objects:  88% (32/36)
remote: Compressing objects:  91% (33/36)
remote: Compressing objects:  94% (34/36)
remote: Compressing objects:  97% (35/36)
remote: Compressing objects: 100% (36/36)
remote: Compressing objects: 100% (36/36), done.
remote: Total 42 (delta 15), reused 15 (delta 3), pack-reused 3
>From https://github.com/python/cpython
 * branchmain   -> FETCH_HEAD
Note: checking out 'f74e51229c83e3265f905dc15283bfe0ec1a659e'.

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 performing another checkout.

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

  git checkout -b new_branch_name

HEAD is now at f74e512... 

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

2024-04-17 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 RHEL7 LTO 3.x while 
building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/507/builds/7219

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

Worker for this Build: cstratak-RHEL7-x86_64

Build Reason: 
Blamelist: Joshua Root 

BUILD FAILED: failed compile (failure)


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




Captured traceback
==

remote: Enumerating objects: 22, done.
remote: Counting objects:   4% (1/22)
remote: Counting objects:   9% (2/22)
remote: Counting objects:  13% (3/22)
remote: Counting objects:  18% (4/22)
remote: Counting objects:  22% (5/22)
remote: Counting objects:  27% (6/22)
remote: Counting objects:  31% (7/22)
remote: Counting objects:  36% (8/22)
remote: Counting objects:  40% (9/22)
remote: Counting objects:  45% (10/22)
remote: Counting objects:  50% (11/22)
remote: Counting objects:  54% (12/22)
remote: Counting objects:  59% (13/22)
remote: Counting objects:  63% (14/22)
remote: Counting objects:  68% (15/22)
remote: Counting objects:  72% (16/22)
remote: Counting objects:  77% (17/22)
remote: Counting objects:  81% (18/22)
remote: Counting objects:  86% (19/22)
remote: Counting objects:  90% (20/22)
remote: Counting objects:  95% (21/22)
remote: Counting objects: 100% (22/22)
remote: Counting objects: 100% (22/22), 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 9), reused 1 (delta 0), pack-reused 0
>From https://github.com/python/cpython
 * branchmain   -> FETCH_HEAD
Note: checking out '8515fd79fef1ac16d7848cec5ec1797294cb5366'.

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 performing another checkout.

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

  git checkout -b new_branch_name

HEAD is now at 8515fd7... gh-117845: Detect libedit hook function signature in 
configure (#117870)
Switched to and reset branch 'main'

In file included from ./Include/internal/mimalloc/mimalloc/types.h:24:0,
 from ./Include/internal/pycore_mimalloc.h:40,
 from ./Include/internal/pycore_interp.h:30,
 from ./Include/internal/pycore_runtime.h:17,
 from Parser/action_helpers.c:5:
./Include/internal/mimalloc/mimalloc/atomic.h:39:23: fatal error: stdatomic.h: 
No such file or directory
 #include 
   ^
In file included from ./Include/internal/mimalloc/mimalloc/types.h:24:0,
 from ./Include/internal/pycore_mimalloc.h:40,
 from ./Include/internal/pycore_interp.h:30,
 from ./Include/internal/pycore_runtime.h:17,
 from ./Include/internal/pycore_pystate.h:12,
 from Parser/pegen.c:3:
./Include/internal/mimalloc/mimalloc/atomic.h:39:23: fatal error: stdatomic.h: 
No such file or directory
 #include 
   ^
compilation terminated.
compilation terminated.
In file included from ./Include/internal/mimalloc/mimalloc/types.h:24:0,
 from ./Include/internal/pycore_mimalloc.h:40,
 from ./Include/internal/pycore_interp.h:30,
 from ./Include/internal/pycore_runtime.h:17,
 from ./Include/internal/pycore_pystate.h:12,
 from Parser/lexer/state.c:2:
./Include/internal/mimalloc/mimalloc/atomic.h:39:23: fatal error: stdatomic.h: 
No such file or directory
 #include 
   ^
compilation terminated.
In file included from ./Include/internal/mimalloc/mimalloc/types.h:24:0,
 from ./Include/internal/pycore_mimalloc.h:40,
 from ./Include/internal/pycore_interp.h:30,
 from ./Include/internal/pycore_runtime.h:17,
 from ./Include/internal/pycore_pystate.h:12,
 from ./Include/internal/pycore_call.h:12,
 from 

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

2024-04-15 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Fedora Stable LTO 3.x 
while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/271/builds/5049

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

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

Build Reason: 
Blamelist: Hugo van Kemenade <1324225+hug...@users.noreply.github.com>, Serhiy 
Storchaka 

BUILD FAILED: failed compile (failure)


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




Captured traceback
==

remote: Enumerating objects: 25, done.
remote: Counting objects:   4% (1/22)
remote: Counting objects:   9% (2/22)
remote: Counting objects:  13% (3/22)
remote: Counting objects:  18% (4/22)
remote: Counting objects:  22% (5/22)
remote: Counting objects:  27% (6/22)
remote: Counting objects:  31% (7/22)
remote: Counting objects:  36% (8/22)
remote: Counting objects:  40% (9/22)
remote: Counting objects:  45% (10/22)
remote: Counting objects:  50% (11/22)
remote: Counting objects:  54% (12/22)
remote: Counting objects:  59% (13/22)
remote: Counting objects:  63% (14/22)
remote: Counting objects:  68% (15/22)
remote: Counting objects:  72% (16/22)
remote: Counting objects:  77% (17/22)
remote: Counting objects:  81% (18/22)
remote: Counting objects:  86% (19/22)
remote: Counting objects:  90% (20/22)
remote: Counting objects:  95% (21/22)
remote: Counting objects: 100% (22/22)
remote: Counting objects: 100% (22/22), done.
remote: Compressing objects:   7% (1/13)
remote: Compressing objects:  15% (2/13)
remote: Compressing objects:  23% (3/13)
remote: Compressing objects:  30% (4/13)
remote: Compressing objects:  38% (5/13)
remote: Compressing objects:  46% (6/13)
remote: Compressing objects:  53% (7/13)
remote: Compressing objects:  61% (8/13)
remote: Compressing objects:  69% (9/13)
remote: Compressing objects:  76% (10/13)
remote: Compressing objects:  84% (11/13)
remote: Compressing objects:  92% (12/13)
remote: Compressing objects: 100% (13/13)
remote: Compressing objects: 100% (13/13), done.
remote: Total 25 (delta 9), reused 11 (delta 9), pack-reused 3
>From https://github.com/python/cpython
 * branch  main   -> FETCH_HEAD
Note: switching to '7d0be7aea569b3bc9a3936501d7d32af87c70e73'.

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 7d0be7aea5 Add 'The Python 2.3 Method Resolution Order' (#116435)
Switched to and reset branch 'main'

Assembler messages:
Error: can't open /tmp/ccSx4BuN.s for reading: No such file or directory
make: *** [Makefile:3530: Modules/_localemodule.o] Error 1
make: *** Waiting for unfinished jobs
Assembler messages:
Error: can't open /tmp/ccxgdADH.s for reading: No such file or directory
make: *** [Makefile:3528: Modules/_functoolsmodule.o] Error 1
Assembler messages:
Error: can't open /tmp/cchQYPWo.s for reading: No such file or directory
make: *** [Makefile:2998: Objects/unicodeobject.o] Error 1
Assembler messages:
Error: can't open /tmp/ccWG7aGI.s for reading: No such file or directory
Assembler messages:
Error: can't open /tmp/cci4W6Jg.s for reading: No such file or directory
make: *** [Makefile:2998: Python/Python-ast.o] Error 1
make: *** [Makefile:3490: Modules/posixmodule.o] Error 1
Assembler messages:
Error: can't open /tmp/cce5sJG8.s for reading: No such file or directory
make: *** [Makefile:3514: Modules/_sre/sre.o] Error 1
Assembler messages:
Error: can't open /tmp/cc1sm3Ug.s for reading: No such file or directory
make: *** [Makefile:2998: Python/ceval.o] Error 1

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: [Makefile:3089: clean-retain-profile] Error 1 (ignored)


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 compile (failure) (main)

2024-04-13 Thread buildbot
The Buildbot has detected a new failure on builder PPC64LE Fedora Stable LTO + 
PGO 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/101/builds/4561

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

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

Build Reason: 
Blamelist: Hugo van Kemenade <1324225+hug...@users.noreply.github.com>, Michiel 
W. Beijen 

BUILD FAILED: failed compile (failure)


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




Captured traceback
==

remote: Enumerating objects: 36, done.
remote: Counting objects:   3% (1/32)
remote: Counting objects:   6% (2/32)
remote: Counting objects:   9% (3/32)
remote: Counting objects:  12% (4/32)
remote: Counting objects:  15% (5/32)
remote: Counting objects:  18% (6/32)
remote: Counting objects:  21% (7/32)
remote: Counting objects:  25% (8/32)
remote: Counting objects:  28% (9/32)
remote: Counting objects:  31% (10/32)
remote: Counting objects:  34% (11/32)
remote: Counting objects:  37% (12/32)
remote: Counting objects:  40% (13/32)
remote: Counting objects:  43% (14/32)
remote: Counting objects:  46% (15/32)
remote: Counting objects:  50% (16/32)
remote: Counting objects:  53% (17/32)
remote: Counting objects:  56% (18/32)
remote: Counting objects:  59% (19/32)
remote: Counting objects:  62% (20/32)
remote: Counting objects:  65% (21/32)
remote: Counting objects:  68% (22/32)
remote: Counting objects:  71% (23/32)
remote: Counting objects:  75% (24/32)
remote: Counting objects:  78% (25/32)
remote: Counting objects:  81% (26/32)
remote: Counting objects:  84% (27/32)
remote: Counting objects:  87% (28/32)
remote: Counting objects:  90% (29/32)
remote: Counting objects:  93% (30/32)
remote: Counting objects:  96% (31/32)
remote: Counting objects: 100% (32/32)
remote: Counting objects: 100% (32/32), done.
remote: Compressing objects:   4% (1/23)
remote: Compressing objects:   8% (2/23)
remote: Compressing objects:  13% (3/23)
remote: Compressing objects:  17% (4/23)
remote: Compressing objects:  21% (5/23)
remote: Compressing objects:  26% (6/23)
remote: Compressing objects:  30% (7/23)
remote: Compressing objects:  34% (8/23)
remote: Compressing objects:  39% (9/23)
remote: Compressing objects:  43% (10/23)
remote: Compressing objects:  47% (11/23)
remote: Compressing objects:  52% (12/23)
remote: Compressing objects:  56% (13/23)
remote: Compressing objects:  60% (14/23)
remote: Compressing objects:  65% (15/23)
remote: Compressing objects:  69% (16/23)
remote: Compressing objects:  73% (17/23)
remote: Compressing objects:  78% (18/23)
remote: Compressing objects:  82% (19/23)
remote: Compressing objects:  86% (20/23)
remote: Compressing objects:  91% (21/23)
remote: Compressing objects:  95% (22/23)
remote: Compressing objects: 100% (23/23)
remote: Compressing objects: 100% (23/23), done.
remote: Total 36 (delta 14), reused 14 (delta 9), pack-reused 4
>From https://github.com/python/cpython
 * branch  main   -> FETCH_HEAD
Note: switching to '022ba6d161138fbe02bcb83b7e667567f2673b0a'.

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 022ba6d161 gh-102247: http: support rfc9110 status codes 
(GH-117611)
Switched to and reset branch 'main'

/usr/bin/ld: cannot find : No such file or directory
/usr/bin/ld: cannot find mpicc: No such file or directory
collect2: error: ld returned 1 exit status

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:3089: clean-retain-profile] Error 1 (ignored)
ar: unable to copy file 'libpython3.13.a'; reason: No space left on device
make[2]: *** [Makefile:1041: libpython3.13.a] Error 1
make[1]: *** [Makefile:871: profile-gen-stamp] Error 2
make: *** [Makefile:883: profile-run-stamp] Error 2


Test report
===





Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora 

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

2024-04-12 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/all/#/builders/146/builds/8302

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

Worker for this Build: bolen-windows10

Build Reason: 
Blamelist: Savannah Ostrowski , Victor Stinner 


BUILD FAILED: failed compile (failure)


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




Captured traceback
==

Note: checking out '069de14cb948f56b37e507f367b99c5563d3685e'.

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 performing another checkout.

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

  git checkout -b 

HEAD is now at 069de14... gh-115627: Fix ssl test_pha_required_nocert() 
(#117821)
Switched to and reset branch 'main'

Could Not Find D:\buildarea\3.x.bolen-windows10\build\Lib\*.pyc
The system cannot find the file specified.
Could Not Find D:\buildarea\3.x.bolen-windows10\build\PCbuild\python*.zip

Could Not Find D:\buildarea\3.x.bolen-windows10\build\Lib\*.pyc
The system cannot find the file specified.
Could Not Find D:\buildarea\3.x.bolen-windows10\build\PCbuild\python*.zip


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 compile (failure) (main)

2024-03-09 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Fedora Rawhide LTO 3.x 
while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/375/builds/6169

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

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

Build Reason: 
Blamelist: Kerim Kabirov <39376984+privat33r-...@users.noreply.github.com>, 
Nikita Sobolev 

BUILD FAILED: failed compile (failure)


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




Captured traceback
==

remote: Enumerating objects: 9, done.
remote: Counting objects:  11% (1/9)
remote: Counting objects:  22% (2/9)
remote: Counting objects:  33% (3/9)
remote: Counting objects:  44% (4/9)
remote: Counting objects:  55% (5/9)
remote: Counting objects:  66% (6/9)
remote: Counting objects:  77% (7/9)
remote: Counting objects:  88% (8/9)
remote: Counting objects: 100% (9/9)
remote: Counting objects: 100% (9/9), done.
remote: Compressing objects:  11% (1/9)
remote: Compressing objects:  22% (2/9)
remote: Compressing objects:  33% (3/9)
remote: Compressing objects:  44% (4/9)
remote: Compressing objects:  55% (5/9)
remote: Compressing objects:  66% (6/9)
remote: Compressing objects:  77% (7/9)
remote: Compressing objects:  88% (8/9)
remote: Compressing objects: 100% (9/9)
remote: Compressing objects: 100% (9/9), done.
remote: Total 9 (delta 1), reused 4 (delta 0), pack-reused 0
>From https://github.com/python/cpython
 * branch  main   -> FETCH_HEAD
Note: switching to 'b4b4e764a798bab60324871074ce4cdebb9d01bb'.

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 b4b4e764a7 gh-116520: Fix error handling in 
`os_get_terminal_size_impl` in `posixmodule` (#116521)
Switched to and reset branch 'main'

/tmp/ccshFrHh.s: Assembler messages:
/tmp/ccshFrHh.s: Fatal error: can't write 14 bytes to section .debug_line of 
Modules/_xxsubinterpretersmodule.o: 'No space left on device'
/tmp/ccshFrHh.s: Fatal error: Modules/_xxsubinterpretersmodule.o: No such file 
or directory
make: *** [Makefile:3288: Modules/_xxsubinterpretersmodule.o] Error 1
make: *** Waiting for unfinished jobs
/tmp/ccYNJWtp.s: Assembler messages:
/tmp/ccYNJWtp.s: Fatal error: Python/Python-ast.o: No space left on device
make: *** [Makefile:3000: Python/Python-ast.o] Error 1
/tmp/ccxLEyWY.s: Assembler messages:
/tmp/ccxLEyWY.s: Fatal error: can't write 45 bytes to section .text of 
Modules/_struct.o: 'No space left on device'
/tmp/ccO8G4c5.s: Assembler messages:
/tmp/ccO8G4c5.s: Fatal error: Modules/_sre/sre.o: No space left on device
/tmp/ccxLEyWY.s: Fatal error: Modules/_struct.o: No such file or directory
make: *** [Makefile:3286: Modules/_struct.o] Error 1
make: *** [Makefile:3504: Modules/_sre/sre.o] Error 1
/tmp/ccDCZ2Sf.s: Assembler messages:
/tmp/ccDCZ2Sf.s: Fatal error: Modules/_zoneinfo.o: No space left on device
make: *** [Makefile:3294: Modules/_zoneinfo.o] Error 1
/tmp/ccf6jgZV.s: Assembler messages:
/tmp/ccf6jgZV.s: Fatal error: can't write 11 bytes to section .debug_line of 
Modules/mathmodule.o: 'No space left on device'
/tmp/ccf6jgZV.s: Fatal error: Modules/mathmodule.o: No such file or directory
make: *** [Makefile:3296: Modules/mathmodule.o] Error 1
/tmp/ccoJqKzm.s: Assembler messages:
/tmp/ccoJqKzm.s: Fatal error: can't write 3903 bytes to section 
.gnu.lto_.decls.3df76da04a9e7f9c of Modules/_pickle.o: 'No space left on device'
/tmp/ccoJqKzm.s: Fatal error: Modules/_pickle.o: No such file or directory
make: *** [Makefile:3280: Modules/_pickle.o] Error 1

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: [Makefile:3091: clean-retain-profile] Error 1 (ignored)


Test report
===





Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora 
Rawhide Clang Installed 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/536/builds/6670

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

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

Build Reason: 
Blamelist: Kerim Kabirov <39376984+privat33r-...@users.noreply.github.com>, 
Nikita Sobolev 

BUILD FAILED: failed compile (failure) 

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

2024-03-09 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Debian root 3.x while 
building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/345/builds/7375

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

Worker for this Build: angelico-debian-amd64

Build Reason: 
Blamelist: Tomas R 

BUILD FAILED: failed compile (failure)


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




Captured traceback
==

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

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 c951e25c24 gh-112069: Make sets thread-safe with the GIL 
disabled (#113800)
Switched to and reset branch 'main'

configure: WARNING: pkg-config is missing. Some dependencies may not be 
detected correctly.

Fatal Python error: init_import_site: Failed to import the site module
Python runtime state: initialized
Illegal instruction
make: *** [Makefile:1682: Python/frozen_modules/ntpath.h] Error 132

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: [Makefile:3085: clean-retain-profile] Error 1 (ignored)


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 compile (failure) (main)

2024-03-03 Thread buildbot
The Buildbot has detected a new failure on builder PPC64LE Fedora Stable LTO 
3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/541/builds/3898

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

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

Build Reason: 
Blamelist: Donghee Na , Gouvernathor 
<44340603+gouvernat...@users.noreply.github.com>, Sergey B Kirpichev 
, Serhiy Storchaka 

BUILD FAILED: failed compile (failure)


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




Captured traceback
==

remote: Enumerating objects: 29, 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:   4% (1/22)
remote: Compressing objects:   9% (2/22)
remote: Compressing objects:  13% (3/22)
remote: Compressing objects:  18% (4/22)
remote: Compressing objects:  22% (5/22)
remote: Compressing objects:  27% (6/22)
remote: Compressing objects:  31% (7/22)
remote: Compressing objects:  36% (8/22)
remote: Compressing objects:  40% (9/22)
remote: Compressing objects:  45% (10/22)
remote: Compressing objects:  50% (11/22)
remote: Compressing objects:  54% (12/22)
remote: Compressing objects:  59% (13/22)
remote: Compressing objects:  63% (14/22)
remote: Compressing objects:  68% (15/22)
remote: Compressing objects:  72% (16/22)
remote: Compressing objects:  77% (17/22)
remote: Compressing objects:  81% (18/22)
remote: Compressing objects:  86% (19/22)
remote: Compressing objects:  90% (20/22)
remote: Compressing objects:  95% (21/22)
remote: Compressing objects: 100% (22/22)
remote: Compressing objects: 100% (22/22), done.
remote: Total 29 (delta 4), reused 9 (delta 2), pack-reused 5
>From https://github.com/python/cpython
 * branch  main   -> FETCH_HEAD
Note: switching to '87faec28c78f6fa8eaaebbd1ababf687c7508e71'.

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 87faec28c7 gh-115809: Improve 
TimedRotatingFileHandler.getFilesToDelete() (GH-115812)
Switched to and reset branch 'main'

./Modules/_decimal/libmpdec/mpdecimal.c: In function ‘context_getetiny’:
./Modules/_decimal/libmpdec/mpdecimal.c:215:1: error: inlining failed in call 
to ‘always_inline’ ‘mpd_etiny’: optimization level attribute mismatch
  215 | mpd_etiny(const mpd_context_t *ctx)
  | ^
./Modules/_decimal/_decimal.c:871:12: note: called from here
  871 | return PyLong_FromSsize_t(mpd_etiny(CTX(self)));
  |^
./Modules/_decimal/libmpdec/mpdecimal.c: In function ‘context_getetop’:
./Modules/_decimal/libmpdec/mpdecimal.c:222:1: error: inlining failed in call 
to ‘always_inline’ ‘mpd_etop’: optimization level attribute mismatch
  222 | mpd_etop(const mpd_context_t *ctx)
  | ^
./Modules/_decimal/_decimal.c:877:12: note: called from here
  877 | return PyLong_FromSsize_t(mpd_etop(CTX(self)));
  |^
./Modules/_decimal/libmpdec/mpdecimal.c: In function ‘ctx_iscanonical’:
./Modules/_decimal/libmpdec/mpdecimal.c:272:1: error: inlining failed in call 
to ‘always_inline’ ‘mpd_iscanonical’: optimization level attribute mismatch
  272 | mpd_iscanonical(const mpd_t *dec)
  | ^

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

2024-03-02 Thread buildbot
The Buildbot has detected a new failure on builder PPC64LE Fedora Rawhide LTO + 
PGO 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/494/builds/5755

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

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

Build Reason: 
Blamelist: Donghee Na 

BUILD FAILED: failed compile (failure)


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




Captured traceback
==

remote: Enumerating objects: 5, done.
remote: Counting objects:  20% (1/5)
remote: Counting objects:  40% (2/5)
remote: Counting objects:  60% (3/5)
remote: Counting objects:  80% (4/5)
remote: Counting objects: 100% (5/5)
remote: Counting objects: 100% (5/5), done.
remote: Compressing objects:  20% (1/5)
remote: Compressing objects:  40% (2/5)
remote: Compressing objects:  60% (3/5)
remote: Compressing objects:  80% (4/5)
remote: Compressing objects: 100% (5/5)
remote: Compressing objects: 100% (5/5), done.
remote: Total 5 (delta 0), reused 3 (delta 0), pack-reused 0
>From https://github.com/python/cpython
 * branchmain   -> FETCH_HEAD
Note: switching to '2e91578a76d38fa8895fce95e2661618c3de892c'.

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 2e91578a76d gh-115103: Update refleak checker to trigger 
_PyMem_ProcessDelayed (gh-116238)
Switched to and reset branch 'main'

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:2996: clean-retain-profile] Error 1 (ignored)
ar: unable to copy file 'libpython3.13.a'; reason: No space left on device
make[2]: *** [Makefile:1008: libpython3.13.a] Error 1
make[1]: *** [Makefile:838: profile-gen-stamp] Error 2
make: *** [Makefile:850: profile-run-stamp] Error 2


Test report
===





Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Debian 
PGO 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/249/builds/7921

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

Worker for this Build: gps-debian-profile-opt

Build Reason: 
Blamelist: Brett Cannon , Donghee Na , 
Eric Snow , Marco Trevisan 

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==

remote: Enumerating objects: 4, done.
remote: Counting objects:  25% (1/4)
remote: Counting objects:  50% (2/4)
remote: Counting objects:  75% (3/4)
remote: Counting objects: 100% (4/4)
remote: Counting objects: 100% (4/4), done.
remote: Compressing objects:  25% (1/4)
remote: Compressing objects:  50% (2/4)
remote: Compressing objects:  75% (3/4)
remote: Compressing objects: 100% (4/4)
remote: Compressing objects: 100% (4/4), done.
remote: Total 4 (delta 0), reused 0 (delta 0), pack-reused 0
>From https://github.com/python/cpython
 * branchmain   -> FETCH_HEAD
Note: switching to '2e91578a76d38fa8895fce95e2661618c3de892c'.

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 2e91578a76d gh-115103: Update refleak checker to trigger 
_PyMem_ProcessDelayed (gh-116238)
Switched to and reset branch 'main'

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:2996: clean-retain-profile] Error 1 (ignored)
./Modules/readline.c: In function ‘setup_readline’:
./Modules/readline.c:1305:21: warning: assignment to ‘int (*)(void)’ from 
incompatible pointer type ‘int (*)(const char *, int)’ 
[-Wincompatible-pointer-types]
 1305 | rl_startup_hook = 

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

2024-02-06 Thread buildbot
The Buildbot has detected a new failure on builder aarch64 Fedora Stable Clang 
3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/234/builds/5262

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

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

Build Reason: 
Blamelist: Nikita Sobolev 

BUILD FAILED: failed compile (failure)


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




Captured traceback
==

remote: Enumerating objects: 13, 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:  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 13 (delta 4), reused 7 (delta 4), pack-reused 1
>From https://github.com/python/cpython
 * branch  main   -> FETCH_HEAD
Note: switching to 'd7334e2c2012defaf7aae920d6a56689464509d1'.

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 d7334e2c20 gh-106233: Fix stacklevel in 
zoneinfo.InvalidTZPathWarning (GH-106234)
Switched to and reset branch 'main'

ar: unable to copy file 'libpython3.13d.a'; reason: No space left on device
make: *** [Makefile:1002: libpython3.13d.a] Error 1


Test report
===





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

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

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

Build Reason: 
Blamelist: Mariusz Felisiak , Nikita Sobolev 
, Seth Michael Larson 

BUILD FAILED: failed compile (failure)


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




Captured traceback
==

remote: Enumerating objects: 13, 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:  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 13 (delta 4), reused 7 (delta 4), pack-reused 1
>From https://github.com/python/cpython
 * branch  main   -> FETCH_HEAD
Note: switching to 'd7334e2c2012defaf7aae920d6a56689464509d1'.

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 

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

2024-01-22 Thread buildbot
The Buildbot has detected a new failure on builder PPC64LE Fedora Rawhide LTO + 
PGO 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/494/builds/5580

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

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

Build Reason: 
Blamelist: Nikita Sobolev , Serhiy Storchaka 


BUILD FAILED: failed compile (failure)


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




Captured traceback
==

remote: Enumerating objects: 9, done.
remote: Counting objects:  11% (1/9)
remote: Counting objects:  22% (2/9)
remote: Counting objects:  33% (3/9)
remote: Counting objects:  44% (4/9)
remote: Counting objects:  55% (5/9)
remote: Counting objects:  66% (6/9)
remote: Counting objects:  77% (7/9)
remote: Counting objects:  88% (8/9)
remote: Counting objects: 100% (9/9)
remote: Counting objects: 100% (9/9), 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 9 (delta 1), reused 4 (delta 1), pack-reused 0
>From https://github.com/python/cpython
 * branch  main   -> FETCH_HEAD
Note: switching to 'd1b031cc58516e1aba823fd613528417a996f50d'.

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 d1b031cc58 gh-114414: Assert PyType_GetModuleByDef result in 
_threadmodule (#114415)
Switched to and reset branch 'main'

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:2880: clean-retain-profile] Error 1 (ignored)
lto1: internal compiler error: Segmentation fault
lto1: internal compiler error: Segmentation fault
Please submit a full bug report, with preprocessed source (by using 
-freport-bug).
See  for instructions.
lto-wrapper: fatal error: gcc returned 1 exit status
compilation terminated.
/usr/bin/ld: error: lto-wrapper failed
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1247: Programs/_testembed] Error 1
make[2]: *** Waiting for unfinished jobs
Please submit a full bug report, with preprocessed source (by using 
-freport-bug).
See  for instructions.
lto-wrapper: fatal error: gcc returned 1 exit status
compilation terminated.
/usr/bin/ld: error: lto-wrapper failed
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:971: python] Error 1
make[1]: *** [Makefile:830: profile-gen-stamp] Error 2
make: *** [Makefile:842: profile-run-stamp] Error 2


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 compile (failure) (main)

2024-01-18 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Fedora Stable LTO 3.x 
while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/271/builds/4548

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

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

Build Reason: 
Blamelist: AN Long , Christophe Nanteuil 
<35002064+christophe...@users.noreply.github.com>, Erlend E. Aasland 
, Ethan Furman , Karolina Surma 
<33810531+befel...@users.noreply.github.com>, Miyashita Yosuke 
<44266492+miyashi...@users.noreply.github.com>, Petr Viktorin 
, Radislav Chugunov 
<52372310+chgn...@users.noreply.github.com>, Sergey B Kirpichev 
, Serhiy Storchaka , Sheidan 
<37596668+sh3i...@users.noreply.github.com>, Steve Dower 
, Terry Jan Reedy , Thomas Wouters 
, Tian Gao , buermarc 
<44375277+buerm...@users.noreply.github.com>, kcatss 

BUILD FAILED: failed compile (failure)


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




Captured traceback
==

remote: Enumerating objects: 28, done.
remote: Counting objects:   3% (1/28)
remote: Counting objects:   7% (2/28)
remote: Counting objects:  10% (3/28)
remote: Counting objects:  14% (4/28)
remote: Counting objects:  17% (5/28)
remote: Counting objects:  21% (6/28)
remote: Counting objects:  25% (7/28)
remote: Counting objects:  28% (8/28)
remote: Counting objects:  32% (9/28)
remote: Counting objects:  35% (10/28)
remote: Counting objects:  39% (11/28)
remote: Counting objects:  42% (12/28)
remote: Counting objects:  46% (13/28)
remote: Counting objects:  50% (14/28)
remote: Counting objects:  53% (15/28)
remote: Counting objects:  57% (16/28)
remote: Counting objects:  60% (17/28)
remote: Counting objects:  64% (18/28)
remote: Counting objects:  67% (19/28)
remote: Counting objects:  71% (20/28)
remote: Counting objects:  75% (21/28)
remote: Counting objects:  78% (22/28)
remote: Counting objects:  82% (23/28)
remote: Counting objects:  85% (24/28)
remote: Counting objects:  89% (25/28)
remote: Counting objects:  92% (26/28)
remote: Counting objects:  96% (27/28)
remote: Counting objects: 100% (28/28)
remote: Counting objects: 100% (28/28), done.
remote: Compressing objects:   4% (1/22)
remote: Compressing objects:   9% (2/22)
remote: Compressing objects:  13% (3/22)
remote: Compressing objects:  18% (4/22)
remote: Compressing objects:  22% (5/22)
remote: Compressing objects:  27% (6/22)
remote: Compressing objects:  31% (7/22)
remote: Compressing objects:  36% (8/22)
remote: Compressing objects:  40% (9/22)
remote: Compressing objects:  45% (10/22)
remote: Compressing objects:  50% (11/22)
remote: Compressing objects:  54% (12/22)
remote: Compressing objects:  59% (13/22)
remote: Compressing objects:  63% (14/22)
remote: Compressing objects:  68% (15/22)
remote: Compressing objects:  72% (16/22)
remote: Compressing objects:  77% (17/22)
remote: Compressing objects:  81% (18/22)
remote: Compressing objects:  86% (19/22)
remote: Compressing objects:  90% (20/22)
remote: Compressing objects:  95% (21/22)
remote: Compressing objects: 100% (22/22)
remote: Compressing objects: 100% (22/22), done.
remote: Total 28 (delta 10), reused 13 (delta 6), pack-reused 0
>From https://github.com/python/cpython
 * branch  main   -> FETCH_HEAD
Note: switching to '8e31cdc9450b3e644d48954865568e162edad514'.

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 8e31cdc945 gh-103092: Convert some `_ctypes` metatypes to heap 
types (GH-113620)
Switched to and reset branch 'main'

/tmp/ccMqJDv2.s: Assembler messages:
/tmp/ccMqJDv2.s: Fatal error: can't write 3887 bytes to section 
.gnu.lto_.jmpfuncs.8ce50aaa1d8edcb9 of Objects/bytearrayobject.o: 'No space 
left on device'
/tmp/ccMqJDv2.s: Fatal error: Objects/bytearrayobject.o: No space left on device
make: *** [Makefile:2788: Objects/bytearrayobject.o] Error 1
make: *** Waiting for unfinished jobs
/tmp/ccBt17f6.s: Assembler messages:
/tmp/ccBt17f6.s: Fatal error: can't write 2258 bytes to section 

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

2024-01-18 Thread buildbot
The Buildbot has detected a new failure on builder PPC64LE Fedora Rawhide LTO + 
PGO 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/494/builds/5565

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

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

Build Reason: 
Blamelist: Ethan Furman , Petr Viktorin 
, Serhiy Storchaka , Steve Dower 
, Terry Jan Reedy 

BUILD FAILED: failed compile (failure)


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




Captured traceback
==

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

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

2024-01-05 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Fedora Stable LTO + 
PGO 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/29/builds/5434

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

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

Build Reason: 
Blamelist: Sam Gross 

BUILD FAILED: failed compile (failure)


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




Captured traceback
==

remote: Enumerating objects: 33, done.
remote: Counting objects:   3% (1/33)
remote: Counting objects:   6% (2/33)
remote: Counting objects:   9% (3/33)
remote: Counting objects:  12% (4/33)
remote: Counting objects:  15% (5/33)
remote: Counting objects:  18% (6/33)
remote: Counting objects:  21% (7/33)
remote: Counting objects:  24% (8/33)
remote: Counting objects:  27% (9/33)
remote: Counting objects:  30% (10/33)
remote: Counting objects:  33% (11/33)
remote: Counting objects:  36% (12/33)
remote: Counting objects:  39% (13/33)
remote: Counting objects:  42% (14/33)
remote: Counting objects:  45% (15/33)
remote: Counting objects:  48% (16/33)
remote: Counting objects:  51% (17/33)
remote: Counting objects:  54% (18/33)
remote: Counting objects:  57% (19/33)
remote: Counting objects:  60% (20/33)
remote: Counting objects:  63% (21/33)
remote: Counting objects:  66% (22/33)
remote: Counting objects:  69% (23/33)
remote: Counting objects:  72% (24/33)
remote: Counting objects:  75% (25/33)
remote: Counting objects:  78% (26/33)
remote: Counting objects:  81% (27/33)
remote: Counting objects:  84% (28/33)
remote: Counting objects:  87% (29/33)
remote: Counting objects:  90% (30/33)
remote: Counting objects:  93% (31/33)
remote: Counting objects:  96% (32/33)
remote: Counting objects: 100% (33/33)
remote: Counting objects: 100% (33/33), done.
remote: Compressing objects:   7% (1/13)
remote: Compressing objects:  15% (2/13)
remote: Compressing objects:  23% (3/13)
remote: Compressing objects:  30% (4/13)
remote: Compressing objects:  38% (5/13)
remote: Compressing objects:  46% (6/13)
remote: Compressing objects:  53% (7/13)
remote: Compressing objects:  61% (8/13)
remote: Compressing objects:  69% (9/13)
remote: Compressing objects:  76% (10/13)
remote: Compressing objects:  84% (11/13)
remote: Compressing objects:  92% (12/13)
remote: Compressing objects: 100% (13/13)
remote: Compressing objects: 100% (13/13), done.
remote: Total 18 (delta 16), reused 5 (delta 5), pack-reused 0
>From https://github.com/python/cpython
 * branch  main   -> FETCH_HEAD
Note: switching to '99854ce1701ca4d1a0d153e501a29f9eec306ce5'.

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 99854ce170 gh-113688: Split up gcmodule.c (gh-113715)
Switched to and reset branch 'main'

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:2876: clean-retain-profile] Error 1 (ignored)
In function ‘_io_FileIO_close_impl’,
inlined from ‘_io_FileIO_close’ at ./Modules/_io/clinic/fileio.c.h:34:12:
./Modules/_io/fileio.c:175:9: warning: ‘exc’ may be used uninitialized 
[-Wmaybe-uninitialized]
  175 | _PyErr_ChainExceptions1(exc);
  | ^~~~
./Modules/_io/fileio.c: In function ‘_io_FileIO_close’:
./Modules/_io/fileio.c:160:15: note: ‘exc’ was declared here
  160 | PyObject *exc;
  |   ^~~
ar: unable to copy file 'libpython3.13.a'; reason: No space left on device
make[2]: *** [Makefile:998: libpython3.13.a] Error 1
make[1]: *** [Makefile:828: profile-gen-stamp] Error 2
make: *** [Makefile:840: profile-run-stamp] Error 2


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