lib-python/3/test/test_capi::unmodified
== PyPy 3.12.14 (2ed20253003c, Sep 12 2026, 04:12:48) [PyPy 8.0.1-alpha0 with GCC Apple LLVM 16.0.0 (clang-1600.0.26.6)] == macOS-15.7.7-arm64-arm-64bit little-endian == Python build: release with_assert == cwd: /private/tmp/buildbot-arm64/pytest/test_python_worker_78923æ == CPU count: 8 == encodings: locale=UTF-8 FS=utf-8 == resources (3): curses,gui,network Using random seed: 1553131432 Raised RLIMIT_NOFILE: 256 -> 1024 0:00:00 load avg: 2.06 Run 1 test sequentially in a single process 0:00:00 load avg: 2.06 [1/1] test_capi test_mapping_check (test.test_capi.test_abstract.CAPITest.test_mapping_check) ... ok test_mapping_delitemstring (test.test_capi.test_abstract.CAPITest.test_mapping_delitemstring) ... ok test_mapping_getitemstring (test.test_capi.test_abstract.CAPITest.test_mapping_getitemstring) ... ok test_mapping_haskey (test.test_capi.test_abstract.CAPITest.test_mapping_haskey) ... ok test_mapping_haskeystring (test.test_capi.test_abstract.CAPITest.test_mapping_haskeystring) ... ok test_mapping_keys_valuesitems (test.test_capi.test_abstract.CAPITest.test_mapping_keys_valuesitems) ... ok test_mapping_keys_valuesitems_bad_arg (test.test_capi.test_abstract.CAPITest.test_mapping_keys_valuesitems_bad_arg) ... ok test_mapping_setitemstring (test.test_capi.test_abstract.CAPITest.test_mapping_setitemstring) ... ok test_mapping_size (test.test_capi.test_abstract.CAPITest.test_mapping_size) ... ok test_object_ascii (test.test_capi.test_abstract.CAPITest.test_object_ascii) ... ok test_object_bytes (test.test_capi.test_abstract.CAPITest.test_object_bytes) ... ok test_object_delattr (test.test_capi.test_abstract.CAPITest.test_object_delattr) ... ok test_object_delattrstring (test.test_capi.test_abstract.CAPITest.test_object_delattrstring) ... ok test_object_delitem (test.test_capi.test_abstract.CAPITest.test_object_delitem) ... ok test_object_getattr (test.test_capi.test_abstract.CAPITest.test_object_getattr) ... ok test_object_getattrstring (test.test_capi.test_abstract.CAPITest.test_object_getattrstring) ... ok test_object_getitem (test.test_capi.test_abstract.CAPITest.test_object_getitem) ... ok test_object_hasattr (test.test_capi.test_abstract.CAPITest.test_object_hasattr) ... ok test_object_hasattrstring (test.test_capi.test_abstract.CAPITest.test_object_hasattrstring) ... ok test_object_repr (test.test_capi.test_abstract.CAPITest.test_object_repr) ... ok test_object_setattr (test.test_capi.test_abstract.CAPITest.test_object_setattr) ... ok test_object_setattrstring (test.test_capi.test_abstract.CAPITest.test_object_setattrstring) ... ok test_object_setitem (test.test_capi.test_abstract.CAPITest.test_object_setitem) ... ok test_object_str (test.test_capi.test_abstract.CAPITest.test_object_str) ... ok test_sequence_check (test.test_capi.test_abstract.CAPITest.test_sequence_check) ... ok test_sequence_concat (test.test_capi.test_abstract.CAPITest.test_sequence_concat) ... ok test_sequence_contains (test.test_capi.test_abstract.CAPITest.test_sequence_contains) ... ok test_sequence_count (test.test_capi.test_abstract.CAPITest.test_sequence_count) ... ok test_sequence_delitem (test.test_capi.test_abstract.CAPITest.test_sequence_delitem) ... ok test_sequence_delslice (test.test_capi.test_abstract.CAPITest.test_sequence_delslice) ... ok test_sequence_getitem (test.test_capi.test_abstract.CAPITest.test_sequence_getitem) ... ok test_sequence_index (test.test_capi.test_abstract.CAPITest.test_sequence_index) ... ok test_sequence_inplaceconcat (test.test_capi.test_abstract.CAPITest.test_sequence_inplaceconcat) ... ok test_sequence_inplacerepeat (test.test_capi.test_abstract.CAPITest.test_sequence_inplacerepeat) ... ok test_sequence_list (test.test_capi.test_abstract.CAPITest.test_sequence_list) ... ok test_sequence_repeat (test.test_capi.test_abstract.CAPITest.test_sequence_repeat) ... ok test_sequence_setitem (test.test_capi.test_abstract.CAPITest.test_sequence_setitem) ... ok test_sequence_setslice (test.test_capi.test_abstract.CAPITest.test_sequence_setslice) ... ok test_sequence_size (test.test_capi.test_abstract.CAPITest.test_sequence_size) ... ok test_sequence_tuple (test.test_capi.test_abstract.CAPITest.test_sequence_tuple) ... ok test_asstring (test.test_capi.test_bytearray.CAPITest.test_asstring) Test PyByteArray_AsString() ... ok test_check (test.test_capi.test_bytearray.CAPITest.test_check) ... ok test_checkexact (test.test_capi.test_bytearray.CAPITest.test_checkexact) ... ok test_concat (test.test_capi.test_bytearray.CAPITest.test_concat) Test PyByteArray_Concat() ... ok test_fromobject (test.test_capi.test_bytearray.CAPITest.test_fromobject) ... ok test_fromstringandsize (test.test_capi.test_bytearray.CAPITest.test_fromstringandsize) ... ok test_resize (test.test_capi.test_bytearray.CAPITest.test_resize) Test PyByteArray_Resize() ... ok test_size (test.test_capi.test_bytearray.CAPITest.test_size) ... ok test_asstring (test.test_capi.test_bytes.CAPITest.test_asstring) Test PyBytes_AsString() ... ok test_asstringandsize (test.test_capi.test_bytes.CAPITest.test_asstringandsize) Test PyBytes_AsStringAndSize() ... ok test_check (test.test_capi.test_bytes.CAPITest.test_check) ... ok test_checkexact (test.test_capi.test_bytes.CAPITest.test_checkexact) ... ok test_concat (test.test_capi.test_bytes.CAPITest.test_concat) Test PyBytes_Concat() ... ok test_concatanddel (test.test_capi.test_bytes.CAPITest.test_concatanddel) Test PyBytes_ConcatAndDel() ... ok test_decodeescape (test.test_capi.test_bytes.CAPITest.test_decodeescape) Test PyBytes_DecodeEscape() ... ok test_fromobject (test.test_capi.test_bytes.CAPITest.test_fromobject) ... ok test_fromstring (test.test_capi.test_bytes.CAPITest.test_fromstring) ... ok test_fromstringandsize (test.test_capi.test_bytes.CAPITest.test_fromstringandsize) ... ok test_repr (test.test_capi.test_bytes.CAPITest.test_repr) ... skipped '' test_size (test.test_capi.test_bytes.CAPITest.test_size) ... ok test_asasciistring (test.test_capi.test_codecs.CAPITest.test_asasciistring) Test PyUnicode_AsASCIIString() ... ok test_ascharmapstring (test.test_capi.test_codecs.CAPITest.test_ascharmapstring) Test PyUnicode_AsCharmapString() ... skipped '' test_asencodedstring (test.test_capi.test_codecs.CAPITest.test_asencodedstring) Test PyUnicode_AsEncodedString() ... ok test_aslatin1string (test.test_capi.test_codecs.CAPITest.test_aslatin1string) Test PyUnicode_AsLatin1String() ... ok test_asrawunicodeescapestring (test.test_capi.test_codecs.CAPITest.test_asrawunicodeescapestring) Test PyUnicode_AsRawUnicodeEscapeString() ... ok test_asunicodeescapestring (test.test_capi.test_codecs.CAPITest.test_asunicodeescapestring) Test PyUnicode_AsUnicodeEscapeString() ... ok test_asutf16string (test.test_capi.test_codecs.CAPITest.test_asutf16string) Test PyUnicode_AsUTF16String() ... ok test_asutf32string (test.test_capi.test_codecs.CAPITest.test_asutf32string) Test PyUnicode_AsUTF32String() ... ok test_asutf8string (test.test_capi.test_codecs.CAPITest.test_asutf8string) Test PyUnicode_AsUTF8String() ... ok test_decode (test.test_capi.test_codecs.CAPITest.test_decode) Test PyUnicode_Decode() ... ok test_decodeascii (test.test_capi.test_codecs.CAPITest.test_decodeascii) Test PyUnicode_DecodeASCII() ... ok test_decodecharmap (test.test_capi.test_codecs.CAPITest.test_decodecharmap) Test PyUnicode_DecodeCharmap() ... skipped '' test_decodelatin1 (test.test_capi.test_codecs.CAPITest.test_decodelatin1) Test PyUnicode_DecodeLatin1() ... ok test_decoderawunicodeescape (test.test_capi.test_codecs.CAPITest.test_decoderawunicodeescape) Test PyUnicode_DecodeRawUnicodeEscape() ... ok test_decodeunicodeescape (test.test_capi.test_codecs.CAPITest.test_decodeunicodeescape) Test PyUnicode_DecodeUnicodeEscape() ... ok test_decodeutf16 (test.test_capi.test_codecs.CAPITest.test_decodeutf16) Test PyUnicode_DecodeUTF16() ... ok test_decodeutf16stateful (test.test_capi.test_codecs.CAPITest.test_decodeutf16stateful) Test PyUnicode_DecodeUTF16Stateful() ... skipped '' test_decodeutf32 (test.test_capi.test_codecs.CAPITest.test_decodeutf32) Test PyUnicode_DecodeUTF8() ... ok test_decodeutf32stateful (test.test_capi.test_codecs.CAPITest.test_decodeutf32stateful) Test PyUnicode_DecodeUTF32Stateful() ... skipped '' test_decodeutf8 (test.test_capi.test_codecs.CAPITest.test_decodeutf8) Test PyUnicode_DecodeUTF8() ... ok test_decodeutf8stateful (test.test_capi.test_codecs.CAPITest.test_decodeutf8stateful) Test PyUnicode_DecodeUTF8Stateful() ... skipped '' test_fromencodedobject (test.test_capi.test_codecs.CAPITest.test_fromencodedobject) Test PyUnicode_FromEncodedObject() ... ok test_asccomplex (test.test_capi.test_complex.CAPIComplexTest.test_asccomplex) ... ok test_check (test.test_capi.test_complex.CAPIComplexTest.test_check) ... ok test_checkexact (test.test_capi.test_complex.CAPIComplexTest.test_checkexact) ... ok test_fromccomplex (test.test_capi.test_complex.CAPIComplexTest.test_fromccomplex) ... ok test_fromdoubles (test.test_capi.test_complex.CAPIComplexTest.test_fromdoubles) ... ok test_imagasdouble (test.test_capi.test_complex.CAPIComplexTest.test_imagasdouble) ... ok test_py_c_abs (test.test_capi.test_complex.CAPIComplexTest.test_py_c_abs) ... ok test_py_c_diff (test.test_capi.test_complex.CAPIComplexTest.test_py_c_diff) ... ok test_py_c_neg (test.test_capi.test_complex.CAPIComplexTest.test_py_c_neg) ... ok test_py_c_pow (test.test_capi.test_complex.CAPIComplexTest.test_py_c_pow) ... ok test_py_c_prod (test.test_capi.test_complex.CAPIComplexTest.test_py_c_prod) ... ok test_py_c_quot (test.test_capi.test_complex.CAPIComplexTest.test_py_c_quot) ... ok test_py_c_sum (test.test_capi.test_complex.CAPIComplexTest.test_py_c_sum) ... ok test_realasdouble (test.test_capi.test_complex.CAPIComplexTest.test_realasdouble) ... ok test_dict_check (test.test_capi.test_dict.CAPITest.test_dict_check) ... ok test_dict_checkexact (test.test_capi.test_dict.CAPITest.test_dict_checkexact) ... ok test_dict_clear (test.test_capi.test_dict.CAPITest.test_dict_clear) ... ok test_dict_contains (test.test_capi.test_dict.CAPITest.test_dict_contains) ... ok test_dict_copy (test.test_capi.test_dict.CAPITest.test_dict_copy) ... ok test_dict_delitem (test.test_capi.test_dict.CAPITest.test_dict_delitem) ... ok test_dict_delitemstring (test.test_capi.test_dict.CAPITest.test_dict_delitemstring) ... ok test_dict_getitem (test.test_capi.test_dict.CAPITest.test_dict_getitem) ... ok test_dict_getitemstring (test.test_capi.test_dict.CAPITest.test_dict_getitemstring) ... ok test_dict_getitemwitherror (test.test_capi.test_dict.CAPITest.test_dict_getitemwitherror) ... ok test_dict_keys_valuesitems_bad_arg (test.test_capi.test_dict.CAPITest.test_dict_keys_valuesitems_bad_arg) ... ok test_dict_merge (test.test_capi.test_dict.CAPITest.test_dict_merge) ... ok test_dict_mergefromseq2 (test.test_capi.test_dict.CAPITest.test_dict_mergefromseq2) ... skipped '' test_dict_new (test.test_capi.test_dict.CAPITest.test_dict_new) ... ok test_dict_next (test.test_capi.test_dict.CAPITest.test_dict_next) ... ok test_dict_setdefault (test.test_capi.test_dict.CAPITest.test_dict_setdefault) ... ok test_dict_setitem (test.test_capi.test_dict.CAPITest.test_dict_setitem) ... ok test_dict_setitemstring (test.test_capi.test_dict.CAPITest.test_dict_setitemstring) ... ok test_dict_size (test.test_capi.test_dict.CAPITest.test_dict_size) ... ok test_dict_update (test.test_capi.test_dict.CAPITest.test_dict_update) ... ok test_dictproxy_new (test.test_capi.test_dict.CAPITest.test_dictproxy_new) ... ok test_mapping_keys_valuesitems (test.test_capi.test_dict.CAPITest.test_mapping_keys_valuesitems) ... ok test_eval_get_func_desc (test.test_capi.test_eval.Tests.test_eval_get_func_desc) ... ok test_eval_get_func_name (test.test_capi.test_eval.Tests.test_eval_get_func_name) ... ok test_eval_get_recursion_limit (test.test_capi.test_eval.Tests.test_eval_get_recursion_limit) ... ok test_eval_getbuiltins (test.test_capi.test_eval.Tests.test_eval_getbuiltins) ... skipped 'implementation detail specific to cpython' test_eval_getframe (test.test_capi.test_eval.Tests.test_eval_getframe) ... ok test_eval_getglobals (test.test_capi.test_eval.Tests.test_eval_getglobals) ... ok test_eval_getlocals (test.test_capi.test_eval.Tests.test_eval_getlocals) ... ok test_eval_set_recursion_limit (test.test_capi.test_eval.Tests.test_eval_set_recursion_limit) ... ok test_custom_locals (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_custom_locals) ... ok test_simple (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_simple) ... ok test_with_args (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_args) ... ok test_with_closure (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_closure) ... ok test_with_default (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_default) ... ok test_with_kwarg_default (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_kwarg_default) ... ok test_with_kwargs (test.test_capi.test_eval_code_ex.PyEval_EvalCodeExTests.test_with_kwargs) ... ok test_err_restore (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_err_restore) ... ok test_err_set_raised (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_err_set_raised) ... ok test_err_writeunraisable (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_err_writeunraisable) ... ok test_format (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_format) Test PyErr_Format() ... skipped 'implementation detail specific to cpython' test_set_object (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_set_object) ... ok test_set_object_and_fetch (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_set_object_and_fetch) ... ok test_set_string (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_set_string) Test PyErr_SetString() ... ok test_setfromerrnowithfilename (test.test_capi.test_exceptions.Test_ErrSetAndRestore.test_setfromerrnowithfilename) Test PyErr_SetFromErrnoWithFilename() ... ok test_exc_info (test.test_capi.test_exceptions.Test_Exceptions.test_exc_info) ... ok test_exception (test.test_capi.test_exceptions.Test_Exceptions.test_exception) ... ok test_fatal_error (test.test_capi.test_exceptions.Test_FatalError.test_fatal_error) ... skipped "pypy's builtins are different" test_invalid_args (test.test_capi.test_exceptions.Test_PyUnstable_Exc_PrepReraiseStar.test_invalid_args) ... skipped '' test_nothing_to_reraise (test.test_capi.test_exceptions.Test_PyUnstable_Exc_PrepReraiseStar.test_nothing_to_reraise) ... skipped '' test_raise_orig_parts (test.test_capi.test_exceptions.Test_PyUnstable_Exc_PrepReraiseStar.test_raise_orig_parts) ... skipped '' test_raise_with_new_exceptions (test.test_capi.test_exceptions.Test_PyUnstable_Exc_PrepReraiseStar.test_raise_with_new_exceptions) ... skipped '' test_reraise_orig (test.test_capi.test_exceptions.Test_PyUnstable_Exc_PrepReraiseStar.test_reraise_orig) ... skipped '' test_pyfile_fromfd (test.test_capi.test_file.CAPIFileTest.test_pyfile_fromfd) ... ok test_pyfile_getline (test.test_capi.test_file.CAPIFileTest.test_pyfile_getline) ... ok test_pyfile_newstdprinter (test.test_capi.test_file.CAPIFileTest.test_pyfile_newstdprinter) ... skipped 'requires _testcapi.pyfile_newstdprinter' test_pyfile_newstdprinter_write (test.test_capi.test_file.CAPIFileTest.test_pyfile_newstdprinter_write) ... skipped 'requires _testcapi.pyfile_newstdprinter' test_pyfile_writeobject (test.test_capi.test_file.CAPIFileTest.test_pyfile_writeobject) ... ok test_pyfile_writestring (test.test_capi.test_file.CAPIFileTest.test_pyfile_writestring) ... ok test_pyobject_asfiledescriptor (test.test_capi.test_file.CAPIFileTest.test_pyobject_asfiledescriptor) ... ok test_asdouble (test.test_capi.test_float.CAPIFloatTest.test_asdouble) ... ok test_check (test.test_capi.test_float.CAPIFloatTest.test_check) ... ok test_checkexact (test.test_capi.test_float.CAPIFloatTest.test_checkexact) ... ok test_fromdouble (test.test_capi.test_float.CAPIFloatTest.test_fromdouble) ... ok test_fromstring (test.test_capi.test_float.CAPIFloatTest.test_fromstring) ... ok test_getinfo (test.test_capi.test_float.CAPIFloatTest.test_getinfo) ... ok test_getmax (test.test_capi.test_float.CAPIFloatTest.test_getmax) ... ok test_getmin (test.test_capi.test_float.CAPIFloatTest.test_getmin) ... ok test_pack (test.test_capi.test_float.CAPIFloatTest.test_pack) ... ok test_pack_unpack_roundtrip (test.test_capi.test_float.CAPIFloatTest.test_pack_unpack_roundtrip) ... ok test_unpack (test.test_capi.test_float.CAPIFloatTest.test_unpack) ... ok test_p (test.test_capi.test_getargs.Boolean_TestCase.test_p) ... ok test_c (test.test_capi.test_getargs.Bytes_TestCase.test_c) ... ok test_w_star (test.test_capi.test_getargs.Bytes_TestCase.test_w_star) ... ok test_y (test.test_capi.test_getargs.Bytes_TestCase.test_y) ... ok test_y_hash (test.test_capi.test_getargs.Bytes_TestCase.test_y_hash) ... ok test_y_star (test.test_capi.test_getargs.Bytes_TestCase.test_y_star) ... ok test_D (test.test_capi.test_getargs.Float_TestCase.test_D) ... ok test_d (test.test_capi.test_getargs.Float_TestCase.test_d) ... ok test_f (test.test_capi.test_getargs.Float_TestCase.test_f) ... ok test_f_rounding (test.test_capi.test_getargs.Float_TestCase.test_f_rounding) ... ok test_invalid_keyword (test.test_capi.test_getargs.KeywordOnly_TestCase.test_invalid_keyword) ... ok test_keyword_args (test.test_capi.test_getargs.KeywordOnly_TestCase.test_keyword_args) ... ok test_mixed_args (test.test_capi.test_getargs.KeywordOnly_TestCase.test_mixed_args) ... ok test_optional_args (test.test_capi.test_getargs.KeywordOnly_TestCase.test_optional_args) ... ok test_positional_args (test.test_capi.test_getargs.KeywordOnly_TestCase.test_positional_args) ... ok test_required_args (test.test_capi.test_getargs.KeywordOnly_TestCase.test_required_args) ... ok test_surrogate_keyword (test.test_capi.test_getargs.KeywordOnly_TestCase.test_surrogate_keyword) ... ok test_too_many_args (test.test_capi.test_getargs.KeywordOnly_TestCase.test_too_many_args) ... ok test_weird_str_subclass (test.test_capi.test_getargs.KeywordOnly_TestCase.test_weird_str_subclass) ... ok test_weird_str_subclass2 (test.test_capi.test_getargs.KeywordOnly_TestCase.test_weird_str_subclass2) ... ok test_invalid_keyword (test.test_capi.test_getargs.Keywords_TestCase.test_invalid_keyword) ... ok test_keyword_args (test.test_capi.test_getargs.Keywords_TestCase.test_keyword_args) ... ok test_kwargs (test.test_capi.test_getargs.Keywords_TestCase.test_kwargs) ... ok test_mixed_args (test.test_capi.test_getargs.Keywords_TestCase.test_mixed_args) ... ok test_optional_args (test.test_capi.test_getargs.Keywords_TestCase.test_optional_args) ... ok test_positional_args (test.test_capi.test_getargs.Keywords_TestCase.test_positional_args) ... ok test_required_args (test.test_capi.test_getargs.Keywords_TestCase.test_required_args) ... ok test_surrogate_keyword (test.test_capi.test_getargs.Keywords_TestCase.test_surrogate_keyword) ... ok test_too_many_args (test.test_capi.test_getargs.Keywords_TestCase.test_too_many_args) ... ok test_K (test.test_capi.test_getargs.LongLong_TestCase.test_K) ... ok test_L (test.test_capi.test_getargs.LongLong_TestCase.test_L) ... ok test_S (test.test_capi.test_getargs.Object_TestCase.test_S) ... ok test_U (test.test_capi.test_getargs.Object_TestCase.test_U) ... ok test_Y (test.test_capi.test_getargs.Object_TestCase.test_Y) ... ok test_bad_use (test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_bad_use) ... ok test_basic (test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_basic) ... ok test_parse_tuple_and_keywords (test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_parse_tuple_and_keywords) ... ok test_positional_only (test.test_capi.test_getargs.ParseTupleAndKeywords_Test.test_positional_only) ... ok test_empty_keyword (test.test_capi.test_getargs.PositionalOnlyAndKeywords_TestCase.test_empty_keyword) ... ok test_mixed_args (test.test_capi.test_getargs.PositionalOnlyAndKeywords_TestCase.test_mixed_args) ... ok test_optional_args (test.test_capi.test_getargs.PositionalOnlyAndKeywords_TestCase.test_optional_args) ... ok test_positional_args (test.test_capi.test_getargs.PositionalOnlyAndKeywords_TestCase.test_positional_args) ... ok test_required_args (test.test_capi.test_getargs.PositionalOnlyAndKeywords_TestCase.test_required_args) ... ok test_h (test.test_capi.test_getargs.Signed_TestCase.test_h) ... ok test_i (test.test_capi.test_getargs.Signed_TestCase.test_i) ... ok test_l (test.test_capi.test_getargs.Signed_TestCase.test_l) ... ok test_n (test.test_capi.test_getargs.Signed_TestCase.test_n) ... ok test_skipitem (test.test_capi.test_getargs.SkipitemTest.test_skipitem) If this test failed, you probably added a new "format unit" ... ok test_skipitem_with_suffix (test.test_capi.test_getargs.SkipitemTest.test_skipitem_with_suffix) ... ok test_C (test.test_capi.test_getargs.String_TestCase.test_C) ... ok test_Z (test.test_capi.test_getargs.String_TestCase.test_Z) ... skipped 'requires legacy Unicode C API' test_Z_hash (test.test_capi.test_getargs.String_TestCase.test_Z_hash) ... skipped 'requires legacy Unicode C API' test_es (test.test_capi.test_getargs.String_TestCase.test_es) ... ok test_es_hash (test.test_capi.test_getargs.String_TestCase.test_es_hash) ... ok test_et (test.test_capi.test_getargs.String_TestCase.test_et) ... ok test_et_hash (test.test_capi.test_getargs.String_TestCase.test_et_hash) ... ok test_gh_99240_clear_args (test.test_capi.test_getargs.String_TestCase.test_gh_99240_clear_args) ... ok test_s (test.test_capi.test_getargs.String_TestCase.test_s) ... ok test_s_hash (test.test_capi.test_getargs.String_TestCase.test_s_hash) ... ok test_s_hash_int (test.test_capi.test_getargs.String_TestCase.test_s_hash_int) ... ok test_s_star (test.test_capi.test_getargs.String_TestCase.test_s_star) ... ok test_u (test.test_capi.test_getargs.String_TestCase.test_u) ... skipped 'requires legacy Unicode C API' test_u_hash (test.test_capi.test_getargs.String_TestCase.test_u_hash) ... skipped 'requires legacy Unicode C API' test_z (test.test_capi.test_getargs.String_TestCase.test_z) ... ok test_z_hash (test.test_capi.test_getargs.String_TestCase.test_z_hash) ... ok test_z_star (test.test_capi.test_getargs.String_TestCase.test_z_star) ... ok test (test.test_capi.test_getargs.Test6012.test) ... skipped 'relies on refcount semantics' test_L_code (test.test_capi.test_getargs.Test_testcapi.test_L_code) ... ok test_gh_119213 (test.test_capi.test_getargs.Test_testcapi.test_gh_119213) ... skipped 'needs _testinternalcapi' test_k_code (test.test_capi.test_getargs.Test_testcapi.test_k_code) ... ok test_nested_tuple (test.test_capi.test_getargs.Test_testcapi.test_nested_tuple) ... ok test_s_code (test.test_capi.test_getargs.Test_testcapi.test_s_code) ... ok test_args (test.test_capi.test_getargs.Tuple_TestCase.test_args) ... ok test_tuple (test.test_capi.test_getargs.Tuple_TestCase.test_tuple) ... ok test_B (test.test_capi.test_getargs.Unsigned_TestCase.test_B) ... ok test_H (test.test_capi.test_getargs.Unsigned_TestCase.test_H) ... ok test_I (test.test_capi.test_getargs.Unsigned_TestCase.test_I) ... ok test_b (test.test_capi.test_getargs.Unsigned_TestCase.test_b) ... ok test_k (test.test_capi.test_getargs.Unsigned_TestCase.test_k) ... ok test_immortal_builtins (test.test_capi.test_immortal.TestCAPI.test_immortal_builtins) ... ok test_immortal_small_ints (test.test_capi.test_immortal.TestCAPI.test_immortal_small_ints) ... skipped 'requires _testcapi.test_immortal_small_ints' test_addmodule (test.test_capi.test_import.ImportTests.test_addmodule) ... ok test_addmoduleobject (test.test_capi.test_import.ImportTests.test_addmoduleobject) ... ok test_executecodemodule (test.test_capi.test_import.ImportTests.test_executecodemodule) ... ok test_executecodemoduleex (test.test_capi.test_import.ImportTests.test_executecodemoduleex) ... ok test_executecodemoduleobject (test.test_capi.test_import.ImportTests.test_executecodemoduleobject) ... skipped 'not implemented by PyPy' test_executecodemodulewithpathnames (test.test_capi.test_import.ImportTests.test_executecodemodulewithpathnames) ... skipped 'not implemented by PyPy' test_getmagicnumber (test.test_capi.test_import.ImportTests.test_getmagicnumber) ... ok test_getmagictag (test.test_capi.test_import.ImportTests.test_getmagictag) ... ok test_getmodule (test.test_capi.test_import.ImportTests.test_getmodule) ... ok test_getmoduledict (test.test_capi.test_import.ImportTests.test_getmoduledict) ... ok test_import (test.test_capi.test_import.ImportTests.test_import) ... ok test_importfrozenmodule (test.test_capi.test_import.ImportTests.test_importfrozenmodule) ... skipped 'no frozen modules' test_importfrozenmoduleobject (test.test_capi.test_import.ImportTests.test_importfrozenmoduleobject) ... skipped 'no frozen modules' test_importmodule (test.test_capi.test_import.ImportTests.test_importmodule) ... ok test_importmoduleex (test.test_capi.test_import.ImportTests.test_importmoduleex) ... ok test_importmodulelevel (test.test_capi.test_import.ImportTests.test_importmodulelevel) ... ok test_importmodulelevelobject (test.test_capi.test_import.ImportTests.test_importmodulelevelobject) ... ok test_importmodulenoblock (test.test_capi.test_import.ImportTests.test_importmodulenoblock) ... ok test_check (test.test_capi.test_list.CAPITest.test_check) ... ok test_list_append (test.test_capi.test_list.CAPITest.test_list_append) ... ok test_list_astuple (test.test_capi.test_list.CAPITest.test_list_astuple) ... ok test_list_check_exact (test.test_capi.test_list.CAPITest.test_list_check_exact) ... ok test_list_get_item (test.test_capi.test_list.CAPITest.test_list_get_item) ... ok test_list_get_size (test.test_capi.test_list.CAPITest.test_list_get_size) ... ok test_list_getitem (test.test_capi.test_list.CAPITest.test_list_getitem) ... ok test_list_getslice (test.test_capi.test_list.CAPITest.test_list_getslice) ... ok test_list_insert (test.test_capi.test_list.CAPITest.test_list_insert) ... ok test_list_new (test.test_capi.test_list.CAPITest.test_list_new) ... ok test_list_reverse (test.test_capi.test_list.CAPITest.test_list_reverse) ... ok test_list_set_item (test.test_capi.test_list.CAPITest.test_list_set_item) ... ok test_list_setitem (test.test_capi.test_list.CAPITest.test_list_setitem) ... ok test_list_setslice (test.test_capi.test_list.CAPITest.test_list_setslice) ... ok test_list_size (test.test_capi.test_list.CAPITest.test_list_size) ... ok test_list_sort (test.test_capi.test_list.CAPITest.test_list_sort) ... ok test_compact (test.test_capi.test_long.LongTests.test_compact) ... skipped '' test_compact_known (test.test_capi.test_long.LongTests.test_compact_known) ... skipped '' test_long_as_size_t (test.test_capi.test_long.LongTests.test_long_as_size_t) ... ok test_long_as_ssize_t (test.test_capi.test_long.LongTests.test_long_as_ssize_t) ... ok test_long_asdouble (test.test_capi.test_long.LongTests.test_long_asdouble) ... ok test_long_aslong (test.test_capi.test_long.LongTests.test_long_aslong) ... ok test_long_aslongandoverflow (test.test_capi.test_long.LongTests.test_long_aslongandoverflow) ... ok test_long_aslonglong (test.test_capi.test_long.LongTests.test_long_aslonglong) ... ok test_long_aslonglongandoverflow (test.test_capi.test_long.LongTests.test_long_aslonglongandoverflow) ... ok test_long_aspid (test.test_capi.test_long.LongTests.test_long_aspid) ... ok test_long_asunsignedlong (test.test_capi.test_long.LongTests.test_long_asunsignedlong) ... ok test_long_asunsignedlonglong (test.test_capi.test_long.LongTests.test_long_asunsignedlonglong) ... ok test_long_asunsignedlonglongmask (test.test_capi.test_long.LongTests.test_long_asunsignedlonglongmask) ... ok test_long_asunsignedlongmask (test.test_capi.test_long.LongTests.test_long_asunsignedlongmask) ... ok test_long_asvoidptr (test.test_capi.test_long.LongTests.test_long_asvoidptr) ... ok test_long_check (test.test_capi.test_long.LongTests.test_long_check) ... ok test_long_checkexact (test.test_capi.test_long.LongTests.test_long_checkexact) ... ok test_long_fromdouble (test.test_capi.test_long.LongTests.test_long_fromdouble) ... ok test_long_fromstring (test.test_capi.test_long.LongTests.test_long_fromstring) ... ok test_long_fromunicodeobject (test.test_capi.test_long.LongTests.test_long_fromunicodeobject) ... ok test_long_fromvoidptr (test.test_capi.test_long.LongTests.test_long_fromvoidptr) ... ok test_api_misuse (test.test_capi.test_mem.PyMemDebugTests.test_api_misuse) ... skipped 'implementation detail specific to cpython' test_buffer_overflow (test.test_capi.test_mem.PyMemDebugTests.test_buffer_overflow) ... skipped 'implementation detail specific to cpython' test_pymem_malloc_without_gil (test.test_capi.test_mem.PyMemDebugTests.test_pymem_malloc_without_gil) ... skipped 'implementation detail specific to cpython' test_pyobject_forbidden_bytes_is_freed (test.test_capi.test_mem.PyMemDebugTests.test_pyobject_forbidden_bytes_is_freed) ... skipped 'implementation detail specific to cpython' test_pyobject_freed_is_freed (test.test_capi.test_mem.PyMemDebugTests.test_pyobject_freed_is_freed) ... skipped 'implementation detail specific to cpython' test_pyobject_malloc_without_gil (test.test_capi.test_mem.PyMemDebugTests.test_pyobject_malloc_without_gil) ... skipped 'implementation detail specific to cpython' test_pyobject_null_is_freed (test.test_capi.test_mem.PyMemDebugTests.test_pyobject_null_is_freed) ... skipped 'implementation detail specific to cpython' test_pyobject_uninitialized_is_freed (test.test_capi.test_mem.PyMemDebugTests.test_pyobject_uninitialized_is_freed) ... skipped 'implementation detail specific to cpython' test_set_nomemory (test.test_capi.test_mem.PyMemDebugTests.test_set_nomemory) ... skipped 'implementation detail specific to cpython' test_api_misuse (test.test_capi.test_mem.PyMemDefaultTests.test_api_misuse) ... skipped 'need Py_DEBUG' test_buffer_overflow (test.test_capi.test_mem.PyMemDefaultTests.test_buffer_overflow) ... skipped 'need Py_DEBUG' test_pymem_malloc_without_gil (test.test_capi.test_mem.PyMemDefaultTests.test_pymem_malloc_without_gil) ... skipped 'need Py_DEBUG' test_pyobject_forbidden_bytes_is_freed (test.test_capi.test_mem.PyMemDefaultTests.test_pyobject_forbidden_bytes_is_freed) ... skipped 'need Py_DEBUG' test_pyobject_freed_is_freed (test.test_capi.test_mem.PyMemDefaultTests.test_pyobject_freed_is_freed) ... skipped 'need Py_DEBUG' test_pyobject_malloc_without_gil (test.test_capi.test_mem.PyMemDefaultTests.test_pyobject_malloc_without_gil) ... skipped 'need Py_DEBUG' test_pyobject_null_is_freed (test.test_capi.test_mem.PyMemDefaultTests.test_pyobject_null_is_freed) ... skipped 'need Py_DEBUG' test_pyobject_uninitialized_is_freed (test.test_capi.test_mem.PyMemDefaultTests.test_pyobject_uninitialized_is_freed) ... skipped 'need Py_DEBUG' test_set_nomemory (test.test_capi.test_mem.PyMemDefaultTests.test_set_nomemory) ... skipped 'need Py_DEBUG' test_api_misuse (test.test_capi.test_mem.PyMemMallocDebugTests.test_api_misuse) ... skipped 'implementation detail specific to cpython' test_buffer_overflow (test.test_capi.test_mem.PyMemMallocDebugTests.test_buffer_overflow) ... skipped 'implementation detail specific to cpython' test_pymem_malloc_without_gil (test.test_capi.test_mem.PyMemMallocDebugTests.test_pymem_malloc_without_gil) ... skipped 'implementation detail specific to cpython' test_pyobject_forbidden_bytes_is_freed (test.test_capi.test_mem.PyMemMallocDebugTests.test_pyobject_forbidden_bytes_is_freed) ... skipped 'implementation detail specific to cpython' test_pyobject_freed_is_freed (test.test_capi.test_mem.PyMemMallocDebugTests.test_pyobject_freed_is_freed) ... skipped 'implementation detail specific to cpython' test_pyobject_malloc_without_gil (test.test_capi.test_mem.PyMemMallocDebugTests.test_pyobject_malloc_without_gil) ... skipped 'implementation detail specific to cpython' test_pyobject_null_is_freed (test.test_capi.test_mem.PyMemMallocDebugTests.test_pyobject_null_is_freed) ... skipped 'implementation detail specific to cpython' test_pyobject_uninitialized_is_freed (test.test_capi.test_mem.PyMemMallocDebugTests.test_pyobject_uninitialized_is_freed) ... skipped 'implementation detail specific to cpython' test_set_nomemory (test.test_capi.test_mem.PyMemMallocDebugTests.test_set_nomemory) ... skipped 'implementation detail specific to cpython' test_api_misuse (test.test_capi.test_mem.PyMemPymallocDebugTests.test_api_misuse) ... skipped 'need pymalloc' test_buffer_overflow (test.test_capi.test_mem.PyMemPymallocDebugTests.test_buffer_overflow) ... skipped 'need pymalloc' test_pymem_malloc_without_gil (test.test_capi.test_mem.PyMemPymallocDebugTests.test_pymem_malloc_without_gil) ... skipped 'need pymalloc' test_pyobject_forbidden_bytes_is_freed (test.test_capi.test_mem.PyMemPymallocDebugTests.test_pyobject_forbidden_bytes_is_freed) ... skipped 'need pymalloc' test_pyobject_freed_is_freed (test.test_capi.test_mem.PyMemPymallocDebugTests.test_pyobject_freed_is_freed) ... skipped 'need pymalloc' test_pyobject_malloc_without_gil (test.test_capi.test_mem.PyMemPymallocDebugTests.test_pyobject_malloc_without_gil) ... skipped 'need pymalloc' test_pyobject_null_is_freed (test.test_capi.test_mem.PyMemPymallocDebugTests.test_pyobject_null_is_freed) ... skipped 'need pymalloc' test_pyobject_uninitialized_is_freed (test.test_capi.test_mem.PyMemPymallocDebugTests.test_pyobject_uninitialized_is_freed) ... skipped 'need pymalloc' test_set_nomemory (test.test_capi.test_mem.PyMemPymallocDebugTests.test_set_nomemory) ... skipped 'need pymalloc' test_tp_bases_is_set (test.test_capi.test_misc.BuiltinStaticTypesTests.test_tp_bases_is_set) ... ok test_tp_mro_is_set (test.test_capi.test_misc.BuiltinStaticTypesTests.test_tp_mro_is_set) ... ok test_Py_CompileString (test.test_capi.test_misc.CAPITest.test_Py_CompileString) ... ok test_buildvalue (test.test_capi.test_misc.CAPITest.test_buildvalue) ... ok test_buildvalue_N (test.test_capi.test_misc.CAPITest.test_buildvalue_N) ... skipped 'checks refcounts' test_buildvalue_ints (test.test_capi.test_misc.CAPITest.test_buildvalue_ints) ... ok test_c_subclass_of_heap_ctype_with_del_modifying_dunder_class_only_decrefs_once (test.test_capi.test_misc.CAPITest.test_c_subclass_of_heap_ctype_with_del_modifying_dunder_class_only_decrefs_once) ... skipped 'implementation detail specific to cpython' test_c_subclass_of_heap_ctype_with_tpdealloc_decrefs_once (test.test_capi.test_misc.CAPITest.test_c_subclass_of_heap_ctype_with_tpdealloc_decrefs_once) ... skipped 'implementation detail specific to cpython' test_c_type_with_ipow (test.test_capi.test_misc.CAPITest.test_c_type_with_ipow) ... ok test_c_type_with_matrix_multiplication (test.test_capi.test_misc.CAPITest.test_c_type_with_matrix_multiplication) ... ok test_clear_managed_dict (test.test_capi.test_misc.CAPITest.test_clear_managed_dict) ... skipped '_PyObject_ClearManagedDict is CPython-internal' test_decref_freed_object (test.test_capi.test_misc.CAPITest.test_decref_freed_object) ... skipped 'need _testcapi.decref_freed_object()' test_docstring_signature_parsing (test.test_capi.test_misc.CAPITest.test_docstring_signature_parsing) ... ok test_export_symbols (test.test_capi.test_misc.CAPITest.test_export_symbols) ... skipped 'implementation detail specific to cpython' test_function_get_code (test.test_capi.test_misc.CAPITest.test_function_get_code) ... ok test_function_get_defaults (test.test_capi.test_misc.CAPITest.test_function_get_defaults) ... skipped '' test_function_get_globals (test.test_capi.test_misc.CAPITest.test_function_get_globals) ... ok test_function_get_kw_defaults (test.test_capi.test_misc.CAPITest.test_function_get_kw_defaults) ... skipped '' test_function_get_module (test.test_capi.test_misc.CAPITest.test_function_get_module) ... ok test_function_set_defaults (test.test_capi.test_misc.CAPITest.test_function_set_defaults) ... skipped '' test_function_set_kw_defaults (test.test_capi.test_misc.CAPITest.test_function_set_kw_defaults) ... skipped '' test_getitem_with_error (test.test_capi.test_misc.CAPITest.test_getitem_with_error) ... ok test_heap_ctype_doc_and_text_signature (test.test_capi.test_misc.CAPITest.test_heap_ctype_doc_and_text_signature) ... ok test_heaptype_with_buffer (test.test_capi.test_misc.CAPITest.test_heaptype_with_buffer) ... ok test_heaptype_with_custom_metaclass (test.test_capi.test_misc.CAPITest.test_heaptype_with_custom_metaclass) ... ok test_heaptype_with_custom_metaclass_custom_new (test.test_capi.test_misc.CAPITest.test_heaptype_with_custom_metaclass_custom_new) ... ok test_heaptype_with_custom_metaclass_deprecation (test.test_capi.test_misc.CAPITest.test_heaptype_with_custom_metaclass_deprecation) ... ok test_heaptype_with_custom_metaclass_null_new (test.test_capi.test_misc.CAPITest.test_heaptype_with_custom_metaclass_null_new) ... ok test_heaptype_with_dict (test.test_capi.test_misc.CAPITest.test_heaptype_with_dict) ... ok test_heaptype_with_managed_dict (test.test_capi.test_misc.CAPITest.test_heaptype_with_managed_dict) ... ok test_heaptype_with_managed_weakref (test.test_capi.test_misc.CAPITest.test_heaptype_with_managed_weakref) ... ok test_heaptype_with_negative_dict (test.test_capi.test_misc.CAPITest.test_heaptype_with_negative_dict) ... ok test_heaptype_with_setattro (test.test_capi.test_misc.CAPITest.test_heaptype_with_setattro) ... ok test_heaptype_with_weakref (test.test_capi.test_misc.CAPITest.test_heaptype_with_weakref) ... skipped 'weakrefs are not stored in the C struct' test_immutable_type_with_mutable_base (test.test_capi.test_misc.CAPITest.test_immutable_type_with_mutable_base) ... ok test_instancemethod (test.test_capi.test_misc.CAPITest.test_instancemethod) ... ok test_memoryview_from_NULL_pointer (test.test_capi.test_misc.CAPITest.test_memoryview_from_NULL_pointer) ... ok test_multiple_inheritance_ctypes_with_weakref_or_dict (test.test_capi.test_misc.CAPITest.test_multiple_inheritance_ctypes_with_weakref_or_dict) ... skipped "PyPy's layout check is more permissive" test_multiple_inheritance_ctypes_with_weakref_or_dict_and_other_builtin (test.test_capi.test_misc.CAPITest.test_multiple_inheritance_ctypes_with_weakref_or_dict_and_other_builtin) ... skipped "PyPy's layout check is more permissive" test_negative_refcount (test.test_capi.test_misc.CAPITest.test_negative_refcount) ... skipped 'need _testcapi.negative_refcount()' test_no_FatalError_infinite_loop (test.test_capi.test_misc.CAPITest.test_no_FatalError_infinite_loop) ... skipped "checks CPython's fatal error wording" test_null_type_doc (test.test_capi.test_misc.CAPITest.test_null_type_doc) ... ok test_pynumber_tobase (test.test_capi.test_misc.CAPITest.test_pynumber_tobase) ... ok test_pyobject_bytes_from_null (test.test_capi.test_misc.CAPITest.test_pyobject_bytes_from_null) ... ok test_pyobject_repr_from_null (test.test_capi.test_misc.CAPITest.test_pyobject_repr_from_null) ... ok test_pyobject_str_from_null (test.test_capi.test_misc.CAPITest.test_pyobject_str_from_null) ... ok test_pytype_fromspec_with_repeated_slots (test.test_capi.test_misc.CAPITest.test_pytype_fromspec_with_repeated_slots) ... ok test_return_null_without_error (test.test_capi.test_misc.CAPITest.test_return_null_without_error) ... ok test_return_result_with_error (test.test_capi.test_misc.CAPITest.test_return_result_with_error) ... ok test_seq_bytes_to_charp_array (test.test_capi.test_misc.CAPITest.test_seq_bytes_to_charp_array) ... ok test_subclass_of_heap_gc_ctype_with_del_modifying_dunder_class_only_decrefs_once (test.test_capi.test_misc.CAPITest.test_subclass_of_heap_gc_ctype_with_del_modifying_dunder_class_only_decrefs_once) ... skipped 'implementation detail specific to cpython' test_subclass_of_heap_gc_ctype_with_tpdealloc_decrefs_once (test.test_capi.test_misc.CAPITest.test_subclass_of_heap_gc_ctype_with_tpdealloc_decrefs_once) ... skipped 'implementation detail specific to cpython' test_sublclassing_managed_both (test.test_capi.test_misc.CAPITest.test_sublclassing_managed_both) ... skipped 'expects a weakref to die on del' test_sublclassing_managed_dict (test.test_capi.test_misc.CAPITest.test_sublclassing_managed_dict) ... ok test_sublclassing_managed_weakref (test.test_capi.test_misc.CAPITest.test_sublclassing_managed_weakref) ... ok test_subprocess_fork_exec (test.test_capi.test_misc.CAPITest.test_subprocess_fork_exec) ... ok test_trashcan_python_class1 (test.test_capi.test_misc.CAPITest.test_trashcan_python_class1) ... skipped "resource 'cpu' is not enabled" test_trashcan_python_class2 (test.test_capi.test_misc.CAPITest.test_trashcan_python_class2) ... skipped "resource 'cpu' is not enabled" test_trashcan_subclass (test.test_capi.test_misc.CAPITest.test_trashcan_subclass) ... RPython traceback: File "pypy_interpreter_2.c", line 12672, in Arguments__match_signature File "pypy_objspace_std.c", line 12987, in makespecialisedtuple *** Invalid usage of a dying CPython object *** cpyext, the emulation layer, detected that while it is calling an object's tp_dealloc, the C code calls back a function that tries to recreate the PyPy version of the object. Usually it means that tp_dealloc calls some general PyXxx() API. It is a dangerous and potentially buggy thing to do: even in CPython the PyXxx() function could, in theory, cause a reference to the object to be taken and stored somewhere, for an amount of time exceeding tp_dealloc itself. Afterwards, the object will be freed, making that reference point to garbage. >>> PyPy could contain some workaround to still work if you are lucky, but it is not done so far; better fix the bug in the CPython extension. >>> This object is of type '_testcapi.HeapCTypeWithManagedDict' Fatal Python error: Aborted Current thread 0x200baa2c0 (most recent call first, approximate line numbers): File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/test/test_capi/test_misc.py", line 425 in test_trashcan_subclass File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/unittest/case.py", line 588 in _callTestMethod File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/unittest/case.py", line 599 in run File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/unittest/case.py", line 689 in __call__ File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/unittest/suite.py", line 102 in run File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/unittest/suite.py", line 83 in __call__ File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/unittest/suite.py", line 102 in run File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/unittest/suite.py", line 83 in __call__ File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/unittest/suite.py", line 102 in run File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/unittest/suite.py", line 83 in __call__ File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/unittest/suite.py", line 102 in run File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/unittest/suite.py", line 83 in __call__ File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/unittest/runner.py", line 224 in run File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/test/libregrtest/single.py", line 51 in _run_suite File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/test/libregrtest/single.py", line 29 in run_unittest File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/test/libregrtest/single.py", line 134 in test_func File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/test/libregrtest/single.py", line 82 in regrtest_runner File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/test/libregrtest/single.py", line 124 in _load_run_test File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/test/libregrtest/single.py", line 161 in _runtest_env_changed_exc File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/test/libregrtest/single.py", line 232 in _runtest File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/test/libregrtest/single.py", line 293 in run_single_test File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/test/libregrtest/main.py", line 349 in run_test File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/test/libregrtest/main.py", line 364 in run_tests_sequentially File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/test/libregrtest/main.py", line 484 in _run_tests File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/test/libregrtest/main.py", line 542 in run_tests File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/test/libregrtest/main.py", line 696 in main File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/test/libregrtest/main.py", line 725 in main File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/test/__main__.py", line 1 in <module> File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/runpy.py", line 65 in _run_code File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/runpy.py", line 173 in _run_module_as_main ==========================timedout========================== ========================= SIGIOT =========================
builder: pypy-c-jit-macos-arm64 build #1432+
test: lib-python/3/test/test_capi::unmodified