☠ Buildbot (Python): python/cpython - failed test (failure) (3.13)
![](https://secure.gravatar.com/avatar/877320e8ca98bd05c38bfe044ab7ee88.jpg?s=120&d=mm&r=g)
The Buildbot has detected a new failure on builder AMD64 RHEL7 LTO 3.13 while building python/cpython. Full details are available at: https://buildbot.python.org/#/builders/1505/builds/333
Buildbot URL: https://buildbot.python.org/
Worker for this Build: cstratak-RHEL7-x86_64
Build Reason: <unknown> Blamelist: Miss Islington (bot) <31488909+miss-islington@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-RHEL7-x86_64.lto/build/Lib/test/test_embed.py", line 479, in test_getargs_reset_static_parser out, err = self.run_embedded_interpreter("test_repeated_init_exec", code) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-RHEL7-x86_64.lto/build/Lib/test/test_embed.py", line 129, in run_embedded_interpreter self.assertEqual(p.returncode, returncode, ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ "bad returncode %d, stderr is %r" % ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (p.returncode, err)) ^^^^^^^^^^^^^^^^^^^^ AssertionError: 1 != 0 : bad returncode 1, stderr is '--- Loop #1 ---\nTraceback (most recent call last):\n File "<string>", line 2, in <module>\nModuleNotFoundError: No module named \'_ssl\'\n'
Traceback (most recent call last): File "<string>", line 2, in <module> ModuleNotFoundError: No module named '_ssl'
Test report
Failed tests:
- test_embed
Failed subtests:
- test_getargs_reset_static_parser - test.test_embed.EmbeddingTests.test_getargs_reset_static_parser
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 RHEL7 LTO + PGO 3.13 while building python/cpython. Full details are available at: https://buildbot.python.org/#/builders/1495/builds/335
Buildbot URL: https://buildbot.python.org/
Worker for this Build: cstratak-RHEL7-x86_64
Build Reason: <unknown> Blamelist: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
Captured traceback
remote: Enumerating objects: 21, done.
remote: Counting objects: 4% (1/21)
remote: Counting objects: 9% (2/21)
remote: Counting objects: 14% (3/21)
remote: Counting objects: 19% (4/21)
remote: Counting objects: 23% (5/21)
remote: Counting objects: 28% (6/21)
remote: Counting objects: 33% (7/21)
remote: Counting objects: 38% (8/21)
remote: Counting objects: 42% (9/21)
remote: Counting objects: 47% (10/21)
remote: Counting objects: 52% (11/21)
remote: Counting objects: 57% (12/21)
remote: Counting objects: 61% (13/21)
remote: Counting objects: 66% (14/21)
remote: Counting objects: 71% (15/21)
remote: Counting objects: 76% (16/21)
remote: Counting objects: 80% (17/21)
remote: Counting objects: 85% (18/21)
remote: Counting objects: 90% (19/21)
remote: Counting objects: 95% (20/21)
remote: Counting objects: 100% (21/21)
remote: Counting objects: 100% (21/21), done.
remote: Compressing objects: 5% (1/20)
remote: Compressing objects: 10% (2/20)
remote: Compressing objects: 15% (3/20)
remote: Compressing objects: 20% (4/20)
remote: Compressing objects: 25% (5/20)
remote: Compressing objects: 30% (6/20)
remote: Compressing objects: 35% (7/20)
remote: Compressing objects: 40% (8/20)
remote: Compressing objects: 45% (9/20)
remote: Compressing objects: 50% (10/20)
remote: Compressing objects: 55% (11/20)
remote: Compressing objects: 60% (12/20)
remote: Compressing objects: 65% (13/20)
remote: Compressing objects: 70% (14/20)
remote: Compressing objects: 75% (15/20)
remote: Compressing objects: 80% (16/20)
remote: Compressing objects: 85% (17/20)
remote: Compressing objects: 90% (18/20)
remote: Compressing objects: 95% (19/20)
remote: Compressing objects: 100% (20/20)
remote: Compressing objects: 100% (20/20), done.
remote: Total 21 (delta 1), reused 15 (delta 1), pack-reused 0
From https://github.com/python/cpython
- branch 3.13 -> FETCH_HEAD Note: checking out 'b20893b5c2dc999bbad5723c20f0ff2aea83a428'.
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 b20893b... [3.13] gh-122334: Fix crash when importing ssl after re-initialization (GH-122481) (#122614) 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)
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:3140: clean-retain-profile] Error 1 (ignored) test test_embed failed make: *** [Makefile:898: profile-run-stamp] Error 2
Test report
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder AMD64 RHEL7 3.13 while building python/cpython. Full details are available at: https://buildbot.python.org/#/builders/1508/builds/330
Buildbot URL: https://buildbot.python.org/
Worker for this Build: cstratak-RHEL7-x86_64
Build Reason: <unknown> Blamelist: Miss Islington (bot) <31488909+miss-islington@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-RHEL7-x86_64/build/Lib/test/test_embed.py", line 479, in test_getargs_reset_static_parser out, err = self.run_embedded_interpreter("test_repeated_init_exec", code) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildbot/buildarea/3.13.cstratak-RHEL7-x86_64/build/Lib/test/test_embed.py", line 129, in run_embedded_interpreter self.assertEqual(p.returncode, returncode, ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ "bad returncode %d, stderr is %r" % ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (p.returncode, err)) ^^^^^^^^^^^^^^^^^^^^ AssertionError: 1 != 0 : bad returncode 1, stderr is '--- Loop #1 ---\nTraceback (most recent call last):\n File "<string>", line 2, in <module>\nModuleNotFoundError: No module named \'_ssl\'\n'
Traceback (most recent call last): File "<string>", line 2, in <module> ModuleNotFoundError: No module named '_ssl'
Test report
Failed tests:
- test_embed
Failed subtests:
- test_getargs_reset_static_parser - test.test_embed.EmbeddingTests.test_getargs_reset_static_parser
Sincerely, -The BuildbotThe Buildbot has detected a new failure on builder x86-64 MacOS Intel ASAN NoGIL 3.13 while building python/cpython. Full details are available at: https://buildbot.python.org/#/builders/1460/builds/393
Buildbot URL: https://buildbot.python.org/
Worker for this Build: itamaro-macos-intel-aws
Build Reason: <unknown> Blamelist: Miss Islington (bot) <31488909+miss-islington@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-intel-aws.macos-with-brew.asan.nogil/build/Lib/test/test_embed.py", line 479, in test_getargs_reset_static_parser out, err = self.run_embedded_interpreter("test_repeated_init_exec", code) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/ec2-user/buildbot/buildarea/3.13.itamaro-macos-intel-aws.macos-with-brew.asan.nogil/build/Lib/test/test_embed.py", line 129, in run_embedded_interpreter self.assertEqual(p.returncode, returncode, ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^ "bad returncode %d, stderr is %r" % ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (p.returncode, err)) ^^^^^^^^^^^^^^^^^^^^ AssertionError: 1 != 0 : bad returncode 1, stderr is '--- Loop #1 ---\nTraceback (most recent call last):\n File "<string>", line 2, in <module>\nModuleNotFoundError: No module named \'_ssl\'\n'
Traceback (most recent call last): File "<string>", line 2, in <module> ModuleNotFoundError: No module named '_ssl'
Test report
Failed tests:
- test_embed
Failed subtests:
- test_getargs_reset_static_parser - test.test_embed.EmbeddingTests.test_getargs_reset_static_parser
Sincerely, -The Buildbot
participants (1)
-
buildbot@python.org