[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): - failed test (failure) (b612ec6b19e9957c79b842ac62ef479fb088899f)

2024-03-03 Thread buildbot
The Buildbot has detected a new failure on builder PPC64LE RHEL8 Refleaks 3.10 
while building Python.
Full details are available at:
https://buildbot.python.org/all/#/builders/632/builds/1036

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

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

Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py",
 line 300, in _run_finalizers
finalizer()
  File 
"/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py",
 line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
  File 
"/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le.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.10.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py",
 line 300, in _run_finalizers
finalizer()
  File 
"/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py",
 line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
  File 
"/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le.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.10.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py",
 line 300, in _run_finalizers
finalizer()
  File 
"/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py",
 line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
  File 
"/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le.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.10.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py",
 line 300, in _run_finalizers
finalizer()
  File 
"/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py",
 line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
  File 
"/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le.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.10.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py",
 line 300, in _run_finalizers
finalizer()
  File 
"/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py",
 line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
  File 
"/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le.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.10.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py",
 line 300, in _run_finalizers
finalizer()
  File 
"/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py",
 line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
  File 
"/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/synchronize.py",
 line 87, in _cleanup
sem_unlink(name)
FileNotFoundError: [Errno 2] No such file or directory
./home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/resource_tracker.py:224:
 UserWarning: resource_tracker: There appear to be 6 leaked semaphore objects 
to clean up at shutdown
  warnings.warn('resource_tracker: There appear to be %d '
Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py",
 line 300, in _run_finalizers
finalizer()
  File 
"/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py",
 line 224, in __call__
res = self._callback(*self._args, **self._kwargs)
  File 
"/home/buildbot/buildarea/3.10.cstratak-RHEL8-ppc64le.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.10.cstratak-RHEL8-ppc64le.refleak/build/Lib/multiprocessing/util.py",
 line