[Buildbot-status] ☠ Buildbot (Python): - failed test (failure) (e7dc85308f810bf3bc1d131878a8b65386da4a55)
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/641 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 1474, 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.CMiscIOTest.test___all__ - test___all__ - test.test_io.PyMiscIOTest.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)
The Buildbot has detected a new failure on builder AMD64 Debian PGO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/249/builds/7902 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: gps-debian-profile-opt Build Reason: Blamelist: Brett Simmers , Tian Gao BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == remote: Enumerating objects: 25, done. remote: Counting objects: 4% (1/25) remote: Counting objects: 8% (2/25) remote: Counting objects: 12% (3/25) remote: Counting objects: 16% (4/25) remote: Counting objects: 20% (5/25) remote: Counting objects: 24% (6/25) remote: Counting objects: 28% (7/25) remote: Counting objects: 32% (8/25) remote: Counting objects: 36% (9/25) remote: Counting objects: 40% (10/25) remote: Counting objects: 44% (11/25) remote: Counting objects: 48% (12/25) remote: Counting objects: 52% (13/25) remote: Counting objects: 56% (14/25) remote: Counting objects: 60% (15/25) remote: Counting objects: 64% (16/25) remote: Counting objects: 68% (17/25) remote: Counting objects: 72% (18/25) remote: Counting objects: 76% (19/25) remote: Counting objects: 80% (20/25) remote: Counting objects: 84% (21/25) remote: Counting objects: 88% (22/25) remote: Counting objects: 92% (23/25) remote: Counting objects: 96% (24/25) remote: Counting objects: 100% (25/25) remote: Counting objects: 100% (25/25), 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 13 (delta 12), reused 0 (delta 0), pack-reused 0 >From https://github.com/python/cpython * branchmain -> FETCH_HEAD Note: switching to '7895a61168aad4565a1d953104c9ec620e7c588f'. 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 7895a61168a gh-116098: Revert "gh-107674: Improve performance of `sys.settrace` (GH-114986)" (GH-116178) Switched to and reset branch 'main' 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:2996: clean-retain-profile] Error 1 (ignored) ./Modules/_xxinterpqueuesmodule.c: In function ‘queuesmod_get’: ./Modules/_xxinterpqueuesmodule.c:1430:21: warning: ‘fmt’ may be used uninitialized [-Wmaybe-uninitialized] 1430 | PyObject *res = Py_BuildValue("Oi", obj, fmt); | ^ ./Modules/_xxinterpqueuesmodule.c:1420:9: note: ‘fmt’ was declared here 1420 | int fmt; | ^~~ ./Modules/readline.c: In function ‘setup_readline’: ./Modules/readline.c:1305:21: warning: assignment to ‘int (*)(void)’ from incompatible pointer type ‘int (*)(const char *, int)’ [-Wincompatible-pointer-types] 1305 | rl_startup_hook = on_startup_hook; | ^ ./Modules/readline.c:1307:23: warning: assignment to ‘int (*)(void)’ from incompatible pointer type ‘int (*)(const char *, int)’ [-Wincompatible-pointer-types] 1307 | rl_pre_input_hook = on_pre_input_hook; | ^ ./Modules/_xxinterpqueuesmodule.c: In function ‘queuesmod_get’: ./Modules/_xxinterpqueuesmodule.c:1430:21: warning: ‘fmt’ may be used uninitialized [-Wmaybe-uninitialized] 1430 | PyObject *res = Py_BuildValue("Oi", obj, fmt); | ^ ./Modules/_xxinterpqueuesmodule.c:1420:9: note: ‘fmt’ was declared here 1420 | int fmt; | ^~~ In function ‘word_to_string’, inlined
[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (main)
The Buildbot has detected a new failure on builder AMD64 Ubuntu NoGIL Refleaks 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1226/builds/1359 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: itamaro-ubuntu-aws Build Reason: Blamelist: Amethyst Reese , Serhiy Storchaka , dependabot[bot] <49699333+dependabot[bot]@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.x.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.x.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 Traceback (most recent call last): File "/home/ubuntu/buildarea/3.x.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.x.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.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/test_concurrent_futures/test_shutdown.py", line 50, in test_interpreter_shutdown self.assertEqual(out.strip(), b"apple") ^^^ AssertionError: b'' != b'apple' Traceback (most recent call last): | File "/home/ubuntu/buildarea/3.x.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.x.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.x.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.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/asyncio/base_events.py", line 712, in run_until_complete | return future.result() |~^^ | File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/test_asyncio/test_taskgroups.py", line 657, in test_taskgroup_23 | async with taskgroups.TaskGroup() as g: | ...<6 lines>... | self.assertEqual(len(g._tasks), 0) | File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/asyncio/taskgroups.py", line 147, 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.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/test_asyncio/test_taskgroups.py", line 662, 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.x.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.x.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 Test report === Failed tests: - test.test_concurrent_futures.test_shutdown - test_eintr - test.test_asyncio.test_taskgroups Failed subtests: - test_interpreter_shutdown - test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_interpreter_shutdown - test_lockf - __main__.FNTLEINTRTest.test_lockf - test_all - test.test_eintr.EINTRTests.test_all - test_taskgroup_23 - test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_23 Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Ubuntu NoGIL 3.x while building python/cpython. Full details are available at:
[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (3.11)
The Buildbot has detected a new failure on builder AMD64 Debian root 3.11 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1007/builds/1418 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>, Shantanu <12621235+hauntsani...@users.noreply.github.com> BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == remote: Enumerating objects: 27, 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: 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 27 (delta 12), reused 16 (delta 10), pack-reused 1 >From https://github.com/python/cpython * branch 3.11 -> FETCH_HEAD Note: switching to '726c1170e84cae6b51983a6ae530b8b1f085f913'. 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 726c1170e8 [3.11] gh-101293: Fix support of custom callables and types in inspect.Signature.from_callable() (GH-115530) (GH-116197) Switched to and reset branch '3.11' configure: WARNING: pkg-config is missing. Some dependencies may not be detected correctly. renaming build/scripts-3.11/pydoc3 to build/scripts-3.11/pydoc3.11 renaming build/scripts-3.11/idle3 to build/scripts-3.11/idle3.11 renaming build/scripts-3.11/2to3 to build/scripts-3.11/2to3-3.11 renaming build/scripts-3.11/pydoc3 to build/scripts-3.11/pydoc3.11 renaming build/scripts-3.11/idle3 to build/scripts-3.11/idle3.11 renaming build/scripts-3.11/2to3 to build/scripts-3.11/2to3-3.11 renaming build/scripts-3.11/pydoc3 to build/scripts-3.11/pydoc3.11 renaming build/scripts-3.11/idle3 to build/scripts-3.11/idle3.11 renaming build/scripts-3.11/2to3 to build/scripts-3.11/2to3-3.11 make: *** [Makefile:1846: buildbottest] Error 3 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) (main)
The Buildbot has detected a new failure on builder AMD64 Windows11 Non-Debug 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/914/builds/3574 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: ware-win11 Build Reason: Blamelist: Steve Dower 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.nondebug\build\Lib\test\test_wmi.py", line 86, in test_wmi_query_threads self.assertRegex(t.result(), "ProcessId=") ^^ File "b:\uildarea\3.x.ware-win11.nondebug\build\Lib\concurrent\futures\_base.py", line 456, in result return self.__get_result() ~^^ File "b:\uildarea\3.x.ware-win11.nondebug\build\Lib\concurrent\futures\_base.py", line 401, in __get_result raise self._exception File "b:\uildarea\3.x.ware-win11.nondebug\build\Lib\concurrent\futures\thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ~~~^^^ File "b:\uildarea\3.x.ware-win11.nondebug\build\Lib\test\test_wmi.py", line 16, in wmi_exec_query return _wmi.exec_query(query) ~~~^^^ BrokenPipeError: [WinError -2147024664] The pipe is being closed Test report === Failed tests: - test_wmi Failed subtests: - test_wmi_query_threads - test.test_wmi.WmiTests.test_wmi_query_threads 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.12)
The Buildbot has detected a new failure on builder AMD64 Debian root 3.12 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1102/builds/739 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>, Shantanu <12621235+hauntsani...@users.noreply.github.com>, Tian Gao BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == remote: Enumerating objects: 27, 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/17) remote: Compressing objects: 11% (2/17) remote: Compressing objects: 17% (3/17) remote: Compressing objects: 23% (4/17) remote: Compressing objects: 29% (5/17) remote: Compressing objects: 35% (6/17) remote: Compressing objects: 41% (7/17) remote: Compressing objects: 47% (8/17) remote: Compressing objects: 52% (9/17) remote: Compressing objects: 58% (10/17) remote: Compressing objects: 64% (11/17) remote: Compressing objects: 70% (12/17) remote: Compressing objects: 76% (13/17) remote: Compressing objects: 82% (14/17) remote: Compressing objects: 88% (15/17) remote: Compressing objects: 94% (16/17) remote: Compressing objects: 100% (17/17) remote: Compressing objects: 100% (17/17), done. remote: Total 27 (delta 11), reused 20 (delta 9), pack-reused 1 >From https://github.com/python/cpython * branch 3.12 -> FETCH_HEAD Note: switching to 'd341098c59e75821958c40aeb921dd41209e51f7'. 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 d341098c59 [3.12] gh-101293: Fix support of custom callables and types in inspect.Signature.from_callable() (GH-115530) (GH-116198) Switched to and reset branch '3.12' configure: WARNING: pkg-config is missing. Some dependencies may not be detected correctly. make: *** [Makefile:2011: buildbottest] Error 3 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.12)
The Buildbot has detected a new failure on builder AMD64 Debian PGO 3.12 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1096/builds/829 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: gps-debian-profile-opt Build Reason: Blamelist: Ethan Furman , Irit Katriel <1055913+iritkatr...@users.noreply.github.com>, Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com>, Shantanu <12621235+hauntsani...@users.noreply.github.com>, Tian Gao BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == remote: Enumerating objects: 17, done. remote: Counting objects: 5% (1/17) remote: Counting objects: 11% (2/17) remote: Counting objects: 17% (3/17) remote: Counting objects: 23% (4/17) remote: Counting objects: 29% (5/17) remote: Counting objects: 35% (6/17) remote: Counting objects: 41% (7/17) remote: Counting objects: 47% (8/17) remote: Counting objects: 52% (9/17) remote: Counting objects: 58% (10/17) remote: Counting objects: 64% (11/17) remote: Counting objects: 70% (12/17) remote: Counting objects: 76% (13/17) remote: Counting objects: 82% (14/17) remote: Counting objects: 88% (15/17) remote: Counting objects: 94% (16/17) remote: Counting objects: 100% (17/17) remote: Counting objects: 100% (17/17), done. remote: Compressing objects: 5% (1/17) remote: Compressing objects: 11% (2/17) remote: Compressing objects: 17% (3/17) remote: Compressing objects: 23% (4/17) remote: Compressing objects: 29% (5/17) remote: Compressing objects: 35% (6/17) remote: Compressing objects: 41% (7/17) remote: Compressing objects: 47% (8/17) remote: Compressing objects: 52% (9/17) remote: Compressing objects: 58% (10/17) remote: Compressing objects: 64% (11/17) remote: Compressing objects: 70% (12/17) remote: Compressing objects: 76% (13/17) remote: Compressing objects: 82% (14/17) remote: Compressing objects: 88% (15/17) remote: Compressing objects: 94% (16/17) remote: Compressing objects: 100% (17/17) remote: Compressing objects: 100% (17/17), done. remote: Total 17 (delta 1), reused 12 (delta 0), pack-reused 0 >From https://github.com/python/cpython * branch 3.12 -> FETCH_HEAD Note: switching to '8dae3faab64c2c7c46141f844e2d8e41d5ce56b0'. 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 8dae3faab6 [3.12] gh-88352: Fix logging.TimedRotatingFileHandler (GH-116191) (GH-116208) Switched to and reset branch '3.12' 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:2826: clean-retain-profile] Error 1 (ignored) ./Modules/readline.c:1025:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] 1025 | on_startup_hook() | ^~~ ./Modules/readline.c:1040:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] 1040 | on_pre_input_hook() | ^ In function ‘word_to_string’, inlined from ‘coeff_to_string’ at ./Modules/_decimal/libmpdec/io.c:410:13, inlined from ‘_mpd_to_string’ at ./Modules/_decimal/libmpdec/io.c:611:18: ./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ~^ ./Modules/_decimal/libmpdec/io.c:359:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 359 | case 15: EXTRACT_DIGIT(s, x, 100ULL, dot); | ^ ./Modules/_decimal/libmpdec/io.c:348:40: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 348 | if (s == dot) *s++ = '.'; *s++ = '0' + (char)(x / d); x %= d | ~^ ./Modules/_decimal/libmpdec/io.c:358:14: note: in expansion of macro ‘EXTRACT_DIGIT’ 358 | case 16: EXTRACT_DIGIT(s, x, 1000ULL, dot); | ^
[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (main)
The Buildbot has detected a new failure on builder AMD64 Debian PGO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/249/builds/7911 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: gps-debian-profile-opt Build Reason: Blamelist: AN Long , Eric Snow , Erlend E. Aasland , Gouvernathor <44340603+gouvernat...@users.noreply.github.com>, Nikita Sobolev , Serhiy Storchaka BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == remote: Enumerating objects: 27, done. remote: Counting objects: 3% (1/27) remote: Counting objects: 7% (2/27) remote: Counting objects: 11% (3/27) remote: Counting objects: 14% (4/27) remote: Counting objects: 18% (5/27) remote: Counting objects: 22% (6/27) remote: Counting objects: 25% (7/27) remote: Counting objects: 29% (8/27) remote: Counting objects: 33% (9/27) remote: Counting objects: 37% (10/27) remote: Counting objects: 40% (11/27) remote: Counting objects: 44% (12/27) remote: Counting objects: 48% (13/27) remote: Counting objects: 51% (14/27) remote: Counting objects: 55% (15/27) remote: Counting objects: 59% (16/27) remote: Counting objects: 62% (17/27) remote: Counting objects: 66% (18/27) remote: Counting objects: 70% (19/27) remote: Counting objects: 74% (20/27) remote: Counting objects: 77% (21/27) remote: Counting objects: 81% (22/27) remote: Counting objects: 85% (23/27) remote: Counting objects: 88% (24/27) remote: Counting objects: 92% (25/27) remote: Counting objects: 96% (26/27) remote: Counting objects: 100% (27/27) remote: Counting objects: 100% (27/27), done. remote: Compressing objects: 4% (1/22) remote: Compressing objects: 9% (2/22) remote: Compressing objects: 13% (3/22) remote: Compressing objects: 18% (4/22) remote: Compressing objects: 22% (5/22) remote: Compressing objects: 27% (6/22) remote: Compressing objects: 31% (7/22) remote: Compressing objects: 36% (8/22) remote: Compressing objects: 40% (9/22) remote: Compressing objects: 45% (10/22) remote: Compressing objects: 50% (11/22) remote: Compressing objects: 54% (12/22) remote: Compressing objects: 59% (13/22) remote: Compressing objects: 63% (14/22) remote: Compressing objects: 68% (15/22) remote: Compressing objects: 72% (16/22) remote: Compressing objects: 77% (17/22) remote: Compressing objects: 81% (18/22) remote: Compressing objects: 86% (19/22) remote: Compressing objects: 90% (20/22) remote: Compressing objects: 95% (21/22) remote: Compressing objects: 100% (22/22) remote: Compressing objects: 100% (22/22), done. remote: Total 27 (delta 10), reused 11 (delta 5), pack-reused 0 >From https://github.com/python/cpython * branchmain -> FETCH_HEAD Note: switching to 'cc6f807760300b575195bb8e678b82c10e24231c'. 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 cc6f8077603 gh-116171: Argument Clinic: disallow overriding return converter for __init__ methods (#116172) Switched to and reset branch 'main' 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:2996: clean-retain-profile] Error 1 (ignored) ./Modules/_xxinterpqueuesmodule.c: In function ‘queuesmod_get’: ./Modules/_xxinterpqueuesmodule.c:1430:21: warning: ‘fmt’ may be used uninitialized [-Wmaybe-uninitialized] 1430 | PyObject *res = Py_BuildValue("Oi", obj, fmt); | ^ ./Modules/_xxinterpqueuesmodule.c:1420:9: note: ‘fmt’ was declared here 1420 | int fmt; | ^~~ ./Modules/readline.c: In function ‘setup_readline’: ./Modules/readline.c:1305:21: warning: assignment to ‘int (*)(void)’ from incompatible pointer type ‘int (*)(const char *, int)’ [-Wincompatible-pointer-types] 1305 | rl_startup_hook = on_startup_hook; | ^ ./Modules/readline.c:1307
[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (main)
The Buildbot has detected a new failure on builder s390x RHEL7 LTO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/402/builds/6621 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: edelsohn-rhel-z Build Reason: Blamelist: Eric Snow , Gouvernathor <44340603+gouvernat...@users.noreply.github.com>, Nikita Sobolev BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == Note: checking out '936d4611d63d0c109e05d385e99acc0592eff341'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b new_branch_name HEAD is now at 936d461... gh-76785: Fix interpreters.Queue.get_nowait() (gh-116166) Switched to and reset branch 'main' Python/instrumentation.c: In function ‘allocate_instrumentation_data’: Python/instrumentation.c:1514:9: warning: missing braces around initializer [-Wmissing-braces] code->_co_monitoring->local_monitors = (_Py_LocalMonitors){ 0 }; ^ Python/instrumentation.c:1514:9: warning: (near initialization for ‘(anonymous).tools’) [-Wmissing-braces] Python/instrumentation.c:1515:9: warning: missing braces around initializer [-Wmissing-braces] code->_co_monitoring->active_monitors = (_Py_LocalMonitors){ 0 }; ^ Python/instrumentation.c:1515:9: warning: (near initialization for ‘(anonymous).tools’) [-Wmissing-braces] Python/optimizer.c:163:1: warning: missing braces around initializer [-Wmissing-braces] static _PyExecutorObject COLD_EXITS[UOP_MAX_TRACE_LENGTH] = { 0 }; ^ Python/optimizer.c:163:1: warning: (near initialization for ‘COLD_EXITS[0]’) [-Wmissing-braces] Python/optimizer.c:165:1: warning: missing braces around initializer [-Wmissing-braces] static const _PyBloomFilter EMPTY_FILTER = { 0 }; ^ Python/optimizer.c:165:1: warning: (near initialization for ‘EMPTY_FILTER.bits’) [-Wmissing-braces] ./Modules/_xxinterpchannelsmodule.c: In function ‘_channel_get_info’: ./Modules/_xxinterpchannelsmodule.c:1988:21: warning: missing braces around initializer [-Wmissing-braces] *info = (struct channel_info){0}; ^ ./Modules/_xxinterpchannelsmodule.c:1988:21: warning: (near initialization for ‘(anonymous).status’) [-Wmissing-braces] ./Modules/_xxinterpqueuesmodule.c: In function ‘queuesmod_get’: ./Modules/_xxinterpqueuesmodule.c:1430:15: warning: ‘fmt’ may be used uninitialized in this function [-Wmaybe-uninitialized] PyObject *res = Py_BuildValue("Oi", obj, fmt); ^ make: *** [buildbottest] Error 3 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) (main)
The Buildbot has detected a new failure on builder AMD64 Ubuntu NoGIL Refleaks 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1226/builds/1361 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: itamaro-ubuntu-aws Build Reason: Blamelist: 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.refleak.nogil/build/Lib/multiprocessing/process.py", line 314, in _bootstrap self.run() ^^ File "/home/ubuntu/buildarea/3.x.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.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/_test_multiprocessing.py", line 1432, in f cond.release() ^^ File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/multiprocessing/managers.py", line 1059, in release return self._callmethod('release') ^^^ File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/multiprocessing/managers.py", line 840, in _callmethod raise convert_to_error(kind, result) multiprocessing.managers.RemoteError: --- Traceback (most recent call last): File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/multiprocessing/managers.py", line 263, in serve_client self.id_to_local_proxy_obj[ident] ~~^^^ KeyError: '20006100070' Traceback (most recent call last): File "/home/ubuntu/buildarea/3.x.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.x.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.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/multiprocessing/managers.py", line 265, in serve_client raise ke File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/multiprocessing/managers.py", line 259, in serve_client obj, exposed, gettypeid = id_to_obj[ident] ~^^^ KeyError: '20006100070' --- Timeout (3:20:00)! Thread 0x7f647af5a740 (most recent call first): File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/multiprocessing/popen_fork.py", line 27 in poll File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/multiprocessing/popen_fork.py", line 43 in wait File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/multiprocessing/process.py", line 149 in join File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/unittest/case.py", line 597 in _callCleanup File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/unittest/case.py", line 671 in doCleanups File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/unittest/case.py", line 638 in run File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/unittest/case.py", line 690 in __call__ File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/unittest/suite.py", line 122 in run File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/unittest/suite.py", line 122 in run File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/unittest/suite.py", line 84 in __call__ File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/unittest/runner.py", line 240 in run File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/libregrtest/single.py", line 57 in _run_suite File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/libregrtest/single.py", line 37 in run_unittest File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/libregrtest/single.py", line 132 in test_func File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nogil/build/Lib/test/libregrtest/refleak.py", line 106 in runtest_refleak File "/home/ubuntu/buildarea/3.x.itamaro-ubuntu-aws.refleak.nog
[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (main)
The Buildbot has detected a new failure on builder AMD64 Windows11 Bigmem 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1079/builds/3535 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: ambv-bb-win11 Build Reason: Blamelist: AN Long , Eric Snow , Erlend E. Aasland , Gouvernathor <44340603+gouvernat...@users.noreply.github.com>, Humbulani <92155443+humbulani1...@users.noreply.github.com>, Ken Jin , Malcolm Smith , Nikita Sobolev , Rémi Lapeyre , Serhiy Storchaka BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == remote: Enumerating objects: 51, done. remote: Counting objects: 1% (1/51) remote: Counting objects: 3% (2/51) remote: Counting objects: 5% (3/51) remote: Counting objects: 7% (4/51) remote: Counting objects: 9% (5/51) remote: Counting objects: 11% (6/51) remote: Counting objects: 13% (7/51) remote: Counting objects: 15% (8/51) remote: Counting objects: 17% (9/51) remote: Counting objects: 19% (10/51) remote: Counting objects: 21% (11/51) remote: Counting objects: 23% (12/51) remote: Counting objects: 25% (13/51) remote: Counting objects: 27% (14/51) remote: Counting objects: 29% (15/51) remote: Counting objects: 31% (16/51) remote: Counting objects: 33% (17/51) remote: Counting objects: 35% (18/51) remote: Counting objects: 37% (19/51) remote: Counting objects: 39% (20/51) remote: Counting objects: 41% (21/51) remote: Counting objects: 43% (22/51) remote: Counting objects: 45% (23/51) remote: Counting objects: 47% (24/51) remote: Counting objects: 49% (25/51) remote: Counting objects: 50% (26/51) remote: Counting objects: 52% (27/51) remote: Counting objects: 54% (28/51) remote: Counting objects: 56% (29/51) remote: Counting objects: 58% (30/51) remote: Counting objects: 60% (31/51) remote: Counting objects: 62% (32/51) remote: Counting objects: 64% (33/51) remote: Counting objects: 66% (34/51) remote: Counting objects: 68% (35/51) remote: Counting objects: 70% (36/51) remote: Counting objects: 72% (37/51) remote: Counting objects: 74% (38/51) remote: Counting objects: 76% (39/51) remote: Counting objects: 78% (40/51) remote: Counting objects: 80% (41/51) remote: Counting objects: 82% (42/51) remote: Counting objects: 84% (43/51) remote: Counting objects: 86% (44/51) remote: Counting objects: 88% (45/51) remote: Counting objects: 90% (46/51) remote: Counting objects: 92% (47/51) remote: Counting objects: 94% (48/51) remote: Counting objects: 96% (49/51) remote: Counting objects: 98% (50/51) remote: Counting objects: 100% (51/51) remote: Counting objects: 100% (51/51), done. remote: Compressing objects: 2% (1/39) remote: Compressing objects: 5% (2/39) remote: Compressing objects: 7% (3/39) remote: Compressing objects: 10% (4/39) remote: Compressing objects: 12% (5/39) remote: Compressing objects: 15% (6/39) remote: Compressing objects: 17% (7/39) remote: Compressing objects: 20% (8/39) remote: Compressing objects: 23% (9/39) remote: Compressing objects: 25% (10/39) remote: Compressing objects: 28% (11/39) remote: Compressing objects: 30% (12/39) remote: Compressing objects: 33% (13/39) remote: Compressing objects: 35% (14/39) remote: Compressing objects: 38% (15/39) remote: Compressing objects: 41% (16/39) remote: Compressing objects: 43% (17/39) remote: Compressing objects: 46% (18/39) remote: Compressing objects: 48% (19/39) remote: Compressing objects: 51% (20/39) remote: Compressing objects: 53% (21/39) remote: Compressing objects: 56% (22/39) remote: Compressing objects: 58% (23/39) remote: Compressing objects: 61% (24/39) remote: Compressing objects: 64% (25/39) remote: Compressing objects: 66% (26/39) remote: Compressing objects: 69% (27/39) remote: Compressing objects: 71% (28/39) remote: Compressing objects: 74% (29/39) remote: Compressing objects: 76% (30/39) remote: Compressing objects: 79% (31/39) remote: Compressing objects: 82% (32/39) remote: Compressing objects: 84% (33/39) remote: Compressing objects: 87% (34/39) remote: Compressing objects: 89% (35/39) remote: Compres
[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (3.11)
The Buildbot has detected a new failure on builder AMD64 Debian root 3.11 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1007/builds/1420 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 == remote: Enumerating objects: 22, done. remote: Counting objects: 4% (1/22) remote: Counting objects: 9% (2/22) remote: Counting objects: 13% (3/22) remote: Counting objects: 18% (4/22) remote: Counting objects: 22% (5/22) remote: Counting objects: 27% (6/22) remote: Counting objects: 31% (7/22) remote: Counting objects: 36% (8/22) remote: Counting objects: 40% (9/22) remote: Counting objects: 45% (10/22) remote: Counting objects: 50% (11/22) remote: Counting objects: 54% (12/22) remote: Counting objects: 59% (13/22) remote: Counting objects: 63% (14/22) remote: Counting objects: 68% (15/22) remote: Counting objects: 72% (16/22) remote: Counting objects: 77% (17/22) remote: Counting objects: 81% (18/22) remote: Counting objects: 86% (19/22) remote: Counting objects: 90% (20/22) remote: Counting objects: 95% (21/22) remote: Counting objects: 100% (22/22) remote: Counting objects: 100% (22/22), done. remote: Compressing objects: 5% (1/18) remote: Compressing objects: 11% (2/18) remote: Compressing objects: 16% (3/18) remote: Compressing objects: 22% (4/18) remote: Compressing objects: 27% (5/18) remote: Compressing objects: 33% (6/18) remote: Compressing objects: 38% (7/18) remote: Compressing objects: 44% (8/18) remote: Compressing objects: 50% (9/18) remote: Compressing objects: 55% (10/18) remote: Compressing objects: 61% (11/18) remote: Compressing objects: 66% (12/18) remote: Compressing objects: 72% (13/18) remote: Compressing objects: 77% (14/18) remote: Compressing objects: 83% (15/18) remote: Compressing objects: 88% (16/18) remote: Compressing objects: 94% (17/18) remote: Compressing objects: 100% (18/18) remote: Compressing objects: 100% (18/18), done. remote: Total 22 (delta 5), reused 10 (delta 4), pack-reused 0 >From https://github.com/python/cpython * branch 3.11 -> FETCH_HEAD Note: switching to 'c36393690f44babd227bcd83d068d6f5384f973d'. 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 c36393690f [3.11] gh-88352: Fix logging.TimedRotatingFileHandler (GH-116191) (GH-116209) Switched to and reset branch '3.11' configure: WARNING: pkg-config is missing. Some dependencies may not be detected correctly. renaming build/scripts-3.11/pydoc3 to build/scripts-3.11/pydoc3.11 renaming build/scripts-3.11/idle3 to build/scripts-3.11/idle3.11 renaming build/scripts-3.11/2to3 to build/scripts-3.11/2to3-3.11 renaming build/scripts-3.11/pydoc3 to build/scripts-3.11/pydoc3.11 renaming build/scripts-3.11/idle3 to build/scripts-3.11/idle3.11 renaming build/scripts-3.11/2to3 to build/scripts-3.11/2to3-3.11 renaming build/scripts-3.11/pydoc3 to build/scripts-3.11/pydoc3.11 renaming build/scripts-3.11/idle3 to build/scripts-3.11/idle3.11 renaming build/scripts-3.11/2to3 to build/scripts-3.11/2to3-3.11 make: *** [Makefile:1846: buildbottest] Error 3 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) (main)
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/7308 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: angelico-debian-amd64 Build Reason: Blamelist: Brett Cannon , Donghee Na , Eric Snow 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_tools/test_i18n.py", line 167, in test_moduledocstring_bytes msgids = self.extract_docstrings_from_str(dedent('''\ b"""doc""" ^^ ''')) ^ File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_tools/test_i18n.py", line 62, in extract_docstrings_from_str assert_python_ok(self.script, '-D', filename) ^ File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/support/script_helper.py", line 180, in assert_python_ok return _assert_python(True, *args, **env_vars) ~~^ File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/support/script_helper.py", line 165, in _assert_python res.fail(cmd_line) ^^ File "/root/buildarea/3.x.angelico-debian-amd64/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 -6 command line: ['/root/buildarea/3.x.angelico-debian-amd64/build/python', '-X', 'faulthandler', '-I', '/root/buildarea/3.x.angelico-debian-amd64/build/Tools/i18n/pygettext.py', '-D', 'test_docstrings.py'] Traceback (most recent call last): File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_difflib.py", line 252, in test_recursion_limit difflib.SequenceMatcher(None, old, new).get_opcodes() ~~~^^ File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/difflib.py", line 525, in get_opcodes for ai, bj, size in self.get_matching_blocks(): ^^ File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/difflib.py", line 454, in get_matching_blocks i, j, k = x = self.find_longest_match(alo, ahi, blo, bhi) ~~~ File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/difflib.py", line 379, in find_longest_match for j in b2j.get(a[i], nothing): ^^^ AttributeError: 'SequenceMatcher' object has no attribute 'get' Traceback (most recent call last): File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_difflib.py", line 17, in test_one_insert self.assertAlmostEqual(sm.ratio(), 0.995, places=3) ^^ File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/difflib.py", line 619, in ratio matches = sum(triple[-1] for triple in self.get_matching_blocks()) ^^ File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/difflib.py", line 454, in get_matching_blocks i, j, k = x = self.find_longest_match(alo, ahi, blo, bhi) ~~~ File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/difflib.py", line 385, in find_longest_match k = newj2len[j] = j2lenget(j-1, 0) + 1 ~^~ TypeError: unsupported operand type(s) for -: 'int' and 'str' Traceback (most recent call last): File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_unicodedata.py", line 27, in test_method_checksum char = chr(i) ~~~^^^ TypeError: 'range_iterator' object is not callable Test report === Failed tests: - test_datetime Failed subtests: - test_moduledocstring_bytes - test.test_tools.test_i18n.Test_pygettext.test_moduledocstring_bytes - test_one_insert - test.test_difflib.TestWithAscii.test_one_insert - test_method_checksum - test.test_unicodedata.UnicodeMethodsTest.test_method_checksum - test_recursion_limit - test.test_difflib.TestSFpatches.test_recursion_limit 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.12)
The Buildbot has detected a new failure on builder AMD64 Debian root 3.12 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1102/builds/741 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>, Shantanu <12621235+hauntsani...@users.noreply.github.com>, Tian Gao BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == remote: Enumerating objects: 17, done. remote: Counting objects: 5% (1/17) remote: Counting objects: 11% (2/17) remote: Counting objects: 17% (3/17) remote: Counting objects: 23% (4/17) remote: Counting objects: 29% (5/17) remote: Counting objects: 35% (6/17) remote: Counting objects: 41% (7/17) remote: Counting objects: 47% (8/17) remote: Counting objects: 52% (9/17) remote: Counting objects: 58% (10/17) remote: Counting objects: 64% (11/17) remote: Counting objects: 70% (12/17) remote: Counting objects: 76% (13/17) remote: Counting objects: 82% (14/17) remote: Counting objects: 88% (15/17) remote: Counting objects: 94% (16/17) remote: Counting objects: 100% (17/17) remote: Counting objects: 100% (17/17), 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 17 (delta 4), reused 9 (delta 4), pack-reused 0 >From https://github.com/python/cpython * branch 3.12 -> FETCH_HEAD Note: switching to '90f75e1069f2d692480bcd305fc35b4fe7847e18'. 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 90f75e1069 [3.12] gh-112281: Allow `Union` with unhashable `Annotated` metadata (GH-112283) (#116213) Switched to and reset branch '3.12' configure: WARNING: pkg-config is missing. Some dependencies may not be detected correctly. make: *** [Makefile:2011: buildbottest] Error 3 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) (main)
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/377 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: itamaro-macos-arm64-aws Build Reason: Blamelist: Donghee Na BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == Note: switching to 'fb5e0344e41788988171f31c6b8d4fd1a13b9041'. 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 fb5e0344e4 gh-112087: Use QSBR technique for list_new/clear for free-thread build (gh-115875) Switched to and reset branch 'main' 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 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 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: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/opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h::453497::2325:: warning: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] XID (*resource_alloc)(); /* allocator function */Status (*wire_vec[128])(); /* vector for event to wire */ ^ ^ voidvoid /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 *//opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h : ^471 : void20 : 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:522:25: warning:
[Buildbot-status] ☠ Buildbot (Python): - failed test (failure) (2cf68dbe2907d13a8d34a6df42ec5b506dd4f1d9)
The Buildbot has detected a new failure on builder AMD64 RHEL8 Refleaks 3.12 while building Python. Full details are available at: https://buildbot.python.org/all/#/builders/1125/builds/280 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: cstratak-RHEL8-x86_64 Build Reason: Blamelist: BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == remote: Enumerating objects: 108, done. remote: Counting objects: 0% (1/107) remote: Counting objects: 1% (2/107) remote: Counting objects: 2% (3/107) remote: Counting objects: 3% (4/107) remote: Counting objects: 4% (5/107) remote: Counting objects: 5% (6/107) remote: Counting objects: 6% (7/107) remote: Counting objects: 7% (8/107) remote: Counting objects: 8% (9/107) remote: Counting objects: 9% (10/107) remote: Counting objects: 10% (11/107) remote: Counting objects: 11% (12/107) remote: Counting objects: 12% (13/107) remote: Counting objects: 13% (14/107) remote: Counting objects: 14% (15/107) remote: Counting objects: 15% (17/107) remote: Counting objects: 16% (18/107) remote: Counting objects: 17% (19/107) remote: Counting objects: 18% (20/107) remote: Counting objects: 19% (21/107) remote: Counting objects: 20% (22/107) remote: Counting objects: 21% (23/107) remote: Counting objects: 22% (24/107) remote: Counting objects: 23% (25/107) remote: Counting objects: 24% (26/107) remote: Counting objects: 25% (27/107) remote: Counting objects: 26% (28/107) remote: Counting objects: 27% (29/107) remote: Counting objects: 28% (30/107) remote: Counting objects: 29% (32/107) remote: Counting objects: 30% (33/107) remote: Counting objects: 31% (34/107) remote: Counting objects: 32% (35/107) remote: Counting objects: 33% (36/107) remote: Counting objects: 34% (37/107) remote: Counting objects: 35% (38/107) remote: Counting objects: 36% (39/107) remote: Counting objects: 37% (40/107) remote: Counting objects: 38% (41/107) remote: Counting objects: 39% (42/107) remote: Counting objects: 40% (43/107) remote: Counting objects: 41% (44/107) remote: Counting objects: 42% (45/107) remote: Counting objects: 43% (47/107) remote: Counting objects: 44% (48/107) remote: Counting objects: 45% (49/107) remote: Counting objects: 46% (50/107) remote: Counting objects: 47% (51/107) remote: Counting objects: 48% (52/107) remote: Counting objects: 49% (53/107) remote: Counting objects: 50% (54/107) remote: Counting objects: 51% (55/107) remote: Counting objects: 52% (56/107) remote: Counting objects: 53% (57/107) remote: Counting objects: 54% (58/107) remote: Counting objects: 55% (59/107) remote: Counting objects: 56% (60/107) remote: Counting objects: 57% (61/107) remote: Counting objects: 58% (63/107) remote: Counting objects: 59% (64/107) remote: Counting objects: 60% (65/107) remote: Counting objects: 61% (66/107) remote: Counting objects: 62% (67/107) remote: Counting objects: 63% (68/107) remote: Counting objects: 64% (69/107) remote: Counting objects: 65% (70/107) remote: Counting objects: 66% (71/107) remote: Counting objects: 67% (72/107) remote: Counting objects: 68% (73/107) remote: Counting objects: 69% (74/107) remote: Counting objects: 70% (75/107) remote: Counting objects: 71% (76/107) remote: Counting objects: 72% (78/107) remote: Counting objects: 73% (79/107) remote: Counting objects: 74% (80/107) remote: Counting objects: 75% (81/107) remote: Counting objects: 76% (82/107) remote: Counting objects: 77% (83/107) remote: Counting objects: 78% (84/107) remote: Counting objects: 79% (85/107) remote: Counting objects: 80% (86/107) remote: Counting objects: 81% (87/107) remote: Counting objects: 82% (88/107) remote: Counting objects: 83% (89/107) remote: Counting objects: 84% (90/107) remote: Counting objects: 85% (91/107) remote: Counting objects: 86% (93/107) remote: Counting objects: 87% (94/107) remote: Counting objects: 88% (95/107) remote: Counting objects: 89% (96/107) remote: Counting objects: 90% (97/107) remote: Counting objects: 91% (98/107) remote: Counting objects: 92% (99/107