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

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

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

Worker for this Build: angelico-debian-amd64

Build Reason: 
Blamelist: Ethan Furman , Guido van Rossum 
, Terry Jan Reedy , Tian Gao 
, Victor Stinner 

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.x.angelico-debian-amd64/build/Lib/test/mapping_tests.py", 
line 176, in test_update
d.update(self.other)

  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/weakref.py", line 
297, in update
d[key] = KeyedRef(o, self._remove, key)
 ^^
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/weakref.py", line 
349, in __new__
self.key = key

AttributeError: 'KeyedRef' object attribute 'key' is read-only


Traceback (most recent call last):
  File 
"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_buffer.py", line 
2801, in test_memoryview_cast_1D_ND
self.verify(m2, obj=ex,
~~~
itemsize=tsize, fmt=tfmt, readonly=True,

ndim=ndim, shape=tshape, strides=strides,
^
lst=lst, cast=True)
^^^
  File 
"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_buffer.py", line 
979, in verify
check_memoryview(m)
^^^
  File 
"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_buffer.py", line 
965, in check_memoryview
self.assertEqual(m.shape, tuple(shape))
^^^
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/unittest/case.py", 
line 885, in assertEqual
assertion_func(first, second, msg=msg)
~~
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/unittest/case.py", 
line 1102, in assertTupleEqual
self.assertSequenceEqual(tuple1, tuple2, msg, seq_type=tuple)
^
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/unittest/case.py", 
line 995, in assertSequenceEqual
if not isinstance(seq2, seq_type):
   ~~
TypeError: 'tuple' object is not callable


Traceback (most recent call last):
  File 
"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/mapping_tests.py", 
line 96, in test_write
p[key] = value
~^
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/weakref.py", line 
167, in __setitem__
self.data[key] = KeyedRef(value, self._remove, key)
 ^^
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/weakref.py", line 
349, in __new__
self.key = key

AttributeError: 'KeyedRef' object attribute 'key' is read-only


Traceback (most recent call last):
  File 
"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/mapping_tests.py", 
line 296, in test_pop
d[k] = v
~^^^
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/weakref.py", line 
167, in __setitem__
self.data[key] = KeyedRef(value, self._remove, key)
 ^^
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/weakref.py", line 
349, in __new__
self.key = key

AttributeError: 'KeyedRef' object attribute 'key' is read-only


Traceback (most recent call last):
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/doctest.py", 
line 1378, in __run
exec(compile(example.source, filename, "single",

 compileflags, True), test.globs)
 
  File "", line 1, in 

a_id = remember(a)
   ^^^
  File "", line 3, in 
remember
_id2obj_dict[oid] = obj
^
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/weakref.py", 
line 167, in __setitem__
self.data[key] = KeyedRef(value, self._remove, key)
 ^^
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/weakref.py", 
line 349, in __new__
self.key = key

AttributeError: 'KeyedRef' object attribute 'key' is read-only
--
File 
"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_weakref.py", 
line ?, in 

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

2024-03-11 Thread buildbot
The Buildbot has detected a new failure on builder ARM64 macOS 3.x while 
building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/725/builds/7338

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

Worker for this Build: pablogsal-macos-m1

Build Reason: 
Blamelist: Ethan Furman , Terry Jan Reedy 
, 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/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_ssl.py",
 line 4974, in test_preauth_data_to_tls_server
self.non_linux_skip_if_other_okay_error(wrap_error)
~~~
  File 
"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_ssl.py",
 line 4921, in non_linux_skip_if_other_okay_error
re.search('wrong.version.number', getattr(err, "reason", ""), re.I)):
~^^
  File 
"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/re/__init__.py",
 line 177, in search
return _compile(pattern, flags).search(string)
   ~~~
TypeError: expected string or bytes-like object, got 'NoneType'


Traceback (most recent call last):
  File 
"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/unittest/async_case.py",
 line 93, in _callTestMethod
if self._callMaybeAsync(method) is not None:
   
  File 
"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/unittest/async_case.py",
 line 115, in _callMaybeAsync
return self._asyncioRunner.run(
   ~~~^
func(*args, **kwargs),
^^
context=self._asyncioTestContext,
^
)
^
  File 
"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/asyncio/runners.py",
 line 118, in run
return self._loop.run_until_complete(task)
   ~^^
  File 
"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/asyncio/base_events.py",
 line 721, in run_until_complete
return future.result()
   ~^^
  File 
"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_asyncio/test_server.py",
 line 231, in test_abort_clients
s_sock = s_wr.get_extra_info('socket')
 ^^^
AttributeError: 'NoneType' object has no attribute 'get_extra_info'



Test report
===

Failed tests:

- test.test_asyncio.test_server

Failed subtests:

- test_preauth_data_to_tls_server - 
test.test_ssl.TestPreHandshakeClose.test_preauth_data_to_tls_server
- test_abort_clients - 
test.test_asyncio.test_server.TestServer2.test_abort_clients




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

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

Worker for this Build: ware-freebsd

Build Reason: 
Blamelist: Ethan Furman , Terry Jan Reedy 
, Tian Gao , Victor Stinner 


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.x.ware-freebsd/build/Lib/unittest/async_case.py", 
line 93, in _callTestMethod
if self._callMaybeAsync(method) is not None:
   
  File "/buildbot/buildarea/3.x.ware-freebsd/build/Lib/unittest/async_case.py", 
line 115, in _callMaybeAsync
return self._asyncioRunner.run(
   ~~~^
func(*args, **kwargs),
^^
context=self._asyncioTestContext,
^
)
^
  File "/buildbot/buildarea/3.x.ware-freebsd/build/Lib/asyncio/runners.py", 
line 118, in run
return self._loop.run_until_complete(task)
   ~^^
  File "/buildbot/buildarea/3.x.ware-freebsd/build/Lib/asyncio/base_events.py", 
line 721, in run_until_complete
return future.result()
   ~^^
  File 
"/buildbot/buildarea/3.x.ware-freebsd/build/Lib/test/test_asyncio/test_server.py",
 line 231, in test_abort_clients
s_sock = s_wr.get_extra_info('socket')
 ^^^
AttributeError: 'NoneType' object has no attribute 'get_extra_info'



Test report
===

Failed tests:

- test.test_asyncio.test_server

Failed subtests:

- test_abort_clients - 

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

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

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

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

Build Reason: 
Blamelist: Tian Gao 

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==

Traceback (most recent call last):
  File 
"/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/unittest/async_case.py",
 line 93, in _callTestMethod
if self._callMaybeAsync(method) is not None:
   
  File 
"/Users/ec2-user/buildbot/buildarea/3.x.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.x.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.x.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.x.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/test/test_asyncio/test_server.py",
 line 231, in test_abort_clients
s_sock = s_wr.get_extra_info('socket')
 ^^^
AttributeError: 'NoneType' object has no attribute 'get_extra_info'



Test report
===

Failed tests:

- test.test_asyncio.test_server

Failed subtests:

- test_abort_clients - 
test.test_asyncio.test_server.TestServer2.test_abort_clients




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

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

Worker for this Build: angelico-debian-amd64

Build Reason: 
Blamelist: Tian Gao 

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.x.angelico-debian-amd64/build/Lib/test/test_random.py", line 
882, in test_choices_algorithms
c = self.gen.choices(range(n), cum_weights=range(1, n+1), k=1)
^^
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/random.py", line 
492, in choices
return [population[bisect(cum_weights, random() * total, 0, hi)]
   ~~^^
TypeError: 'Random' object is not callable


Traceback (most recent call last):
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_io.py", 
line 1574, in test_threads
random.shuffle(l)
~~^^^
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/random.py", line 
360, in shuffle
j = randbelow(i + 1)
~^^^
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/random.py", line 
251, in _randbelow_with_getrandbits
while r >= n:
  ^^
TypeError: '>=' not supported between instances of 'Random' and 'Random'


Traceback (most recent call last):
  File 
"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_random.py", line 
409, in test_bug_9025
k = sum(randrange(6755399441055744) % 3 == 2 for i in range(n))
~~~
  File 
"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_random.py", line 
409, in 
k = sum(randrange(6755399441055744) % 3 == 2 for i in range(n))
~^^
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/random.py", line 
313, in randrange
raise ValueError("empty range for randrange()")
ValueError: empty range for randrange()


Traceback (most recent call last):
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_io.py", 
line 1574, in test_threads
random.shuffle(l)
~~^^^
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/random.py", line 
360, in shuffle
j = randbelow(i + 1)
~^^^
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/random.py", line 
252, in _randbelow_with_getrandbits
r = getrandbits(k)

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

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

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

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

Build Reason: 
Blamelist: Malcolm Smith , Pierre Ossman (ThinLinc team) 


BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==

Traceback (most recent call last):
  File 
"/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/unittest/async_case.py",
 line 93, in _callTestMethod
if self._callMaybeAsync(method) is not None:
   
  File 
"/Users/ec2-user/buildbot/buildarea/3.x.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.x.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.x.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.x.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/test/test_asyncio/test_server.py",
 line 231, in test_abort_clients
s_sock = s_wr.get_extra_info('socket')
 ^^^
AttributeError: 'NoneType' object has no attribute 'get_extra_info'



Test report
===

Failed tests:

- test.test_asyncio.test_server

Failed subtests:

- test_abort_clients - 
test.test_asyncio.test_server.TestServer2.test_abort_clients




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

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

Worker for this Build: bolen-windows10

Build Reason: 
Blamelist: Malcolm Smith , Pierre Ossman (ThinLinc team) 


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.x.bolen-windows10\build\Lib\unittest\async_case.py", 
line 93, in _callTestMethod
if self._callMaybeAsync(method) is not None:
   
  File "D:\buildarea\3.x.bolen-windows10\build\Lib\unittest\async_case.py", 
line 115, in _callMaybeAsync
return self._asyncioRunner.run(
   ~~~^
func(*args, **kwargs),
^^
context=self._asyncioTestContext,
^
)
^
  File "D:\buildarea\3.x.bolen-windows10\build\Lib\asyncio\runners.py", line 
118, in run
return self._loop.run_until_complete(task)
   ~^^
  File "D:\buildarea\3.x.bolen-windows10\build\Lib\asyncio\base_events.py", 
line 721, in run_until_complete
return future.result()
   ~^^
  File 
"D:\buildarea\3.x.bolen-windows10\build\Lib\test\test_asyncio\test_server.py", 
line 231, in test_abort_clients
s_sock = s_wr.get_extra_info('socket')
 ^^^
AttributeError: 'NoneType' object has no attribute 'get_extra_info'



Test report
===

Failed tests:

- test.test_asyncio.test_server

Failed subtests:

- test_abort_clients - 
test.test_asyncio.test_server.TestServer2.test_abort_clients




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

2024-03-11 Thread buildbot
The Buildbot has detected a new failure on builder ARM64 macOS 3.x while 
building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/725/builds/7335

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

Worker for this Build: pablogsal-macos-m1

Build Reason: 
Blamelist: Malcolm Smith 

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==

Traceback (most recent call last):
  File 
"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/unittest/async_case.py",
 line 93, in _callTestMethod
if self._callMaybeAsync(method) is not None:
   
  File 
"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/unittest/async_case.py",
 line 115, in _callMaybeAsync
return self._asyncioRunner.run(
   ~~~^
func(*args, **kwargs),
^^
context=self._asyncioTestContext,
^
)
^
  File 
"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/asyncio/runners.py",
 line 118, in run
return self._loop.run_until_complete(task)
   ~^^
  File 
"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/asyncio/base_events.py",
 line 721, in run_until_complete
return future.result()
   ~^^
  File 
"/Users/buildbot/buildarea/3.x.pablogsal-macos-m1.macos-with-brew/build/Lib/test/test_asyncio/test_server.py",
 line 231, in test_abort_clients
s_sock = s_wr.get_extra_info('socket')
 ^^^
AttributeError: 'NoneType' object has no attribute 'get_extra_info'



Test report
===

Failed tests:

- test.test_asyncio.test_server

Failed subtests:

- test_abort_clients - 
test.test_asyncio.test_server.TestServer2.test_abort_clients




Sincerely,
 -The Buildbot

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


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

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

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

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

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

BUILD FAILED: failed compile (failure)


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




Captured traceback
==

remote: Enumerating objects: 14, done.
remote: Counting objects:   7% (1/14)
remote: Counting objects:  14% (2/14)
remote: Counting objects:  21% (3/14)
remote: Counting objects:  28% (4/14)
remote: Counting objects:  35% (5/14)
remote: Counting objects:  42% (6/14)
remote: Counting objects:  50% (7/14)
remote: Counting objects:  57% (8/14)
remote: Counting objects:  64% (9/14)
remote: Counting objects:  71% (10/14)
remote: Counting objects:  78% (11/14)
remote: Counting objects:  85% (12/14)
remote: Counting objects:  92% (13/14)
remote: Counting objects: 100% (14/14)
remote: Counting objects: 100% (14/14), done.
remote: Compressing objects:  10% (1/10)
remote: Compressing objects:  20% (2/10)
remote: Compressing objects:  30% (3/10)
remote: Compressing objects:  40% (4/10)
remote: Compressing objects:  50% (5/10)
remote: Compressing objects:  60% (6/10)
remote: Compressing objects:  70% (7/10)
remote: Compressing objects:  80% (8/10)
remote: Compressing objects:  90% (9/10)
remote: Compressing objects: 100% (10/10)
remote: Compressing objects: 100% (10/10), done.
remote: Total 14 (delta 6), reused 8 (delta 4), pack-reused 0
>From https://github.com/python/cpython
 * branch  3.11   -> FETCH_HEAD
Note: switching to 'f2898f89bf0c7677a87532cdc1cafacce2ab00c9'.

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 f2898f89bf [3.11] gh-116520: Fix error handling in 
`os_get_terminal_size_impl` in `posixmodule` (GH-116521) (#116540)
Switched to and reset branch '3.11'

ar: libpython3.11.a: error reading Objects/bytearrayobject.o: No space left on 
device
make: *** [Makefile:888: libpython3.11.a] Error 1

find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
make: [Makefile:2607: clean-retain-profile] Error 1 (ignored)


Test report
===





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

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

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

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

BUILD FAILED: failed compile (failure)


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




Captured traceback
==

remote: Enumerating objects: 14, done.
remote: Counting objects:   7% (1/14)
remote: Counting objects:  14% (2/14)
remote: Counting objects:  21% (3/14)
remote: Counting objects:  28% (4/14)
remote: Counting objects:  35% (5/14)
remote: Counting objects:  42% (6/14)
remote: Counting objects:  50% (7/14)
remote: Counting objects:  57% (8/14)
remote: Counting objects:  64% (9/14)
remote: Counting objects:  71% (10/14)
remote: Counting objects:  78% (11/14)
remote: Counting objects:  85% (12/14)
remote: Counting objects:  92% (13/14)
remote: Counting objects: 100% (14/14)
remote: Counting objects: 100% (14/14), done.
remote: Compressing objects:  10% (1/10)
remote: Compressing objects:  20% (2/10)
remote: Compressing objects:  30% (3/10)
remote: Compressing objects:  40% (4/10)
remote: Compressing objects:  50% (5/10)
remote: Compressing objects:  60% (6/10)
remote: Compressing objects:  70% (7/10)
remote: Compressing objects:  80% (8/10)
remote: Compressing objects:  90% 

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

2024-03-11 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Ubuntu NoGIL 3.x while 
building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1225/builds/1698

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

Worker for this Build: itamaro-ubuntu-aws

Build Reason: 
Blamelist: Malcolm Smith 

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==

Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.nogil/build/Lib/test/_test_multiprocessing.py",
 line 3030, in test_mymanager_context_prestarted
self.assertEqual(manager._process.exitcode, 0)
^^
AssertionError: -15 != 0



Test report
===

Failed tests:

- test.test_multiprocessing_spawn.test_manager

Failed subtests:

- test_mymanager_context_prestarted - 
test.test_multiprocessing_spawn.test_manager.WithManagerTestMyManager.test_mymanager_context_prestarted




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