[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (3.13)
The Buildbot has detected a new failure on builder iOS ARM64 Simulator 3.13 while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1386/builds/267 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: rkm-arm64-ios-simulator Build Reason: Blamelist: Barney Gale , 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: 24, 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: 10% (1/10) remote: Compressing objects: 20% (2/10) remote: Compressing objects: 30% (3/10) remote: Compressing objects: 40% (4/10) remote: Compressing objects: 50% (5/10) remote: Compressing objects: 60% (6/10) remote: Compressing objects: 70% (7/10) remote: Compressing objects: 80% (8/10) remote: Compressing objects: 90% (9/10) remote: Compressing objects: 100% (10/10) remote: Compressing objects: 100% (10/10), done. remote: Total 24 (delta 14), reused 17 (delta 13), pack-reused 1 >From https://github.com/python/cpython * branch 3.13 -> FETCH_HEAD Note: switching to 'd26ce50f7bd59aa0bf6d1659ff96fb3a9075ff38'. 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 d26ce50f7b [3.13] gh-120671: Fix PY_CHECK_CC_WARNING() in configure.ac (GH-120822) (#120985) 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) configure: WARNING: pkg-config is missing. Some dependencies may not be detected correctly. configure: WARNING: no system libmpdecimal found; falling back to bundled libmpdecimal (deprecated and scheduled for removal in Python 3.15) configure: WARNING: pkg-config is missing. Some dependencies may not be detected correctly. ../../Modules/_sqlite/connection.c:1307:14: warning: 'sqlite3_create_window_function' is only available on iOS 13.0 or newer [-Wunguarded-availability-new] rc = sqlite3_create_window_function(self->db, name, num_params, flags, ^~ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/include/sqlite3.h:5533:16: note: 'sqlite3_create_window_function' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 12.0.0 SQLITE_API int sqlite3_create_window_function( ^ ../../Modules/_sqlite/connection.c:1307:14: note: enclose 'sqlite3_create_window_function' in a __builtin_available check to silence this warning rc = sqlite3_create_window_function(self->db, name, num_params, flags, ^~ ../../Modules/_sqlite/connection.c:1315:14: warning: 'sqlite3_create_window_function' is only available on iOS 13.0 or newer [-Wunguarded-availability-new] rc = sqlite3_create_window_function(self->db, name, num_params, flags, ^~ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/include/sqlite3.h:5533:16: note:
[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/199 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: itamaro-macos-arm64-aws Build Reason: Blamelist: Barney Gale , Jelle Zijlstra , 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 "/Users/ec2-user/buildbot/buildarea/3.13.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/test/datetimetester.py", line 304, in test_class_members self.assertEqual(timezone.min.utcoffset(None), -limit) ^^ AttributeError: 'float' object has no attribute 'utcoffset' Traceback (most recent call last): File "/Users/ec2-user/buildbot/buildarea/3.13.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/test/test_concurrent_futures/executor.py", line 131, in test_free_reference self.assertIsNone(wr()) ~^^ AssertionError: is not None Traceback (most recent call last): File "/Users/ec2-user/buildbot/buildarea/3.13.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/test/test_concurrent_futures/executor.py", line 131, in test_free_reference self.assertIsNone(wr()) ~^^ AssertionError: is not None Traceback (most recent call last): File "/Users/ec2-user/buildbot/buildarea/3.13.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/test/datetimetester.py", line 410, in test_aware_datetime self.assertEqual(tz.tzname(t), ^ AttributeError: 'float' object has no attribute 'tzname' Traceback (most recent call last): File "/Users/ec2-user/buildbot/buildarea/3.13.itamaro-macos-arm64-aws.macos-with-brew.refleak.nogil/build/Lib/test/datetimetester.py", line 291, in test_str self.assertEqual(str(tz), tz.tzname(None)) ^ AttributeError: 'float' object has no attribute 'tzname' Test report === Failed tests: - test.test_concurrent_futures.test_thread_pool Failed subtests: - test_aware_datetime - test.datetimetester.TestTimeZone_Fast.test_aware_datetime - test_str - test.datetimetester.TestTimeZone_Fast.test_str - test_free_reference - test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_free_reference - test_class_members - test.datetimetester.TestTimeZone_Fast.test_class_members 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) (fd0f814ade43fa479bfbe76dc226424db14a9354)
The Buildbot has detected a new failure on builder PPC64LE RHEL8 Refleaks 3.x while building Python. Full details are available at: https://buildbot.python.org/all/#/builders/384/builds/1157 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: cstratak-RHEL8-ppc64le Build Reason: Blamelist: BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === Captured traceback == remote: Enumerating objects: 217, done. remote: Counting objects: 0% (1/208) remote: Counting objects: 1% (3/208) remote: Counting objects: 2% (5/208) remote: Counting objects: 3% (7/208) remote: Counting objects: 4% (9/208) remote: Counting objects: 5% (11/208) remote: Counting objects: 6% (13/208) remote: Counting objects: 7% (15/208) remote: Counting objects: 8% (17/208) remote: Counting objects: 9% (19/208) remote: Counting objects: 10% (21/208) remote: Counting objects: 11% (23/208) remote: Counting objects: 12% (25/208) remote: Counting objects: 13% (28/208) remote: Counting objects: 14% (30/208) remote: Counting objects: 15% (32/208) remote: Counting objects: 16% (34/208) remote: Counting objects: 17% (36/208) remote: Counting objects: 18% (38/208) remote: Counting objects: 19% (40/208) remote: Counting objects: 20% (42/208) remote: Counting objects: 21% (44/208) remote: Counting objects: 22% (46/208) remote: Counting objects: 23% (48/208) remote: Counting objects: 24% (50/208) remote: Counting objects: 25% (52/208) remote: Counting objects: 26% (55/208) remote: Counting objects: 27% (57/208) remote: Counting objects: 28% (59/208) remote: Counting objects: 29% (61/208) remote: Counting objects: 30% (63/208) remote: Counting objects: 31% (65/208) remote: Counting objects: 32% (67/208) remote: Counting objects: 33% (69/208) remote: Counting objects: 34% (71/208) remote: Counting objects: 35% (73/208) remote: Counting objects: 36% (75/208) remote: Counting objects: 37% (77/208) remote: Counting objects: 38% (80/208) remote: Counting objects: 39% (82/208) remote: Counting objects: 40% (84/208) remote: Counting objects: 41% (86/208) remote: Counting objects: 42% (88/208) remote: Counting objects: 43% (90/208) remote: Counting objects: 44% (92/208) remote: Counting objects: 45% (94/208) remote: Counting objects: 46% (96/208) remote: Counting objects: 47% (98/208) remote: Counting objects: 48% (100/208) remote: Counting objects: 49% (102/208) remote: Counting objects: 50% (104/208) remote: Counting objects: 51% (107/208) remote: Counting objects: 52% (109/208) remote: Counting objects: 53% (111/208) remote: Counting objects: 54% (113/208) remote: Counting objects: 55% (115/208) remote: Counting objects: 56% (117/208) remote: Counting objects: 57% (119/208) remote: Counting objects: 58% (121/208) remote: Counting objects: 59% (123/208) remote: Counting objects: 60% (125/208) remote: Counting objects: 61% (127/208) remote: Counting objects: 62% (129/208) remote: Counting objects: 63% (132/208) remote: Counting objects: 64% (134/208) remote: Counting objects: 65% (136/208) remote: Counting objects: 66% (138/208) remote: Counting objects: 67% (140/208) remote: Counting objects: 68% (142/208) remote: Counting objects: 69% (144/208) remote: Counting objects: 70% (146/208) remote: Counting objects: 71% (148/208) remote: Counting objects: 72% (150/208) remote: Counting objects: 73% (152/208) remote: Counting objects: 74% (154/208) remote: Counting objects: 75% (156/208) remote: Counting objects: 76% (159/208) remote: Counting objects: 77% (161/208) remote: Counting objects: 78% (163/208) remote: Counting objects: 79% (165/208) remote: Counting objects: 80% (167/208) remote: Counting objects: 81% (169/208) remote: Counting objects: 82% (171/208) remote: Counting objects: 83% (173/208) remote: Counting objects: 84% (175/208) remote: Counting objects: 85% (177/208) remote: Counting objects: 86% (179/208) remote: Counting objects: 87% (181/208) remote: Counting objects: 88% (184/208) remote: Counting objects: 89% (186/208) remote: Counting objects: 90% (188/208) remote: Counting objects: 91% (190/208)
[Buildbot-status] ☠ Buildbot (Python): python/cpython - failed test (failure) (main)
The Buildbot has detected a new failure on builder x86-64 MacOS Intel NoGIL 3.x while building python/cpython. Full details are available at: https://buildbot.python.org/all/#/builders/1258/builds/2227 Buildbot URL: https://buildbot.python.org/all/ Worker for this Build: itamaro-macos-intel-aws Build Reason: Blamelist: Nate Ohlson BUILD FAILED: failed test (failure) Summary of the results of the build (if available): === == Captured traceback == Traceback (most recent call last): File "/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-intel-aws.nogil/build/Lib/test/test_cppext/__init__.py", line 32, in test_build_cpp03 self.check_build('_testcpp03ext', std='c++03') ^^ File "/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-intel-aws.nogil/build/Lib/test/test_cppext/__init__.py", line 47, in check_build self._check_build(extension_name, python_exe, std=std) ~^ File "/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-intel-aws.nogil/build/Lib/test/test_cppext/__init__.py", line 79, in _check_build run_cmd('Install', cmd) ~~~ File "/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-intel-aws.nogil/build/Lib/test/test_cppext/__init__.py", line 62, in run_cmd subprocess.run(cmd, check=True, env=env) ~~^^ File "/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-intel-aws.nogil/build/Lib/subprocess.py", line 577, in run raise CalledProcessError(retcode, process.args, output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-intel-aws.nogil/build/build/test_python_52254æ/tempcwd/env/bin/python.exe', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-intel-aws.nogil/build/build/test_python_52254æ/tempcwd/pkg']' returned non-zero exit status 1. Traceback (most recent call last): File "/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-intel-aws.nogil/build/Lib/test/test_cppext/__init__.py", line 32, in test_build_cpp03 self.check_build('_testcpp03ext', std='c++03') ^^ File "/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-intel-aws.nogil/build/Lib/test/test_cppext/__init__.py", line 47, in check_build self._check_build(extension_name, python_exe, std=std) ~^ File "/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-intel-aws.nogil/build/Lib/test/test_cppext/__init__.py", line 79, in _check_build run_cmd('Install', cmd) ~~~ File "/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-intel-aws.nogil/build/Lib/test/test_cppext/__init__.py", line 62, in run_cmd subprocess.run(cmd, check=True, env=env) ~~^^ File "/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-intel-aws.nogil/build/Lib/subprocess.py", line 577, in run raise CalledProcessError(retcode, process.args, output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-intel-aws.nogil/build/build/test_python_72667æ/tempcwd/env/bin/python.exe', '-X', 'dev', '-m', 'pip', 'install', '--no-build-isolation', '/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-intel-aws.nogil/build/build/test_python_72667æ/tempcwd/pkg']' returned non-zero exit status 1. Traceback (most recent call last): File "/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-intel-aws.nogil/build/Lib/test/test_cext/__init__.py", line 37, in test_build_c11 self.check_build('_test_c11_cext', std='c11') ^ File "/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-intel-aws.nogil/build/Lib/test/test_cext/__init__.py", line 54, in check_build self._check_build(extension_name, python_exe, ~ std=std, limited=limited) ^ File "/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-intel-aws.nogil/build/Lib/test/test_cext/__init__.py", line 89, in _check_build run_cmd('Install', cmd) ~~~ File "/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-intel-aws.nogil/build/Lib/test/test_cext/__init__.py", line 72, in run_cmd subprocess.run(cmd, check=True, env=env) ~~^^ File "/Users/ec2-user/buildbot/buildarea/3.x.itamaro-macos-intel-aws.nogil/build/Lib/subprocess.py", line 577, in run raise CalledProcessError(retcode, process.args, output=stdout, stderr