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

2024-04-12 Thread buildbot
The Buildbot has detected a new failure on builder PPC64LE Fedora Stable 
Refleaks 3.11 while building Python.
Full details are available at:
https://buildbot.python.org/all/#/builders/966/builds/684

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

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

Build Reason: 
Blamelist: 

BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==

Traceback (most recent call last):
  File 
"/home/buildbot/buildarea/3.11.cstratak-fedora-stable-ppc64le.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-fedora-stable-ppc64le.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

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): python/cpython - failed test (failure) (main)

2024-04-12 Thread buildbot
The Buildbot has detected a new failure on builder aarch64 Debian Clang LTO + 
PGO 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1084/builds/3995

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

Worker for this Build: gps-arm64-debian

Build Reason: 
Blamelist: Erlend E. Aasland , Serhiy Storchaka 


BUILD FAILED: failed test (failure)


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

== 


Captured traceback
==

Traceback (most recent call last):
  File 
"/var/lib/buildbot/workers/arm64-clang/3.x.gps-arm64-debian.clang.lto-pgo/build/Lib/test/test_peg_generator/test_c_parser.py",
 line 182, in test_c_parser
self.run_test(grammar_source, test_source)
~^
  File 
"/var/lib/buildbot/workers/arm64-clang/3.x.gps-arm64-debian.clang.lto-pgo/build/Lib/test/test_peg_generator/test_c_parser.py",
 line 136, in run_test
self.build_extension(grammar_source)

  File 
"/var/lib/buildbot/workers/arm64-clang/3.x.gps-arm64-debian.clang.lto-pgo/build/Lib/test/test_peg_generator/test_c_parser.py",
 line 133, in build_extension
generate_parser_c_extension(grammar, Path('.'), 
library_dir=self.library_dir)

~~~^^
  File 
"/var/lib/buildbot/workers/arm64-clang/3.x.gps-arm64-debian.clang.lto-pgo/build/Tools/peg_generator/pegen/testutil.py",
 line 107, in generate_parser_c_extension
compile_c_extension(
~~~^
str(source),

...<3 lines>...
library_dir=library_dir,

)
^
  File 
"/var/lib/buildbot/workers/arm64-clang/3.x.gps-arm64-debian.clang.lto-pgo/build/Tools/peg_generator/pegen/build.py",
 line 227, in compile_c_extension
compiler.link_shared_object(
~~~^
objects,

...<5 lines>...
build_temp=cmd.build_temp,
^^
)
^
  File 
"/var/lib/buildbot/workers/arm64-clang/3.x.gps-arm64-debian.clang.lto-pgo/build/build/test_python_59314æ/tempcwd/venv/lib/python3.13/site-packages/setuptools/_distutils/ccompiler.py",
 line 752, in link_shared_object
self.link(
~^
CCompiler.SHARED_OBJECT,

...<11 lines>...
target_lang,

)
^
  File 
"/var/lib/buildbot/workers/arm64-clang/3.x.gps-arm64-debian.clang.lto-pgo/build/build/test_python_59314æ/tempcwd/venv/lib/python3.13/site-packages/setuptools/_distutils/unixccompiler.py",
 line 268, in link
raise LinkError(msg)
distutils.errors.LinkError: command '/usr/local/bin/clang' failed with exit 
code 1


Traceback (most recent call last):
  File 
"/var/lib/buildbot/workers/arm64-clang/3.x.gps-arm64-debian.clang.lto-pgo/build/Lib/test/test_peg_generator/test_c_parser.py",
 line 194, in test_lookahead
self.run_test(grammar_source, test_source)
~^
  File 
"/var/lib/buildbot/workers/arm64-clang/3.x.gps-arm64-debian.clang.lto-pgo/build/Lib/test/test_peg_generator/test_c_parser.py",
 line 136, in run_test
self.build_extension(grammar_source)

  File 
"/var/lib/buildbot/workers/arm64-clang/3.x.gps-arm64-debian.clang.lto-pgo/build/Lib/test/test_peg_generator/test_c_parser.py",
 line 133, in build_extension
generate_parser_c_extension(grammar, Path('.'), 
library_dir=self.library_dir)

~~~^^
  File 
"/var/lib/buildbot/workers/arm64-clang/3.x.gps-arm64-debian.clang.lto-pgo/build/Tools/peg_generator/pegen/testutil.py",
 line 107, in generate_parser_c_extension
compile_c_extension(
~~~^
str(source),

...<3 lines>...
library_dir=library_dir,

)
^
  File 
"/var/lib/buildbot/workers/arm64-clang/3.x.gps-arm64-debian.clang.lto-pgo/build/Tools/peg_generator/pegen/build.py",
 line 227, in compile_c_extension
compiler.link_shared_object(
~~~^
objects,

...<5 lines>...
build_temp=cmd.build_temp,
^^
)
^
  File 
"/var/lib/buildbot/workers/arm64-clang/3.x.gps-arm64-debian.clang.lto-pgo/build/build/test_python_59314æ/tempcwd/venv/lib/python3.13/site-packages/setuptools/_distutils/ccompiler.py",
 line 752, in link_shared_object
self.link(
~^
CCompiler.SHARED_OBJECT,

...<11 lines>...
target_lang,

)
^
  File 
"/var/lib/buildbot/workers/arm64-clang/3.x.gps-arm64-debian.clang.lto-pgo/build/build/test_python_59314æ/tempcwd/venv/lib/python3.13/site-packages/

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

2024-04-12 Thread buildbot
The Buildbot has detected a new failure on builder aarch64 Debian Clang LTO + 
PGO 3.12 while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/1192/builds/932

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

Worker for this Build: gps-arm64-debian

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 
"/var/lib/buildbot/workers/arm64-clang/3.12.gps-arm64-debian.clang.lto-pgo/build/Lib/test/test_peg_generator/test_c_parser.py",
 line 269, in test_mutually_left_recursive
self.run_test(grammar_source, test_source)
  File 
"/var/lib/buildbot/workers/arm64-clang/3.12.gps-arm64-debian.clang.lto-pgo/build/Lib/test/test_peg_generator/test_c_parser.py",
 line 136, in run_test
self.build_extension(grammar_source)
  File 
"/var/lib/buildbot/workers/arm64-clang/3.12.gps-arm64-debian.clang.lto-pgo/build/Lib/test/test_peg_generator/test_c_parser.py",
 line 133, in build_extension
generate_parser_c_extension(grammar, Path('.'), 
library_dir=self.library_dir)
  File 
"/var/lib/buildbot/workers/arm64-clang/3.12.gps-arm64-debian.clang.lto-pgo/build/Tools/peg_generator/pegen/testutil.py",
 line 105, in generate_parser_c_extension
compile_c_extension(
  File 
"/var/lib/buildbot/workers/arm64-clang/3.12.gps-arm64-debian.clang.lto-pgo/build/Tools/peg_generator/pegen/build.py",
 line 197, in compile_c_extension
compiler.link_shared_object(
  File 
"/var/lib/buildbot/workers/arm64-clang/3.12.gps-arm64-debian.clang.lto-pgo/build/build/test_python_186558æ/tempcwd/venv/lib/python3.12/site-packages/setuptools/_distutils/ccompiler.py",
 line 752, in link_shared_object
self.link(
  File 
"/var/lib/buildbot/workers/arm64-clang/3.12.gps-arm64-debian.clang.lto-pgo/build/build/test_python_186558æ/tempcwd/venv/lib/python3.12/site-packages/setuptools/_distutils/unixccompiler.py",
 line 268, in link
raise LinkError(msg)
distutils.errors.LinkError: command '/usr/local/bin/clang' failed with exit 
code 1


Traceback (most recent call last):
  File 
"/var/lib/buildbot/workers/arm64-clang/3.12.gps-arm64-debian.clang.lto-pgo/build/Lib/test/test_peg_generator/test_c_parser.py",
 line 512, in test_forced
self.run_test(grammar_source, test_source)
  File 
"/var/lib/buildbot/workers/arm64-clang/3.12.gps-arm64-debian.clang.lto-pgo/build/Lib/test/test_peg_generator/test_c_parser.py",
 line 136, in run_test
self.build_extension(grammar_source)
  File 
"/var/lib/buildbot/workers/arm64-clang/3.12.gps-arm64-debian.clang.lto-pgo/build/Lib/test/test_peg_generator/test_c_parser.py",
 line 133, in build_extension
generate_parser_c_extension(grammar, Path('.'), 
library_dir=self.library_dir)
  File 
"/var/lib/buildbot/workers/arm64-clang/3.12.gps-arm64-debian.clang.lto-pgo/build/Tools/peg_generator/pegen/testutil.py",
 line 105, in generate_parser_c_extension
compile_c_extension(
  File 
"/var/lib/buildbot/workers/arm64-clang/3.12.gps-arm64-debian.clang.lto-pgo/build/Tools/peg_generator/pegen/build.py",
 line 197, in compile_c_extension
compiler.link_shared_object(
  File 
"/var/lib/buildbot/workers/arm64-clang/3.12.gps-arm64-debian.clang.lto-pgo/build/build/test_python_181851æ/tempcwd/venv/lib/python3.12/site-packages/setuptools/_distutils/ccompiler.py",
 line 752, in link_shared_object
self.link(
  File 
"/var/lib/buildbot/workers/arm64-clang/3.12.gps-arm64-debian.clang.lto-pgo/build/build/test_python_181851æ/tempcwd/venv/lib/python3.12/site-packages/setuptools/_distutils/unixccompiler.py",
 line 268, in link
raise LinkError(msg)
distutils.errors.LinkError: command '/usr/local/bin/clang' failed with exit 
code 1


Traceback (most recent call last):
  File 
"/var/lib/buildbot/workers/arm64-clang/3.12.gps-arm64-debian.clang.lto-pgo/build/Lib/test/test_peg_generator/test_c_parser.py",
 line 397, in test_with_stmt_with_paren
self.run_test(grammar_source, test_source)
  File 
"/var/lib/buildbot/workers/arm64-clang/3.12.gps-arm64-debian.clang.lto-pgo/build/Lib/test/test_peg_generator/test_c_parser.py",
 line 136, in run_test
self.build_extension(grammar_source)
  File 
"/var/lib/buildbot/workers/arm64-clang/3.12.gps-arm64-debian.clang.lto-pgo/build/Lib/test/test_peg_generator/test_c_parser.py",
 line 133, in build_extension
generate_parser_c_extension(grammar, Path('.'), 
library_dir=self.library_dir)
  File 
"/var/lib/buildbot/workers/arm64-clang/3.12.gps-arm64-debian.clang.lto-pgo/build/Tools/peg_generator/pegen/testutil.py",
 line 105, in generate_parser_c_extension
compile_c_extension(
  File 
"/var/lib/buildbot/workers/arm64-clang/3.12.gps-arm64-debian.clang.lto-pgo/build/Tools/peg_generator/pegen/build.py",
 line 197, in compile_c_extension
compiler.link_shared

[Buildbot-status] Buildbot Python worker ware-alpine missing

2024-04-12 Thread buildbot
The Buildbot worker named ware-alpine went away.

It last disconnected at Fri Apr 12 12:37:39 2024.


The admin on record (as reported by WORKER:info/admin) was Zachary Ware 

.


___
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 worker edelsohn-fedora-ppc64 missing

2024-04-12 Thread buildbot
The Buildbot worker named edelsohn-fedora-ppc64 went away.

It last disconnected at Fri Apr 12 12:37:41 2024.


The admin on record (as reported by WORKER:info/admin) was David Edelsohn 

.


___
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 worker ware-win11 missing

2024-04-12 Thread buildbot
The Buildbot worker named ware-win11 went away.

It last disconnected at Fri Apr 12 12:37:44 2024.


The admin on record (as reported by WORKER:info/admin) was Zachary Ware 

.


___
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 worker ware-debian-x86 missing

2024-04-12 Thread buildbot
The Buildbot worker named ware-debian-x86 went away.

It last disconnected at Fri Apr 12 12:37:43 2024.


The admin on record (as reported by WORKER:info/admin) was Zachary Ware 

.


___
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-04-12 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/2004

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

Worker for this Build: itamaro-ubuntu-aws

Build Reason: 
Blamelist: Erlend E. Aasland , Serhiy Storchaka 


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_eintr.py",
 line 532, in test_lockf
self._lock(fcntl.lockf, "lockf")
~~^^
  File 
"/home/ubuntu/buildarea/3.x.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.2 sec


Traceback (most recent call last):
  File 
"/home/ubuntu/buildarea/3.x.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.x.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



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

2024-04-12 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Arch Linux TraceRefs 
3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/all/#/builders/484/builds/5161

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

Worker for this Build: pablogsal-arch-x86_64

Build Reason: 
Blamelist: Erlend E. Aasland , Serhiy Storchaka 


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.pablogsal-arch-x86_64/build/Lib/test/test_inspect/test_inspect.py",
 line 5261, in _test_module_has_signatures
self.assertIsNotNone(inspect.signature(obj))
 ~^
  File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/inspect.py", 
line 3360, in signature
return Signature.from_callable(obj, follow_wrapped=follow_wrapped,
   ~~~
   globals=globals, locals=locals, 
eval_str=eval_str)
   
^^
  File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/inspect.py", 
line 3090, in from_callable
return _signature_from_callable(obj, sigcls=cls,
   ^
follow_wrapper_chains=follow_wrapped,
^
globals=globals, locals=locals, 
eval_str=eval_str)

^^
  File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/inspect.py", 
line 2605, in _signature_from_callable
return _signature_from_builtin(sigcls, obj,
   ~~~^
   skip_bound_arg=skip_bound_arg)
   ^^
  File "/buildbot/buildarea/3.x.pablogsal-arch-x86_64/build/Lib/inspect.py", 
line 2395, in _signature_from_builtin
raise ValueError("no signature found for builtin {!r}".format(func))
ValueError: no signature found for builtin 



Test report
===

Failed tests:

- test.test_inspect.test_inspect

Failed subtests:

- test_sys_module_has_signatures - 
test.test_inspect.test_inspect.TestSignatureDefinitions.test_sys_module_has_signatures




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 worker edelsohn-fedora-ppc64 missing

2024-04-12 Thread buildbot
The Buildbot worker named edelsohn-fedora-ppc64 went away.

It last disconnected at Fri Apr 12 19:04:16 2024.


The admin on record (as reported by WORKER:info/admin) was David Edelsohn 

.


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

2024-04-12 Thread buildbot
The 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/8302

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

Worker for this Build: bolen-windows10

Build Reason: 
Blamelist: Savannah Ostrowski , Victor Stinner 


BUILD FAILED: failed compile (failure)


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




Captured traceback
==

Note: checking out '069de14cb948f56b37e507f367b99c5563d3685e'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b 

HEAD is now at 069de14... gh-115627: Fix ssl test_pha_required_nocert() 
(#117821)
Switched to and reset branch 'main'

Could Not Find D:\buildarea\3.x.bolen-windows10\build\Lib\*.pyc
The system cannot find the file specified.
Could Not Find D:\buildarea\3.x.bolen-windows10\build\PCbuild\python*.zip

Could Not Find D:\buildarea\3.x.bolen-windows10\build\Lib\*.pyc
The system cannot find the file specified.
Could Not Find D:\buildarea\3.x.bolen-windows10\build\PCbuild\python*.zip


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

2024-04-12 Thread buildbot
The Buildbot has detected a new failure on builder AMD64 Windows11 Refleaks 3.x 
while building Python.
Full details are available at:
https://buildbot.python.org/all/#/builders/920/builds/731

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

Worker for this Build: ware-win11

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 "b:\uildarea\3.x.ware-win11.refleak\build\Lib\test\test_io.py", line 
4634, in test_daemon_threads_shutdown_stderr_deadlock
self.check_daemon_threads_shutdown_deadlock('stderr')
~~~^^
  File "b:\uildarea\3.x.ware-win11.refleak\build\Lib\test\test_io.py", line 
4622, in check_daemon_threads_shutdown_deadlock
self.assertRegex(err, pattern)
^^



Test report
===

Failed tests:

- test_interpreters
- test_io

Failed subtests:

- test_daemon_threads_shutdown_stderr_deadlock - 
test.test_io.CMiscIOTest.test_daemon_threads_shutdown_stderr_deadlock

Test leaking resources:

- test_interpreters: memory blocks
- test_interpreters: 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