[Buildbot-status] ☠ Buildbot (Python): - failed test (failure) (d3094744d40de2deefbda9b1996d5029c9ebf0b0)

2024-05-12 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Fedora Rawhide 
Refleaks 3.13 while building Python.
Full details are available at:
https://buildbot.python.org/all/#/builders/1480/builds/4

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

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

Build Reason: 
Blamelist: 

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: Compressing objects:  50% (1/2)
remote: Compressing objects: 100% (2/2)
remote: Compressing objects: 100% (2/2), done.
remote: Total 6 (delta 4), reused 5 (delta 4), pack-reused 0
>From https://github.com/python/cpython
 * branch  3.13   -> FETCH_HEAD
Note: switching to 'FETCH_HEAD'.

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 d3094744d4 [3.13] gh-117655: Prevent `test_strptime` from 
raising a DeprecationWarning (GH-117668) (GH-118956)
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_typing

Test leaking resources:

- test_typing: memory blocks




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

2024-05-12 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 RHEL7 Refleaks 3.11 
while building Python.
Full details are available at:
https://buildbot.python.org/all/#/builders/957/builds/726

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

Worker for this Build: cstratak-RHEL7-x86_64

Build Reason: 
Blamelist: 

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==

Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.11.cstratak-RHEL7-x86_64.refleak/build/Lib/test/test_io.py",
 line 4114, in test___all__
support.check__all__(self, self.io, self.name_of_module,
  File 
"/home/buildbot/buildarea/3.11.cstratak-RHEL7-x86_64.refleak/build/Lib/test/support/__init__.py",
 line 1475, in check__all__
test_case.assertCountEqual(module.__all__, expected)
AssertionError: Element counts were not equal:
First has 0, Second has 1:  'OpenWrapper'



Test report
===

Failed tests:

- test_typing
- test_io

Failed subtests:

- test___all__ - test.test_io.PyMiscIOTest.test___all__
- test___all__ - test.test_io.CMiscIOTest.test___all__

Test leaking resources:

- test_typing: memory blocks




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

2024-05-12 Thread buildbot
The Buildbot has detected a new failure on builder PPC64LE RHEL8 Refleaks 3.12 
while building Python.
Full details are available at:
https://buildbot.python.org/all/#/builders/1158/builds/359

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

Worker for this Build: cstratak-RHEL8-ppc64le

Build Reason: 
Blamelist: 

BUILD FAILED: failed test (failure)


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




Captured traceback
==

remote: Enumerating objects: 5, done.
remote: Counting objects:  33% (1/3)
remote: Counting objects:  66% (2/3)
remote: Counting objects: 100% (3/3)
remote: Counting objects: 100% (3/3), done.
remote: Total 5 (delta 2), reused 2 (delta 2), pack-reused 2
>From https://github.com/python/cpython
 * branch  3.12   -> FETCH_HEAD
Note: switching to 'FETCH_HEAD'.

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 af8db2b681 [3.12] Correct the argument names for 
`secrets.choice` and `secrets.randbelow` in `secrets.rst` (GH-118098) 
(GH-118907)
Switched to and reset branch '3.12'

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


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