[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (timed out) (3.13)
The Buildbot has detected a new failure on builder PPC64LE Fedora Rawhide NoGIL refleaks 3.13 while building python/cpython. Full details are available at: https://buildbot.python.org/#/builders/1541/builds/85 Buildbot URL: https://buildbot.python.org/ Worker for this Build: cstratak-fedora-rawhide-ppc64le Build Reason: Blamelist: Adam Turner <9087854+aa-tur...@users.noreply.github.com>, Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> BUILD FAILED: failed test (failure) (timed out) Summary of the results of the build (if available): === == Captured traceback == remote: Enumerating objects: 53, done. remote: Counting objects: 2% (1/50) remote: Counting objects: 4% (2/50) remote: Counting objects: 6% (3/50) remote: Counting objects: 8% (4/50) remote: Counting objects: 10% (5/50) remote: Counting objects: 12% (6/50) remote: Counting objects: 14% (7/50) remote: Counting objects: 16% (8/50) remote: Counting objects: 18% (9/50) remote: Counting objects: 20% (10/50) remote: Counting objects: 22% (11/50) remote: Counting objects: 24% (12/50) remote: Counting objects: 26% (13/50) remote: Counting objects: 28% (14/50) remote: Counting objects: 30% (15/50) remote: Counting objects: 32% (16/50) remote: Counting objects: 34% (17/50) remote: Counting objects: 36% (18/50) remote: Counting objects: 38% (19/50) remote: Counting objects: 40% (20/50) remote: Counting objects: 42% (21/50) remote: Counting objects: 44% (22/50) remote: Counting objects: 46% (23/50) remote: Counting objects: 48% (24/50) remote: Counting objects: 50% (25/50) remote: Counting objects: 52% (26/50) remote: Counting objects: 54% (27/50) remote: Counting objects: 56% (28/50) remote: Counting objects: 58% (29/50) remote: Counting objects: 60% (30/50) remote: Counting objects: 62% (31/50) remote: Counting objects: 64% (32/50) remote: Counting objects: 66% (33/50) remote: Counting objects: 68% (34/50) remote: Counting objects: 70% (35/50) remote: Counting objects: 72% (36/50) remote: Counting objects: 74% (37/50) remote: Counting objects: 76% (38/50) remote: Counting objects: 78% (39/50) remote: Counting objects: 80% (40/50) remote: Counting objects: 82% (41/50) remote: Counting objects: 84% (42/50) remote: Counting objects: 86% (43/50) remote: Counting objects: 88% (44/50) remote: Counting objects: 90% (45/50) remote: Counting objects: 92% (46/50) remote: Counting objects: 94% (47/50) remote: Counting objects: 96% (48/50) remote: Counting objects: 98% (49/50) remote: Counting objects: 100% (50/50) remote: Counting objects: 100% (50/50), done. remote: Compressing objects: 2% (1/38) remote: Compressing objects: 5% (2/38) remote: Compressing objects: 7% (3/38) remote: Compressing objects: 10% (4/38) remote: Compressing objects: 13% (5/38) remote: Compressing objects: 15% (6/38) remote: Compressing objects: 18% (7/38) remote: Compressing objects: 21% (8/38) remote: Compressing objects: 23% (9/38) remote: Compressing objects: 26% (10/38) remote: Compressing objects: 28% (11/38) remote: Compressing objects: 31% (12/38) remote: Compressing objects: 34% (13/38) remote: Compressing objects: 36% (14/38) remote: Compressing objects: 39% (15/38) remote: Compressing objects: 42% (16/38) remote: Compressing objects: 44% (17/38) remote: Compressing objects: 47% (18/38) remote: Compressing objects: 50% (19/38) remote: Compressing objects: 52% (20/38) remote: Compressing objects: 55% (21/38) remote: Compressing objects: 57% (22/38) remote: Compressing objects: 60% (23/38) remote: Compressing objects: 63% (24/38) remote: Compressing objects: 65% (25/38) remote: Compressing objects: 68% (26/38) remote: Compressing objects: 71% (27/38) remote: Compressing objects: 73% (28/38) remote: Compressing objects: 76% (29/38) remote: Compressing objects: 78% (30/38) remote: Compressing objects: 81% (31/38) remote: Compressing objects: 84% (32/38) remote: Compressing objects: 86% (33/38) remote: Compressing objects: 89% (34/38) remote: Compressing objects: 92% (35/38) remote: Compressing objects: 94% (36/38) remote: Compressing objects: 97% (37/38) remote: Compressing objects: 100% (38/38)
[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (main)
The Buildbot has detected a new failure on builder AMD64 Fedora Stable LTO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/#/builders/271/builds/5681 Buildbot URL: https://buildbot.python.org/ Worker for this Build: cstratak-fedora-stable-x86_64 Build Reason: Blamelist: Sergey B Kirpichev 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-stable-x86_64.lto/build/Lib/unittest/async_case.py", line 93, in _callTestMethod result = self._callMaybeAsync(method) File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/unittest/async_case.py", line 119, in _callMaybeAsync return self._asyncioRunner.run( ~~~^ func(*args, **kwargs), ^^ context=self._asyncioTestContext, ^ ) ^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/asyncio/runners.py", line 118, in run return self._loop.run_until_complete(task) ~^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/asyncio/base_events.py", line 721, in run_until_complete return future.result() ~^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto/build/Lib/test/test_asyncio/test_server.py", line 249, in test_abort_clients self.assertNotEqual(s_wr.transport.get_write_buffer_size(), 0) ~~~^^^ AssertionError: 0 == 0 Test report === Failed tests: - test.test_asyncio.test_server Failed subtests: - test_abort_clients - test.test_asyncio.test_server.TestServer2.test_abort_clients Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora Stable LTO + PGO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/#/builders/29/builds/6825 Buildbot URL: https://buildbot.python.org/ Worker for this Build: cstratak-fedora-stable-x86_64 Build Reason: Blamelist: Sergey B Kirpichev 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-stable-x86_64.lto-pgo/build/Lib/unittest/async_case.py", line 93, in _callTestMethod result = self._callMaybeAsync(method) File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto-pgo/build/Lib/unittest/async_case.py", line 119, in _callMaybeAsync return self._asyncioRunner.run( ~~~^ func(*args, **kwargs), ^^ context=self._asyncioTestContext, ^ ) ^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto-pgo/build/Lib/asyncio/runners.py", line 118, in run return self._loop.run_until_complete(task) ~^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto-pgo/build/Lib/asyncio/base_events.py", line 721, in run_until_complete return future.result() ~^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.lto-pgo/build/Lib/test/test_asyncio/test_server.py", line 249, in test_abort_clients self.assertNotEqual(s_wr.transport.get_write_buffer_size(), 0) ~~~^^^ AssertionError: 0 == 0 Test report === Failed tests: - test.test_asyncio.test_server Failed subtests: - test_abort_clients - test.test_asyncio.test_server.TestServer2.test_abort_clients Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora Stable Clang Installed 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/#/builders/350/builds/6486 Buildbot URL: https://buildbot.python.org/ Worker for this Build: cstratak-fedora-stable-x86_64 Build Reason: Blamelist: Sergey B Kirpichev 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-stable-x86_64.clang-installed/build/target/lib/python3.14/unittest/async_case.py", line 93, in _callTestMethod result = self._callMaybeAsync(method) File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.clang-installed/build/target/lib/pytho
[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (main)
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/#/builders/484/builds/5813 Buildbot URL: https://buildbot.python.org/ Worker for this Build: pablogsal-arch-x86_64 Build Reason: Blamelist: Barney Gale , Sergey B Kirpichev 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_capi/test_number.py", line 227, in test_rshift_print self.assertIn('Did you mean "print(, ' ~^^ 'file=)"?', str(context.exception)) ^^ AssertionError: 'Did you mean "print(, file=)"?' not found in "unsupported operand type(s) for >>: 'builtin_function_or_method' and 'int'" Test report === Failed tests: - test_capi Failed subtests: - test_rshift_print - test.test_capi.test_number.CAPITest.test_rshift_print Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Arch Linux Perf 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/#/builders/1078/builds/3536 Buildbot URL: https://buildbot.python.org/ Worker for this Build: pablogsal-arch-x86_64 Build Reason: Blamelist: Barney Gale , Sergey B Kirpichev 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.perfbuild/build/Lib/test/test_capi/test_number.py", line 227, in test_rshift_print self.assertIn('Did you mean "print(, ' ~^^ 'file=)"?', str(context.exception)) ^^ AssertionError: 'Did you mean "print(, file=)"?' not found in "unsupported operand type(s) for >>: 'builtin_function_or_method' and 'int'" Test report === Failed tests: - test_capi Failed subtests: - test_rshift_print - test.test_capi.test_number.CAPITest.test_rshift_print Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 CentOS9 LTO 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/#/builders/831/builds/5661 Buildbot URL: https://buildbot.python.org/ Worker for this Build: cstratak-CentOS9-x86_64 Build Reason: Blamelist: Sergey B Kirpichev 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-CentOS9-x86_64.lto/build/Lib/test/test_capi/test_number.py", line 227, in test_rshift_print self.assertIn('Did you mean "print(, ' ~^^ 'file=)"?', str(context.exception)) ^^ AssertionError: 'Did you mean "print(, file=)"?' not found in "unsupported operand type(s) for >>: 'builtin_function_or_method' and 'int'" Test report === Failed tests: - test_capi Failed subtests: - test_rshift_print - test.test_capi.test_number.CAPITest.test_rshift_print Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Arch Linux Asan Debug 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/#/builders/585/builds/5817 Buildbot URL: https://buildbot.python.org/ Worker for this Build: pablogsal-arch-x86_64 Build Reason: Blamelist: Barney Gale , Sergey B Kirpichev 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.asan_debug/build/Lib/test/test_capi/test_number.py", line 227, in test_rshift_print self.assertIn('Did you mean "print(, ' ~^^ 'file=)"?', str(context.exception)) ^^ AssertionError: 'Did you mean "print(, file=)"?' not found in "unsupported operand type(s) for >>: 'builtin_function_or_method' and 'int'" Test report === Failed tests: - test_capi Failed subtests: - test_rshift_print - test.test_capi.test_number.CAPITest.test_rshift_print Sincerely, -The BuildbotThe
[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (main)
The Buildbot has detected a new failure on builder PPC64LE Fedora Rawhide NoGIL 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/#/builders/1537/builds/306 Buildbot URL: https://buildbot.python.org/ Worker for this Build: cstratak-fedora-rawhide-ppc64le Build Reason: Blamelist: Adam Turner <9087854+aa-tur...@users.noreply.github.com>, Anthony Shaw , Bar Harel , Barney Gale , CF Bolz-Tereick , Cody Maloney , Irit Katriel <1055913+iritkatr...@users.noreply.github.com>, Jonathan Protzenko , Kevin Evans , Kirill Podoprigora , Mark Shannon , Matt Wozniski , Pablo Galindo Salgado , Sam Gross , Sergey B Kirpichev , Shantanu <12621235+hauntsani...@users.noreply.github.com>, Terry Jan Reedy , Victor Stinner , blhsing , neonene <53406459+neon...@users.noreply.github.com> BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == remote: Enumerating objects: 86, done. remote: Counting objects: 1% (1/86) remote: Counting objects: 2% (2/86) remote: Counting objects: 3% (3/86) remote: Counting objects: 4% (4/86) remote: Counting objects: 5% (5/86) remote: Counting objects: 6% (6/86) remote: Counting objects: 8% (7/86) remote: Counting objects: 9% (8/86) remote: Counting objects: 10% (9/86) remote: Counting objects: 11% (10/86) remote: Counting objects: 12% (11/86) remote: Counting objects: 13% (12/86) remote: Counting objects: 15% (13/86) remote: Counting objects: 16% (14/86) remote: Counting objects: 17% (15/86) remote: Counting objects: 18% (16/86) remote: Counting objects: 19% (17/86) remote: Counting objects: 20% (18/86) remote: Counting objects: 22% (19/86) remote: Counting objects: 23% (20/86) remote: Counting objects: 24% (21/86) remote: Counting objects: 25% (22/86) remote: Counting objects: 26% (23/86) remote: Counting objects: 27% (24/86) remote: Counting objects: 29% (25/86) remote: Counting objects: 30% (26/86) remote: Counting objects: 31% (27/86) remote: Counting objects: 32% (28/86) remote: Counting objects: 33% (29/86) remote: Counting objects: 34% (30/86) remote: Counting objects: 36% (31/86) remote: Counting objects: 37% (32/86) remote: Counting objects: 38% (33/86) remote: Counting objects: 39% (34/86) remote: Counting objects: 40% (35/86) remote: Counting objects: 41% (36/86) remote: Counting objects: 43% (37/86) remote: Counting objects: 44% (38/86) remote: Counting objects: 45% (39/86) remote: Counting objects: 46% (40/86) remote: Counting objects: 47% (41/86) remote: Counting objects: 48% (42/86) remote: Counting objects: 50% (43/86) remote: Counting objects: 51% (44/86) remote: Counting objects: 52% (45/86) remote: Counting objects: 53% (46/86) remote: Counting objects: 54% (47/86) remote: Counting objects: 55% (48/86) remote: Counting objects: 56% (49/86) remote: Counting objects: 58% (50/86) remote: Counting objects: 59% (51/86) remote: Counting objects: 60% (52/86) remote: Counting objects: 61% (53/86) remote: Counting objects: 62% (54/86) remote: Counting objects: 63% (55/86) remote: Counting objects: 65% (56/86) remote: Counting objects: 66% (57/86) remote: Counting objects: 67% (58/86) remote: Counting objects: 68% (59/86) remote: Counting objects: 69% (60/86) remote: Counting objects: 70% (61/86) remote: Counting objects: 72% (62/86) remote: Counting objects: 73% (63/86) remote: Counting objects: 74% (64/86) remote: Counting objects: 75% (65/86) remote: Counting objects: 76% (66/86) remote: Counting objects: 77% (67/86) remote: Counting objects: 79% (68/86) remote: Counting objects: 80% (69/86) remote: Counting objects: 81% (70/86) remote: Counting objects: 82% (71/86) remote: Counting objects: 83% (72/86) remote: Counting objects: 84% (73/86) remote: Counting objects: 86% (74/86) remote: Counting objects: 87% (75/86) remote: Counting objects: 88% (76/86) remote: Counting objects: 89% (77/86) remote: Counting objects: 90% (78/86) remote: Counting objects: 91% (79/86) remote: Counting objects: 93% (80/86) remote: Counting objects: 94% (81/86) remote: Counting objects: 95% (82/86) remote: Counting objects: 96% (83/86) remote: Counting objects: 97% (84
[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (main)
The Buildbot has detected a new failure on builder AMD64 Fedora Stable Refleaks 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/#/builders/320/builds/1205 Buildbot URL: https://buildbot.python.org/ Worker for this Build: cstratak-fedora-stable-x86_64 Build Reason: Blamelist: Sergey B Kirpichev 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-stable-x86_64.refleak/build/Lib/unittest/async_case.py", line 93, in _callTestMethod result = self._callMaybeAsync(method) File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/unittest/async_case.py", line 119, in _callMaybeAsync return self._asyncioRunner.run( ~~~^ func(*args, **kwargs), ^^ context=self._asyncioTestContext, ^ ) ^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/asyncio/runners.py", line 118, in run return self._loop.run_until_complete(task) ~^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/asyncio/base_events.py", line 721, in run_until_complete return future.result() ~^^ File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_asyncio/test_server.py", line 249, in test_abort_clients self.assertNotEqual(s_wr.transport.get_write_buffer_size(), 0) ~~~^^^ AssertionError: 0 == 0 Test report === Failed tests: - test.test_asyncio.test_server Failed subtests: - test_abort_clients - test.test_asyncio.test_server.TestServer2.test_abort_clients Sincerely, -The Buildbot ___ Buildbot-status mailing list -- buildbot-status@python.org To unsubscribe send an email to buildbot-status-le...@python.org https://mail.python.org/mailman3/lists/buildbot-status.python.org/ Member address: arch...@mail-archive.com
[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (main)
The Buildbot has detected a new failure on builder AMD64 Windows Server 2022 NoGIL 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/#/builders/1241/builds/3111 Buildbot URL: https://buildbot.python.org/ Worker for this Build: itamaro-win64-srv-22-aws Build Reason: Blamelist: Adam Turner <9087854+aa-tur...@users.noreply.github.com>, Anthony Shaw , Bar Harel , Barney Gale , Brandt Bucher , Bénédikt Tran <10796600+picn...@users.noreply.github.com>, CF Bolz-Tereick , Cody Maloney , Donghee Na , Irit Katriel <1055913+iritkatr...@users.noreply.github.com>, Jonathan Protzenko , Kevin Evans , Kirill Podoprigora , Mark Shannon , Matt Wozniski , Pablo Galindo Salgado , Peter Bierma , Sam Gross , Sergey B Kirpichev , Serhiy Storchaka , Shantanu <12621235+hauntsani...@users.noreply.github.com>, Terry Jan Reedy , Victor Stinner , Wuli an <1055917...@qq.com>, blhsing , mpage , neonene <53406459+neon...@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): Warning -- File "C:\Users\Administrator\buildarea\3.x.itamaro-win64-srv-22-aws.x64.nogil\build\Lib\test\support\__init__.py", line 200, in _force_run Warning -- return func(*args) Warning -- PermissionError: [WinError 5] Access is denied: 'C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\2\\test_python_fv62uywx\\_CL_2c2658a7ex' Warning -- Warning -- During handling of the above exception, another exception occurred: Warning -- Warning -- Traceback (most recent call last): Warning -- File "C:\Users\Administrator\buildarea\3.x.itamaro-win64-srv-22-aws.x64.nogil\build\Lib\test\libregrtest\run_workers.py", line 399, in run Warning -- mp_result = self._runtest(test_name) Warning -- File "C:\Users\Administrator\buildarea\3.x.itamaro-win64-srv-22-aws.x64.nogil\build\Lib\test\libregrtest\run_workers.py", line 359, in _runtest Warning -- retcode, tmp_files = self.run_tmp_files(worker_runtests, Warning -- ~~^ Warning -- stdout_file.fileno()) Warning -- ^ Warning -- File "C:\Users\Administrator\buildarea\3.x.itamaro-win64-srv-22-aws.x64.nogil\build\Lib\test\libregrtest\run_workers.py", line 299, in run_tmp_files Warning -- os_helper.rmtree(tmp_dir) Warning -- ^ Warning -- File "C:\Users\Administrator\buildarea\3.x.itamaro-win64-srv-22-aws.x64.nogil\build\Lib\test\support\os_helper.py", line 465, in rmtree Warning -- _rmtree(path) Warning -- ~~~^^ Warning -- File "C:\Users\Administrator\buildarea\3.x.itamaro-win64-srv-22-aws.x64.nogil\build\Lib\test\support\os_helper.py", line 408, in _rmtree Warning -- _waitfor(_rmtree_inner, path, waitall=True) Warning -- ^^^ Warning -- File "C:\Users\Administrator\buildarea\3.x.itamaro-win64-srv-22-aws.x64.nogil\build\Lib\test\support\os_helper.py", line 353, in _waitfor Warning -- func(pathname) Warning -- ^^ Warning -- File "C:\Users\Administrator\buildarea\3.x.itamaro-win64-srv-22-aws.x64.nogil\build\Lib\test\support\os_helper.py", line 407, in _rmtree_inner Warning -- _force_run(fullname, os.unlink, fullname) Warning -- ~~^^^ Warning -- File "C:\Users\Administrator\buildarea\3.x.itamaro-win64-srv-22-aws.x64.nogil\build\Lib\test\support\__init__.py", line 211, in _force_run Warning -- return func(*args) Warning -- PermissionError: [WinError 5] Access is denied: 'C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\2\\test_python_fv62uywx\\_CL_2c2658a7ex' Kill process Kill process Kill process Kill process Kill process Kill process Kill process Kill process Kill process Traceback (most recent call last): File "C:\Users\Administrator\buildarea\3.x.itamaro-win64-srv-22-aws.x64.nogil\build\Lib\test\libregrtest\single.py", line 181, in _runtest_env_changed_exc _load_run_test(result, runtests) ~~^^ File "C:\Users\Administrator\buildarea\3.x.itamaro-win64-srv-22-aws.x64.nogil\build\Lib\test\libregrtest\single.py", line 128, in _load_run_test test_mod = importlib.import_module(module_name) File "C:\Users\Administrator\buildarea\3.x.itamaro-win64-srv-22-aws.x64.nogil\build\Lib\importlib\__init__.py", line 88, in import_module return _bootstrap._gcd_import(name[level:], package, level) ~~^^ File "", line 1386, in _gcd_import File "", line 1359, in _find_and_load File "", line 1323, in _find_and_load_unlocked ModuleNotFoundError: No module named 'test.' Test report === Failed tests: - w
[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (3.12)
The Buildbot has detected a new failure on builder riscv64 Ubuntu23 3.12 while building python/cpython. Full details are available at: https://buildbot.python.org/#/builders/1376/builds/261 Buildbot URL: https://buildbot.python.org/ Worker for this Build: onder-riscv64 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 "/home/ubuntu/buildarea/3.12.onder-riscv64.installed/build/target/lib/python3.12/test/libregrtest/single.py", line 181, in _runtest_env_changed_exc _load_run_test(result, runtests) File "/home/ubuntu/buildarea/3.12.onder-riscv64.installed/build/target/lib/python3.12/test/libregrtest/single.py", line 128, in _load_run_test test_mod = importlib.import_module(module_name) File "/home/ubuntu/buildarea/3.12.onder-riscv64.installed/build/target/lib/python3.12/importlib/__init__.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1331, in _find_and_load_unlocked File "", line 935, in _load_unlocked File "", line 991, in exec_module File "", line 1124, in get_code File "", line 753, in _compile_bytecode ValueError: bad marshal data (unknown type code) Test report === Failed tests: - test_dictcomps 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 Fedora Stable LTO 3.13 while building python/cpython. Full details are available at: https://buildbot.python.org/#/builders/1490/builds/289 Buildbot URL: https://buildbot.python.org/ Worker for this Build: cstratak-fedora-stable-x86_64 Build Reason: Blamelist: Malcolm Smith , 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 "/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.lto/build/Lib/unittest/async_case.py", line 93, in _callTestMethod if self._callMaybeAsync(method) is not None: File "/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.lto/build/Lib/unittest/async_case.py", line 115, in _callMaybeAsync return self._asyncioRunner.run( ~~~^ func(*args, **kwargs), ^^ context=self._asyncioTestContext, ^ ) ^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.lto/build/Lib/asyncio/runners.py", line 118, in run return self._loop.run_until_complete(task) ~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.lto/build/Lib/asyncio/base_events.py", line 721, in run_until_complete return future.result() ~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.lto/build/Lib/test/test_asyncio/test_server.py", line 249, in test_abort_clients self.assertNotEqual(s_wr.transport.get_write_buffer_size(), 0) ~~~^^^ AssertionError: 0 == 0 Test report === Failed tests: - test.test_asyncio.test_server Failed subtests: - test_abort_clients - test.test_asyncio.test_server.TestServer2.test_abort_clients Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora Stable LTO + PGO 3.13 while building python/cpython. Full details are available at: https://buildbot.python.org/#/builders/1426/builds/303 Buildbot URL: https://buildbot.python.org/ Worker for this Build: cstratak-fedora-stable-x86_64 Build Reason: Blamelist: Malcolm Smith , 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 "/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.lto-pgo/build/Lib/unittest/async_case.py", line 93, in _callTestMethod if self._callMaybeAsync(method) is not None: File "/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.lto-pgo/build/Lib/unittest/async_case.py", line 115, in _callMaybeAsync return self._asyncioRunner.run( ~~~^ func(*args, **kwargs), ^^ context=self._asyncioTestContext, ^ ) ^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.lto-pgo/build/Lib/asyncio/runners.py", line 118, in run return self._loop.run_until_complete(task) ~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.lto-pgo/build/Lib/asyncio/base_events.py", line 721, in run_until_complete return future.result() ~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.lto-pgo/build/Lib/test/test_asyncio/test_server.py", line 249, in test_abort_clients self.assertNotEqual(s_wr.transport.get_write_buffer_size(), 0) ~~~^^^ AssertionError: 0 == 0 Test report === Failed tests: - test.test_asyncio.test_server Failed subtests: - test_abort_clients - test.test_asyncio.test_server.TestServer2.test_abort_clients Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 Fedora Stable Clang Installed 3.13 while building python/cpython. Full details are available at: https://buildbot.python.org/#/builders/1493/builds/302 Buildbot URL: https://buildbot.python.org/ Worker for this Build: cstratak-fedora-stable-x86_64 Build Reason: Blamelist: Malcolm Smith , 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
[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (3.13)
The Buildbot has detected a new failure on builder AMD64 Fedora Stable Refleaks 3.13 while building python/cpython. Full details are available at: https://buildbot.python.org/#/builders/1471/builds/126 Buildbot URL: https://buildbot.python.org/ Worker for this Build: cstratak-fedora-stable-x86_64 Build Reason: Blamelist: Malcolm Smith , 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 "/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/Lib/unittest/async_case.py", line 93, in _callTestMethod if self._callMaybeAsync(method) is not None: File "/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/Lib/unittest/async_case.py", line 115, in _callMaybeAsync return self._asyncioRunner.run( ~~~^ func(*args, **kwargs), ^^ context=self._asyncioTestContext, ^ ) ^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/Lib/asyncio/runners.py", line 118, in run return self._loop.run_until_complete(task) ~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/Lib/asyncio/base_events.py", line 721, in run_until_complete return future.result() ~^^ File "/home/buildbot/buildarea/3.13.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_asyncio/test_server.py", line 249, in test_abort_clients self.assertNotEqual(s_wr.transport.get_write_buffer_size(), 0) ~~~^^^ AssertionError: 0 == 0 Test report === Failed tests: - test.test_asyncio.test_server Failed subtests: - test_abort_clients - test.test_asyncio.test_server.TestServer2.test_abort_clients Sincerely, -The Buildbot ___ Buildbot-status mailing list -- buildbot-status@python.org To unsubscribe send an email to buildbot-status-le...@python.org https://mail.python.org/mailman3/lists/buildbot-status.python.org/ Member address: arch...@mail-archive.com