[Buildbot-status] ☠ Buildbot (Python): - failed test (failure) (7f86c769db4a50f54cf5312610da728cfc19fc6d)
The Buildbot has detected a new failure on builder aarch64 CentOS9 Refleaks 3.12 while building Python. Full details are available at: https://buildbot.python.org/all/#/builders/1169/builds/369 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: cstratak-CentOS9-aarch64 Build Reason: Blamelist: BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == remote: Enumerating objects: 26, done. remote: Counting objects: 4% (1/23) remote: Counting objects: 8% (2/23) remote: Counting objects: 13% (3/23) remote: Counting objects: 17% (4/23) remote: Counting objects: 21% (5/23) remote: Counting objects: 26% (6/23) remote: Counting objects: 30% (7/23) remote: Counting objects: 34% (8/23) remote: Counting objects: 39% (9/23) remote: Counting objects: 43% (10/23) remote: Counting objects: 47% (11/23) remote: Counting objects: 52% (12/23) remote: Counting objects: 56% (13/23) remote: Counting objects: 60% (14/23) remote: Counting objects: 65% (15/23) remote: Counting objects: 69% (16/23) remote: Counting objects: 73% (17/23) remote: Counting objects: 78% (18/23) remote: Counting objects: 82% (19/23) remote: Counting objects: 86% (20/23) remote: Counting objects: 91% (21/23) remote: Counting objects: 95% (22/23) remote: Counting objects: 100% (23/23) remote: Counting objects: 100% (23/23), done. remote: Compressing objects: 6% (1/15) remote: Compressing objects: 13% (2/15) remote: Compressing objects: 20% (3/15) remote: Compressing objects: 26% (4/15) remote: Compressing objects: 33% (5/15) remote: Compressing objects: 40% (6/15) remote: Compressing objects: 46% (7/15) remote: Compressing objects: 53% (8/15) remote: Compressing objects: 60% (9/15) remote: Compressing objects: 66% (10/15) remote: Compressing objects: 73% (11/15) remote: Compressing objects: 80% (12/15) remote: Compressing objects: 86% (13/15) remote: Compressing objects: 93% (14/15) remote: Compressing objects: 100% (15/15) remote: Compressing objects: 100% (15/15), done. remote: Total 26 (delta 8), reused 8 (delta 8), pack-reused 3 >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 7f86c769db [3.12] docs: fix a few typos identified by codespell (GH-119516) (#119571) Switched to and reset branch '3.12' make: *** [Makefile:2017: buildbottest] Error 2 Test report === Failed tests: - test_functools - test_typing Test leaking resources: - test_typing: memory blocks - test_functools: 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)
The Buildbot has detected a new failure on builder ARM64 MacOS M1 Refleaks NoGIL 3.13 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1396/builds/69 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: itamaro-macos-arm64-aws Build Reason: Blamelist: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == remote: Enumerating objects: 6, done. remote: Counting objects: 16% (1/6) remote: Counting objects: 33% (2/6) remote: Counting objects: 50% (3/6) remote: Counting objects: 66% (4/6) remote: Counting objects: 83% (5/6) remote: Counting objects: 100% (6/6) remote: Counting objects: 100% (6/6), done. remote: Total 6 (delta 5), reused 6 (delta 5), pack-reused 0 >From https://github.com/python/cpython * branch 3.13 -> FETCH_HEAD Note: switching to '3b111a38ea1ae395a0c33106b232ed840627939b'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 3b111a38ea [3.13] gh-116860: Remove outdated `test_parserhack` from `test_future` (GH-116861) (#119649) Switched to and reset branch '3.13' In file included from ./Modules/tkappinit.c:17: In file included from /opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/tk.h:99: /opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h:131:21: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] int (*free_private)(); /* called to free private storage */ ^ void /opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h:334:33: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] struct _XImage *(*create_image)(); ^ void /opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h:453:23: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] XID (*resource_alloc)(); /* allocator function */ ^ void /opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h:471:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] int (*synchandler)(); /* Synchronization handler */ ^ void /opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h:496:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] Bool (*event_vec[128])(); /* vector for wire to event */ ^ void /opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h:497:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] Status (*wire_vec[128])(); /* vector for event to wire */ ^ void /opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h:509:20: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] Bool (**error_vec)(); /* vector for wire to error */ ^ void /opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h:522:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] int (*savedsynchandler)(); /* user synchandler when Xlib usurps */ ^ void /opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h:1053:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] typedef void (*XIMProc)(); ^ void 9 warnings generated. In file included from ./Modules/_tkinter.c:52: In file included from /opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/tk.h:99: /opt/homebrew/Cellar/tcl-tk/8.6.13_5/include/tcl-tk/X11/Xlib.h:131:21: warning: a function declaratio
[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (3.10)
The Buildbot has detected a new failure on builder PPC64LE Fedora Stable LTO 3.10 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/644/builds/980 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: cstratak-fedora-stable-ppc64le Build Reason: Blamelist: Steve Dower BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Tests result: FAILURE then FAILURE == 412 tests OK. 10 slowest tests: - test_gdb: 4 min 22 sec - test_concurrent_futures: 2 min 29 sec - test_multiprocessing_spawn: 2 min 24 sec - test_peg_generator: 2 min 3 sec - test_tokenize: 2 min 3 sec - test_unparse: 1 min 45 sec - test_multiprocessing_forkserver: 1 min 32 sec - test_lib2to3: 1 min 27 sec - test_multiprocessing_fork: 1 min 14 sec - test_asyncio: 1 min 11 sec 1 test failed: test_zlib 12 tests skipped: test_devpoll test_ioctl test_kqueue test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64 1 re-run test: test_zlib Total duration: 6 min 2 sec Captured traceback == Traceback (most recent call last): File "/home/buildbot/buildarea/3.10.cstratak-fedora-stable-ppc64le.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) KeyError: '/psm_029b2d36' Traceback (most recent call last): File "/home/buildbot/buildarea/3.10.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/test_zlib.py", line 448, in test_flushes ver = tuple(int(v) for v in zlib.ZLIB_RUNTIME_VERSION.split('.')) File "/home/buildbot/buildarea/3.10.cstratak-fedora-stable-ppc64le.lto/build/Lib/test/test_zlib.py", line 448, in ver = tuple(int(v) for v in zlib.ZLIB_RUNTIME_VERSION.split('.')) ValueError: invalid literal for int() with base 10: 'zlib-ng' Traceback (most recent call last): File "/home/buildbot/buildarea/3.10.cstratak-fedora-stable-ppc64le.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) KeyError: '/psm_9b63fd77' Traceback (most recent call last): File "/home/buildbot/buildarea/3.10.cstratak-fedora-stable-ppc64le.lto/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) KeyError: '/psm_7aeef168' Test report === Failed tests: - test_zlib Failed subtests: - test_flushes - test.test_zlib.CompressObjectTestCase Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder PPC64LE Fedora Stable LTO + PGO 3.10 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/682/builds/987 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: cstratak-fedora-stable-ppc64le Build Reason: Blamelist: Steve Dower BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Tests result: FAILURE then FAILURE == 411 tests OK. 10 slowest tests: - test_concurrent_futures: 2 min 26 sec - test_multiprocessing_spawn: 2 min 14 sec - test_tokenize: 1 min 36 sec - test_unparse: 1 min 27 sec - test_multiprocessing_forkserver: 1 min 26 sec - test_multiprocessing_fork: 1 min 21 sec - test_lib2to3: 1 min 19 sec - test_asyncio: 1 min 11 sec - test_io: 1 min 6 sec - test_signal: 48.4 sec 1 test failed: test_zlib 13 tests skipped: test_devpoll test_gdb test_ioctl test_kqueue test_msilib test_startfile test_tix test_tk test_ttk_guionly test_winconsoleio test_winreg test_winsound test_zipfile64 1 re-run test: test_zlib Total duration: 5 min 24 sec Captured traceback == Traceback (most recent call last): File "/home/buildbot/buildarea/3.10.cstratak-fedora-stable-ppc64le.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) KeyError: '/psm_a37be991' Traceback (most recent call last): File "/home/buildbot/buildarea/3.10.cstratak-fedora-stable-ppc64le.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(name) KeyError: '/psm_0bb8561c' Traceback (most recent call last): File "/home/buildbot/buildarea/3.10.cstratak-fedora-stable-ppc64le.lto-pgo/build/Lib/test/test_zlib.py", line 448, in test_flushes ver = tuple(int(v) for v in zlib.ZLIB_RUNTIME_VERSION.split('.')) File "/home/buildbot/buildarea/3.10.cstratak-fedora-stable-ppc64le.lto-pgo/build/Lib/test/test_zlib.py", line 448, in ver = tuple(int(v) for v in zlib.ZLIB_RUNTIME_VERSION.split('.')) ValueError: invalid literal for int() with base 10: 'zlib-ng' Traceback (most recent call last): File "/home/buildbot/buildarea/3.10.cstratak-fedora-stable-ppc64le.lto-pgo/build/Lib/multiprocessing/resource_tracker.py", line 209, in main cache[rtype].remove(
[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (main)
The Buildbot has detected a new failure on builder aarch64 Fedora Rawhide LTO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/307/builds/4797 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: cstratak-fedora-rawhide-aarch64 Build Reason: Blamelist: Justin Kunimune , Nikita Sobolev , Serhiy Storchaka , Xie Yanbo 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.x.cstratak-fedora-rawhide-aarch64.lto/build/Lib/threading.py", line 1039, in _bootstrap_inner self.run() ^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto/build/Lib/threading.py", line 990, in run self._target(*self._args, **self._kwargs) ^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto/build/Lib/test/test_interpreters/test_stress.py", line 29, in task interp = interpreters.create() File "/home/buildbot/buildarea/3.x.cstratak-fedora-rawhide-aarch64.lto/build/Lib/test/support/interpreters/__init__.py", line 76, in create id = _interpreters.create(reqrefs=True) interpreters.InterpreterError: interpreter creation failed k Test report === Sincerely, -The Buildbot ___ Buildbot-status mailing list -- buildbot-status@python.org To unsubscribe send an email to buildbot-status-le...@python.org https://mail.python.org/mailman3/lists/buildbot-status.python.org/ Member address: arch...@mail-archive.com
[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (main)
The 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/3218 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: ware-freebsd Build Reason: Blamelist: Petr Viktorin 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/test/test_ssl.py", line 2225, in test_get_server_certificate_ipv6 _test_get_server_certificate(self, 'ipv6.google.com', 443) ^^ File "/buildbot/buildarea/3.x.ware-freebsd/build/Lib/test/test_ssl.py", line 2230, in _test_get_server_certificate pem = ssl.get_server_certificate((host, port)) File "/buildbot/buildarea/3.x.ware-freebsd/build/Lib/ssl.py", line 1514, in get_server_certificate with create_connection(addr, timeout=timeout) as sock: ~^^^ File "/buildbot/buildarea/3.x.ware-freebsd/build/Lib/socket.py", line 828, in create_connection for res in getaddrinfo(host, port, 0, SOCK_STREAM): ~~~ File "/buildbot/buildarea/3.x.ware-freebsd/build/Lib/socket.py", line 963, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): ~~~ socket.gaierror: [Errno 1] Address family for hostname not supported Test report === Failed tests: - test_ssl Failed subtests: - test_get_server_certificate_ipv6 - test.test_ssl.NetworkedTests.test_get_server_certificate_ipv6 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)
The Buildbot has detected a new failure on builder AMD64 Ubuntu NoGIL 3.13 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1422/builds/59 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: itamaro-ubuntu-aws Build Reason: Blamelist: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == remote: Enumerating objects: 20, done. remote: Counting objects: 5% (1/19) remote: Counting objects: 10% (2/19) remote: Counting objects: 15% (3/19) remote: Counting objects: 21% (4/19) remote: Counting objects: 26% (5/19) remote: Counting objects: 31% (6/19) remote: Counting objects: 36% (7/19) remote: Counting objects: 42% (8/19) remote: Counting objects: 47% (9/19) remote: Counting objects: 52% (10/19) remote: Counting objects: 57% (11/19) remote: Counting objects: 63% (12/19) remote: Counting objects: 68% (13/19) remote: Counting objects: 73% (14/19) remote: Counting objects: 78% (15/19) remote: Counting objects: 84% (16/19) remote: Counting objects: 89% (17/19) remote: Counting objects: 94% (18/19) remote: Counting objects: 100% (19/19) remote: Counting objects: 100% (19/19), done. remote: Compressing objects: 7% (1/13) remote: Compressing objects: 15% (2/13) remote: Compressing objects: 23% (3/13) remote: Compressing objects: 30% (4/13) remote: Compressing objects: 38% (5/13) remote: Compressing objects: 46% (6/13) remote: Compressing objects: 53% (7/13) remote: Compressing objects: 61% (8/13) remote: Compressing objects: 69% (9/13) remote: Compressing objects: 76% (10/13) remote: Compressing objects: 84% (11/13) remote: Compressing objects: 92% (12/13) remote: Compressing objects: 100% (13/13) remote: Compressing objects: 100% (13/13), done. remote: Total 20 (delta 10), reused 12 (delta 6), pack-reused 1 >From https://github.com/python/cpython * branch 3.13 -> FETCH_HEAD Note: switching to 'cc8586a1edc0ec2844008827b59fd50da73e735c'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at cc8586a1ed [3.13] Clarify base64.a85encode docs: *wrapcols* doesn't count the newline (GH-119409) (GH-119483) Switched to and reset branch '3.13' configure: WARNING: no system libmpdecimal found; falling back to bundled libmpdecimal (deprecated and scheduled for removal in Python 3.15) make: *** [Makefile:2244: buildbottest] Error 2 Test report === Failed tests: - test_statistics - test_tools Sincerely, -The Buildbot ___ Buildbot-status mailing list -- buildbot-status@python.org To unsubscribe send an email to buildbot-status-le...@python.org https://mail.python.org/mailman3/lists/buildbot-status.python.org/ Member address: arch...@mail-archive.com
[Buildbot-status] ☠ Buildbot (Python): - failed test (failure) (17d3398486dcbc6f5e977bf4c052d7780013c074)
The Buildbot has detected a new failure on builder aarch64 Fedora Rawhide Refleaks 3.13 while building Python. Full details are available at: https://buildbot.python.org/all/#/builders/1462/builds/20 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: cstratak-fedora-rawhide-aarch64 Build Reason: Blamelist: BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == Traceback (most recent call last): ZeroDivisionError: integer division or modulo by zero ''' Expecting nothing k Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing k Trying: doctest.DocTestRunner(verbose=False).run(test) Expecting: TestResults(failed=0, attempted=2) k Trying: def f(x): ''' >>> x = 12 >>> print('pre-exception output', x//0) pre-exception output Traceback (most recent call last): ZeroDivisionError: integer division or modulo by zero ''' Expecting nothing k Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing k Trying: doctest.DocTestRunner(verbose=False).run(test) # doctest: +ELLIPSIS Expecting: ** File ..., line 4, in f Failed example: print('pre-exception output', x//0) Exception raised: ... ZeroDivisionError: integer division or modulo by zero TestResults(failed=1, attempted=2) k Trying: def f(x): r''' >>> raise ValueError('multi\nline\nmessage') Traceback (most recent call last): ValueError: multi line message ''' Expecting nothing k Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing k Trying: doctest.DocTestRunner(verbose=False).run(test) Expecting: TestResults(failed=0, attempted=1) k Trying: def f(x): r''' >>> raise ValueError('message') Traceback (most recent call last): ValueError: wrong message ''' Expecting nothing k Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing k Trying: doctest.DocTestRunner(verbose=False).run(test) # doctest: +ELLIPSIS Expecting: ** File ..., line 3, in f Failed example: raise ValueError('message') Expected: Traceback (most recent call last): ValueError: wrong message Got: Traceback (most recent call last): ... ValueError: message TestResults(failed=1, attempted=1) k Trying: def f(x): r''' >>> raise ValueError('message') #doctest: +IGNORE_EXCEPTION_DETAIL Traceback (most recent call last): ValueError: wrong message ''' Expecting nothing k Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing k Trying: doctest.DocTestRunner(verbose=False).run(test) Expecting: TestResults(failed=0, attempted=1) k Trying: def f(x): r''' >>> from http.client import HTTPException >>> raise HTTPException('message') Traceback (most recent call last): HTTPException: message ''' Expecting nothing k Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing k Trying: doctest.DocTestRunner(verbose=False).run(test) # doctest: +ELLIPSIS Expecting: ** File ..., line 4, in f Failed example: raise HTTPException('message') Expected: Traceback (most recent call last): HTTPException: message Got: Traceback (most recent call last): ... http.client.HTTPException: message TestResults(failed=1, attempted=2) k Trying: def f(x): r''' >>> from http.client import HTTPException >>> raise HTTPException('message') Traceback (most recent call last): http.client.HTTPException: message ''' Expecting nothing k Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing k Trying: doctest.DocTestRunner(verbose=False).run(test) Expecting: TestResults(failed=0, attempted=2) k Trying: def f(x): r''' >>> from http.client import HTTPException >>> raise HTTPException('message') #doctest: +IGNORE_EXCEPTION_DETAIL Traceback (most recent call last): HTTPException: message ''' Expecting nothing k Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing k Trying: doctest.DocTestRunner(verbose=False).run(test) Expecting: TestResults(failed=0, attempted=2) k Trying: def f(x): r''' >>> from http.client import HTTPException >>> raise HTTPException('message') #doctest: +IGNORE_EXCEPTION_DETAIL Traceback (most recent
[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (3.13)
The Buildbot has detected a new failure on builder ARM64 MacOS M1 Refleaks NoGIL 3.13 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1396/builds/73 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: itamaro-macos-arm64-aws Build Reason: Blamelist: Eric Snow , Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == Traceback (most recent call last): ZeroDivisionError: integer division or modulo by zero ''' Expecting nothing k Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing k Trying: doctest.DocTestRunner(verbose=False).run(test) Expecting: TestResults(failed=0, attempted=2) k Trying: def f(x): ''' >>> x = 12 >>> print('pre-exception output', x//0) pre-exception output Traceback (most recent call last): ZeroDivisionError: integer division or modulo by zero ''' Expecting nothing k Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing k Trying: doctest.DocTestRunner(verbose=False).run(test) # doctest: +ELLIPSIS Expecting: ** File ..., line 4, in f Failed example: print('pre-exception output', x//0) Exception raised: ... ZeroDivisionError: integer division or modulo by zero TestResults(failed=1, attempted=2) k Trying: def f(x): r''' >>> raise ValueError('multi\nline\nmessage') Traceback (most recent call last): ValueError: multi line message ''' Expecting nothing k Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing k Trying: doctest.DocTestRunner(verbose=False).run(test) Expecting: TestResults(failed=0, attempted=1) k Trying: def f(x): r''' >>> raise ValueError('message') Traceback (most recent call last): ValueError: wrong message ''' Expecting nothing k Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing k Trying: doctest.DocTestRunner(verbose=False).run(test) # doctest: +ELLIPSIS Expecting: ** File ..., line 3, in f Failed example: raise ValueError('message') Expected: Traceback (most recent call last): ValueError: wrong message Got: Traceback (most recent call last): ... ValueError: message TestResults(failed=1, attempted=1) k Trying: def f(x): r''' >>> raise ValueError('message') #doctest: +IGNORE_EXCEPTION_DETAIL Traceback (most recent call last): ValueError: wrong message ''' Expecting nothing k Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing k Trying: doctest.DocTestRunner(verbose=False).run(test) Expecting: TestResults(failed=0, attempted=1) k Trying: def f(x): r''' >>> from http.client import HTTPException >>> raise HTTPException('message') Traceback (most recent call last): HTTPException: message ''' Expecting nothing k Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing k Trying: doctest.DocTestRunner(verbose=False).run(test) # doctest: +ELLIPSIS Expecting: ** File ..., line 4, in f Failed example: raise HTTPException('message') Expected: Traceback (most recent call last): HTTPException: message Got: Traceback (most recent call last): ... http.client.HTTPException: message TestResults(failed=1, attempted=2) k Trying: def f(x): r''' >>> from http.client import HTTPException >>> raise HTTPException('message') Traceback (most recent call last): http.client.HTTPException: message ''' Expecting nothing k Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing k Trying: doctest.DocTestRunner(verbose=False).run(test) Expecting: TestResults(failed=0, attempted=2) k Trying: def f(x): r''' >>> from http.client import HTTPException >>> raise HTTPException('message') #doctest: +IGNORE_EXCEPTION_DETAIL Traceback (most recent call last): HTTPException: message ''' Expecting nothing k Trying: test = doctest.DocTestFinder().find(f)[0] Expecting nothing k Trying: doctest.DocTestRunner(verbose=False).run(test) Expecting: TestResults(failed=0, attempted=2) k Trying: def f(x): r''' >>> from http.client import HTTPException >>> raise HTTPExce