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/all/#/builders/1226/builds/1779

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

Worker for this Build: itamaro-ubuntu-aws

Build Reason: <unknown>
Blamelist: Henrik Tunedal <tune...@gmail.com>, Hugo van Kemenade 
<1324225+hug...@users.noreply.github.com>, Jelle Zijlstra 
<jelle.zijls...@gmail.com>, Xie Yanbo <xieya...@gmail.com>

BUILD FAILED: failed test (failure)


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

== 


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

Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/test_threading.py",
 line 2035, in test_interrupt_main_subthread
    t.start()
    ~~~~~~~^^
  File 
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/threading.py",
 line 977, in start
    self._started.wait()  # Will set ident and native_id
    ~~~~~~~~~~~~~~~~~~^^
  File 
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/threading.py",
 line 656, in wait
    with self._cond:
    ...<3 lines>...
        return signaled
  File 
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/threading.py",
 line 307, in __exit__
    return self._lock.__exit__(*args)
           ~~~~~~~~~~~~~~~~~~~^^^^^^^
RuntimeError: release unlocked lock


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/threading.py",
 line 1039, in _bootstrap_inner
    self.run()
    ~~~~~~~~^^
  File 
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/threading.py",
 line 990, in run
    self._target(*self._args, **self._kwargs)
    ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File 
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/test_threading.py",
 line 1334, in do_fork_and_wait
    support.wait_process(pid, exitcode=50)
    ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
  File 
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/support/__init__.py",
 line 2109, in wait_process
    raise AssertionError(f"process {pid} is still running "
                         f"after {dt:.1f} seconds")
AssertionError: process 464520 is still running after 3000.9 seconds
k


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/threading.py",
 line 659, in wait
    signaled = self._cond.wait(timeout)
               ~~~~~~~~~~~~~~~^^^^^^^^^
  File 
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/threading.py",
 line 368, in wait
    self._acquire_restore(saved_state)
    ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
  File 
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/threading.py",
 line 315, in _acquire_restore
    def _acquire_restore(self, x):
    
KeyboardInterrupt



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

Failed tests:

- test_threading

Failed subtests:

- test_interrupt_main_subthread - 
test.test_threading.InterruptMainTests.test_interrupt_main_subthread




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder ARM64 MacOS M1 
Refleaks NoGIL 3.x while building python/cpython.
Full details are available at:
    https://buildbot.python.org/all/#/builders/1368/builds/853

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

Worker for this Build: itamaro-macos-arm64-aws

Build Reason: <unknown>
Blamelist: Henrik Tunedal <tune...@gmail.com>, Hugo van Kemenade 
<1324225+hug...@users.noreply.github.com>, Jelle Zijlstra 
<jelle.zijls...@gmail.com>, Xie Yanbo <xieya...@gmail.com>

BUILD FAILED: failed test (failure)


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

== 


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

Traceback (most recent call last):
  File 
"/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/test/test_threading.py",
 line 2035, in test_interrupt_main_subthread
    t.start()
    ~~~~~~~^^
  File 
"/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/threading.py",
 line 977, in start
    self._started.wait()  # Will set ident and native_id
    ~~~~~~~~~~~~~~~~~~^^
  File 
"/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/threading.py",
 line 656, in wait
    with self._cond:
    ...<3 lines>...
        return signaled
  File 
"/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/threading.py",
 line 307, in __exit__
    return self._lock.__exit__(*args)
           ~~~~~~~~~~~~~~~~~~~^^^^^^^
RuntimeError: release unlocked lock


Traceback (most recent call last):
  File 
"/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/threading.py",
 line 659, in wait
    signaled = self._cond.wait(timeout)
               ~~~~~~~~~~~~~~~^^^^^^^^^
  File 
"/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/threading.py",
 line 368, in wait
    self._acquire_restore(saved_state)
    ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
  File 
"/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/threading.py",
 line 315, in _acquire_restore
    def _acquire_restore(self, x):
    
KeyboardInterrupt



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

Failed tests:

- test_threading

Failed subtests:

- test_interrupt_main_subthread - 
test.test_threading.InterruptMainTests.test_interrupt_main_subthread




Sincerely,
 -The BuildbotThe 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/7310

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

Worker for this Build: cstratak-RHEL7-x86_64

Build Reason: <unknown>
Blamelist: Henrik Tunedal <tune...@gmail.com>, Hugo van Kemenade 
<1324225+hug...@users.noreply.github.com>, Xie Yanbo <xieya...@gmail.com>

BUILD FAILED: failed test (failure)


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

== 


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

remote: Enumerating objects: 46, done.        
remote: Counting objects:   2% (1/46)        
remote: Counting objects:   4% (2/46)        
remote: Counting objects:   6% (3/46)        
remote: Counting objects:   8% (4/46)        
remote: Counting objects:  10% (5/46)        
remote: Counting objects:  13% (6/46)        
remote: Counting objects:  15% (7/46)        
remote: Counting objects:  17% (8/46)        
remote: Counting objects:  19% (9/46)        
remote: Counting objects:  21% (10/46)        
remote: Counting objects:  23% (11/46)        
remote: Counting objects:  26% (12/46)        
remote: Counting objects:  28% (13/46)        
remote: Counting objects:  30% (14/46)        
remote: Counting objects:  32% (15/46)        
remote: Counting objects:  34% (16/46)        
remote: Counting objects:  36% (17/46)        
remote: Counting objects:  39% (18/46)        
remote: Counting objects:  41% (19/46)        
remote: Counting objects:  43% (20/46)        
remote: Counting objects:  45% (21/46)        
remote: Counting objects:  47% (22/46)        
remote: Counting objects:  50% (23/46)        
remote: Counting objects:  52% (24/46)        
remote: Counting objects:  54% (25/46)        
remote: Counting objects:  56% (26/46)        
remote: Counting objects:  58% (27/46)        
remote: Counting objects:  60% (28/46)        
remote: Counting objects:  63% (29/46)        
remote: Counting objects:  65% (30/46)        
remote: Counting objects:  67% (31/46)        
remote: Counting objects:  69% (32/46)        
remote: Counting objects:  71% (33/46)        
remote: Counting objects:  73% (34/46)        
remote: Counting objects:  76% (35/46)        
remote: Counting objects:  78% (36/46)        
remote: Counting objects:  80% (37/46)        
remote: Counting objects:  82% (38/46)        
remote: Counting objects:  84% (39/46)        
remote: Counting objects:  86% (40/46)        
remote: Counting objects:  89% (41/46)        
remote: Counting objects:  91% (42/46)        
remote: Counting objects:  93% (43/46)        
remote: Counting objects:  95% (44/46)        
remote: Counting objects:  97% (45/46)        
remote: Counting objects: 100% (46/46)        
remote: Counting objects: 100% (46/46), 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 46 (delta 13), reused 31 (delta 10), pack-reused 0        
>From https://github.com/python/cpython
 * branch            main       -> FETCH_HEAD
Note: checking out '133c1a7cdb19dd9317e7607ecf8f4fd4fb5842f6'.

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 133c1a7... gh-118293: Suppress mouse cursor feedback when 
launching Windows processes with multiprocessing (GH-118315)
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: warning: assignment to ‘_PyInterpreterFrame 
*’ {aka ‘struct _PyInterpreterFrame *’} from incompatible pointer type 
‘_Py_UopsSymbol *’ {aka ‘struct _Py_UopsSymbol *’} 
[-Wincompatible-pointer-types]
             gen_frame = sym_new_not_null(ctx);
                       ^

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


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

Failed tests:

- test_capi




Sincerely,
 -The Buildbot

_______________________________________________
Buildbot-status mailing list -- buildbot-status@python.org
To unsubscribe send an email to buildbot-status-le...@python.org
https://mail.python.org/mailman3/lists/buildbot-status.python.org/
Member address: arch...@mail-archive.com

Reply via email to