Home - Summaries: (main) : (py3.11) : (py3.12) : Everything - Nightly builds - Benchmarks - RPython - Builders - About

* = GitHub Actions   + = buildbot.pypy.org

{linux64}

 fa2e9e3a3fe9+  own [8555, 0 F, 366 s, 3 x]  (2026-06-08)
 |
 +  success

{linux64} main [builds]

 4eeb73ca9598+          own [7717, 0 F, 310 s, 3 x]  (2026-08-05)
 | 7e60030760b4+        own [7717, 0 F, 310 s, 3 x]  (2026-08-16)
 | | f4e4349c4e8e+      own [7717, 0 F, 310 s, 3 x]  (2026-08-19)
 | | | bf2cdd900afb+    own [7717, 0 F, 310 s, 3 x]  (2026-08-22)
 | | | | 433692af8423+  own [7717, 0 F, 310 s, 3 x]  (2026-08-23)
 | | | | |
 + + + + +  success

{linux64} py3.11 [builds]

 07aabfa64717+          own [11083, 2 F, 283 s, 10 x]  (2026-08-20)
 | be15ddbb41fa+        own [10294, 0 F, 256 s, 10 x]  (2026-08-21)
 | | 04f979fa4dd2+      own [10302, 0 F, 256 s, 10 x]  (2026-08-22)
 | | | d15b633cef2b+    own [10308, 0 F, 256 s, 10 x]  (2026-08-23)
 | | | | afe8f757a634+  own [10305, 10 F, 256 s, 10 x]  (2026-08-24)
 | | | | |
 - + + + -  success
 . . . . F  own  pypy/interpreter/test/test_main.py::TestMain::()::test_run_module
 . . . . F  own  pypy/interpreter/test/test_main.py::TestMainPEP3120::()::test_pep3120
 . . . . F  own  pypy/interpreter/test/test_module.py::AppTest_ModuleObject::()::test_name_nonascii
 . . . . F  own  pypy/interpreter/test/test_objspace.py::TestObjSpace::()::test_text_w
 . . . . F  own  pypy/interpreter/test/test_syntax.py::AppTestSyntaxError::()::test_cpython_issue2382
 . . . . F  own  pypy/interpreter/test/test_targetpypy.py::TestTargetPyPy::()::test_run
 . . . . F  own  pypy/interpreter/test/test_unicodehelper.py::test_decode_utf8sp
 . . . . F  own  pypy/interpreter/test/test_unicodehelper.py::test_encode_utf_8_combine_surrogates
 . . . . F  own  pypy/interpreter/test/test_unicodehelper.py::test_latin1_shortcut_bug
 . . . . F  own  pypy/interpreter/test/test_unicodehelper.py::test_utf32_encode_bytes_replacement_is_simply_copied
 F          own  pypy/module/_hpy_universal/test/_vendored/debug/apptest_handles.py::test_leak_from_method
 F          own  pypy/module/_hpy_universal/test/_vendored/test_slots_legacy.py::AppTestLegacySlots::()::test_tp_destroy[hybrid]

{linux64} py3.12 [builds]

 36ac959f8423+          own [10981, 12 F, 281 s, 10 x]  (2026-08-20)
 | 421004c42b8a+        own [10200, 2 F, 254 s, 10 x]  (2026-08-21)
 | | e18f94749c2a+      own [10203, 3 F, 254 s, 10 x]  (2026-08-22)
 | | | 9b9b9bd54261+    own [10212, 11 F, 254 s, 10 x]  (2026-08-23)
 | | | | ca22ba800394+  own [10225, 1 F, 254 s, 10 x]  (2026-08-24)
 | | | | |
 - - - - -  success
 . . . F .  own  pypy/interpreter/test/test_main.py::TestMain::()::test_run_module
 . . . F .  own  pypy/interpreter/test/test_main.py::TestMainPEP3120::()::test_pep3120
 . . . F .  own  pypy/interpreter/test/test_module.py::AppTest_ModuleObject::()::test_name_nonascii
 . . . F .  own  pypy/interpreter/test/test_objspace.py::TestObjSpace::()::test_text_w
 . . . F .  own  pypy/interpreter/test/test_targetpypy.py::TestTargetPyPy::()::test_run
 . . . F .  own  pypy/interpreter/test/test_unicodehelper.py::test_decode_utf8sp
 . . . F .  own  pypy/interpreter/test/test_unicodehelper.py::test_encode_utf_8_combine_surrogates
 . . . F .  own  pypy/interpreter/test/test_unicodehelper.py::test_latin1_shortcut_bug
 . . . F .  own  pypy/interpreter/test/test_unicodehelper.py::test_utf32_encode_bytes_replacement_is_simply_copied
 F . . . .  own  pypy/module/_codecs/test/test_ztranslation.py::test__codecs_translates
 F          own  pypy/module/_hpy_universal/test/_vendored/test_slots_legacy.py::AppTestLegacySlots::()::test_tp_destroy[hybrid]
 F . . . .  own  pypy/module/_lsprof/test/test_cprofile.py::AppTestCProfile::()::test_builtins
 F . . . .  own  pypy/module/_posixsubprocess/test/test_ztranslation.py::test_posixsubprocess_translates
 F . . . .  own  pypy/module/_rawffi/test/test_ztranslation.py::test_checkmodule
 . . F . .  own  pypy/module/_socket/test/apptest_socket.py::test_socket_connect_ex
 . F . . .  own  pypy/module/_socket/test/apptest_socket.py::test_socket_connect_typeerrors
 F . . . .  own  pypy/module/_socket/test/test_ztranslation.py::test_checkmodule
 F . . . .  own  pypy/module/array/test/test_ztranslation.py::test_checkmodule
 F . . . .  own  pypy/module/cpyext/test/test_buffer.py::AppTestBuffer::()::test_AsWriteBuffer
 F . . . .  own  pypy/module/cpyext/test/test_buffer.py::AppTestBuffer::()::test_argparse
 F . . . .  own  pypy/module/cpyext/test/test_buffer.py::AppTestBuffer::()::test_bytearray_release_buffer_unlocks_resize
 F . . . .  own  pypy/module/cpyext/test/test_getargs.py::AppTestGetargs::()::test_pyarg_parse_string_py_buffer
 F . . . .  own  pypy/module/cpyext/test/test_typeobject.py::AppTestSlots::()::test_managed_weakref
 . F F F F  own  pypy/module/imp/test/test_import.py::TestPycStuff::()::test_pyc_magic_changes2
 . . F F .  own  pypy/module/sys/test/test_sysmodule.py::AppTestSysModulePortedFromCPython::()::test_recursionlimit_toolow

{linux64} refactor-buffer-context [builds]

 77a71b964229+  own [11180, 0 F, 373 s, 9 x]  (2026-06-09)
 |
 +  success

{linux64} release-buffer-refactor [builds]

 089c43735760+  own [11201, 5 F, 215 s, 9 x]  (2026-07-23)
 |
 -  success
 !  own  module/cpyext/test/test_eval.py
 F  own  pypy/module/_socket/test/apptest_socket.py::test_create_alg
 F  own  pypy/module/_socket/test/apptest_socket.py::test_sendmsg_afalg_aes_cbc
 F  own  pypy/module/_socket/test/apptest_socket.py::test_sendmsg_afalg_args
 F  own  pypy/module/_socket/test/apptest_socket.py::test_setsockopt_aead