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

2024-06-09 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Windows11 Bigmem 3.13 
while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1463/builds/121

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

Worker for this Build: ambv-bb-win11

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

Traceback (most recent call last):
  File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\test_repl.py", 
line 199, in test_asyncio_repl_is_ok
assert_python_ok("-m", "asyncio")
^
  File 
"R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\support\script_helper.py",
 line 180, in assert_python_ok
return _assert_python(True, *args, **env_vars)
  File 
"R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\support\script_helper.py",
 line 165, in _assert_python
res.fail(cmd_line)
^^
  File 
"R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\support\script_helper.py",
 line 75, in fail
raise AssertionError("Process return code is %d\n"
...<13 lines>...
err))
AssertionError: Process return code is 2147483651
command line: 
['R:\\buildarea\\3.13.ambv-bb-win11.bigmem\\build\\PCbuild\\amd64\\python_d.exe',
 '-X', 'faulthandler', '-I', '-m', 'asyncio']



Test report
===

Failed tests:

- test_repl

Failed subtests:

- test_asyncio_repl_is_ok - 
test.test_repl.TestInteractiveInterpreter.test_asyncio_repl_is_ok




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-06-08 Thread buildbot
The Buildbot has detected a new failure on builder ARM64 MacOS M1 Refleaks 
NoGIL 3.13 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1396/builds/127

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

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

Build Reason: 
Blamelist: Barney Gale , Guido van Rossum 
, Miss Islington (bot) 
<31488909+miss-isling...@users.noreply.github.com>, Thomas Wouters 


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:  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 10 (delta 1), reused 4 (delta 1), pack-reused 0
>From https://github.com/python/cpython
 * branch  3.13   -> FETCH_HEAD
Note: switching to '9b704ceecae28d73a0315c3fd5547cf09b2d85a4'.

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 9b704ceeca [3.13] gh-120244: Fix re.sub() reference leak 
(GH-120245) (GH-120264)
Switched to and reset branch '3.13'

In file included from ./Modules/tkappinit.c:17:
In file included from 
/opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/tk.h:99:
/opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h:131:21: warning: 
a function declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
int (*free_private)();  /* called to free private storage */
   ^
void
/opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h:334:33: warning: 
a function declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
struct _XImage *(*create_image)();
   ^
void
/opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h:453:23: warning: 
a function declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
XID (*resource_alloc)(); /* allocator function */
 ^
  void
/opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h:471:20: warning: 
a function declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
int (*synchandler)();   /* Synchronization handler */
  ^
   void
/opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h:496:24: warning: 
a function declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
Bool (*event_vec[128])();  /* vector for wire to event */
  ^
   void
/opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h:497:25: warning: 
a function declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
Status (*wire_vec[128])(); /* vector for event to wire */
   ^
void
/opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h:509:20: warning: 
a function declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
Bool (**error_vec)();  /* vector for wire to error */
  ^
   void
/opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h:522:25: warning: 
a function declaration without a prototype is 

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

2024-06-08 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Windows11 Bigmem 3.13 
while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1463/builds/118

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

Worker for this Build: ambv-bb-win11

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

Traceback (most recent call last):
  File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\test_repl.py", 
line 199, in test_asyncio_repl_is_ok
assert_python_ok("-m", "asyncio")
^
  File 
"R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\support\script_helper.py",
 line 180, in assert_python_ok
return _assert_python(True, *args, **env_vars)
  File 
"R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\support\script_helper.py",
 line 165, in _assert_python
res.fail(cmd_line)
^^
  File 
"R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\support\script_helper.py",
 line 75, in fail
raise AssertionError("Process return code is %d\n"
...<13 lines>...
err))
AssertionError: Process return code is 2147483651
command line: 
['R:\\buildarea\\3.13.ambv-bb-win11.bigmem\\build\\PCbuild\\amd64\\python_d.exe',
 '-X', 'faulthandler', '-I', '-m', 'asyncio']



Test report
===

Failed tests:

- test_repl

Failed subtests:

- test_asyncio_repl_is_ok - 
test.test_repl.TestInteractiveInterpreter.test_asyncio_repl_is_ok




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder s390x Fedora 
Rawhide LTO 3.13 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1428/builds/15

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

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

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

Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.13.edelsohn-fedora-rawhide-z.lto/build/Lib/test/test_posixpath.py",
 line 366, in test_expanduser_pwd2
self.assertEqual(posixpath.expanduser('~' + name), home)

AssertionError: '/nonexisting' != '/'
- /nonexisting
+ /



Test report
===

Failed tests:

- test_posixpath

Failed subtests:

- test_expanduser_pwd2 - test.test_posixpath.PosixPathTest.test_expanduser_pwd2




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

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

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

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

Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.13.edelsohn-fedora-rawhide-z.lto-pgo/build/Lib/test/test_posixpath.py",
 line 366, in test_expanduser_pwd2
self.assertEqual(posixpath.expanduser('~' + name), home)

AssertionError: '/nonexisting' != '/'
- /nonexisting
+ /



Test report
===

Failed tests:

- test_posixpath

Failed subtests:

- test_expanduser_pwd2 - test.test_posixpath.PosixPathTest.test_expanduser_pwd2




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

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

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

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

Traceback (most recent call last):
  File 
"/home/dje/cpython-buildarea/3.13.edelsohn-fedora-rawhide-z.clang-installed/build/target/lib/python3.13/test/test_posixpath.py",
 line 366, in test_expanduser_pwd2
self.assertEqual(posixpath.expanduser('~' + name), home)

AssertionError: 

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

2024-06-08 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Debian root 3.13 while 
building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1441/builds/153

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

Worker for this Build: angelico-debian-amd64

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

Traceback (most recent call last):
  File "/root/buildarea/3.13.angelico-debian-amd64/build/Lib/test/test_os.py", 
line 4389, in test_timerfd_ns_interval
self.assertEqual(self.read_count_signaled(fd), 1)
^
AssertionError: 2 != 1


Traceback (most recent call last):
  File "/root/buildarea/3.13.angelico-debian-amd64/build/Lib/test/test_os.py", 
line 4397, in test_timerfd_ns_interval
self.assertEqual(self.read_count_signaled(fd), count)
^
AssertionError: 4 != 3



Test report
===

Failed tests:

- test_os

Failed subtests:

- test_timerfd_ns_interval - test.test_os.TimerfdTests.test_timerfd_ns_interval




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-06-06 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Windows11 Bigmem 3.13 
while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1463/builds/112

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

Worker for this Build: ambv-bb-win11

Build Reason: 
Blamelist: Barney Gale , Eric Snow 
, Guido van Rossum , Jelle 
Zijlstra , Miss Islington (bot) 
<31488909+miss-isling...@users.noreply.github.com>, Sam Gross 
, T. Wouters , Thomas Wouters 
, Victor Stinner , Łukasz Langa 


BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==

Traceback (most recent call last):
  File "R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\test_repl.py", 
line 199, in test_asyncio_repl_is_ok
assert_python_ok("-m", "asyncio")
^
  File 
"R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\support\script_helper.py",
 line 180, in assert_python_ok
return _assert_python(True, *args, **env_vars)
  File 
"R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\support\script_helper.py",
 line 165, in _assert_python
res.fail(cmd_line)
^^
  File 
"R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\support\script_helper.py",
 line 75, in fail
raise AssertionError("Process return code is %d\n"
...<13 lines>...
err))
AssertionError: Process return code is 2147483651
command line: 
['R:\\buildarea\\3.13.ambv-bb-win11.bigmem\\build\\PCbuild\\amd64\\python_d.exe',
 '-X', 'faulthandler', '-I', '-m', 'asyncio']



Test report
===

Failed tests:

- test_repl

Failed subtests:

- test_asyncio_repl_is_ok - 
test.test_repl.TestInteractiveInterpreter.test_asyncio_repl_is_ok




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-06-04 Thread buildbot
The Buildbot has detected a new failure on builder iOS ARM64 Simulator 3.13 
while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1386/builds/159

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

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

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

Traceback (most recent call last):
  File 
"/Users/buildbot/Library/Developer/XCTestDevices/640DD7EB-8493-4634-8DEC-7C97E593BF6F/data/Containers/Bundle/Application/7FA6A294-B3E2-4D50-BE13-B50B25689F58/iOSTestbed.app/python/lib/python3.13/logging/config.py",
 line 577, in configure
handler = self.configure_handler(handlers[name])
  File 
"/Users/buildbot/Library/Developer/XCTestDevices/640DD7EB-8493-4634-8DEC-7C97E593BF6F/data/Containers/Bundle/Application/7FA6A294-B3E2-4D50-BE13-B50B25689F58/iOSTestbed.app/python/lib/python3.13/logging/config.py",
 line 785, in configure_handler
proxy_queue = MM().Queue()
  ~~^^
  File 
"/Users/buildbot/Library/Developer/XCTestDevices/640DD7EB-8493-4634-8DEC-7C97E593BF6F/data/Containers/Bundle/Application/7FA6A294-B3E2-4D50-BE13-B50B25689F58/iOSTestbed.app/python/lib/python3.13/multiprocessing/context.py",
 line 57, in Manager
m.start()
~~~^^
  File 
"/Users/buildbot/Library/Developer/XCTestDevices/640DD7EB-8493-4634-8DEC-7C97E593BF6F/data/Containers/Bundle/Application/7FA6A294-B3E2-4D50-BE13-B50B25689F58/iOSTestbed.app/python/lib/python3.13/multiprocessing/managers.py",
 line 569, in start
self._address = reader.recv()
~~~^^
  File 
"/Users/buildbot/Library/Developer/XCTestDevices/640DD7EB-8493-4634-8DEC-7C97E593BF6F/data/Containers/Bundle/Application/7FA6A294-B3E2-4D50-BE13-B50B25689F58/iOSTestbed.app/python/lib/python3.13/multiprocessing/connection.py",
 line 250, in recv
buf = self._recv_bytes()
  File 
"/Users/buildbot/Library/Developer/XCTestDevices/640DD7EB-8493-4634-8DEC-7C97E593BF6F/data/Containers/Bundle/Application/7FA6A294-B3E2-4D50-BE13-B50B25689F58/iOSTestbed.app/python/lib/python3.13/multiprocessing/connection.py",
 line 430, in _recv_bytes
buf = self._recv(4)
  File 
"/Users/buildbot/Library/Developer/XCTestDevices/640DD7EB-8493-4634-8DEC-7C97E593BF6F/data/Containers/Bundle/Application/7FA6A294-B3E2-4D50-BE13-B50B25689F58/iOSTestbed.app/python/lib/python3.13/multiprocessing/connection.py",
 line 399, in _recv
raise EOFError
EOFError


Traceback (most recent call last):
  File 
"/Users/buildbot/Library/Developer/XCTestDevices/640DD7EB-8493-4634-8DEC-7C97E593BF6F/data/Containers/Bundle/Application/7FA6A294-B3E2-4D50-BE13-B50B25689F58/iOSTestbed.app/python/lib/python3.13/test/test_logging.py",
 line 3934, in test_multiprocessing_queues
q1 = MQ()  # this can't be pickled
  File 
"/Users/buildbot/Library/Developer/XCTestDevices/640DD7EB-8493-4634-8DEC-7C97E593BF6F/data/Containers/Bundle/Application/7FA6A294-B3E2-4D50-BE13-B50B25689F58/iOSTestbed.app/python/lib/python3.13/multiprocessing/context.py",
 line 103, in Queue
return Queue(maxsize, ctx=self.get_context())
  File 
"/Users/buildbot/Library/Developer/XCTestDevices/640DD7EB-8493-4634-8DEC-7C97E593BF6F/data/Containers/Bundle/Application/7FA6A294-B3E2-4D50-BE13-B50B25689F58/iOSTestbed.app/python/lib/python3.13/multiprocessing/queues.py",
 line 38, in __init__
from .synchronize import SEM_VALUE_MAX as maxsize
  File 
"/Users/buildbot/Library/Developer/XCTestDevices/640DD7EB-8493-4634-8DEC-7C97E593BF6F/data/Containers/Bundle/Application/7FA6A294-B3E2-4D50-BE13-B50B25689F58/iOSTestbed.app/python/lib/python3.13/multiprocessing/synchronize.py",
 line 17, in 
import _multiprocessing
ModuleNotFoundError: No module named '_multiprocessing'


Traceback (most recent call last):
  File 
"/Users/buildbot/Library/Developer/XCTestDevices/640DD7EB-8493-4634-8DEC-7C97E593BF6F/data/Containers/Bundle/Application/7FA6A294-B3E2-4D50-BE13-B50B25689F58/iOSTestbed.app/python/lib/python3.13/test/test_logging.py",
 line 3916, in test_config_queue_handler
self.do_queuehandler_configuration(qspec, lspec)
~~^^
  File 
"/Users/buildbot/Library/Developer/XCTestDevices/640DD7EB-8493-4634-8DEC-7C97E593BF6F/data/Containers/Bundle/Application/7FA6A294-B3E2-4D50-BE13-B50B25689F58/iOSTestbed.app/python/lib/python3.13/test/test_logging.py",
 line 3870, in do_queuehandler_configuration
self.apply_config(cd)
~
  File 
"/Users/buildbot/Library/Developer/XCTestDevices/640DD7EB-8493-4634-8DEC-7C97E593BF6F/data/Containers/Bundle/Application/7FA6A294-B3E2-4D50-BE13-B50B25689F58/iOSTestbed.app/python/lib/python3.13/test/test_logging.py",
 line 3248, in apply_config
logging.config.dictConfig(conf)

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

2024-06-04 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/all/#/builders/1431/builds/79

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

Worker for this Build: itamaro-ubuntu-aws

Build Reason: 
Blamelist: Miss Islington (bot) 
<31488909+miss-isling...@users.noreply.github.com>, T. Wouters 


BUILD FAILED: failed test (failure)


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




Captured traceback
==

remote: Enumerating objects: 37, done.
remote: Counting objects:   2% (1/36)
remote: Counting objects:   5% (2/36)
remote: Counting objects:   8% (3/36)
remote: Counting objects:  11% (4/36)
remote: Counting objects:  13% (5/36)
remote: Counting objects:  16% (6/36)
remote: Counting objects:  19% (7/36)
remote: Counting objects:  22% (8/36)
remote: Counting objects:  25% (9/36)
remote: Counting objects:  27% (10/36)
remote: Counting objects:  30% (11/36)
remote: Counting objects:  33% (12/36)
remote: Counting objects:  36% (13/36)
remote: Counting objects:  38% (14/36)
remote: Counting objects:  41% (15/36)
remote: Counting objects:  44% (16/36)
remote: Counting objects:  47% (17/36)
remote: Counting objects:  50% (18/36)
remote: Counting objects:  52% (19/36)
remote: Counting objects:  55% (20/36)
remote: Counting objects:  58% (21/36)
remote: Counting objects:  61% (22/36)
remote: Counting objects:  63% (23/36)
remote: Counting objects:  66% (24/36)
remote: Counting objects:  69% (25/36)
remote: Counting objects:  72% (26/36)
remote: Counting objects:  75% (27/36)
remote: Counting objects:  77% (28/36)
remote: Counting objects:  80% (29/36)
remote: Counting objects:  83% (30/36)
remote: Counting objects:  86% (31/36)
remote: Counting objects:  88% (32/36)
remote: Counting objects:  91% (33/36)
remote: Counting objects:  94% (34/36)
remote: Counting objects:  97% (35/36)
remote: Counting objects: 100% (36/36)
remote: Counting objects: 100% (36/36), done.
remote: Compressing objects:   3% (1/27)
remote: Compressing objects:   7% (2/27)
remote: Compressing objects:  11% (3/27)
remote: Compressing objects:  14% (4/27)
remote: Compressing objects:  18% (5/27)
remote: Compressing objects:  22% (6/27)
remote: Compressing objects:  25% (7/27)
remote: Compressing objects:  29% (8/27)
remote: Compressing objects:  33% (9/27)
remote: Compressing objects:  37% (10/27)
remote: Compressing objects:  40% (11/27)
remote: Compressing objects:  44% (12/27)
remote: Compressing objects:  48% (13/27)
remote: Compressing objects:  51% (14/27)
remote: Compressing objects:  55% (15/27)
remote: Compressing objects:  59% (16/27)
remote: Compressing objects:  62% (17/27)
remote: Compressing objects:  66% (18/27)
remote: Compressing objects:  70% (19/27)
remote: Compressing objects:  74% (20/27)
remote: Compressing objects:  77% (21/27)
remote: Compressing objects:  81% (22/27)
remote: Compressing objects:  85% (23/27)
remote: Compressing objects:  88% (24/27)
remote: Compressing objects:  92% (25/27)
remote: Compressing objects:  96% (26/27)
remote: Compressing objects: 100% (27/27)
remote: Compressing objects: 100% (27/27), done.
remote: Total 37 (delta 12), reused 16 (delta 9), pack-reused 1
>From https://github.com/python/cpython
 * branch  3.13   -> FETCH_HEAD
Note: switching to '1177897551066c1e8c394809152614a6483f9ce7'.

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 1177897551 [3.13] gh-111389: Add PyHASH_MULTIPLIER constant 
(GH-119214) (#119334)
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: *** wait: No child processes.  Stop.
make: *** Waiting for unfinished jobs
make: *** wait: No child processes.  Stop.


Test report
===





Sincerely,
 -The BuildbotThe Buildbot has detected a 

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

2024-06-03 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/all/#/builders/1431/builds/76

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

Worker for this Build: itamaro-ubuntu-aws

Build Reason: 
Blamelist: Barney Gale , Eric Snow 
, Hugo van Kemenade 
<1324225+hug...@users.noreply.github.com>, Jelle Zijlstra 
, Miss Islington (bot) 
<31488909+miss-isling...@users.noreply.github.com>, Victor Stinner 


BUILD FAILED: failed test (failure)


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




Captured traceback
==

remote: Enumerating objects: 34, done.
remote: Counting objects:   3% (1/29)
remote: Counting objects:   6% (2/29)
remote: Counting objects:  10% (3/29)
remote: Counting objects:  13% (4/29)
remote: Counting objects:  17% (5/29)
remote: Counting objects:  20% (6/29)
remote: Counting objects:  24% (7/29)
remote: Counting objects:  27% (8/29)
remote: Counting objects:  31% (9/29)
remote: Counting objects:  34% (10/29)
remote: Counting objects:  37% (11/29)
remote: Counting objects:  41% (12/29)
remote: Counting objects:  44% (13/29)
remote: Counting objects:  48% (14/29)
remote: Counting objects:  51% (15/29)
remote: Counting objects:  55% (16/29)
remote: Counting objects:  58% (17/29)
remote: Counting objects:  62% (18/29)
remote: Counting objects:  65% (19/29)
remote: Counting objects:  68% (20/29)
remote: Counting objects:  72% (21/29)
remote: Counting objects:  75% (22/29)
remote: Counting objects:  79% (23/29)
remote: Counting objects:  82% (24/29)
remote: Counting objects:  86% (25/29)
remote: Counting objects:  89% (26/29)
remote: Counting objects:  93% (27/29)
remote: Counting objects:  96% (28/29)
remote: Counting objects: 100% (29/29)
remote: Counting objects: 100% (29/29), 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 34 (delta 9), reused 16 (delta 6), pack-reused 5
>From https://github.com/python/cpython
 * branch  3.13   -> FETCH_HEAD
Note: switching to '671b740f45bf606208d89300b63b1d206c6a6e4a'.

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 671b740f45 gh-119679: Ensures correct import libraries are 
included in Windows install packages (GH-119790)
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: *** wait: No child processes.  Stop.
make: *** Waiting for unfinished jobs
make: *** wait: No child processes.  Stop.


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 test (failure) (3.13)

2024-06-01 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Ubuntu NoGIL 3.13 
while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1422/builds/77

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

Worker for this Build: itamaro-ubuntu-aws

Build Reason: 
Blamelist: Eric Snow , Jelle Zijlstra 
, Miss Islington (bot) 
<31488909+miss-isling...@users.noreply.github.com>, Victor Stinner 


BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==

Traceback (test.test_zipimport.UncompressedZipImportTestCase.testTraceback) ... 
ok


Traceback (test.test_zipimport.CompressedZipImportTestCase.testTraceback) ... ok


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/multiprocessing/process.py",
 line 313, in _bootstrap
self.run()
^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/multiprocessing/process.py",
 line 108, in run
self._target(*self._args, **self._kwargs)
^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_multiprocessing.py",
 line 5329, in child
join_process(p)
^^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_multiprocessing.py",
 line 104, in join_process
threading_helper.join_thread(process)
^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/support/threading_helper.py",
 line 116, in join_thread
raise AssertionError(msg)
AssertionError: failed to join the thread in 30.0 seconds
Process Process-2:1:
Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/multiprocessing/process.py",
 line 313, in _bootstrap
self.run()
^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/multiprocessing/process.py",
 line 108, in run
self._target(*self._args, **self._kwargs)
^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_multiprocessing.py",
 line 5329, in child
join_process(p)
^^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_multiprocessing.py",
 line 104, in join_process
threading_helper.join_thread(process)
^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/support/threading_helper.py",
 line 116, in join_thread
raise AssertionError(msg)
AssertionError: failed to join the thread in 30.0 seconds
k


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_multiprocessing.py",
 line 5176, in test_wait_integer
self.assertLess(delta, expected + 2)
~~~^
AssertionError: 5.844922114163637 not less than 5


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py",
 line 535, in test_flock
self._lock(fcntl.flock, "flock")
~~^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py",
 line 517, in _lock
raise Exception("failed to sync child in %.1f sec" % dt)
Exception: failed to sync child in 300.5 sec


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/test_eintr.py",
 line 17, in test_all
script_helper.run_test_script(script)
~
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/support/script_helper.py",
 line 316, in run_test_script
raise AssertionError(f"{name} failed")
AssertionError: script _test_eintr.py failed


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py",
 line 532, in test_lockf
self._lock(fcntl.lockf, "lockf")
~~^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py",
 line 517, in _lock
raise Exception("failed to sync child in %.1f sec" % dt)
Exception: failed to sync child in 300.4 sec



Test report
===

Failed tests:

- test_eintr
- test_math
- test.test_multiprocessing_spawn.test_misc
- test_zipimport
- test_tools
- test_io

Failed subtests:

- test_lockf - __main__.FNTLEINTRTest.test_lockf
- test_all - test.test_eintr.EINTRTests.test_all
- test_flock - __main__.FNTLEINTRTest.test_flock
- test_wait_integer - 
test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_integer




Sincerely,
 -The Buildbot

___
Buildbot-status 

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

2024-05-31 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Ubuntu NoGIL 3.13 
while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1422/builds/74

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

Worker for this Build: itamaro-ubuntu-aws

Build Reason: 
Blamelist: Eric Snow , Miss Islington (bot) 
<31488909+miss-isling...@users.noreply.github.com>, Victor Stinner 


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.13.itamaro-ubuntu-aws.nogil/build/Lib/test/test_concurrent_futures/executor.py",
 line 71, in test_map_timeout
self.assertEqual([None, None], results)
^^^
AssertionError: Lists differ: [None, None] != []


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_multiprocessing.py",
 line 5176, in test_wait_integer
self.assertLess(delta, expected + 2)
~~~^
AssertionError: 5.705352479591966 not less than 5



Test report
===

Failed tests:

- test_math
- test.test_multiprocessing_spawn.test_misc
- test_tools
- test_statistics
- test.test_concurrent_futures.test_process_pool

Failed subtests:

- test_wait_integer - 
test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_integer
- test_map_timeout - 
test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_timeout
- test_map_timeout - 
test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_map_timeout




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-05-31 Thread buildbot
The Buildbot has detected a new failure on builder ARM64 MacOS M1 Refleaks 
NoGIL 3.13 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1396/builds/89

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

Worker for this Build: itamaro-macos-arm64-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: 58, done.
remote: Counting objects:   2% (1/49)
remote: Counting objects:   4% (2/49)
remote: Counting objects:   6% (3/49)
remote: Counting objects:   8% (4/49)
remote: Counting objects:  10% (5/49)
remote: Counting objects:  12% (6/49)
remote: Counting objects:  14% (7/49)
remote: Counting objects:  16% (8/49)
remote: Counting objects:  18% (9/49)
remote: Counting objects:  20% (10/49)
remote: Counting objects:  22% (11/49)
remote: Counting objects:  24% (12/49)
remote: Counting objects:  26% (13/49)
remote: Counting objects:  28% (14/49)
remote: Counting objects:  30% (15/49)
remote: Counting objects:  32% (16/49)
remote: Counting objects:  34% (17/49)
remote: Counting objects:  36% (18/49)
remote: Counting objects:  38% (19/49)
remote: Counting objects:  40% (20/49)
remote: Counting objects:  42% (21/49)
remote: Counting objects:  44% (22/49)
remote: Counting objects:  46% (23/49)
remote: Counting objects:  48% (24/49)
remote: Counting objects:  51% (25/49)
remote: Counting objects:  53% (26/49)
remote: Counting objects:  55% (27/49)
remote: Counting objects:  57% (28/49)
remote: Counting objects:  59% (29/49)
remote: Counting objects:  61% (30/49)
remote: Counting objects:  63% (31/49)
remote: Counting objects:  65% (32/49)
remote: Counting objects:  67% (33/49)
remote: Counting objects:  69% (34/49)
remote: Counting objects:  71% (35/49)
remote: Counting objects:  73% (36/49)
remote: Counting objects:  75% (37/49)
remote: Counting objects:  77% (38/49)
remote: Counting objects:  79% (39/49)
remote: Counting objects:  81% (40/49)
remote: Counting objects:  83% (41/49)
remote: Counting objects:  85% (42/49)
remote: Counting objects:  87% (43/49)
remote: Counting objects:  89% (44/49)
remote: Counting objects:  91% (45/49)
remote: Counting objects:  93% (46/49)
remote: Counting objects:  95% (47/49)
remote: Counting objects:  97% (48/49)
remote: Counting objects: 100% (49/49)
remote: Counting objects: 100% (49/49), done.
remote: Compressing objects:   2% (1/42)
remote: Compressing objects:   4% (2/42)
remote: Compressing objects:   7% (3/42)
remote: Compressing objects:   9% (4/42)
remote: Compressing objects:  11% (5/42)
remote: Compressing objects:  14% (6/42)
remote: Compressing objects:  16% (7/42)
remote: Compressing objects:  19% (8/42)
remote: Compressing objects:  21% (9/42)
remote: Compressing objects:  23% (10/42)
remote: Compressing objects:  26% (11/42)
remote: Compressing objects:  28% (12/42)
remote: Compressing objects:  30% (13/42)
remote: Compressing objects:  33% (14/42)
remote: Compressing objects:  35% (15/42)
remote: Compressing objects:  38% (16/42)
remote: Compressing objects:  40% (17/42)
remote: Compressing objects:  42% (18/42)
remote: Compressing objects:  45% (19/42)
remote: Compressing objects:  47% (20/42)
remote: Compressing objects:  50% (21/42)
remote: Compressing objects:  52% (22/42)
remote: Compressing objects:  54% (23/42)
remote: Compressing objects:  57% (24/42)
remote: Compressing objects:  59% (25/42)
remote: Compressing objects:  61% (26/42)
remote: Compressing objects:  64% (27/42)
remote: Compressing objects:  66% (28/42)
remote: Compressing objects:  69% (29/42)
remote: Compressing objects:  71% (30/42)
remote: Compressing objects:  73% (31/42)
remote: Compressing objects:  76% (32/42)
remote: Compressing objects:  78% (33/42)
remote: Compressing objects:  80% (34/42)
remote: Compressing objects:  83% (35/42)
remote: Compressing objects:  85% (36/42)
remote: Compressing objects:  88% (37/42)
remote: Compressing objects:  90% (38/42)
remote: Compressing objects:  92% (39/42)
remote: Compressing objects:  95% (40/42)
remote: 

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

2024-05-31 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Ubuntu NoGIL 3.13 
while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1422/builds/72

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

Worker for this Build: itamaro-ubuntu-aws

Build Reason: 
Blamelist: Eric Snow , Miss Islington (bot) 
<31488909+miss-isling...@users.noreply.github.com>, Victor Stinner 


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.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_multiprocessing.py",
 line 5176, in test_wait_integer
self.assertLess(delta, expected + 2)
~~~^
AssertionError: 5.790606804192066 not less than 5


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/test_concurrent_futures/executor.py",
 line 71, in test_map_timeout
self.assertEqual([None, None], results)
^^^
AssertionError: Lists differ: [None, None] != []


Traceback (test.test_zipimport.UncompressedZipImportTestCase.testTraceback) ... 
ok


Traceback (test.test_zipimport.CompressedZipImportTestCase.testTraceback) ... ok


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/test_asyncio/test_ssl.py",
 line 1308, in test_flush_before_shutdown
self.loop.run_until_complete(client(srv.addr))
^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/asyncio/base_events.py",
 line 721, in run_until_complete
return future.result()
   ~^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/test_asyncio/test_ssl.py",
 line 1299, in client
await self.wait_closed(writer)
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/test_asyncio/test_ssl.py",
 line 193, in wait_closed
await obj.wait_closed()
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/asyncio/streams.py",
 line 358, in wait_closed
await self._protocol._get_close_waiter(self)
TimeoutError: SSL shutdown timed out



Test report
===

Failed tests:

- test_math
- test_tools

Failed subtests:

- test_flush_before_shutdown - 
test.test_asyncio.test_ssl.TestSSL.test_flush_before_shutdown
- test_wait_integer - 
test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_integer
- test_map_timeout - 
test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_map_timeout




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-05-30 Thread buildbot
The Buildbot has detected a new failure on builder ARM64 MacOS M1 Refleaks 
NoGIL 3.13 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1396/builds/85

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

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

Build Reason: 
Blamelist: Eric Snow , Miss Islington (bot) 
<31488909+miss-isling...@users.noreply.github.com>, Victor Stinner 


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.13.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/unittest/async_case.py",
 line 93, in _callTestMethod
if self._callMaybeAsync(method) is not None:
   
  File 
"/Users/ec2-user/buildbot/buildarea/3.13.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/unittest/async_case.py",
 line 115, in _callMaybeAsync
return self._asyncioRunner.run(
   ~~~^
func(*args, **kwargs),
^^
context=self._asyncioTestContext,
^
)
^
  File 
"/Users/ec2-user/buildbot/buildarea/3.13.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/asyncio/runners.py",
 line 118, in run
return self._loop.run_until_complete(task)
   ~^^
  File 
"/Users/ec2-user/buildbot/buildarea/3.13.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/asyncio/base_events.py",
 line 721, in run_until_complete
return future.result()
   ~^^
  File 
"/Users/ec2-user/buildbot/buildarea/3.13.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/test/test_asyncio/test_threads.py",
 line 41, in test_to_thread_concurrent
self.assertEqual(func.call_count, 10)
^
AssertionError: 9 != 10



Test report
===

Failed tests:

- test.test_asyncio.test_threads
- test_free_threading

Failed subtests:

- test_to_thread_concurrent - 
test.test_asyncio.test_threads.ToThreadTests.test_to_thread_concurrent

Test leaking resources:

- test_free_threading: memory blocks
- test_threads: memory blocks
- test_free_threading: 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-05-30 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Ubuntu NoGIL 3.13 
while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1422/builds/70

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

Worker for this Build: itamaro-ubuntu-aws

Build Reason: 
Blamelist: Eric Snow , Miss Islington (bot) 
<31488909+miss-isling...@users.noreply.github.com>, Victor Stinner 


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.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py",
 line 532, in test_lockf
self._lock(fcntl.lockf, "lockf")
~~^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py",
 line 517, in _lock
raise Exception("failed to sync child in %.1f sec" % dt)
Exception: failed to sync child in 300.4 sec


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py",
 line 532, in test_lockf
self._lock(fcntl.lockf, "lockf")
~~^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py",
 line 517, in _lock
raise Exception("failed to sync child in %.1f sec" % dt)
Exception: failed to sync child in 300.1 sec


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/test_eintr.py",
 line 17, in test_all
script_helper.run_test_script(script)
~
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/support/script_helper.py",
 line 316, in run_test_script
raise AssertionError(f"{name} failed")
AssertionError: script _test_eintr.py failed


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/test_concurrent_futures/executor.py",
 line 71, in test_map_timeout
self.assertEqual([None, None], results)
^^^
AssertionError: Lists differ: [None, None] != []



Test report
===

Failed tests:

- test_eintr
- test_math
- test.test_concurrent_futures.test_process_pool
- test_tools

Failed subtests:

- test_all - test.test_eintr.EINTRTests.test_all
- test_lockf - __main__.FNTLEINTRTest.test_lockf
- test_map_timeout - 
test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_timeout




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-05-30 Thread buildbot
The Buildbot has detected a new failure on builder s390x Fedora LTO + PGO 3.13 
while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1511/builds/67

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

Worker for this Build: edelsohn-fedora-z

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 5), reused 8 (delta 3), pack-reused 0
>From https://github.com/python/cpython
 * branch  3.13   -> FETCH_HEAD
Note: switching to '322e0ad3dec0068224657ea550ddbaac96d44648'.

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 322e0ad3de [3.13] gh-117142: Slightly hacky fix for memory leak 
of StgInfo (GH-119424) (GH-119468)
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)

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:3118: clean-retain-profile] Error 1 (ignored)
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:411:13,
inlined from ‘_mpd_to_string’ at ./Modules/_decimal/libmpdec/io.c:612:18:
./Modules/_decimal/libmpdec/io.c:349:40: warning: writing 1 byte into a region 
of size 0 [-Wstringop-overflow=]
  349 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
  |   ~^
./Modules/_decimal/libmpdec/io.c:349:40: warning: writing 1 byte into a region 
of size 0 [-Wstringop-overflow=]
  349 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
  |   ~^
./Modules/_decimal/libmpdec/io.c:349:40: warning: writing 1 byte into a region 
of size 0 [-Wstringop-overflow=]
  349 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
  |   ~^
./Modules/_decimal/libmpdec/io.c:349:40: warning: writing 1 byte into a region 
of size 0 [-Wstringop-overflow=]
  349 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
  |   ~^
./Modules/_decimal/libmpdec/io.c:349:40: warning: writing 1 byte into a region 
of size 0 [-Wstringop-overflow=]
  349 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
  |   ~^
./Modules/_decimal/libmpdec/io.c:349:40: warning: writing 1 byte into a region 
of size 0 [-Wstringop-overflow=]
  349 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
  |   

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

2024-05-30 Thread buildbot
The Buildbot has detected a new failure on builder s390x Fedora Clang Installed 
3.13 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1392/builds/66

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

Worker for this Build: edelsohn-fedora-z

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

Note: switching to '083bf3ad1795604ee833d1595f2a536b9cd57419'.

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 083bf3ad17 [3.13] GH-89727: Fix FD leak on `os.fwalk()` 
generator finalization. (GH-119766) (#119767)
Switched to and reset branch '3.13'

configure: WARNING: s390x-ibm-linux-gnu/clang is not supported
configure: WARNING: no system libmpdecimal found; falling back to bundled 
libmpdecimal (deprecated and scheduled for removal in Python 3.15)
configure: WARNING:

Platform "s390x-ibm-linux-gnu" with compiler "clang" is not supported by the
CPython core team, see https://peps.python.org/pep-0011/ for more information.


Python/import.c:1619:1: warning: unused function 'is_core_module' 
[-Wunused-function]
is_core_module(PyInterpreterState *interp, PyObject *name, PyObject *path)
^
1 warning generated.
Python/pystate.c:1135:1: warning: unused function 'check_interpreter_whence' 
[-Wunused-function]
check_interpreter_whence(long whence)
^
1 warning generated.

  WARNING: The scripts pip3 and pip3.13 are installed in 
'/home/dje/cpython-buildarea/3.13.edelsohn-fedora-z.clang-installed/build/target/bin'
 which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this 
warning, use --no-warn-script-location.


Test report
===

Failed tests:

- test_free_threading




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder wasm32-wasi 
3.13 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1502/builds/100

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

Worker for this Build: bcannon-wasi

Build Reason: 
Blamelist: Miss Islington (bot) 
<31488909+miss-isling...@users.noreply.github.com>

BUILD FAILED: failed test (failure) uploading test-results.xml (failure)


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

== 


Captured traceback
==

remote: Enumerating objects: 11, done.
remote: Counting objects:   9% (1/11)
remote: Counting objects:  18% (2/11)
remote: Counting objects:  27% (3/11)
remote: Counting objects:  36% (4/11)
remote: Counting objects:  45% (5/11)
remote: Counting objects:  54% (6/11)
remote: Counting objects:  63% (7/11)
remote: Counting objects:  72% (8/11)
remote: Counting objects:  81% (9/11)
remote: Counting objects:  90% (10/11)
remote: Counting objects: 100% (11/11)
remote: Counting objects: 100% (11/11), done.
remote: Compressing objects: 100% (1/1)
remote: Compressing objects: 100% (1/1), done.
remote: Total 6 (delta 5), reused 5 (delta 5), pack-reused 0
>From https://github.com/python/cpython
 * branch  3.13   -> FETCH_HEAD
Note: switching to '083bf3ad1795604ee833d1595f2a536b9cd57419'.

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 083bf3ad17 [3.13] GH-89727: Fix FD leak on `os.fwalk()` 
generator finalization. (GH-119766) (#119767)
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)

configure: WARNING: using cross tools not prefixed with host triplet
configure: WARNING: no system libmpdecimal found; falling back to bundled 
libmpdecimal (deprecated and scheduled for removal in Python 3.15)

In file included from 

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

2024-05-30 Thread buildbot
The Buildbot has detected a new failure on builder s390x Fedora LTO + PGO 3.13 
while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1511/builds/65

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

Worker for this Build: edelsohn-fedora-z

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

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 810a09ad37 [3.13] GH-89727: Fix `os.fwalk()` recursion error on 
deep trees (GH-119638) (#119764)
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)

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:3118: clean-retain-profile] Error 1 (ignored)
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:411:13,
inlined from ‘_mpd_to_string’ at ./Modules/_decimal/libmpdec/io.c:612:18:
./Modules/_decimal/libmpdec/io.c:349:40: warning: writing 1 byte into a region 
of size 0 [-Wstringop-overflow=]
  349 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
  |   ~^
./Modules/_decimal/libmpdec/io.c:349:40: warning: writing 1 byte into a region 
of size 0 [-Wstringop-overflow=]
  349 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
  |   ~^
./Modules/_decimal/libmpdec/io.c:349:40: warning: writing 1 byte into a region 
of size 0 [-Wstringop-overflow=]
  349 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
  |   ~^
./Modules/_decimal/libmpdec/io.c:349:40: warning: writing 1 byte into a region 
of size 0 [-Wstringop-overflow=]
  349 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
  |   ~^
./Modules/_decimal/libmpdec/io.c:349:40: warning: writing 1 byte into a region 
of size 0 [-Wstringop-overflow=]
  349 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
  |   ~^
./Modules/_decimal/libmpdec/io.c:349:40: warning: writing 1 byte into a region 
of size 0 [-Wstringop-overflow=]
  349 |   

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

2024-05-29 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Windows11 Bigmem 3.13 
while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1463/builds/77

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

Worker for this Build: ambv-bb-win11

Build Reason: 
Blamelist: Eric Snow , 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
==

Traceback (most recent call last):
  File 
"R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\test_launcher.py", line 
770, in test_shebang_executable_extension
data = self.run_py([script])
  File 
"R:\buildarea\3.13.ambv-bb-win11.bigmem\build\Lib\test\test_launcher.py", line 
254, in run_py
self.assertEqual(expect_returncode, p.returncode)
^
AssertionError: 0 != 103



Test report
===

Failed tests:

- test_launcher

Failed subtests:

- test_shebang_executable_extension - 
test.test_launcher.TestLauncher.test_shebang_executable_extension




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-05-29 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Windows10 3.13 while 
building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1501/builds/89

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

Worker for this Build: bolen-windows10

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

Traceback (most recent call last):
  File "D:\buildarea\3.13.bolen-windows10\build\Lib\test\test_launcher.py", 
line 770, in test_shebang_executable_extension
data = self.run_py([script])
  File "D:\buildarea\3.13.bolen-windows10\build\Lib\test\test_launcher.py", 
line 254, in run_py
self.assertEqual(expect_returncode, p.returncode)
^
AssertionError: 0 != 103



Test report
===

Failed tests:

- test_launcher

Failed subtests:

- test_shebang_executable_extension - 
test.test_launcher.TestLauncher.test_shebang_executable_extension




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-05-29 Thread buildbot
The Buildbot has detected a new failure on builder ARM64 MacOS M1 Refleaks 
NoGIL 3.13 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1396/builds/76

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

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

Build Reason: 
Blamelist: Eric Snow , Miss Islington (bot) 
<31488909+miss-isling...@users.noreply.github.com>, Victor Stinner 


BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==

remote: Enumerating objects: 36, done.
remote: Counting objects:   2% (1/36)
remote: Counting objects:   5% (2/36)
remote: Counting objects:   8% (3/36)
remote: Counting objects:  11% (4/36)
remote: Counting objects:  13% (5/36)
remote: Counting objects:  16% (6/36)
remote: Counting objects:  19% (7/36)
remote: Counting objects:  22% (8/36)
remote: Counting objects:  25% (9/36)
remote: Counting objects:  27% (10/36)
remote: Counting objects:  30% (11/36)
remote: Counting objects:  33% (12/36)
remote: Counting objects:  36% (13/36)
remote: Counting objects:  38% (14/36)
remote: Counting objects:  41% (15/36)
remote: Counting objects:  44% (16/36)
remote: Counting objects:  47% (17/36)
remote: Counting objects:  50% (18/36)
remote: Counting objects:  52% (19/36)
remote: Counting objects:  55% (20/36)
remote: Counting objects:  58% (21/36)
remote: Counting objects:  61% (22/36)
remote: Counting objects:  63% (23/36)
remote: Counting objects:  66% (24/36)
remote: Counting objects:  69% (25/36)
remote: Counting objects:  72% (26/36)
remote: Counting objects:  75% (27/36)
remote: Counting objects:  77% (28/36)
remote: Counting objects:  80% (29/36)
remote: Counting objects:  83% (30/36)
remote: Counting objects:  86% (31/36)
remote: Counting objects:  88% (32/36)
remote: Counting objects:  91% (33/36)
remote: Counting objects:  94% (34/36)
remote: Counting objects:  97% (35/36)
remote: Counting objects: 100% (36/36)
remote: Counting objects: 100% (36/36), done.
remote: Compressing objects:   4% (1/24)
remote: Compressing objects:   8% (2/24)
remote: Compressing objects:  12% (3/24)
remote: Compressing objects:  16% (4/24)
remote: Compressing objects:  20% (5/24)
remote: Compressing objects:  25% (6/24)
remote: Compressing objects:  29% (7/24)
remote: Compressing objects:  33% (8/24)
remote: Compressing objects:  37% (9/24)
remote: Compressing objects:  41% (10/24)
remote: Compressing objects:  45% (11/24)
remote: Compressing objects:  50% (12/24)
remote: Compressing objects:  54% (13/24)
remote: Compressing objects:  58% (14/24)
remote: Compressing objects:  62% (15/24)
remote: Compressing objects:  66% (16/24)
remote: Compressing objects:  70% (17/24)
remote: Compressing objects:  75% (18/24)
remote: Compressing objects:  79% (19/24)
remote: Compressing objects:  83% (20/24)
remote: Compressing objects:  87% (21/24)
remote: Compressing objects:  91% (22/24)
remote: Compressing objects:  95% (23/24)
remote: Compressing objects: 100% (24/24)
remote: Compressing objects: 100% (24/24), done.
remote: Total 36 (delta 13), reused 24 (delta 12), pack-reused 0
>From https://github.com/python/cpython
 * branch  3.13   -> FETCH_HEAD
Note: switching to '40a024c9835cddd85f14bab4b1e8f6545a621208'.

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 40a024c983 [3.13] gh-119555: catch SyntaxError from compile() in 
the InteractiveColoredConsole (GH-119557) (#119709)
Switched to and reset branch '3.13'

In file included from ./Modules/tkappinit.c:17:
In file included from 
/opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/tk.h:99:
/opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h:131:21: warning: 
a function declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
int (*free_private)();  /* called to free private storage */
   ^

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

2024-05-29 Thread buildbot
The Buildbot has detected a new failure on builder s390x Fedora LTO + PGO 3.13 
while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1511/builds/59

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

Worker for this Build: edelsohn-fedora-z

Build Reason: 
Blamelist: Eric Snow , Jelle Zijlstra 
, 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: 79, done.
remote: Counting objects:   1% (1/74)
remote: Counting objects:   2% (2/74)
remote: Counting objects:   4% (3/74)
remote: Counting objects:   5% (4/74)
remote: Counting objects:   6% (5/74)
remote: Counting objects:   8% (6/74)
remote: Counting objects:   9% (7/74)
remote: Counting objects:  10% (8/74)
remote: Counting objects:  12% (9/74)
remote: Counting objects:  13% (10/74)
remote: Counting objects:  14% (11/74)
remote: Counting objects:  16% (12/74)
remote: Counting objects:  17% (13/74)
remote: Counting objects:  18% (14/74)
remote: Counting objects:  20% (15/74)
remote: Counting objects:  21% (16/74)
remote: Counting objects:  22% (17/74)
remote: Counting objects:  24% (18/74)
remote: Counting objects:  25% (19/74)
remote: Counting objects:  27% (20/74)
remote: Counting objects:  28% (21/74)
remote: Counting objects:  29% (22/74)
remote: Counting objects:  31% (23/74)
remote: Counting objects:  32% (24/74)
remote: Counting objects:  33% (25/74)
remote: Counting objects:  35% (26/74)
remote: Counting objects:  36% (27/74)
remote: Counting objects:  37% (28/74)
remote: Counting objects:  39% (29/74)
remote: Counting objects:  40% (30/74)
remote: Counting objects:  41% (31/74)
remote: Counting objects:  43% (32/74)
remote: Counting objects:  44% (33/74)
remote: Counting objects:  45% (34/74)
remote: Counting objects:  47% (35/74)
remote: Counting objects:  48% (36/74)
remote: Counting objects:  50% (37/74)
remote: Counting objects:  51% (38/74)
remote: Counting objects:  52% (39/74)
remote: Counting objects:  54% (40/74)
remote: Counting objects:  55% (41/74)
remote: Counting objects:  56% (42/74)
remote: Counting objects:  58% (43/74)
remote: Counting objects:  59% (44/74)
remote: Counting objects:  60% (45/74)
remote: Counting objects:  62% (46/74)
remote: Counting objects:  63% (47/74)
remote: Counting objects:  64% (48/74)
remote: Counting objects:  66% (49/74)
remote: Counting objects:  67% (50/74)
remote: Counting objects:  68% (51/74)
remote: Counting objects:  70% (52/74)
remote: Counting objects:  71% (53/74)
remote: Counting objects:  72% (54/74)
remote: Counting objects:  74% (55/74)
remote: Counting objects:  75% (56/74)
remote: Counting objects:  77% (57/74)
remote: Counting objects:  78% (58/74)
remote: Counting objects:  79% (59/74)
remote: Counting objects:  81% (60/74)
remote: Counting objects:  82% (61/74)
remote: Counting objects:  83% (62/74)
remote: Counting objects:  85% (63/74)
remote: Counting objects:  86% (64/74)
remote: Counting objects:  87% (65/74)
remote: Counting objects:  89% (66/74)
remote: Counting objects:  90% (67/74)
remote: Counting objects:  91% (68/74)
remote: Counting objects:  93% (69/74)
remote: Counting objects:  94% (70/74)
remote: Counting objects:  95% (71/74)
remote: Counting objects:  97% (72/74)
remote: Counting objects:  98% (73/74)
remote: Counting objects: 100% (74/74)
remote: Counting objects: 100% (74/74), done.
remote: Compressing objects:   2% (1/49)
remote: Compressing objects:   4% (2/49)
remote: Compressing objects:   6% (3/49)
remote: Compressing objects:   8% (4/49)
remote: Compressing objects:  10% (5/49)
remote: Compressing objects:  12% (6/49)
remote: Compressing objects:  14% (7/49)
remote: Compressing objects:  16% (8/49)
remote: Compressing objects:  18% (9/49)
remote: Compressing objects:  20% (10/49)
remote: Compressing objects:  22% (11/49)
remote: Compressing objects:  24% (12/49)
remote: Compressing objects:  26% (13/49)
remote: Compressing objects:  28% (14/49)
remote: Compressing objects:  30% (15/49)
remote: Compressing objects:  32% (16/49)
remote: Compressing 

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

2024-05-28 Thread buildbot
The Buildbot has detected a new failure on builder ARM64 MacOS M1 Refleaks 
NoGIL 3.13 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1396/builds/73

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

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

Build Reason: 
Blamelist: Eric Snow , 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
==

Traceback (most recent call last):
ZeroDivisionError: integer division or modulo by zero
'''
Expecting nothing
k
Trying:
test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
k
Trying:
doctest.DocTestRunner(verbose=False).run(test)
Expecting:
TestResults(failed=0, attempted=2)
k
Trying:
def f(x):
'''
>>> x = 12
>>> print('pre-exception output', x//0)
pre-exception output
Traceback (most recent call last):
ZeroDivisionError: integer division or modulo by zero
'''
Expecting nothing
k
Trying:
test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
k
Trying:
doctest.DocTestRunner(verbose=False).run(test)
# doctest: +ELLIPSIS
Expecting:
**
File ..., line 4, in f
Failed example:
print('pre-exception output', x//0)
Exception raised:
...
ZeroDivisionError: integer division or modulo by zero
TestResults(failed=1, attempted=2)
k
Trying:
def f(x):
r'''
>>> raise ValueError('multi\nline\nmessage')
Traceback (most recent call last):
ValueError: multi
line
message
'''
Expecting nothing
k
Trying:
test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
k
Trying:
doctest.DocTestRunner(verbose=False).run(test)
Expecting:
TestResults(failed=0, attempted=1)
k
Trying:
def f(x):
r'''
>>> raise ValueError('message')
Traceback (most recent call last):
ValueError: wrong message
'''
Expecting nothing
k
Trying:
test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
k
Trying:
doctest.DocTestRunner(verbose=False).run(test)
# doctest: +ELLIPSIS
Expecting:
**
File ..., line 3, in f
Failed example:
raise ValueError('message')
Expected:
Traceback (most recent call last):
ValueError: wrong message
Got:
Traceback (most recent call last):
...
ValueError: message
TestResults(failed=1, attempted=1)
k
Trying:
def f(x):
r'''
>>> raise ValueError('message') #doctest: +IGNORE_EXCEPTION_DETAIL
Traceback (most recent call last):
ValueError: wrong message
'''
Expecting nothing
k
Trying:
test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
k
Trying:
doctest.DocTestRunner(verbose=False).run(test)
Expecting:
TestResults(failed=0, attempted=1)
k
Trying:
def f(x):
r'''
>>> from http.client import HTTPException
>>> raise HTTPException('message')
Traceback (most recent call last):
HTTPException: message
'''
Expecting nothing
k
Trying:
test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
k
Trying:
doctest.DocTestRunner(verbose=False).run(test)
# doctest: +ELLIPSIS
Expecting:
**
File ..., line 4, in f
Failed example:
raise HTTPException('message')
Expected:
Traceback (most recent call last):
HTTPException: message
Got:
Traceback (most recent call last):
...
http.client.HTTPException: message
TestResults(failed=1, attempted=2)
k
Trying:
def f(x):
r'''
>>> from http.client import HTTPException
>>> raise HTTPException('message')
Traceback (most recent call last):
http.client.HTTPException: message
'''
Expecting nothing
k
Trying:
test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
k
Trying:
doctest.DocTestRunner(verbose=False).run(test)
Expecting:
TestResults(failed=0, attempted=2)
k
Trying:
def f(x):
r'''
>>> from http.client import HTTPException
>>> raise HTTPException('message') #doctest: +IGNORE_EXCEPTION_DETAIL
Traceback (most recent call last):
HTTPException: message
'''
Expecting nothing
k
Trying:
test = doctest.DocTestFinder().find(f)[0]
Expecting nothing
k
Trying:
doctest.DocTestRunner(verbose=False).run(test)
Expecting:
TestResults(failed=0, attempted=2)
k
Trying:
def f(x):
r'''
>>> from http.client import HTTPException
>>> raise 

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

2024-05-28 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Ubuntu NoGIL 3.13 
while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1422/builds/59

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

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: 20, 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:   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 20 (delta 10), reused 12 (delta 6), pack-reused 1
>From https://github.com/python/cpython
 * branch  3.13   -> FETCH_HEAD
Note: switching to 'cc8586a1edc0ec2844008827b59fd50da73e735c'.

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 cc8586a1ed [3.13] Clarify base64.a85encode docs: *wrapcols* 
doesn't count the newline (GH-119409) (GH-119483)
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:2244: buildbottest] Error 2


Test report
===

Failed tests:

- test_statistics
- test_tools




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-05-28 Thread buildbot
The Buildbot has detected a new failure on builder ARM64 MacOS M1 Refleaks 
NoGIL 3.13 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1396/builds/69

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

Worker for this Build: itamaro-macos-arm64-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: 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: Total 6 (delta 5), reused 6 (delta 5), pack-reused 0
>From https://github.com/python/cpython
 * branch  3.13   -> FETCH_HEAD
Note: switching to '3b111a38ea1ae395a0c33106b232ed840627939b'.

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 3b111a38ea [3.13] gh-116860: Remove outdated `test_parserhack` 
from `test_future` (GH-116861) (#119649)
Switched to and reset branch '3.13'

In file included from ./Modules/tkappinit.c:17:
In file included from 
/opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/tk.h:99:
/opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h:131:21: warning: 
a function declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
int (*free_private)();  /* called to free private storage */
   ^
void
/opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h:334:33: warning: 
a function declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
struct _XImage *(*create_image)();
   ^
void
/opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h:453:23: warning: 
a function declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
XID (*resource_alloc)(); /* allocator function */
 ^
  void
/opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h:471:20: warning: 
a function declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
int (*synchandler)();   /* Synchronization handler */
  ^
   void
/opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h:496:24: warning: 
a function declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
Bool (*event_vec[128])();  /* vector for wire to event */
  ^
   void
/opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h:497:25: warning: 
a function declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
Status (*wire_vec[128])(); /* vector for event to wire */
   ^
void
/opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h:509:20: warning: 
a function declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
Bool (**error_vec)();  /* vector for wire to error */
  ^
   void
/opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h:522:25: warning: 
a function declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
int (*savedsynchandler)(); /* user synchandler when Xlib usurps */
   ^
void
/opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h:1053:24: 
warning: a function declaration without a prototype is deprecated in all 
versions of C [-Wstrict-prototypes]
typedef void (*XIMProc)();
   ^
void
9 warnings generated.
In file included from ./Modules/_tkinter.c:52:
In file included from 
/opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/tk.h:99:
/opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h:131:21: warning: 
a function 

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

2024-05-27 Thread buildbot
The Buildbot has detected a new failure on builder PPC64LE RHEL8 LTO 3.13 while 
building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1412/builds/31

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

Worker for this Build: cstratak-RHEL8-ppc64le

Build Reason: 
Blamelist: Hugo van Kemenade <1324225+hug...@users.noreply.github.com>, 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
==

Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.13.cstratak-RHEL8-ppc64le.lto/build/Lib/test/datetimetester.py",
 line 98, in test_utc_alias
self.assertIs(UTC, timezone.utc)
~^^^
AssertionError: datetime.timezone(datetime.timedelta(0)) is not 
datetime.timezone.utc



Test report
===

Failed tests:

- test_datetime

Failed subtests:

- test_utc_alias - test.datetimetester.TestModule_Fast.test_utc_alias




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder PPC64LE RHEL8 
LTO + PGO 3.13 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1444/builds/31

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

Worker for this Build: cstratak-RHEL8-ppc64le

Build Reason: 
Blamelist: Hugo van Kemenade <1324225+hug...@users.noreply.github.com>, 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
==

Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.13.cstratak-RHEL8-ppc64le.lto-pgo/build/Lib/test/datetimetester.py",
 line 98, in test_utc_alias
self.assertIs(UTC, timezone.utc)
~^^^
AssertionError: datetime.timezone(datetime.timedelta(0)) is not 
datetime.timezone.utc



Test report
===

Failed tests:

- test_datetime

Failed subtests:

- test_utc_alias - test.datetimetester.TestModule_Fast.test_utc_alias




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder PPC64LE Fedora 
Stable LTO 3.13 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1492/builds/31

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

Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.13.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/datetimetester.py",
 line 98, in test_utc_alias
self.assertIs(UTC, timezone.utc)
~^^^
AssertionError: datetime.timezone(datetime.timedelta(0)) is not 
datetime.timezone.utc



Test report
===

Failed tests:

- test_datetime

Failed subtests:

- test_utc_alias - test.datetimetester.TestModule_Fast.test_utc_alias




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Arch 
Linux Asan Debug 3.13 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1439/builds/55

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

Worker for this Build: pablogsal-arch-x86_64

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

Traceback (most recent call last):
  File 
"/buildbot/buildarea/3.13.pablogsal-arch-x86_64.asan_debug/build/Lib/test/datetimetester.py",
 line 98, in test_utc_alias
self.assertIs(UTC, timezone.utc)
~^^^
AssertionError: datetime.timezone(datetime.timedelta(0)) is not 
datetime.timezone.utc



Test report
===

Failed tests:

- test_datetime

Failed subtests:

- test_utc_alias - test.datetimetester.TestModule_Fast.test_utc_alias




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

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>, Miss 
Islington (bot) 

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

2024-05-27 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Ubuntu NoGIL 3.13 
while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1422/builds/56

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

Worker for this Build: itamaro-ubuntu-aws

Build Reason: 
Blamelist: Hugo van Kemenade <1324225+hug...@users.noreply.github.com>, 
Lysandros Nikolaou , Miss Islington (bot) 
<31488909+miss-isling...@users.noreply.github.com>, Raymond Hettinger 
, Victor Stinner 

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==

Traceback (test.test_zipimport.UncompressedZipImportTestCase.testTraceback) ... 
ok


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/test_perf_profiler.py",
 line 49, in tearDown
file.unlink()
~~~^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/pathlib/_local.py",
 line 744, in unlink
os.unlink(self)
~^^
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/perf-2829189.map'


Traceback (test.test_zipimport.CompressedZipImportTestCase.testTraceback) ... ok


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/test_concurrent_futures/executor.py",
 line 71, in test_map_timeout
self.assertEqual([None, None], results)
^^^
AssertionError: Lists differ: [None, None] != []


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_multiprocessing.py",
 line 5176, in test_wait_integer
self.assertLess(delta, expected + 2)
~~~^
AssertionError: 5.096345754340291 not less than 5



Test report
===

Failed tests:

- test.test_concurrent_futures.test_process_pool
- test_statistics
- test_zipimport
- test_perf_profiler
- test.test_multiprocessing_spawn.test_misc
- test_math
- test_tools

Failed subtests:

- test_sys_api_with_existing_trampoline - 
test.test_perf_profiler.TestPerfTrampoline.test_sys_api_with_existing_trampoline
- test_map_timeout - 
test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_timeout
- test_map_timeout - 
test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_map_timeout
- test_wait_integer - 
test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_integer




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

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

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

Build Reason: 
Blamelist: Hugo van Kemenade <1324225+hug...@users.noreply.github.com>, 
Lysandros Nikolaou , Miss Islington (bot) 
<31488909+miss-isling...@users.noreply.github.com>, Raymond Hettinger 
, Victor Stinner 

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.13.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/test/test_socketserver.py",
 line 502, in test_threads_reaped
self.assertLess(len(server._threads), 10)
~~~^^
AssertionError: 10 not less than 10



Test report
===

Failed tests:

- test_socketserver
- test.test_multiprocessing_spawn.test_processes
- test_free_threading

Test leaking resources:

- test_free_threading: memory blocks
- test_processes: references
- test_processes: memory blocks
- test_free_threading: 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-05-26 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Ubuntu NoGIL 3.13 
while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1422/builds/54

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

Worker for this Build: itamaro-ubuntu-aws

Build Reason: 
Blamelist: Lysandros Nikolaou , Miss Islington (bot) 
<31488909+miss-isling...@users.noreply.github.com>, Raymond Hettinger 
, Victor Stinner 

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.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_multiprocessing.py",
 line 5176, in test_wait_integer
self.assertLess(delta, expected + 2)
~~~^
AssertionError: 5.40622928366065 not less than 5


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_multiprocessing.py",
 line 5176, in test_wait_integer
self.assertLess(delta, expected + 2)
~~~^
AssertionError: 5.137845190241933 not less than 5


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py",
 line 535, in test_flock
self._lock(fcntl.flock, "flock")
~~^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py",
 line 517, in _lock
raise Exception("failed to sync child in %.1f sec" % dt)
Exception: failed to sync child in 300.5 sec


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/test_eintr.py",
 line 17, in test_all
script_helper.run_test_script(script)
~
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/support/script_helper.py",
 line 316, in run_test_script
raise AssertionError(f"{name} failed")
AssertionError: script _test_eintr.py failed


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/test_concurrent_futures/executor.py",
 line 71, in test_map_timeout
self.assertEqual([None, None], results)
^^^
AssertionError: Lists differ: [None, None] != []



Test report
===

Failed tests:

- test.test_multiprocessing_spawn.test_misc
- test_math
- test.test_concurrent_futures.test_process_pool
- test_eintr

Failed subtests:

- test_map_timeout - 
test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_timeout
- test_all - test.test_eintr.EINTRTests.test_all
- test_flock - __main__.FNTLEINTRTest.test_flock
- test_wait_integer - 
test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_integer




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-05-25 Thread buildbot
The Buildbot has detected a new failure on builder s390x Fedora LTO + PGO 3.13 
while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1511/builds/50

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

Worker for this Build: edelsohn-fedora-z

Build Reason: 
Blamelist: Miss Islington (bot) 
<31488909+miss-isling...@users.noreply.github.com>, Raymond Hettinger 


BUILD FAILED: failed test (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:   5% (1/20)
remote: Compressing objects:  10% (2/20)
remote: Compressing objects:  15% (3/20)
remote: Compressing objects:  20% (4/20)
remote: Compressing objects:  25% (5/20)
remote: Compressing objects:  30% (6/20)
remote: Compressing objects:  35% (7/20)
remote: Compressing objects:  40% (8/20)
remote: Compressing objects:  45% (9/20)
remote: Compressing objects:  50% (10/20)
remote: Compressing objects:  55% (11/20)
remote: Compressing objects:  60% (12/20)
remote: Compressing objects:  65% (13/20)
remote: Compressing objects:  70% (14/20)
remote: Compressing objects:  75% (15/20)
remote: Compressing objects:  80% (16/20)
remote: Compressing objects:  85% (17/20)
remote: Compressing objects:  90% (18/20)
remote: Compressing objects:  95% (19/20)
remote: Compressing objects: 100% (20/20)
remote: Compressing objects: 100% (20/20), done.
remote: Total 26 (delta 8), reused 11 (delta 5), pack-reused 0
>From https://github.com/python/cpython
 * branch  3.13   -> FETCH_HEAD
Note: switching to 'f49749cf8f61db0182304c00d6a4ee1b5e361766'.

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 f49749cf8f [3.13] gh-111999: Fix the signature of 
str.format_map() (GH-119540) (#119543)
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)

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:3116: clean-retain-profile] Error 1 (ignored)
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:411:13,
inlined from ‘_mpd_to_string’ at ./Modules/_decimal/libmpdec/io.c:612:18:
./Modules/_decimal/libmpdec/io.c:349:40: warning: writing 1 byte into a region 
of size 0 [-Wstringop-overflow=]
  349 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
  |   ~^
./Modules/_decimal/libmpdec/io.c:349:40: warning: writing 1 byte into a region 
of size 0 [-Wstringop-overflow=]
  349 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
  |   ~^
./Modules/_decimal/libmpdec/io.c:349:40: warning: writing 1 byte into a region 
of size 

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

2024-05-24 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Ubuntu NoGIL 3.13 
while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1422/builds/51

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

Worker for this Build: itamaro-ubuntu-aws

Build Reason: 
Blamelist: Lysandros Nikolaou , Miss Islington (bot) 
<31488909+miss-isling...@users.noreply.github.com>, Victor Stinner 


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.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_multiprocessing.py",
 line 5176, in test_wait_integer
self.assertLess(delta, expected + 2)
~~~^
AssertionError: 5.1390937101095915 not less than 5


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_multiprocessing.py",
 line 5176, in test_wait_integer
self.assertLess(delta, expected + 2)
~~~^
AssertionError: 5.19157056696713 not less than 5


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/test_concurrent_futures/executor.py",
 line 71, in test_map_timeout
self.assertEqual([None, None], results)
^^^
AssertionError: Lists differ: [None, None] != []



Test report
===

Failed tests:

- test.test_multiprocessing_spawn.test_misc
- test_math
- test.test_concurrent_futures.test_process_pool
- test_tools

Failed subtests:

- test_map_timeout - 
test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_timeout
- test_map_timeout - 
test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_map_timeout
- test_wait_integer - 
test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_integer




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-05-24 Thread buildbot
The Buildbot has detected a new failure on builder ARM64 MacOS M1 Refleaks 
NoGIL 3.13 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1396/builds/59

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

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

Build Reason: 
Blamelist: Lysandros Nikolaou , Miss Islington (bot) 
<31488909+miss-isling...@users.noreply.github.com>, Victor Stinner 


BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==

Traceback (most recent call last):
  File "", line 1, in 
from multiprocessing import Pool; pool = Pool(1); 
print(pool.apply_async("Python".lower).get(3)); pool.terminate()

^^^
  File 
"/Users/ec2-user/buildbot/buildarea/3.13.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/multiprocessing/pool.py",
 line 770, in get
raise TimeoutError
multiprocessing.context.TimeoutError
Exception ignored in: 
Traceback (most recent call last):
  File 
"/Users/ec2-user/buildbot/buildarea/3.13.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/multiprocessing/pool.py",
 line 271, in __del__
  File 
"/Users/ec2-user/buildbot/buildarea/3.13.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/multiprocessing/queues.py",
 line 391, in put
AttributeError: 'NoneType' object has no attribute 'dumps'


Traceback (most recent call last):
  File 
"/Users/ec2-user/buildbot/buildarea/3.13.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/test/test_venv.py",
 line 519, in test_multiprocessing
out, err = check_output([self.envpy(real_env_dir=True), '-c',
   ^^
'from multiprocessing import Pool; '

'pool = Pool(1); '
^^
'print(pool.apply_async("Python".lower).get(3)); '
^^
'pool.terminate()'])

  File 
"/Users/ec2-user/buildbot/buildarea/3.13.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/test/test_venv.py",
 line 57, in check_output
raise subprocess.CalledProcessError(
p.returncode, cmd, out, err)
subprocess.CalledProcessError: Command 
'['/private/var/folders/_q/8dg9wwv919lc1wttgcxmzwt8gn/T/test_python_2hx205vo/tmp7mdgjtxh/bin/python.exe',
 '-c', 'from multiprocessing import Pool; pool = Pool(1); 
print(pool.apply_async("Python".lower).get(3)); pool.terminate()']' returned 
non-zero exit status 1.



Test report
===

Failed tests:

- test_venv
- test_free_threading

Test leaking resources:

- test_free_threading: memory blocks
- test_free_threading: 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-05-24 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Ubuntu NoGIL 3.13 
while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1422/builds/49

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

Worker for this Build: itamaro-ubuntu-aws

Build Reason: 
Blamelist: Lysandros Nikolaou , Miss Islington (bot) 
<31488909+miss-isling...@users.noreply.github.com>, Victor Stinner 


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.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py",
 line 535, in test_flock
self._lock(fcntl.flock, "flock")
~~^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py",
 line 517, in _lock
raise Exception("failed to sync child in %.1f sec" % dt)
Exception: failed to sync child in 300.4 sec


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_multiprocessing.py",
 line 5176, in test_wait_integer
self.assertLess(delta, expected + 2)
~~~^
AssertionError: 5.206773670390248 not less than 5


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/test_eintr.py",
 line 17, in test_all
script_helper.run_test_script(script)
~
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/support/script_helper.py",
 line 316, in run_test_script
raise AssertionError(f"{name} failed")
AssertionError: script _test_eintr.py failed


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/test_concurrent_futures/executor.py",
 line 71, in test_map_timeout
self.assertEqual([None, None], results)
^^^
AssertionError: Lists differ: [None, None] != []


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py",
 line 532, in test_lockf
self._lock(fcntl.lockf, "lockf")
~~^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py",
 line 517, in _lock
raise Exception("failed to sync child in %.1f sec" % dt)
Exception: failed to sync child in 300.5 sec



Test report
===

Failed tests:

- test.test_concurrent_futures.test_process_pool
- test_threading
- test.test_multiprocessing_spawn.test_misc
- test_math
- test_tools
- test_eintr

Failed subtests:

- test_map_timeout - 
test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_timeout
- test_lockf - __main__.FNTLEINTRTest.test_lockf
- test_all - test.test_eintr.EINTRTests.test_all
- test_map_timeout - 
test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_map_timeout
- test_flock - __main__.FNTLEINTRTest.test_flock
- test_wait_integer - 
test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_integer




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-05-23 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Ubuntu NoGIL 3.13 
while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1422/builds/46

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

Worker for this Build: itamaro-ubuntu-aws

Build Reason: 
Blamelist: Lysandros Nikolaou , 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
==

Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_multiprocessing.py",
 line 5176, in test_wait_integer
self.assertLess(delta, expected + 2)
~~~^
AssertionError: 5.105196844786406 not less than 5


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_multiprocessing.py",
 line 2055, in test_abort_and_reset
self.assertEqual(len(results2), self.N-1)
^
AssertionError: 5 != 4


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_multiprocessing.py",
 line 5176, in test_wait_integer
self.assertLess(delta, expected + 2)
~~~^
AssertionError: 5.829775579273701 not less than 5



Test report
===

Failed tests:

- test_statistics
- test.test_multiprocessing_spawn.test_manager
- test.test_multiprocessing_spawn.test_misc
- test_math
- test_tools

Failed subtests:

- test_wait_integer - 
test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_integer




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-05-22 Thread buildbot
The Buildbot has detected a new failure on builder iOS ARM64 Simulator 3.13 
while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1386/builds/78

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

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

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

Traceback (most recent call last):
  File 
"/Users/buildbot/Library/Developer/XCTestDevices/D1411B79-2954-4FC4-8054-63898388421B/data/Containers/Bundle/Application/6905C91F-DFB4-48F4-9A49-7A86ED5DB3FD/iOSTestbed.app/python/lib/python3.13/test/test_httplib.py",
 line 1778, in testHTTPConnectionSourceAddress
self.conn.connect()
~^^
  File 
"/Users/buildbot/Library/Developer/XCTestDevices/D1411B79-2954-4FC4-8054-63898388421B/data/Containers/Bundle/Application/6905C91F-DFB4-48F4-9A49-7A86ED5DB3FD/iOSTestbed.app/python/lib/python3.13/http/client.py",
 line 1001, in connect
self.sock = self._create_connection(
~~~^
(self.host,self.port), self.timeout, self.source_address)
^
  File 
"/Users/buildbot/Library/Developer/XCTestDevices/D1411B79-2954-4FC4-8054-63898388421B/data/Containers/Bundle/Application/6905C91F-DFB4-48F4-9A49-7A86ED5DB3FD/iOSTestbed.app/python/lib/python3.13/socket.py",
 line 852, in create_connection
raise exceptions[0]
  File 
"/Users/buildbot/Library/Developer/XCTestDevices/D1411B79-2954-4FC4-8054-63898388421B/data/Containers/Bundle/Application/6905C91F-DFB4-48F4-9A49-7A86ED5DB3FD/iOSTestbed.app/python/lib/python3.13/socket.py",
 line 836, in create_connection
sock.bind(source_address)
~
OSError: [Errno 48] Address already in use



Test report
===

Failed tests:

- test_httplib

Failed subtests:

- testHTTPConnectionSourceAddress - 
test.test_httplib.SourceAddressTest.testHTTPConnectionSourceAddress




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-05-22 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Ubuntu NoGIL 3.13 
while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1422/builds/42

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

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

Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py",
 line 532, in test_lockf
self._lock(fcntl.lockf, "lockf")
~~^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py",
 line 517, in _lock
raise Exception("failed to sync child in %.1f sec" % dt)
Exception: failed to sync child in 300.3 sec


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py",
 line 535, in test_flock
self._lock(fcntl.flock, "flock")
~~^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py",
 line 517, in _lock
raise Exception("failed to sync child in %.1f sec" % dt)
Exception: failed to sync child in 300.4 sec


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py",
 line 535, in test_flock
self._lock(fcntl.flock, "flock")
~~^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py",
 line 517, in _lock
raise Exception("failed to sync child in %.1f sec" % dt)
Exception: failed to sync child in 300.3 sec


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_multiprocessing.py",
 line 5176, in test_wait_integer
self.assertLess(delta, expected + 2)
~~~^
AssertionError: 5.200067439116538 not less than 5


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/test_eintr.py",
 line 17, in test_all
script_helper.run_test_script(script)
~
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/support/script_helper.py",
 line 316, in run_test_script
raise AssertionError(f"{name} failed")
AssertionError: script _test_eintr.py failed


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/test_concurrent_futures/executor.py",
 line 71, in test_map_timeout
self.assertEqual([None, None], results)
^^^
AssertionError: Lists differ: [None, None] != []


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py",
 line 532, in test_lockf
self._lock(fcntl.lockf, "lockf")
~~^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py",
 line 517, in _lock
raise Exception("failed to sync child in %.1f sec" % dt)
Exception: failed to sync child in 300.4 sec



Test report
===

Failed tests:

- test_eintr

Failed subtests:

- test_map_timeout - 
test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_timeout
- test_lockf - __main__.FNTLEINTRTest.test_lockf
- test_all - test.test_eintr.EINTRTests.test_all
- test_flock - __main__.FNTLEINTRTest.test_flock
- test_wait_integer - 
test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_integer




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-05-22 Thread buildbot
The Buildbot has detected a new failure on builder iOS ARM64 Simulator 3.13 
while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1386/builds/72

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

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

Build Reason: 
Blamelist: Lysandros Nikolaou 

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==

Traceback (most recent call last):
  File 
"/Users/buildbot/Library/Developer/XCTestDevices/9C960735-F7A1-480F-9787-7AD43982830A/data/Containers/Bundle/Application/7D8D4A2B-9A9A-473C-AECA-3DB701263F70/iOSTestbed.app/python/lib/python3.13/test/test_socketserver.py",
 line 222, in test_UnixDatagramServer
self.run_server(socketserver.UnixDatagramServer,
~~~^
socketserver.DatagramRequestHandler,

self.dgram_examine)
^^^
  File 
"/Users/buildbot/Library/Developer/XCTestDevices/9C960735-F7A1-480F-9787-7AD43982830A/data/Containers/Bundle/Application/7D8D4A2B-9A9A-473C-AECA-3DB701263F70/iOSTestbed.app/python/lib/python3.13/test/support/threading_helper.py",
 line 66, in decorator
return func(*args)
  File 
"/Users/buildbot/Library/Developer/XCTestDevices/9C960735-F7A1-480F-9787-7AD43982830A/data/Containers/Bundle/Application/7D8D4A2B-9A9A-473C-AECA-3DB701263F70/iOSTestbed.app/python/lib/python3.13/test/test_socketserver.py",
 line 133, in run_server
testfunc(svrcls.address_family, addr)
^
  File 
"/Users/buildbot/Library/Developer/XCTestDevices/9C960735-F7A1-480F-9787-7AD43982830A/data/Containers/Bundle/Application/7D8D4A2B-9A9A-473C-AECA-3DB701263F70/iOSTestbed.app/python/lib/python3.13/test/test_socketserver.py",
 line 160, in dgram_examine
buf = data = receive(s, 100)
 ~~~
  File 
"/Users/buildbot/Library/Developer/XCTestDevices/9C960735-F7A1-480F-9787-7AD43982830A/data/Containers/Bundle/Application/7D8D4A2B-9A9A-473C-AECA-3DB701263F70/iOSTestbed.app/python/lib/python3.13/test/test_socketserver.py",
 line 43, in receive
raise RuntimeError("timed out on %r" % (sock,))
RuntimeError: timed out on 


Traceback (most recent call last):
  File 
"/Users/buildbot/Library/Developer/XCTestDevices/9C960735-F7A1-480F-9787-7AD43982830A/data/Containers/Bundle/Application/7D8D4A2B-9A9A-473C-AECA-3DB701263F70/iOSTestbed.app/python/lib/python3.13/threading.py",
 line 1039, in _bootstrap_inner
self.run()
^^
  File 
"/Users/buildbot/Library/Developer/XCTestDevices/9C960735-F7A1-480F-9787-7AD43982830A/data/Containers/Bundle/Application/7D8D4A2B-9A9A-473C-AECA-3DB701263F70/iOSTestbed.app/python/lib/python3.13/threading.py",
 line 990, in run
self._target(*self._args, **self._kwargs)
^
  File 
"/Users/buildbot/Library/Developer/XCTestDevices/9C960735-F7A1-480F-9787-7AD43982830A/data/Containers/Bundle/Application/7D8D4A2B-9A9A-473C-AECA-3DB701263F70/iOSTestbed.app/python/lib/python3.13/socketserver.py",
 line 240, in serve_forever
self._handle_request_noblock()
^^
  File 
"/Users/buildbot/Library/Developer/XCTestDevices/9C960735-F7A1-480F-9787-7AD43982830A/data/Containers/Bundle/Application/7D8D4A2B-9A9A-473C-AECA-3DB701263F70/iOSTestbed.app/python/lib/python3.13/socketserver.py",
 line 320, in _handle_request_noblock
self.handle_error(request, client_address)
~^
  File 
"/Users/buildbot/Library/Developer/XCTestDevices/9C960735-F7A1-480F-9787-7AD43982830A/data/Containers/Bundle/Application/7D8D4A2B-9A9A-473C-AECA-3DB701263F70/iOSTestbed.app/python/lib/python3.13/socketserver.py",
 line 318, in _handle_request_noblock
self.process_request(request, client_address)
^
  File 
"/Users/buildbot/Library/Developer/XCTestDevices/9C960735-F7A1-480F-9787-7AD43982830A/data/Containers/Bundle/Application/7D8D4A2B-9A9A-473C-AECA-3DB701263F70/iOSTestbed.app/python/lib/python3.13/socketserver.py",
 line 349, in process_request
self.finish_request(request, client_address)
~~~^
  File 
"/Users/buildbot/Library/Developer/XCTestDevices/9C960735-F7A1-480F-9787-7AD43982830A/data/Containers/Bundle/Application/7D8D4A2B-9A9A-473C-AECA-3DB701263F70/iOSTestbed.app/python/lib/python3.13/socketserver.py",
 line 362, in finish_request
self.RequestHandlerClass(request, client_address, self)
^^^
  File 

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

2024-05-22 Thread buildbot
The Buildbot has detected a new failure on builder ARM64 MacOS M1 Refleaks 
NoGIL 3.13 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1396/builds/48

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

Worker for this Build: itamaro-macos-arm64-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
==

Traceback (most recent call last):
  File 
"/Users/ec2-user/buildbot/buildarea/3.13.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/test/_test_multiprocessing.py",
 line 2603, in test_imap
self.assertEqual(next(it), i*i)
 
  File 
"/Users/ec2-user/buildbot/buildarea/3.13.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/multiprocessing/managers.py",
 line 1044, in __next__
return self._callmethod('__next__', args)
   ^^
  File 
"/Users/ec2-user/buildbot/buildarea/3.13.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/multiprocessing/managers.py",
 line 840, in _callmethod
raise convert_to_error(kind, result)
TypeError: Connection._send() missing 1 required positional argument: 'buf'


Traceback (most recent call last):
  File 
"/Users/ec2-user/buildbot/buildarea/3.13.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/test/test_concurrent_futures/executor.py",
 line 131, in test_free_reference
self.assertIsNone(wr())
~^^
AssertionError:  is not None



Test report
===

Failed tests:

- test.test_multiprocessing_spawn.test_manager
- test.test_concurrent_futures.test_thread_pool
- test_free_threading
- test_functools

Failed subtests:

- test_imap - 
test.test_multiprocessing_spawn.test_manager.WithManagerTestPool.test_imap
- test_free_reference - 
test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_free_reference

Test leaking resources:

- test_free_threading: memory blocks
- test_functools: references
- test_functools: memory blocks
- test_free_threading: 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-05-22 Thread buildbot
The Buildbot has detected a new failure on builder s390x Fedora LTO + PGO 3.13 
while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1511/builds/38

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

Worker for this Build: edelsohn-fedora-z

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: 53, done.
remote: Counting objects:   1% (1/52)
remote: Counting objects:   3% (2/52)
remote: Counting objects:   5% (3/52)
remote: Counting objects:   7% (4/52)
remote: Counting objects:   9% (5/52)
remote: Counting objects:  11% (6/52)
remote: Counting objects:  13% (7/52)
remote: Counting objects:  15% (8/52)
remote: Counting objects:  17% (9/52)
remote: Counting objects:  19% (10/52)
remote: Counting objects:  21% (11/52)
remote: Counting objects:  23% (12/52)
remote: Counting objects:  25% (13/52)
remote: Counting objects:  26% (14/52)
remote: Counting objects:  28% (15/52)
remote: Counting objects:  30% (16/52)
remote: Counting objects:  32% (17/52)
remote: Counting objects:  34% (18/52)
remote: Counting objects:  36% (19/52)
remote: Counting objects:  38% (20/52)
remote: Counting objects:  40% (21/52)
remote: Counting objects:  42% (22/52)
remote: Counting objects:  44% (23/52)
remote: Counting objects:  46% (24/52)
remote: Counting objects:  48% (25/52)
remote: Counting objects:  50% (26/52)
remote: Counting objects:  51% (27/52)
remote: Counting objects:  53% (28/52)
remote: Counting objects:  55% (29/52)
remote: Counting objects:  57% (30/52)
remote: Counting objects:  59% (31/52)
remote: Counting objects:  61% (32/52)
remote: Counting objects:  63% (33/52)
remote: Counting objects:  65% (34/52)
remote: Counting objects:  67% (35/52)
remote: Counting objects:  69% (36/52)
remote: Counting objects:  71% (37/52)
remote: Counting objects:  73% (38/52)
remote: Counting objects:  75% (39/52)
remote: Counting objects:  76% (40/52)
remote: Counting objects:  78% (41/52)
remote: Counting objects:  80% (42/52)
remote: Counting objects:  82% (43/52)
remote: Counting objects:  84% (44/52)
remote: Counting objects:  86% (45/52)
remote: Counting objects:  88% (46/52)
remote: Counting objects:  90% (47/52)
remote: Counting objects:  92% (48/52)
remote: Counting objects:  94% (49/52)
remote: Counting objects:  96% (50/52)
remote: Counting objects:  98% (51/52)
remote: Counting objects: 100% (52/52)
remote: Counting objects: 100% (52/52), done.
remote: Compressing objects:   2% (1/45)
remote: Compressing objects:   4% (2/45)
remote: Compressing objects:   6% (3/45)
remote: Compressing objects:   8% (4/45)
remote: Compressing objects:  11% (5/45)
remote: Compressing objects:  13% (6/45)
remote: Compressing objects:  15% (7/45)
remote: Compressing objects:  17% (8/45)
remote: Compressing objects:  20% (9/45)
remote: Compressing objects:  22% (10/45)
remote: Compressing objects:  24% (11/45)
remote: Compressing objects:  26% (12/45)
remote: Compressing objects:  28% (13/45)
remote: Compressing objects:  31% (14/45)
remote: Compressing objects:  33% (15/45)
remote: Compressing objects:  35% (16/45)
remote: Compressing objects:  37% (17/45)
remote: Compressing objects:  40% (18/45)
remote: Compressing objects:  42% (19/45)
remote: Compressing objects:  44% (20/45)
remote: Compressing objects:  46% (21/45)
remote: Compressing objects:  48% (22/45)
remote: Compressing objects:  51% (23/45)
remote: Compressing objects:  53% (24/45)
remote: Compressing objects:  55% (25/45)
remote: Compressing objects:  57% (26/45)
remote: Compressing objects:  60% (27/45)
remote: Compressing objects:  62% (28/45)
remote: Compressing objects:  64% (29/45)
remote: Compressing objects:  66% (30/45)
remote: Compressing objects:  68% (31/45)
remote: Compressing objects:  71% (32/45)
remote: Compressing objects:  73% (33/45)
remote: Compressing objects:  75% (34/45)
remote: Compressing objects:  77% (35/45)
remote: Compressing objects:  80% (36/45)
remote: Compressing objects:  82% (37/45)
remote: Compressing objects:  84% 

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

2024-05-21 Thread buildbot
The Buildbot has detected a new failure on builder ARM64 MacOS M1 Refleaks 
NoGIL 3.13 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1396/builds/42

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

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

Build Reason: 
Blamelist: Hugo van Kemenade <1324225+hug...@users.noreply.github.com>, 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: 24, done.
remote: Counting objects:   4% (1/23)
remote: Counting objects:   8% (2/23)
remote: Counting objects:  13% (3/23)
remote: Counting objects:  17% (4/23)
remote: Counting objects:  21% (5/23)
remote: Counting objects:  26% (6/23)
remote: Counting objects:  30% (7/23)
remote: Counting objects:  34% (8/23)
remote: Counting objects:  39% (9/23)
remote: Counting objects:  43% (10/23)
remote: Counting objects:  47% (11/23)
remote: Counting objects:  52% (12/23)
remote: Counting objects:  56% (13/23)
remote: Counting objects:  60% (14/23)
remote: Counting objects:  65% (15/23)
remote: Counting objects:  69% (16/23)
remote: Counting objects:  73% (17/23)
remote: Counting objects:  78% (18/23)
remote: Counting objects:  82% (19/23)
remote: Counting objects:  86% (20/23)
remote: Counting objects:  91% (21/23)
remote: Counting objects:  95% (22/23)
remote: Counting objects: 100% (23/23)
remote: Counting objects: 100% (23/23), done.
remote: Compressing objects:   5% (1/20)
remote: Compressing objects:  10% (2/20)
remote: Compressing objects:  15% (3/20)
remote: Compressing objects:  20% (4/20)
remote: Compressing objects:  25% (5/20)
remote: Compressing objects:  30% (6/20)
remote: Compressing objects:  35% (7/20)
remote: Compressing objects:  40% (8/20)
remote: Compressing objects:  45% (9/20)
remote: Compressing objects:  50% (10/20)
remote: Compressing objects:  55% (11/20)
remote: Compressing objects:  60% (12/20)
remote: Compressing objects:  65% (13/20)
remote: Compressing objects:  70% (14/20)
remote: Compressing objects:  75% (15/20)
remote: Compressing objects:  80% (16/20)
remote: Compressing objects:  85% (17/20)
remote: Compressing objects:  90% (18/20)
remote: Compressing objects:  95% (19/20)
remote: Compressing objects: 100% (20/20)
remote: Compressing objects: 100% (20/20), done.
remote: Total 24 (delta 4), reused 9 (delta 3), pack-reused 1
>From https://github.com/python/cpython
 * branch  3.13   -> FETCH_HEAD
Note: switching to 'dcb8030c535343973c963814ad7b1ffe60751453'.

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 dcb8030c53 [3.13] gh-119053: Implement the fast path for 
list.__getitem__ (gh-119112) (gh-119309)
Switched to and reset branch '3.13'

In file included from ./Modules/tkappinit.c:17:
In file included from 
/opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/tk.h:99:
/opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h:131:21: warning: 
a function declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
int (*free_private)();  /* called to free private storage */
   ^
void
/opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h:334:33: warning: 
a function declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
struct _XImage *(*create_image)();
   ^
void
/opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h:453:23: warning: 
a function declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
XID (*resource_alloc)(); /* allocator function */
 ^
  void
/opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h:471:20: warning: 
a function declaration without a prototype is deprecated in all versions of C 
[-Wstrict-prototypes]
 

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

2024-05-21 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/all/#/builders/1431/builds/34

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

Worker for this Build: itamaro-ubuntu-aws

Build Reason: 
Blamelist: Miss Islington (bot) 
<31488909+miss-isling...@users.noreply.github.com>, Steve Dower 
, Thomas Wouters 

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.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/test_eintr.py",
 line 17, in test_all
script_helper.run_test_script(script)
~
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/support/script_helper.py",
 line 316, in run_test_script
raise AssertionError(f"{name} failed")
AssertionError: script _test_eintr.py failed


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/multiprocessing/process.py",
 line 313, in _bootstrap
self.run()
^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/multiprocessing/process.py",
 line 108, in run
self._target(*self._args, **self._kwargs)
^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/_test_multiprocessing.py",
 line 5329, in child
join_process(p)
^^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/_test_multiprocessing.py",
 line 104, in join_process
threading_helper.join_thread(process)
^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/support/threading_helper.py",
 line 116, in join_thread
raise AssertionError(msg)
AssertionError: failed to join the thread in 30.0 seconds
Process Process-158:1:
Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/multiprocessing/process.py",
 line 313, in _bootstrap
self.run()
^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/multiprocessing/process.py",
 line 108, in run
self._target(*self._args, **self._kwargs)
^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/_test_multiprocessing.py",
 line 5329, in child
join_process(p)
^^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/_test_multiprocessing.py",
 line 104, in join_process
threading_helper.join_thread(process)
^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/support/threading_helper.py",
 line 116, in join_thread
raise AssertionError(msg)
AssertionError: failed to join the thread in 30.0 seconds
k


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/test_concurrent_futures/executor.py",
 line 71, in test_map_timeout
self.assertEqual([None, None], results)
^^^
AssertionError: Lists differ: [None, None] != []


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/multiprocessing/process.py",
 line 313, in _bootstrap
self.run()
^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/multiprocessing/process.py",
 line 108, in run
self._target(*self._args, **self._kwargs)
^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/_test_multiprocessing.py",
 line 5329, in child
join_process(p)
^^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/_test_multiprocessing.py",
 line 104, in join_process
threading_helper.join_thread(process)
^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/support/threading_helper.py",
 line 116, in join_thread
raise AssertionError(msg)
AssertionError: failed to join the thread in 30.0 seconds
Process Process-236:1:
Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/multiprocessing/process.py",
 line 313, in _bootstrap
self.run()
^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/multiprocessing/process.py",
 line 108, in run
self._target(*self._args, **self._kwargs)

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

2024-05-21 Thread buildbot
The Buildbot has detected a new failure on builder s390x Fedora LTO + PGO 3.13 
while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1511/builds/33

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

Worker for this Build: edelsohn-fedora-z

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: 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 11), reused 17 (delta 8), pack-reused 0
>From https://github.com/python/cpython
 * branch  3.13   -> FETCH_HEAD
Note: switching to 'f7303cd96742cf6ae3dedc4e3d5211140922186f'.

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 f7303cd967 [3.13] gh-119174: Fix high DPI causes 
turtledemo(turtle-graphics examples) windows blurry (GH-119175) (#119289)
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)

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:3115: clean-retain-profile] Error 1 (ignored)
In function ‘word_to_string’,
inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:411:13,
inlined from ‘_mpd_to_string’ at ./Modules/_decimal/libmpdec/io.c:612:18:
./Modules/_decimal/libmpdec/io.c:349:40: warning: writing 1 byte into a region 
of size 0 [-Wstringop-overflow=]
  349 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
  |   ~^
./Modules/_decimal/libmpdec/io.c:349:40: warning: writing 1 byte into a region 
of size 0 [-Wstringop-overflow=]
  349 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
  |   ~^
./Modules/_decimal/libmpdec/io.c:349:40: warning: writing 1 byte into a region 
of size 0 [-Wstringop-overflow=]
  349 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d
  |   ~^
./Modules/_decimal/libmpdec/io.c:349:40: warning: writing 1 byte into a region 
of size 0 

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

2024-05-20 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/all/#/builders/1431/builds/30

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

Worker for this Build: itamaro-ubuntu-aws

Build Reason: 
Blamelist: Miss Islington (bot) 
<31488909+miss-isling...@users.noreply.github.com>, Steve Dower 
, Thomas Wouters 

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.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/test_concurrent_futures/executor.py",
 line 71, in test_map_timeout
self.assertEqual([None, None], results)
^^^
AssertionError: Lists differ: [None, None] != []



Test report
===

Failed tests:

- test.test_concurrent_futures.test_process_pool
- test_free_threading
- test_threading
- test_io

Failed subtests:

- test_map_timeout - 
test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_map_timeout
- test_map_timeout - 
test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_timeout

Test leaking resources:

- test_free_threading: memory blocks




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder AMD64 
FreeBSD14 3.13 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1481/builds/48

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

Worker for this Build: opsec-fbsd14

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

Traceback (most recent call last):
  File "", line 355, in 
ValueError: embedded null byte
Warning -- Uncaught thread exception: InterpreterError
Exception in thread Thread-188 (task):
RuntimeError: error evaluating path


Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.13.opsec-fbsd14/build/Lib/threading.py", 
line 1039, in _bootstrap_inner
self.run()
^^
  File "/home/buildbot/buildarea/3.13.opsec-fbsd14/build/Lib/threading.py", 
line 990, in run
self._target(*self._args, **self._kwargs)
^
  File 
"/home/buildbot/buildarea/3.13.opsec-fbsd14/build/Lib/test/test_interpreters/test_stress.py",
 line 29, in task
interp = interpreters.create()
  File 
"/home/buildbot/buildarea/3.13.opsec-fbsd14/build/Lib/test/support/interpreters/__init__.py",
 line 76, in create
id = _interpreters.create(reqrefs=True)
interpreters.InterpreterError: interpreter creation failed
k



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 test (failure) (3.13)

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

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

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

Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/test_concurrent_futures/executor.py",
 line 71, in test_map_timeout
self.assertEqual([None, None], results)
^^^
AssertionError: Lists differ: [None, None] != []



Test report
===

Failed tests:

- test.test_concurrent_futures.test_process_pool
- test_math
- test_tools

Failed subtests:

- test_map_timeout - 
test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_timeout




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder s390x Fedora 
Clang Installed 3.13 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1392/builds/28

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

Worker for this Build: edelsohn-fedora-z

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: 23, done.
remote: Counting objects:   4% (1/23)
remote: Counting objects:   8% (2/23)
remote: Counting objects:  13% (3/23)
remote: Counting objects:  17% (4/23)
remote: Counting objects:  21% (5/23)
remote: Counting objects:  26% (6/23)
remote: Counting objects:  30% (7/23)
remote: Counting objects:  34% (8/23)
remote: Counting objects:  39% (9/23)
remote: Counting objects:  43% (10/23)
remote: Counting objects:  47% (11/23)
remote: Counting objects:  52% (12/23)
remote: Counting objects:  56% (13/23)
remote: Counting objects:  60% (14/23)
remote: Counting objects:  65% (15/23)
remote: Counting objects:  69% (16/23)
remote: Counting objects:  73% (17/23)
remote: Counting objects:  78% (18/23)
remote: Counting objects:  82% (19/23)
remote: Counting objects:  86% (20/23)
remote: Counting objects:  91% (21/23)
remote: Counting objects:  95% (22/23)
remote: Counting objects: 100% (23/23)
remote: Counting objects: 100% (23/23), 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 23 (delta 10), reused 14 (delta 10), pack-reused 0
>From https://github.com/python/cpython
 * branch  3.13   -> FETCH_HEAD
Note: switching to '27b61c17a1d32d4773bb91f31c31e05a54b3b3df'.

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 27b61c17a1 [3.13] GH-119113: Raise `TypeError` from 
`pathlib.PurePath.with_suffix(None)` (GH-119124) (#119183)
Switched to and reset branch '3.13'

configure: WARNING: s390x-ibm-linux-gnu/clang is not supported
configure: WARNING: no system libmpdecimal found; unable to build _decimal
configure: WARNING:

Platform "s390x-ibm-linux-gnu" with compiler "clang" is not supported by the
CPython core team, see https://peps.python.org/pep-0011/ for more information.


Python/import.c:1620:1: warning: unused function 'is_core_module' 
[-Wunused-function]
is_core_module(PyInterpreterState *interp, PyObject 

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

2024-05-19 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 FreeBSD15 3.13 while 
building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1406/builds/41

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

Worker for this Build: opsec-fbsd15

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

Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.13.opsec-fbsd15/build/Lib/test/test_posixpath.py", 
line 670, in test_realpath_unreadable_symlink
self.assertEqual(realpath(ABSTFN), ABSTFN)
^^
AssertionError: '/hom[25 
chars].opsec-fbsd15/build/build/test_python_79639æ/@test_79639_tmpæ1' != 
'/hom[25 chars].opsec-fbsd15/build/build/test_python_79639æ/@test_79639_tmpæ'
- 
/home/buildbot/buildarea/3.13.opsec-fbsd15/build/build/test_python_79639æ/@test_79639_tmpæ1
?   
-
+ 
/home/buildbot/buildarea/3.13.opsec-fbsd15/build/build/test_python_79639æ/@test_79639_tmpæ


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.13.opsec-fbsd15/build/Lib/test/test_posixpath.py", 
line 670, in test_realpath_unreadable_symlink
self.assertEqual(realpath(ABSTFN), ABSTFN)
^^
AssertionError: '/hom[25 
chars].opsec-fbsd15/build/build/test_python_83410æ/@test_83410_tmpæ1' != 
'/hom[25 chars].opsec-fbsd15/build/build/test_python_83410æ/@test_83410_tmpæ'
- 
/home/buildbot/buildarea/3.13.opsec-fbsd15/build/build/test_python_83410æ/@test_83410_tmpæ1
?   
-
+ 
/home/buildbot/buildarea/3.13.opsec-fbsd15/build/build/test_python_83410æ/@test_83410_tmpæ



Test report
===

Failed tests:

- test_posixpath

Failed subtests:

- test_realpath_unreadable_symlink - 
test.test_posixpath.PosixPathTest.test_realpath_unreadable_symlink




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder AMD64 
FreeBSD14 3.13 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1481/builds/45

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

Worker for this Build: opsec-fbsd14

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

Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.13.opsec-fbsd14/build/Lib/test/test_posixpath.py", 
line 670, in test_realpath_unreadable_symlink
self.assertEqual(realpath(ABSTFN), ABSTFN)
^^
AssertionError: '/hom[25 
chars].opsec-fbsd14/build/build/test_python_95351æ/@test_95351_tmpæ1' != 
'/hom[25 chars].opsec-fbsd14/build/build/test_python_95351æ/@test_95351_tmpæ'
- 
/home/buildbot/buildarea/3.13.opsec-fbsd14/build/build/test_python_95351æ/@test_95351_tmpæ1
?   
-
+ 
/home/buildbot/buildarea/3.13.opsec-fbsd14/build/build/test_python_95351æ/@test_95351_tmpæ


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.13.opsec-fbsd14/build/Lib/test/test_posixpath.py", 
line 670, in test_realpath_unreadable_symlink
self.assertEqual(realpath(ABSTFN), ABSTFN)
^^
AssertionError: '/hom[25 
chars].opsec-fbsd14/build/build/test_python_94029æ/@test_94029_tmpæ1' != 
'/hom[25 chars].opsec-fbsd14/build/build/test_python_94029æ/@test_94029_tmpæ'
- 
/home/buildbot/buildarea/3.13.opsec-fbsd14/build/build/test_python_94029æ/@test_94029_tmpæ1
?   
-
+ 
/home/buildbot/buildarea/3.13.opsec-fbsd14/build/build/test_python_94029æ/@test_94029_tmpæ



Test report
===

Failed tests:

- test_posixpath

Failed subtests:

- test_realpath_unreadable_symlink - 
test.test_posixpath.PosixPathTest.test_realpath_unreadable_symlink




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder AMD64 FreeBSD 
3.13 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1491/builds/46

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

Worker for this Build: ware-freebsd

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

== 

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

2024-05-18 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/all/#/builders/1431/builds/25

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

Worker for this Build: itamaro-ubuntu-aws

Build Reason: 
Blamelist: Miss Islington (bot) 
<31488909+miss-isling...@users.noreply.github.com>, Steve Dower 
, Thomas Wouters 

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.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/test_eintr.py",
 line 17, in test_all
script_helper.run_test_script(script)
~
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/support/script_helper.py",
 line 316, in run_test_script
raise AssertionError(f"{name} failed")
AssertionError: script _test_eintr.py failed


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/_test_eintr.py",
 line 535, in test_flock
self._lock(fcntl.flock, "flock")
~~^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/_test_eintr.py",
 line 517, in _lock
raise Exception("failed to sync child in %.1f sec" % dt)
Exception: failed to sync child in 300.6 sec


Traceback (most recent call last):
  |   File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/unittest/async_case.py",
 line 93, in _callTestMethod
  | if self._callMaybeAsync(method) is not None:
  |
  |   File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/unittest/async_case.py",
 line 115, in _callMaybeAsync
  | return self._asyncioRunner.run(
  |~~~^
  | func(*args, **kwargs),
  | ^^
  | context=self._asyncioTestContext,
  | ^
  | )
  | ^
  |   File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/asyncio/runners.py",
 line 118, in run
  | return self._loop.run_until_complete(task)
  |~^^
  |   File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/asyncio/base_events.py",
 line 721, in run_until_complete
  | return future.result()
  |~^^
  |   File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/test_asyncio/test_taskgroups.py",
 line 658, in test_taskgroup_23
  | async with taskgroups.TaskGroup() as g:
  | ...<6 lines>...
  | self.assertEqual(len(g._tasks), 0)
  |   File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/asyncio/taskgroups.py",
 line 154, in __aexit__
  | raise me from None
  | ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception)
  +-+ 1 
| Traceback (most recent call last):
|   File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/test_asyncio/test_taskgroups.py",
 line 663, in test_taskgroup_23
| self.assertLess(len(g._tasks), 5)
| ~~~^^
| AssertionError: 5 not less than 5
+



Test report
===

Failed subtests:

- test_flock - __main__.FNTLEINTRTest.test_flock
- test_taskgroup_23 - 
test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_23
- test_all - test.test_eintr.EINTRTests.test_all




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-05-17 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Ubuntu NoGIL 3.13 
while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1422/builds/24

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

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: 20, 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:   9% (1/11)
remote: Compressing objects:  18% (2/11)
remote: Compressing objects:  27% (3/11)
remote: Compressing objects:  36% (4/11)
remote: Compressing objects:  45% (5/11)
remote: Compressing objects:  54% (6/11)
remote: Compressing objects:  63% (7/11)
remote: Compressing objects:  72% (8/11)
remote: Compressing objects:  81% (9/11)
remote: Compressing objects:  90% (10/11)
remote: Compressing objects: 100% (11/11)
remote: Compressing objects: 100% (11/11), done.
remote: Total 20 (delta 9), reused 12 (delta 8), pack-reused 1
>From https://github.com/python/cpython
 * branch  3.13   -> FETCH_HEAD
Note: switching to 'acffe20683042e8567eae3bf014d36c0edf9b710'.

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 acffe20683 [3.13] GH-118943: Fix a race condition when 
generating jit_stencils.h (GH-119101)
Switched to and reset branch '3.13'

configure: WARNING: no system libmpdecimal found; unable to build _decimal

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


Test report
===

Failed tests:

- test_math




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-05-15 Thread buildbot
The Buildbot has detected a new failure on builder PPC64LE Fedora Rawhide LTO 
3.13 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1427/builds/12

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

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

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

Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_socket.py",
 line 395, in _setUp
self.__setUp()
^^
  File 
"/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_socket.py",
 line 538, in setUp
self.conn, self.connaddr = self.serv.accept()
   ^^
  File 
"/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/socket.py",
 line 295, in accept
fd, addr = self._accept()
   ^^
TimeoutError: timed out


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_socket.py",
 line 383, in raise_queued_exception
raise self.queue.get()
  File 
"/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_socket.py",
 line 407, in clientRun
self.clientSetUp()
^^
  File 
"/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-ppc64le.lto/build/Lib/test/test_socket.py",
 line 546, in clientSetUp
self.cli.connect((cid, VSOCKPORT))
^^
OSError: [Errno 19] No such device



Test report
===

Failed tests:

- test_socket

Failed subtests:

- testStream - test.test_socket.ThreadedVSOCKSocketStreamTest.testStream




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

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

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

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

Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-ppc64le.lto-pgo/build/Lib/test/test_socket.py",
 line 383, in raise_queued_exception
raise self.queue.get()
  File 
"/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-ppc64le.lto-pgo/build/Lib/test/test_socket.py",
 line 407, in clientRun
self.clientSetUp()
^^
  File 
"/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-ppc64le.lto-pgo/build/Lib/test/test_socket.py",
 line 546, in clientSetUp
self.cli.connect((cid, VSOCKPORT))
^^
OSError: [Errno 19] No such device


Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-ppc64le.lto-pgo/build/Lib/test/test_socket.py",
 line 395, in _setUp
self.__setUp()
^^
  File 
"/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-ppc64le.lto-pgo/build/Lib/test/test_socket.py",
 line 538, in setUp
self.conn, self.connaddr = self.serv.accept()
   ^^
  File 
"/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-ppc64le.lto-pgo/build/Lib/socket.py",
 line 295, in accept
fd, addr = self._accept()
   ^^
TimeoutError: timed out



Test report
===

Failed tests:

- test_socket

Failed subtests:

- testStream - test.test_socket.ThreadedVSOCKSocketStreamTest.testStream




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

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

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

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

Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.13.cstratak-fedora-rawhide-ppc64le.clang-installed/build/target/lib/python3.13/test/test_socket.py",
 line 395, in _setUp
self.__setUp()
^^
  File 

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

2024-05-14 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/all/#/builders/1431/builds/17

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

Worker for this Build: itamaro-ubuntu-aws

Build Reason: 
Blamelist: Miss Islington (bot) 
<31488909+miss-isling...@users.noreply.github.com>, Steve Dower 
, Thomas Wouters 

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.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/_test_eintr.py",
 line 532, in test_lockf
self._lock(fcntl.lockf, "lockf")
~~^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/_test_eintr.py",
 line 517, in _lock
raise Exception("failed to sync child in %.1f sec" % dt)
Exception: failed to sync child in 300.3 sec


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/test_eintr.py",
 line 17, in test_all
script_helper.run_test_script(script)
~
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/support/script_helper.py",
 line 316, in run_test_script
raise AssertionError(f"{name} failed")
AssertionError: script _test_eintr.py failed


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/_test_eintr.py",
 line 532, in test_lockf
self._lock(fcntl.lockf, "lockf")
~~^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/_test_eintr.py",
 line 517, in _lock
raise Exception("failed to sync child in %.1f sec" % dt)
Exception: failed to sync child in 301.0 sec



Test report
===

Failed tests:

- test_eintr

Failed subtests:

- test_lockf - __main__.FNTLEINTRTest.test_lockf
- test_all - test.test_eintr.EINTRTests.test_all




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-05-13 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/all/#/builders/1431/builds/14

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

Worker for this Build: itamaro-ubuntu-aws

Build Reason: 
Blamelist: Miss Islington (bot) 
<31488909+miss-isling...@users.noreply.github.com>, Steve Dower 
, Thomas Wouters 

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.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/test_eintr.py",
 line 17, in test_all
script_helper.run_test_script(script)
~
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/support/script_helper.py",
 line 316, in run_test_script
raise AssertionError(f"{name} failed")
AssertionError: script _test_eintr.py failed


Traceback (most recent call last):
  |   File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/unittest/async_case.py",
 line 93, in _callTestMethod
  | if self._callMaybeAsync(method) is not None:
  |
  |   File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/unittest/async_case.py",
 line 115, in _callMaybeAsync
  | return self._asyncioRunner.run(
  |~~~^
  | func(*args, **kwargs),
  | ^^
  | context=self._asyncioTestContext,
  | ^
  | )
  | ^
  |   File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/asyncio/runners.py",
 line 118, in run
  | return self._loop.run_until_complete(task)
  |~^^
  |   File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/asyncio/base_events.py",
 line 721, in run_until_complete
  | return future.result()
  |~^^
  |   File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/test_asyncio/test_taskgroups.py",
 line 658, in test_taskgroup_23
  | async with taskgroups.TaskGroup() as g:
  | ...<6 lines>...
  | self.assertEqual(len(g._tasks), 0)
  |   File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/asyncio/taskgroups.py",
 line 154, in __aexit__
  | raise me from None
  | ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception)
  +-+ 1 
| Traceback (most recent call last):
|   File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/test_asyncio/test_taskgroups.py",
 line 663, in test_taskgroup_23
| self.assertLess(len(g._tasks), 5)
| ~~~^^
| AssertionError: 5 not less than 5
+


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/_test_eintr.py",
 line 535, in test_flock
self._lock(fcntl.flock, "flock")
~~^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/_test_eintr.py",
 line 517, in _lock
raise Exception("failed to sync child in %.1f sec" % dt)
Exception: failed to sync child in 300.1 sec


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/test_concurrent_futures/executor.py",
 line 71, in test_map_timeout
self.assertEqual([None, None], results)
^^^
AssertionError: Lists differ: [None, None] != []


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/_test_eintr.py",
 line 532, in test_lockf
self._lock(fcntl.lockf, "lockf")
~~^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/_test_eintr.py",
 line 517, in _lock
raise Exception("failed to sync child in %.1f sec" % dt)
Exception: failed to sync child in 300.5 sec



Test report
===

Failed subtests:

- test_flock - __main__.FNTLEINTRTest.test_flock
- test_all - test.test_eintr.EINTRTests.test_all
- test_taskgroup_23 - 
test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_23
- test_lockf - __main__.FNTLEINTRTest.test_lockf
- test_map_timeout - 
test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_timeout




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Ubuntu 
NoGIL 3.13 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1422/builds/15


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

2024-05-13 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/all/#/builders/1431/builds/12

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

Worker for this Build: itamaro-ubuntu-aws

Build Reason: 
Blamelist: Miss Islington (bot) 
<31488909+miss-isling...@users.noreply.github.com>, Steve Dower 
, Thomas Wouters 

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

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 9d2c10bee3 [3.13] GH-118844: Fix build failures when combining 
--disable-gil with --enable-experimental-jit (GH-118959)
Switched to and reset branch '3.13'

configure: WARNING: no system libmpdecimal found; unable to build _decimal

make: *** [Makefile:2242: buildbottest] Terminated


Test report
===

Failed tests:

- test_io




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-05-12 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/all/#/builders/1431/builds/10

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

Worker for this Build: itamaro-ubuntu-aws

Build Reason: 
Blamelist: Miss Islington (bot) 
<31488909+miss-isling...@users.noreply.github.com>, Steve Dower 
, Thomas Wouters 

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.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/test_eintr.py",
 line 17, in test_all
script_helper.run_test_script(script)
~
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/support/script_helper.py",
 line 316, in run_test_script
raise AssertionError(f"{name} failed")
AssertionError: script _test_eintr.py failed


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/multiprocessing/process.py",
 line 313, in _bootstrap
self.run()
^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/multiprocessing/process.py",
 line 108, in run
self._target(*self._args, **self._kwargs)
^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/_test_multiprocessing.py",
 line 5329, in child
join_process(p)
^^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/_test_multiprocessing.py",
 line 105, in join_process
threading_helper.join_thread(process)
^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/support/threading_helper.py",
 line 116, in join_thread
raise AssertionError(msg)
AssertionError: failed to join the thread in 30.0 seconds
Process Process-80:1:
Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/multiprocessing/process.py",
 line 313, in _bootstrap
self.run()
^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/multiprocessing/process.py",
 line 108, in run
self._target(*self._args, **self._kwargs)
^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/_test_multiprocessing.py",
 line 5329, in child
join_process(p)
^^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/_test_multiprocessing.py",
 line 105, in join_process
threading_helper.join_thread(process)
^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/support/threading_helper.py",
 line 116, in join_thread
raise AssertionError(msg)
AssertionError: failed to join the thread in 30.0 seconds
k


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/_test_eintr.py",
 line 535, in test_flock
self._lock(fcntl.flock, "flock")
~~^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/_test_eintr.py",
 line 517, in _lock
raise Exception("failed to sync child in %.1f sec" % dt)
Exception: failed to sync child in 300.4 sec


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/test_concurrent_futures/executor.py",
 line 71, in test_map_timeout
self.assertEqual([None, None], results)
^^^
AssertionError: Lists differ: [None, None] != []


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/multiprocessing/process.py",
 line 313, in _bootstrap
self.run()
^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/multiprocessing/process.py",
 line 108, in run
self._target(*self._args, **self._kwargs)
^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/_test_multiprocessing.py",
 line 5329, in child
join_process(p)
^^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/_test_multiprocessing.py",
 line 105, in join_process
threading_helper.join_thread(process)
^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/support/threading_helper.py",
 line 116, in join_thread
raise AssertionError(msg)
AssertionError: 

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

2024-05-10 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Ubuntu NoGIL 3.13 
while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1422/builds/9

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

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

Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py",
 line 532, in test_lockf
self._lock(fcntl.lockf, "lockf")
~~^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py",
 line 517, in _lock
raise Exception("failed to sync child in %.1f sec" % dt)
Exception: failed to sync child in 300.5 sec


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/test_eintr.py",
 line 17, in test_all
script_helper.run_test_script(script)
~
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/support/script_helper.py",
 line 316, in run_test_script
raise AssertionError(f"{name} failed")
AssertionError: script _test_eintr.py failed


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_multiprocessing.py",
 line 5176, in test_wait_integer
self.assertLess(delta, expected + 2)
~~~^
AssertionError: 5.133446088992059 not less than 5


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py",
 line 535, in test_flock
self._lock(fcntl.flock, "flock")
~~^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py",
 line 517, in _lock
raise Exception("failed to sync child in %.1f sec" % dt)
Exception: failed to sync child in 300.5 sec


Traceback (test.test_zipimport.CompressedZipImportTestCase.testTraceback) ... ok


Traceback (test.test_zipimport.UncompressedZipImportTestCase.testTraceback) ... 
ok


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/test_concurrent_futures/executor.py",
 line 71, in test_map_timeout
self.assertEqual([None, None], results)
^^^
AssertionError: Lists differ: [None, None] != []



Test report
===

Failed tests:

- test_eintr
- test_math

Failed subtests:

- test_flock - __main__.FNTLEINTRTest.test_flock
- test_all - test.test_eintr.EINTRTests.test_all
- test_wait_integer - 
test.test_multiprocessing_spawn.test_misc.TestWait.test_wait_integer
- test_map_timeout - 
test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_timeout
- test_lockf - __main__.FNTLEINTRTest.test_lockf




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-05-10 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/all/#/builders/1431/builds/6

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

Worker for this Build: itamaro-ubuntu-aws

Build Reason: 
Blamelist: Miss Islington (bot) 
<31488909+miss-isling...@users.noreply.github.com>, Steve Dower 
, Thomas Wouters 

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.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/_test_eintr.py",
 line 532, in test_lockf
self._lock(fcntl.lockf, "lockf")
~~^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/_test_eintr.py",
 line 517, in _lock
raise Exception("failed to sync child in %.1f sec" % dt)
Exception: failed to sync child in 300.3 sec


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/test_eintr.py",
 line 17, in test_all
script_helper.run_test_script(script)
~
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/support/script_helper.py",
 line 316, in run_test_script
raise AssertionError(f"{name} failed")
AssertionError: script _test_eintr.py failed


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/_test_eintr.py",
 line 535, in test_flock
self._lock(fcntl.flock, "flock")
~~^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/_test_eintr.py",
 line 517, in _lock
raise Exception("failed to sync child in %.1f sec" % dt)
Exception: failed to sync child in 300.1 sec


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/test_concurrent_futures/executor.py",
 line 71, in test_map_timeout
self.assertEqual([None, None], results)
^^^
AssertionError: Lists differ: [None, None] != []


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/_test_eintr.py",
 line 532, in test_lockf
self._lock(fcntl.lockf, "lockf")
~~^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/_test_eintr.py",
 line 517, in _lock
raise Exception("failed to sync child in %.1f sec" % dt)
Exception: failed to sync child in 300.2 sec


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/_test_eintr.py",
 line 535, in test_flock
self._lock(fcntl.flock, "flock")
~~^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/_test_eintr.py",
 line 517, in _lock
raise Exception("failed to sync child in %.1f sec" % dt)
Exception: failed to sync child in 301.0 sec



Test report
===

Failed tests:

- test.test_concurrent_futures.test_process_pool
- test_eintr

Failed subtests:

- test_flock - __main__.FNTLEINTRTest.test_flock
- test_map_timeout - 
test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_map_timeout
- test_map_timeout - 
test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_timeout
- test_lockf - __main__.FNTLEINTRTest.test_lockf
- test_all - test.test_eintr.EINTRTests.test_all




Sincerely,
 -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Ubuntu 
NoGIL 3.13 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1422/builds/6

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

Worker for this Build: itamaro-ubuntu-aws

Build Reason: 
Blamelist: Miss Islington (bot) 
<31488909+miss-isling...@users.noreply.github.com>, Steve Dower 
, Thomas Wouters 

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.13.itamaro-ubuntu-aws.nogil/build/Lib/test/test_concurrent_futures/executor.py",
 line 71, in test_map_timeout
self.assertEqual([None, None], results)
^^^
AssertionError: Lists differ: [None, None] != []



Test report
===

Failed tests:

- test_math

Failed subtests:

- test_map_timeout - 
test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_timeout




Sincerely,
 -The Buildbot


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

2024-05-09 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Ubuntu NoGIL 3.13 
while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1422/builds/3

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

Worker for this Build: itamaro-ubuntu-aws

Build Reason: 
Blamelist: Miss Islington (bot) 
<31488909+miss-isling...@users.noreply.github.com>, Thomas Wouters 


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.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py",
 line 532, in test_lockf
self._lock(fcntl.lockf, "lockf")
~~^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py",
 line 517, in _lock
raise Exception("failed to sync child in %.1f sec" % dt)
Exception: failed to sync child in 300.5 sec


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/test_eintr.py",
 line 17, in test_all
script_helper.run_test_script(script)
~
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/support/script_helper.py",
 line 316, in run_test_script
raise AssertionError(f"{name} failed")
AssertionError: script _test_eintr.py failed


Traceback (test.test_zipimport.CompressedZipImportTestCase.testTraceback) ... ok


Traceback (test.test_zipimport.UncompressedZipImportTestCase.testTraceback) ... 
ok


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/asyncio/selector_events.py",
 line 980, in _read_ready__get_buffer
nbytes = self._sock.recv_into(buf)
ConnectionResetError: [Errno 104] Connection reset by peer
Future exception was never retrieved
future: 
Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/asyncio/selector_events.py",
 line 980, in _read_ready__get_buffer
nbytes = self._sock.recv_into(buf)
ConnectionResetError: [Errno 104] Connection reset by peer
/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/support/__init__.py:814:
 ResourceWarning: unclosed 
  gc.collect()
ResourceWarning: Enable tracemalloc to get the object allocation traceback
/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/asyncio/selector_events.py:869:
 ResourceWarning: unclosed transport <_SelectorSocketTransport closing fd=29>
  _warn(f"unclosed transport {self!r}", ResourceWarning, source=self)
ResourceWarning: Enable tracemalloc to get the object allocation traceback


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/test_asyncio/test_ssl.py",
 line 385, in test_create_connection_ssl_1
run(client)
~~~
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/test_asyncio/test_ssl.py",
 line 380, in run
self.loop.run_until_complete(_gather(*tasks))
^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/asyncio/base_events.py",
 line 721, in run_until_complete
return future.result()
   ~^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/test_asyncio/test_ssl.py",
 line 371, in _gather
return await asyncio.gather(*tasks)
   
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/test_asyncio/test_ssl.py",
 line 326, in client
reader, writer = await asyncio.open_connection(
 ^^
...<3 lines>...
**extras)
^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/asyncio/streams.py",
 line 48, in open_connection
transport, _ = await loop.create_connection(
   ^
lambda: protocol, host, port, **kwds)
^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/asyncio/base_events.py",
 line 1183, in create_connection
transport, protocol = await self._create_connection_transport(
  
...<2 lines>...
ssl_shutdown_timeout=ssl_shutdown_timeout)
^^
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/asyncio/base_events.py",
 line 1216, in _create_connection_transport
await waiter
ConnectionAbortedError: SSL handshake is taking longer than 45.0 seconds: 
aborting the connection


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.13.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_eintr.py",
 line