remote: Enumerating objects: 29, done.�[K
remote: Counting objects: 3% (1/29)�[K
remote: Counting objects: 6% (2/29)�[K
remote: Counting objects: 10% (3/29)�[K
remote: Counting objects: 13% (4/29)�[K
remote: Counting objects: 17% (5/29)�[K
remote: Counting objects: 20% (6/29)�[K
remote: Counting objects: 24% (7/29)�[K
remote: Counting objects: 27% (8/29)�[K
remote: Counting objects: 31% (9/29)�[K
remote: Counting objects: 34% (10/29)�[K
remote: Counting objects: 37% (11/29)�[K
remote: Counting objects: 41% (12/29)�[K
remote: Counting objects: 44% (13/29)�[K
remote: Counting objects: 48% (14/29)�[K
remote: Counting objects: 51% (15/29)�[K
remote: Counting objects: 55% (16/29)�[K
remote: Counting objects: 58% (17/29)�[K
remote: Counting objects: 62% (18/29)�[K
remote: Counting objects: 65% (19/29)�[K
remote: Counting objects: 68% (20/29)�[K
remote: Counting objects: 72% (21/29)�[K
remote: Counting objects: 75% (22/29)�[K
remote: Counting objects: 79% (23/29)�[K
remote: Counting objects: 82% (24/29)�[K
remote: Counting objects: 86% (25/29)�[K
remote: Counting objects: 89% (26/29)�[K
remote: Counting objects: 93% (27/29)�[K
remote: Counting objects: 96% (28/29)�[K
remote: Counting objects: 100% (29/29)�[K
remote: Counting objects: 100% (29/29), done.�[K
remote: Compressing objects: 6% (1/15)�[K
remote: Compressing objects: 13% (2/15)�[K
remote: Compressing objects: 20% (3/15)�[K
remote: Compressing objects: 26% (4/15)�[K
remote: Compressing objects: 33% (5/15)�[K
remote: Compressing objects: 40% (6/15)�[K
remote: Compressing objects: 46% (7/15)�[K
remote: Compressing objects: 53% (8/15)�[K
remote: Compressing objects: 60% (9/15)�[K
remote: Compressing objects: 66% (10/15)�[K
remote: Compressing objects: 73% (11/15)�[K
remote: Compressing objects: 80% (12/15)�[K
remote: Compressing objects: 86% (13/15)�[K
remote: Compressing objects: 93% (14/15)�[K
remote: Compressing objects: 100% (15/15)�[K
remote: Compressing objects: 100% (15/15), done.�[K
remote: Total 16 (delta 13), reused 3 (delta 1), pack-reused 0�[K
From https://github.com/python/cpython
* branch main -> FETCH_HEAD
Note: checking out '51d10354f43c708ebbb7d13c14bf0ea52b28489e'.
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 51d1035... gh-93649: Split watcher API tests from _testcapimodule.c (#99532)
Switched to and reset branch 'main'
In file included from ./Include/internal/pycore_opcode.h:13:0,
from Python/ceval.c:19:
Python/ceval.c: In function ‘lltrace_instruction’:
Python/ceval.c:146:17: warning: comparison is always false due to limited range of data type [-Wtype-limits]
if (HAS_ARG((int)_PyOpcode_Deopt[opcode])) {
^
./Include/opcode.h:236:33: note: in definition of macro ‘IS_PSEUDO_OPCODE’
#define IS_PSEUDO_OPCODE(op) (((op) >= MIN_PSEUDO_OPCODE) && ((op) <= MAX_PSEUDO_OPCODE))
^
Python/ceval.c:146:9: note: in expansion of macro ‘HAS_ARG’
if (HAS_ARG((int)_PyOpcode_Deopt[opcode])) {
^
Python/ceval.c:146:17: warning: comparison is always false due to limited range of data type [-Wtype-limits]
if (HAS_ARG((int)_PyOpcode_Deopt[opcode])) {
^
./Include/opcode.h:198:10: note: in definition of macro ‘HAS_ARG’
|| ((op) == JUMP) \
^
Python/ceval.c:146:17: warning: comparison is always false due to limited range of data type [-Wtype-limits]
if (HAS_ARG((int)_PyOpcode_Deopt[opcode])) {
^
./Include/opcode.h:199:10: note: in definition of macro ‘HAS_ARG’
|| ((op) == JUMP_NO_INTERRUPT) \
^
Python/ceval.c:146:17: warning: comparison is always false due to limited range of data type [-Wtype-limits]
if (HAS_ARG((int)_PyOpcode_Deopt[opcode])) {
^
./Include/opcode.h:200:10: note: in definition of macro ‘HAS_ARG’
|| ((op) == LOAD_METHOD) \
^
Fatal Python error: Segmentation fault
Current thread 0x000003ffb3f7f910 (most recent call first):
<no Python frame>
Thread 0x000003ffbc377700 (most recent call first):
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/test_threading.py", line 847 in test_frame_tstate_tracing
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/unittest/case.py", line 579 in _callTestMethod
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/unittest/case.py", line 623 in run
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/unittest/case.py", line 678 in __call__
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/unittest/suite.py", line 122 in run
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/unittest/suite.py", line 122 in run
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/unittest/suite.py", line 122 in run
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/unittest/suite.py", line 84 in __call__
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/unittest/runner.py", line 208 in run
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/support/__init__.py", line 1100 in _run_suite
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/support/__init__.py", line 1226 in run_unittest
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/libregrtest/runtest.py", line 281 in _test_module
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/libregrtest/runtest.py", line 317 in _runtest_inner2
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/libregrtest/runtest.py", line 360 in _runtest_inner
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/libregrtest/runtest.py", line 235 in _runtest
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/libregrtest/runtest.py", line 265 in runtest
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/libregrtest/main.py", line 352 in rerun_failed_tests
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/libregrtest/main.py", line 754 in _main
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/libregrtest/main.py", line 709 in main
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/libregrtest/main.py", line 773 in main
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/test/__main__.py", line 2 in <module>
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/runpy.py", line 88 in _run_code
File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/Lib/runpy.py", line 198 in _run_module_as_main
Extension modules: _testcapi (total: 1)
make: *** [buildbottest] Segmentation fault
Cannot open file '/home/dje/cpython-buildarea/3.x.edelsohn-rhel-z/build/test-results.xml' for upload