<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Build status of PyPy</title>
    <link>http://buildbot.pypy.org/</link>
    <atom:link href="http://buildbot.pypy.org/rss" rel="self" type="application/rss+xml"/>
    <language>en-us</language>
    <description>List of builds</description>
    <pubDate>Tue, 26 May 2026 05:48:16 GMT</pubDate>
    
    <item>
      <title>Builder "own-linux-x86-32": failure</title>
      <link>http://buildbot.pypy.org/builders/own-linux-x86-32/builds/9376</link>
      <description>
        <![CDATA[
          <p>
            Date: Tue, 26 May 2026 06:57:44 GMT<br/>
            Project home: <a href="http://buildbot.pypy.org/">PyPy</a><br/>
            Builder summary: <a href="http://buildbot.pypy.org/builders/own-linux-x86-32">own-linux-x86-32</a><br/>
            Build details: <a href="http://buildbot.pypy.org/builders/own-linux-x86-32/builds/9376">Build 9376</a><br/>
            Author list: <b></b><br/>
            Failed step(s): <b>shell_7</b><br/>
          </p>
            <div>    <p>
            Repository: <br/>Branch: release-pypy2.7-v7.x<br/>
            Revision: 171329:d3d629bf20c9<br/>
                </p>
          </div>
            <p>
            <i>Last lines of the build log:</i>
          </p>
          <pre>Last lines of build log &#34;stdio&#34;:
[]
        monkeypatch.setattr(rbigint, &#39;fromint&#39;, None)
        x = sys.maxint // 4
        y = 16
        f1 = iobj.W_IntObject(x)
        f2 = iobj.W_IntObject(y)
&gt;       v = f1.descr_lshift(space, f2)

objspace/std/test/test_intobject.py:361: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
objspace/std/intobject.py:620: in descr_binop
    return ovf2long(space, x, self, y, w_other)
objspace/std/intobject.py:645: in _ovf2long_lshift
    return space.newlong_from_rbigint(rbigint.lshift_int_int_bigint_result(x, y))
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

iself = 536870911, int_other = 16

    @staticmethod
    @jit.elidable
    def lshift_int_int_bigint_result(iself, int_other):
        if not SUPPORT_INT128 or SHIFT != 63 or not int_in_valid_range(iself):
&gt;           return rbigint.fromint(iself).lshift(int_other)
E           TypeError: &#39;NoneType&#39; object is not callable

../rpython/rlib/rbigint.py:1383: TypeError
=========================== short test summary info ============================
FAIL objspace/std/test/test_intobject.py::TestW_IntObject::()::test_lshift_without_fromint
FAIL objspace/std/test/test_smalllongobject.py::TestW_IntObject::()::test_lshift_without_fromint
============= 2 failed, 2090 passed, 38 skipped in 424.29 seconds ==============

Last lines of build log &#34;pytestLog&#34;:
[]
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_format_unicode_subclass
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_format_c_overflow
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_replace_with_buffer
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_unicode_subclass
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_isdecimal
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_isnumeric
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_replace_str_unicode
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_join_subclass
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_encoding_and_errors_cant_be_none
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_unicode_constructor_misc
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_newlist_utf8_non_ascii
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_replace_no_occurrence
. pypy/objspace/std/test/test_userobject.py::AppTestUserObject::()::test_hash
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_not_acceptable_as_base_class
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_del_warning
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_setattr_if_not_from_object
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_tag_changes
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_tag_changes_when_bases_change
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_tag_changes_only_when_dict_changes
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_tag_changes_When_module_changes
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_of_builtin_types
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_of_subclasses_of_builtin_types
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_mixes_oldnew
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_of_modules
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_when_changing_a_lot
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_no_cell_when_writing_same_value
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_int_cells
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_int_cell_turns_into_cell
  (somefailed=True in objspace/std/test)
</pre>
        ]]>
      </description>
      <pubDate>Tue, 26 May 2026 06:57:44 GMT</pubDate>
      <guid isPermaLink="false">tag:buildmaster@buildmaster,2026-05-26:20260526065744</guid>
    </item>

    <item>
      <title>Builder "own-macos-arm64": failure</title>
      <link>http://buildbot.pypy.org/builders/own-macos-arm64/builds/1212</link>
      <description>
        <![CDATA[
          <p>
            Date: Tue, 26 May 2026 07:08:44 GMT<br/>
            Project home: <a href="http://buildbot.pypy.org/">PyPy</a><br/>
            Builder summary: <a href="http://buildbot.pypy.org/builders/own-macos-arm64">own-macos-arm64</a><br/>
            Build details: <a href="http://buildbot.pypy.org/builders/own-macos-arm64/builds/1212">Build 1212</a><br/>
            Author list: <b></b><br/>
            Failed step(s): <b>shell_7</b><br/>
          </p>
            <div>    <p>
            Repository: <br/>Branch: release-pypy2.7-v7.x<br/>
            Revision: 171329:d3d629bf20c9<br/>
                </p>
          </div>
            <p>
            <i>Last lines of the build log:</i>
          </p>
          <pre>Last lines of build log &#34;stdio&#34;:
[]

    def test_locale_german(self):
            import locale, sys
            for name in [&#39;de_DE&#39;, &#39;de_DE.utf8&#39;]:
                try:
                    locale.setlocale(locale.LC_NUMERIC, name)
                    break
                except locale.Error:
                    pass
            else:
                skip(&#34;no german locale&#34;)
            x = 1234.567890
            try:
                if sys.platform != &#34;darwin&#34;:
                    assert locale.format(&#39;%g&#39;, x, grouping=True) == &#39;1.234,57&#39;
                    assert format(x, &#39;n&#39;) == &#39;1.234,57&#39;
                    assert format(12345678901234, &#39;n&#39;) == &#39;12.345.678.901.234&#39;
                else:
                    # No thousands separator on German in MacOS since 10.4
&gt;                   assert locale.format(&#39;%g&#39;, x, grouping=True) == &#39;1234,57&#39;
E                   (application-level) AssertionError: assert &#39;1.234,57&#39; == &#39;1234,57&#39;
E                    +  where &#39;1.234,57&#39; = &lt;function format at 0x000000012b97a330&gt;(&#39;%g&#39;, 1234.56789, grouping=True)
E                    +    where &lt;function format at 0x000000012b97a330&gt; = &lt;function format at 0x000000012b97a330&gt;
E                    +      where &lt;function format at 0x000000012b97a330&gt; = &lt;module &#39;locale&#39; from &#39;/Users/matti/build-worker-arm64/own-macos-arm64/build/lib-python/2.7/locale.pyc&#39;&gt;.format

[/Users/matti/build-worker-arm64/own-macos-arm64/build/pypy/objspace/std/test/test_newformat.py:395]:19: AssertionError
=========================== short test summary info ============================
FAIL objspace/std/test/test_newformat.py::AppTestFloatFormatting::()::test_locale_german
============== 1 failed, 2097 passed, 32 skipped in 88.28 seconds ==============

Last lines of build log &#34;pytestLog&#34;:
[]
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_format_unicode_subclass
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_format_c_overflow
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_replace_with_buffer
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_unicode_subclass
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_isdecimal
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_isnumeric
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_replace_str_unicode
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_join_subclass
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_encoding_and_errors_cant_be_none
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_unicode_constructor_misc
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_newlist_utf8_non_ascii
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_replace_no_occurrence
. pypy/objspace/std/test/test_userobject.py::AppTestUserObject::()::test_hash
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_not_acceptable_as_base_class
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_del_warning
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_setattr_if_not_from_object
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_tag_changes
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_tag_changes_when_bases_change
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_tag_changes_only_when_dict_changes
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_tag_changes_When_module_changes
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_of_builtin_types
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_of_subclasses_of_builtin_types
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_mixes_oldnew
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_of_modules
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_when_changing_a_lot
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_no_cell_when_writing_same_value
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_int_cells
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_int_cell_turns_into_cell
  (somefailed=True in objspace/std/test)
</pre>
        ]]>
      </description>
      <pubDate>Tue, 26 May 2026 07:08:44 GMT</pubDate>
      <guid isPermaLink="false">tag:buildmaster@buildmaster,2026-05-26:20260526070844</guid>
    </item>

    <item>
      <title>Builder "pypy-c-jit-linux-x86-64": success</title>
      <link>http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/11790</link>
      <description>
        <![CDATA[
          <p>
            Date: Tue, 26 May 2026 06:56:44 GMT<br/>
            Project home: <a href="http://buildbot.pypy.org/">PyPy</a><br/>
            Builder summary: <a href="http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64">pypy-c-jit-linux-x86-64</a><br/>
            Build details: <a href="http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/11790">Build 11790</a><br/>
            Author list: <b></b><br/>
            Failed step(s): <b></b><br/>
          </p>
            <div>    <p>
            Repository: <br/>Branch: release-pypy2.7-v7.x<br/>
            Revision: 171329:d3d629bf20c9<br/>
                </p>
          </div>
            <p>
            <i>Last lines of the build log:</i>
          </p>
          <pre></pre>
        ]]>
      </description>
      <pubDate>Tue, 26 May 2026 06:56:44 GMT</pubDate>
      <guid isPermaLink="false">tag:buildmaster@buildmaster,2026-05-26:20260526065644</guid>
    </item>

    <item>
      <title>Builder "pypy-c-jit-macos-arm64": failure</title>
      <link>http://buildbot.pypy.org/builders/pypy-c-jit-macos-arm64/builds/1249</link>
      <description>
        <![CDATA[
          <p>
            Date: Tue, 26 May 2026 06:46:03 GMT<br/>
            Project home: <a href="http://buildbot.pypy.org/">PyPy</a><br/>
            Builder summary: <a href="http://buildbot.pypy.org/builders/pypy-c-jit-macos-arm64">pypy-c-jit-macos-arm64</a><br/>
            Build details: <a href="http://buildbot.pypy.org/builders/pypy-c-jit-macos-arm64/builds/1249">Build 1249</a><br/>
            Author list: <b></b><br/>
            Failed step(s): <b>shell_6, shell_7, shell_13, shell_14</b><br/>
          </p>
            <div>    <p>
            Repository: <br/>Branch: release-pypy2.7-v7.x<br/>
            Revision: 171329:d3d629bf20c9<br/>
                </p>
          </div>
            <p>
            <i>Last lines of the build log:</i>
          </p>
          <pre>Last lines of build log &#34;stdio&#34;:
[]
  File &#34;/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/2.7/test/support/__init__.py&#34;, line 1578, in _run_suite
    raise TestFailed(err)
TestFailed: Traceback (most recent call last):
  File &#34;/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/2.7/test/test_zipfile64.py&#34;, line 83, in testStored
    self.zipTest(f, zipfile.ZIP_STORED)
  File &#34;/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/2.7/test/test_zipfile64.py&#34;, line 56, in zipTest
    zipfp.writestr(&#34;testfn%d&#34; % num, self.data)
  File &#34;/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/2.7/zipfile.py&#34;, line 1277, in writestr
    self.fp.write(bytes)
IOError: [Errno 28] No space left on device: &#39;&lt;fdopen&gt;&#39;


=========================== short test summary info ============================
FAIL lib-python/2.7/test/test_mmap.py::unmodified
FAIL lib-python/2.7/test/test_set.py::unmodified
FAIL lib-python/2.7/test/test_time.py::unmodified
FAIL lib-python/2.7/test/test_zipfile64.py::unmodified
========================== slowest 10 test durations ===========================
110.40s call     lib-python/2.7/test/test_xpickle.py::unmodified
99.26s call     lib-python/2.7/test/test_zipfile64.py::unmodified
66.43s call     lib-python/2.7/test/test_signal.py::unmodified
55.04s call     lib-python/2.7/test/test_multiprocessing.py::unmodified
28.91s call     lib-python/2.7/test/test_io.py::unmodified
24.28s call     lib-python/2.7/test/test_subprocess.py::unmodified
15.90s call     lib-python/2.7/test/test_socket.py::unmodified
15.81s call     lib-python/2.7/test/test_file2k.py::unmodified
14.48s call     lib-python/2.7/test/test_urllib2net.py::unmodified
12.37s call     lib-python/2.7/test/test_logging.py::unmodified
============== 4 failed, 357 passed, 45 skipped in 679.38 seconds ==============

Last lines of build log &#34;pytestLog&#34;:
[]
     self.fp.write(bytes)
 IOError: [Errno 28] No space left on device: &#39;&lt;fdopen&gt;&#39;
 
 ----------------------------------------------------------------------
 Ran 4 tests in 99.122s
 
 FAILED (errors=1)
 Exception ValueError: &#39;I/O operation on closed file&#39; in method __del__ of &lt;zipfile.ZipFile object at 0x00000001365c6528&gt; ignored
 Traceback (most recent call last):
   File &#34;/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pypy/tool/pytest/run-script/regrverbose.py&#34;, line 14, in &lt;module&gt;
     indirect_test()
   File &#34;/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/2.7/test/test_zipfile64.py&#34;, line 160, in test_main
     run_unittest(TestsWithSourceFile, OtherTests)
   File &#34;/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/2.7/test/support/__init__.py&#34;, line 1687, in run_unittest
     _run_suite(suite)
   File &#34;/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/2.7/test/support/__init__.py&#34;, line 1578, in _run_suite
     raise TestFailed(err)
 TestFailed: Traceback (most recent call last):
   File &#34;/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/2.7/test/test_zipfile64.py&#34;, line 83, in testStored
     self.zipTest(f, zipfile.ZIP_STORED)
   File &#34;/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/2.7/test/test_zipfile64.py&#34;, line 56, in zipTest
     zipfp.writestr(&#34;testfn%d&#34; % num, self.data)
   File &#34;/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/2.7/zipfile.py&#34;, line 1277, in writestr
     self.fp.write(bytes)
 IOError: [Errno 28] No space left on device: &#39;&lt;fdopen&gt;&#39;
 
. lib-python/2.7/test/test_zipimport.py::unmodified
. lib-python/2.7/test/test_zipimport_support.py::unmodified
. lib-python/2.7/test/test_zlib.py::unmodified

Last lines of build log &#34;stdio&#34;:
[]
collected 10 items / 1 skipped

module/unicodedata/test/test_unicodedata.py ..........

===================== 10 passed, 1 skipped in 0.48 seconds =====================
++ 09:44:05 starting module/zipimport/test [168 started in total]
__ module/zipimport/test [168 done in total, somefailed=False] ________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 47 items

module/zipimport/test/test_undocumented.py ......
module/zipimport/test/test_zipimport.py ....................
module/zipimport/test/test_zipimport_deflated.py .....................

========================== 47 passed in 0.65 seconds ===========================
++ 09:44:06 starting module/zlib/test [169 started in total]
__ module/zlib/test [169 done in total, somefailed=False] _____________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 30 items

module/zlib/test/test_zlib.py ........................s..s..

===================== 28 passed, 2 skipped in 0.53 seconds =====================

Last lines of build log &#34;pytestLog&#34;:
[]
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_crc32_negative_start
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_crc32_negative_start_bug
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_crc32_negative_long_start
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_crc32_long_start
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_adler32
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_adler32_start_value
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_invalidLevel
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_compression
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompression
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_compress
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompress
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompress_invalid_input
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_bad_arguments
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_empty_flush
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompress_incomplete_stream
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_unused_data
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_max_length
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_max_length_large
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_buffer
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_flush_with_freed_input
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompress_copy
s pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_cannot_copy_decompressor_with_stream_in_inconsistent_state
 Skipped: can&#39;t run with -A
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompress_copy_carries_along_state
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_compress_copy
s pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_cannot_copy_compressor_with_stream_in_inconsistent_state
 Skipped: can&#39;t run with -A
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_cannot_copy_compressor_with_flushed_stream
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_double_flush

Last lines of build log &#34;stdio&#34;:
[]
../build/extra_tests/test_functools.py ......                            [  2%]
../build/extra_tests/test_gc.py ...                                      [  2%]
../build/extra_tests/test_gdbm.py ..                                     [  2%]
../build/extra_tests/test_greenlet_thread.py .....ss                     [  3%]
../build/extra_tests/test_greenlet_tracing.py ..                         [  3%]
../build/extra_tests/test_grp.py ...                                     [  3%]
../build/extra_tests/test_interpreter.py .                               [  3%]
../build/extra_tests/test_itertools.py ...                               [  3%]
../build/extra_tests/test_jit.py ...                                     [  3%]
../build/extra_tests/test_json.py .....                                  [  3%]
../build/extra_tests/test_os.py .........                                [  4%]
../build/extra_tests/test_posix_extra.py .                               [  4%]
../build/extra_tests/test_pypy_modules.py .............................. [  5%]
........                                                                 [  5%]
../build/extra_tests/test_pypy_remote_debug.py sssssssssssssssss         [  6%]
../build/extra_tests/test_pypy_util_cffi.py .                            [  6%]
../build/extra_tests/test_semlock.py .                                   [  6%]
../build/extra_tests/test_sqlite3.py ..........................          [  7%]
../build/extra_tests/test_startup.py ..                                  [  7%]
../build/extra_tests/test_string.py .                                    [  7%]
../build/extra_tests/test_stringio.py ...                                [  7%]
../build/extra_tests/test_structseq.py ......                            [  8%]
../build/extra_tests/test_syslog.py .                                    [  8%]
../build/extra_tests/test_testcapi.py .                                  [  8%]
../build/extra_tests/test_textio.py .                                    [  8%]
../build/extra_tests/test_unicode.py ..........................          [  9%]
../build/extra_tests/test_vmprof_greenlet.py F                           [  9%]
../build/extra_tests/cffi_tests/test_c.py .............................. [ 10%]
............................sssssssssssssss.sss...sss.s................. [ 13%]
....................s.............s......s..s................
Last lines of build log &#34;pytestLog&#34;:
[]

Last lines of build log &#34;stdio&#34;:
[]
    guard_true(i43, descr=&lt;Guard0x1605e6b90&gt;)
    i45 = int_add(i28, 1)
    i47 = int_add(i35, 8)
    i48 = int_ge(i45, i36)
    guard_false(i48, descr=&lt;Guard0x1605e6bc0&gt;)
    jump(p29, i45, p1, i47, p4, p6, i9, i36, descr=TargetToken(5911781472))

Expected:
    
    
    i10096 = int_and(i29, 7)
    i10097 = int_is_zero(i10096)
    guard_true(i10097, descr=...)
    
            guard_not_invalidated(descr=...)
            f31 = raw_load_f(i9, i29, descr=&lt;ArrayF 8&gt;)
            i32 = float_ne(f31, 0.000000)
            guard_true(i32, descr=...)
            i36 = int_add(i24, 1)
            i37 = int_add(i29, 8)
            i38 = int_ge(i36, i30)
            guard_false(i38, descr=...)
            jump(..., descr=...)
=========================== short test summary info ============================
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[67]
FAIL pypy/module/pypyjit/test_pypy_c/test_intbound.py::TestIntbound::()::test_intbound_addsub_mix::[93]
FAIL pypy/module/pypyjit/test_pypy_c/test_jitlogparser.py::TestLogParser::()::test
FAIL pypy/module/pypyjit/test_pypy_c/test_micronumpy.py::TestMicroNumPy::()::test_reduce_logical_and
============= 4 failed, 1050 passed, 153 skipped in 70.91 seconds ==============

Last lines of build log &#34;pytestLog&#34;:
[]
. pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[93]
. pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[94]
. pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[95]
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_lookup_default_encoding
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_long
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_str_mod
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_remove_duplicate_method_calls_bytes
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_remove_duplicate_method_calls_unicode
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_move_method_call_out_of_loop
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_lookup_codec
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_decode_ascii
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_unicode_indexing_makes_no_bridges
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_unicode_indexing_small_constant_indices
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_unicode_slicing_small_constant_indices
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_decode_encode
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_find
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_strip_doesnt_escape_bytes
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_unicode_strip_doesnt_escape_uniobject
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_unicode_strip_doesnt_escape_uniobject_ascii
. pypy/module/pypyjit/test_pypy_c/test_struct.py::TestStruct::()::test_struct_function
. pypy/module/pypyjit/test_pypy_c/test_struct.py::TestStruct::()::test_struct_object
. pypy/module/pypyjit/test_pypy_c/test_struct.py::TestStruct::()::test_unpack_raw_buffer
. pypy/module/pypyjit/test_pypy_c/test_struct.py::TestStruct::()::test_unpack_bytearray
. pypy/module/pypyjit/test_pypy_c/test_struct.py::TestStruct::()::test_pack_into_raw_buffer
. pypy/module/pypyjit/test_pypy_c/test_struct.py::TestStruct::()::test_pack_into_bytearray
. pypy/module/pypyjit/test_pypy_c/test_thread.py::TestThread::()::test_simple
. pypy/module/pypyjit/test_pypy_c/test_thread.py::TestThread::()::test_tls
. pypy/module/pypyjit/test_pypy_c/test_thread.py::TestThread::()::test_lock_acquire_release
. pypy/module/pypyjit/test_pypy_c/test_weakref.py::TestThread::()::test_make_ref_with_callback
</pre>
        ]]>
      </description>
      <pubDate>Tue, 26 May 2026 06:46:03 GMT</pubDate>
      <guid isPermaLink="false">tag:buildmaster@buildmaster,2026-05-26:20260526064603</guid>
    </item>

    <item>
      <title>Builder "own-macos-x86-64": failure</title>
      <link>http://buildbot.pypy.org/builders/own-macos-x86-64/builds/1214</link>
      <description>
        <![CDATA[
          <p>
            Date: Tue, 26 May 2026 06:58:59 GMT<br/>
            Project home: <a href="http://buildbot.pypy.org/">PyPy</a><br/>
            Builder summary: <a href="http://buildbot.pypy.org/builders/own-macos-x86-64">own-macos-x86-64</a><br/>
            Build details: <a href="http://buildbot.pypy.org/builders/own-macos-x86-64/builds/1214">Build 1214</a><br/>
            Author list: <b></b><br/>
            Failed step(s): <b>shell_7</b><br/>
          </p>
            <div>    <p>
            Repository: <br/>Branch: release-pypy2.7-v7.x<br/>
            Revision: 171329:d3d629bf20c9<br/>
                </p>
          </div>
            <p>
            <i>Last lines of the build log:</i>
          </p>
          <pre>Last lines of build log &#34;stdio&#34;:
[]

    def test_locale_german(self):
            import locale, sys
            for name in [&#39;de_DE&#39;, &#39;de_DE.utf8&#39;]:
                try:
                    locale.setlocale(locale.LC_NUMERIC, name)
                    break
                except locale.Error:
                    pass
            else:
                skip(&#34;no german locale&#34;)
            x = 1234.567890
            try:
                if sys.platform != &#34;darwin&#34;:
                    assert locale.format(&#39;%g&#39;, x, grouping=True) == &#39;1.234,57&#39;
                    assert format(x, &#39;n&#39;) == &#39;1.234,57&#39;
                    assert format(12345678901234, &#39;n&#39;) == &#39;12.345.678.901.234&#39;
                else:
                    # No thousands separator on German in MacOS since 10.4
&gt;                   assert locale.format(&#39;%g&#39;, x, grouping=True) == &#39;1234,57&#39;
E                   (application-level) AssertionError: assert &#39;1.234,57&#39; == &#39;1234,57&#39;
E                    +  where &#39;1.234,57&#39; = &lt;function format at 0x00007f85103caa68&gt;(&#39;%g&#39;, 1234.56789, grouping=True)
E                    +    where &lt;function format at 0x00007f85103caa68&gt; = &lt;function format at 0x00007f85103caa68&gt;
E                    +      where &lt;function format at 0x00007f85103caa68&gt; = &lt;module &#39;locale&#39; from &#39;/Users/matti/build-worker-x86_64/own-macos-x86-64/build/lib-python/2.7/locale.pyc&#39;&gt;.format

[/Users/matti/build-worker-x86_64/own-macos-x86-64/build/pypy/objspace/std/test/test_newformat.py:395]:19: AssertionError
=========================== short test summary info ============================
FAIL objspace/std/test/test_newformat.py::AppTestFloatFormatting::()::test_locale_german
============= 1 failed, 2098 passed, 31 skipped in 173.07 seconds ==============

Last lines of build log &#34;pytestLog&#34;:
[]
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_format_unicode_subclass
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_format_c_overflow
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_replace_with_buffer
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_unicode_subclass
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_isdecimal
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_isnumeric
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_replace_str_unicode
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_join_subclass
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_encoding_and_errors_cant_be_none
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_unicode_constructor_misc
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_newlist_utf8_non_ascii
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_replace_no_occurrence
. pypy/objspace/std/test/test_userobject.py::AppTestUserObject::()::test_hash
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_not_acceptable_as_base_class
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_del_warning
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_setattr_if_not_from_object
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_tag_changes
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_tag_changes_when_bases_change
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_tag_changes_only_when_dict_changes
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_tag_changes_When_module_changes
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_of_builtin_types
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_of_subclasses_of_builtin_types
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_mixes_oldnew
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_of_modules
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_when_changing_a_lot
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_no_cell_when_writing_same_value
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_int_cells
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_int_cell_turns_into_cell
  (somefailed=True in objspace/std/test)
</pre>
        ]]>
      </description>
      <pubDate>Tue, 26 May 2026 06:58:59 GMT</pubDate>
      <guid isPermaLink="false">tag:buildmaster@buildmaster,2026-05-26:20260526065859</guid>
    </item>

    <item>
      <title>Builder "pypy-c-jit-win-x86-64": failure</title>
      <link>http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-64/builds/2366</link>
      <description>
        <![CDATA[
          <p>
            Date: Tue, 26 May 2026 05:39:08 GMT<br/>
            Project home: <a href="http://buildbot.pypy.org/">PyPy</a><br/>
            Builder summary: <a href="http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-64">pypy-c-jit-win-x86-64</a><br/>
            Build details: <a href="http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-64/builds/2366">Build 2366</a><br/>
            Author list: <b>mattip <matti.picus@gmail.com></b><br/>
            Failed step(s): <b>shell_6, shell_7, shell_13, shell_14</b><br/>
          </p>
            <div>    <p>
            Repository: https://github.com/pypy/pypy<br/>Branch: main<br/>
            Revision: 171200:13c2c23c07ab<br/>
                </p>
          </div>
            <p>
            <i>Last lines of the build log:</i>
          </p>
          <pre>Last lines of build log &#34;stdio&#34;:
[]
FAIL lib-python/2.7/test/test_mmap.py::unmodified
FAIL lib-python/2.7/test/test_multiprocessing.py::unmodified
FAIL lib-python/2.7/test/test_pep277.py::unmodified
FAIL lib-python/2.7/test/test_pydoc.py::unmodified
FAIL lib-python/2.7/test/test_regrtest.py::unmodified
FAIL lib-python/2.7/test/test_signal.py::unmodified
FAIL lib-python/2.7/test/test_smtplib.py::unmodified
FAIL lib-python/2.7/test/test_ssl.py::unmodified
FAIL lib-python/2.7/test/test_subprocess.py::unmodified
FAIL lib-python/2.7/test/test_sunau.py::unmodified
FAIL lib-python/2.7/test/test_sundry.py::unmodified
FAIL lib-python/2.7/test/test_tcl.py::unmodified
FAIL lib-python/2.7/test/test_time.py::unmodified
FAIL lib-python/2.7/test/test_ttk_textonly.py::unmodified
FAIL lib-python/2.7/test/test_unicode_file.py::unmodified
FAIL lib-python/2.7/test/test_winreg.py::unmodified
FAIL lib-python/2.7/test/test_xpickle.py::unmodified
========================== slowest 10 test durations ==========================
935.64s call     lib-python/2.7/test/test_zipfile64.py::unmodified
328.60s call     lib-python/2.7/test/test_xpickle.py::unmodified
310.91s call     lib-python/2.7/test/test_smtplib.py::unmodified
203.53s call     lib-python/2.7/test/test_mmap.py::unmodified
88.30s call     lib-python/2.7/test/test_largefile.py::unmodified
61.75s call     lib-python/2.7/test/test_email.py::unmodified
53.12s call     lib-python/2.7/test/test_io.py::unmodified
35.92s call     lib-python/2.7/test/test_file2k.py::unmodified
34.97s call     lib-python/2.7/test/test_urllib2_localnet.py::unmodified
34.69s call     lib-python/2.7/test/test_ssl.py::unmodified
============ 26 failed, 313 passed, 67 skipped in 2788.07 seconds =============

Last lines of build log &#34;pytestLog&#34;:
[]
 FAIL: test_unicode (test.test_xpickle.PicklePython27Compat)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File &#34;d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\test_xpickle.py&#34;, line 171, in test_unicode
     self.assertEqual(u2, u)
 AssertionError: u&#39;\r&#39; != u&#39;&#39;
 - 
 
 
 ----------------------------------------------------------------------
 Ran 216 tests in 327.755s
 
 FAILED (failures=4, errors=66, skipped=4)
 Traceback (most recent call last):
   File &#34;d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\pypy\tool\pytest\run-script\regrverbose.py&#34;, line 14, in &lt;module&gt;
     indirect_test()
   File &#34;d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\test_xpickle.py&#34;, line 258, in test_main
     PicklePython27Compat,
   File &#34;d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\support\__init__.py&#34;, line 1687, in run_unittest
     _run_suite(suite)
   File &#34;d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\support\__init__.py&#34;, line 1578, in _run_suite
     raise TestFailed(err)
 TestFailed: multiple errors occurred
. lib-python/2.7/test/test_xrange.py::unmodified
. lib-python/2.7/test/test_zipfile.py::unmodified
. lib-python/2.7/test/test_zipfile64.py::unmodified
. lib-python/2.7/test/test_zipimport.py::unmodified
. lib-python/2.7/test/test_zipimport_support.py::unmodified
. lib-python/2.7/test/test_zlib.py::unmodified

Last lines of build log &#34;stdio&#34;:
[]
rootdir: d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build, inifile: pytest.ini
collected 10 items / 1 skipped

module\unicodedata\test\test_unicodedata.py ..........

==================== 10 passed, 1 skipped in 4.43 seconds =====================
++ 08:35:01 starting module/zlib/test [69 started in total]
__ module/zlib/test [68 done in total, somefailed=False] ______________________
============================= test session starts =============================
platform win32 -- Python 2.7.18[pypy-7.3.24-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\pytest.pyc
rootdir: d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build, inifile: pytest.ini
collected 30 items

module\zlib\test\test_zlib.py ........................s..s..

==================== 28 passed, 2 skipped in 5.20 seconds =====================
__ module/zipimport/test [69 done in total, somefailed=False] _________________
============================= test session starts =============================
platform win32 -- Python 2.7.18[pypy-7.3.24-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\pytest.pyc
rootdir: d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build, inifile: pytest.ini
collected 67 items

module\zipimport\test\test_undocumented.py ......
module\zipimport\test\test_zipimport.py ........................................
module\zipimport\test\test_zipimport_deflated.py .....................

========================== 67 passed in 9.13 seconds ==========================

Last lines of build log &#34;pytestLog&#34;:
[]
. pypy/module/zipimport/test/test_zipimport.py::AppTestNativePathSep::()::test_functions
. pypy/module/zipimport/test/test_zipimport.py::AppTestNativePathSep::()::test_archive
. pypy/module/zipimport/test/test_zipimport.py::AppTestNativePathSep::()::test_subdirectory_importer
. pypy/module/zipimport/test/test_zipimport.py::AppTestNativePathSep::()::test_subdirectory_twice
. pypy/module/zipimport/test/test_zipimport.py::AppTestNativePathSep::()::test_zip_directory_cache
. pypy/module/zipimport/test/test_zipimport.py::AppTestNativePathSep::()::test_path_hooks
. pypy/module/zipimport/test/test_zipimport.py::AppTestNativePathSep::()::test_co_filename
. pypy/module/zipimport/test/test_zipimport.py::AppTestNativePathSep::()::test_import_exception
. pypy/module/zipimport/test/test_zipimport_deflated.py::AppTestZipimportDeflated::()::test_cache
. pypy/module/zipimport/test/test_zipimport_deflated.py::AppTestZipimportDeflated::()::test_cache_subdir
. pypy/module/zipimport/test/test_zipimport_deflated.py::AppTestZipimportDeflated::()::test_good_bad_arguments
. pypy/module/zipimport/test/test_zipimport_deflated.py::AppTestZipimportDeflated::()::test_py
. pypy/module/zipimport/test/test_zipimport_deflated.py::AppTestZipimportDeflated::()::test_pyc
. pypy/module/zipimport/test/test_zipimport_deflated.py::AppTestZipimportDeflated::()::test_bad_pyc
. pypy/module/zipimport/test/test_zipimport_deflated.py::AppTestZipimportDeflated::()::test_short_pyc
. pypy/module/zipimport/test/test_zipimport_deflated.py::AppTestZipimportDeflated::()::test_force_py
. pypy/module/zipimport/test/test_zipimport_deflated.py::AppTestZipimportDeflated::()::test_sys_modules
. pypy/module/zipimport/test/test_zipimport_deflated.py::AppTestZipimportDeflated::()::test_package
. pypy/module/zipimport/test/test_zipimport_deflated.py::AppTestZipimportDeflated::()::test_package_bug
. pypy/module/zipimport/test/test_zipimport_deflated.py::AppTestZipimportDeflated::()::test_pyc_in_package
. pypy/module/zipimport/test/test_zipimport_deflated.py::AppTestZipimportDeflated::()::test_functions
. pypy/module/zipimport/test/test_zipimport_deflated.py::AppTestZipimportDeflated::()::test_archive
. pypy/module/zipimport/test/test_zipimport_deflated.py::AppTestZipimportDeflated::()::test_subdirectory_importer
. pypy/module/zipimport/test/test_zipimport_deflated.py::AppTestZipimportDeflated::()::test_subdirectory_twice
. pypy/module/zipimport/test/test_zipimport_deflated.py::AppTestZipimportDeflated::()::test_zip_directory_cache
. pypy/module/zipimport/test/test_zipimport_deflated.py::AppTestZipimportDeflated::()::test_path_hooks
. pypy/module/zipimport/test/test_zipimport_deflated.py::AppTestZipimportDeflated::()::test_co_filename
. pypy/module/zipimport/test/test_zipimport_deflated.py::AppTestZipimportDeflated::()::test_import_exception
. pypy/module/zipimport/test/test_zipimport_deflated.py::AppTestZipimportDeflated::()::test_zlib_error

Last lines of build log &#34;stdio&#34;:
[]
platform win32 -- Python 2.7.18[pypy-7.3.24-alpha], pytest-4.0.0, py-1.11.0, pluggy-0.13.1
rootdir: d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\extra_tests, inifile: pytest.ini
plugins: hypothesis-4.57.1
collected 2458 items / 1 errors / 6 skipped

=================================== ERRORS ====================================
_________________ ERROR collecting test_pypy_remote_debug.py __________________
..\build\extra_tests\test_pypy_remote_debug.py:15: in &lt;module&gt;
    import _pypy_remote_debug
..\build\lib_pypy\_pypy_remote_debug.py:263: in &lt;module&gt;
    lib = ffi.dlopen(None)
..\build\lib_pypy\cffi\api.py:150: in dlopen
    lib, function_cache = _make_ffi_library(self, name, flags)
..\build\lib_pypy\cffi\api.py:834: in _make_ffi_library
    backendlib = _load_backend_lib(backend, libname, flags)
..\build\lib_pypy\cffi\api.py:829: in _load_backend_lib
    raise OSError(msg)
E   OSError: ctypes.util.find_library() did not manage to locate a library called &#39;c&#39;
- generated xml file: d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\venv\extra.log -
=========================== short test summary info ===========================
ERROR ..\build\extra_tests\test_pypy_remote_debug.py
SKIP [1] d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\extra_tests\test_dbm.py:6: could not import &#39;dbm&#39;
SKIP [1] d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\extra_tests\test_gdbm.py:3: could not import &#39;gdbm&#39;
SKIP [1] d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\extra_tests\test_grp.py:4: could not import &#39;grp&#39;
SKIP [1] d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\extra_tests\test_syslog.py:3: could not import &#39;syslog&#39;
SKIP [1] d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\extra_tests\test_vmprof_greenlet.py:5: could not import &#39;vmprof&#39;
SKIP [1] d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\extra_tests\cffi_tests\cffi1\test_parse_c_type.py:11: not available on pypy
!!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!
===================== 6 skipped, 1 error in 16.20 seconds =====================

Last lines of build log &#34;pytestLog&#34;:
[]
&lt;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&gt;&lt;testsuite errors=&#34;1&#34; failures=&#34;0&#34; name=&#34;pytest&#34; skips=&#34;6&#34; tests=&#34;7&#34; time=&#34;16.190&#34;&gt;&lt;testcase classname=&#34;&#34; file=&#34;test_dbm.py&#34; name=&#34;test_dbm&#34; time=&#34;0&#34;&gt;&lt;skipped message=&#34;collection skipped&#34;&gt;(&amp;apos;d:\\pypy_stuff\\buildbot64\\slave\\pypy-c-jit-win-x86-64\\build\\extra_tests\\test_dbm.py&amp;apos;, 5, u&amp;quot;Skipped: could not import &amp;apos;dbm&amp;apos;&amp;quot;)&lt;/skipped&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;&#34; file=&#34;test_gdbm.py&#34; name=&#34;test_gdbm&#34; time=&#34;0&#34;&gt;&lt;skipped message=&#34;collection skipped&#34;&gt;(&amp;apos;d:\\pypy_stuff\\buildbot64\\slave\\pypy-c-jit-win-x86-64\\build\\extra_tests\\test_gdbm.py&amp;apos;, 2, u&amp;quot;Skipped: could not import &amp;apos;gdbm&amp;apos;&amp;quot;)&lt;/skipped&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;&#34; file=&#34;test_grp.py&#34; name=&#34;test_grp&#34; time=&#34;0&#34;&gt;&lt;skipped message=&#34;collection skipped&#34;&gt;(&amp;apos;d:\\pypy_stuff\\buildbot64\\slave\\pypy-c-jit-win-x86-64\\build\\extra_tests\\test_grp.py&amp;apos;, 3, u&amp;quot;Skipped: could not import &amp;apos;grp&amp;apos;&amp;quot;)&lt;/skipped&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;&#34; file=&#34;test_pypy_remote_debug.py&#34; name=&#34;test_pypy_remote_debug&#34; time=&#34;0&#34;&gt;&lt;error message=&#34;collection failure&#34;&gt;..\build\extra_tests\test_pypy_remote_debug.py:15: in &amp;lt;module&amp;gt;
    import _pypy_remote_debug
..\build\lib_pypy\_pypy_remote_debug.py:263: in &amp;lt;module&amp;gt;
    lib = ffi.dlopen(None)
..\build\lib_pypy\cffi\api.py:150: in dlopen
    lib, function_cache = _make_ffi_library(self, name, flags)
..\build\lib_pypy\cffi\api.py:834: in _make_ffi_library
    backendlib = _load_backend_lib(backend, libname, flags)
..\build\lib_pypy\cffi\api.py:829: in _load_backend_lib
    raise OSError(msg)
E   OSError: ctypes.util.find_library() did not manage to locate a library called &amp;apos;c&amp;apos;&lt;/error&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;&#34; file=&#34;test_syslog.py&#34; name=&#34;test_syslog&#34; time=&#34;0&#34;&gt;&lt;skipped message=&#34;collection skipped&#34;&gt;(&amp;apos;d:\\pypy_stuff\\buildbot64\\slave\\pypy-c-jit-win-x86-64\\build\\extra_tests\\test_syslog.py&amp;apos;, 2, u&amp;quot;Skipped: could not import &amp;apos;syslog&amp;apos;&amp;quot;)&lt;/skipped&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;&#34; file=&#34;test_vmprof_greenlet.py&#34; name=&#34;test_vmprof_greenlet&#34; time=&#34;0&#34;&gt;&lt;skipped message=&#34;collection skipped&#34;&gt;(&amp;apos;d:\\pypy_stuff\\buildbot64\\slave\\pypy-c-jit-win-x86-64\\build\\extra_tests\\test_vmprof_greenlet.py&amp;apos;, 4, u&amp;quot;Skipped: could not import &amp;apos;vmprof&amp;apos;&amp;quot;)&lt;/skipped&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;&#34; file=&#34;cffi_tests/cffi1/test_parse_c_type.py&#34; name=&#34;cffi_tests.cffi1.test_parse_c_type&#34; time=&#34;0&#34;&gt;&lt;skipped message=&#34;collection skipped&#34;&gt;(&amp;apos;d:\\pypy_stuff\\buildbot64\\slave\\pypy-c-jit-win-x86-64\\build\\extra_tests\\cffi_tests\\cffi1\\test_parse_c_type.py&amp;apos;, 10, u&amp;apos;Skipped: not available on pypy&amp;apos;)&lt;/skipped&gt;&lt;/testcase&gt;&lt;/testsuite&gt;
Last lines of build log &#34;stdio&#34;:
[]
        def main(n):
            import os
            res = 0
            for i in range(n):
                res += os.path.islink(__file__) # ID: islink
            return res
        log = self.run(main, [3000])
        loop, = log.loops_by_id(&#34;islink&#34;)
        opnames = log.opnames(loop.allops())
        # one left (used to be 20+)
&gt;       assert opnames.count(&#39;new_with_vtable&#39;) == 1
E       assert 0 == 1
E        +  where 0 = &lt;bound method list.count of [&#39;int_lt&#39;, &#39;guard_false&#39;, &#39;int_ge&#39;, &#39;guard_false&#39;,...nvalidated&#39;, &#39;force_token&#39;, &#39;getfield_raw_i&#39;, &#39;int_lt&#39;, &#39;guard_false&#39;, &#39;jump&#39;]&gt;(&#39;new_with_vtable&#39;)
E        +    where &lt;bound method list.count of [&#39;int_lt&#39;, &#39;guard_false&#39;, &#39;int_ge&#39;, &#39;guard_false&#39;,...nvalidated&#39;, &#39;force_token&#39;, &#39;getfield_raw_i&#39;, &#39;int_lt&#39;, &#39;guard_false&#39;, &#39;jump&#39;]&gt; = [&#39;int_lt&#39;, &#39;guard_false&#39;, &#39;int_ge&#39;, &#39;guard_false&#39;, &#39;int_add&#39;, &#39;setfield_gc&#39;, ...].count

pypy\module\pypyjit\test_pypy_c\test_misc.py:438: AssertionError
=========================== short test summary info ===========================
FAIL pypy/module/pypyjit/test_pypy_c/test_math.py::TestMath::()::test_log
FAIL pypy/module/pypyjit/test_pypy_c/test_math.py::TestMath::()::test_sin_cos
FAIL pypy/module/pypyjit/test_pypy_c/test_micronumpy.py::TestMicroNumPy::()::test_reduce_logical_xor
FAIL pypy/module/pypyjit/test_pypy_c/test_micronumpy.py::TestMicroNumPy::()::test_reduce_logical_and
FAIL pypy/module/pypyjit/test_pypy_c/test_micronumpy.py::TestMicroNumPy::()::test_array_getitem_basic
FAIL pypy/module/pypyjit/test_pypy_c/test_micronumpy.py::TestMicroNumPy::()::test_array_getitem_accumulate
FAIL pypy/module/pypyjit/test_pypy_c/test_micronumpy.py::TestMicroNumPy::()::test_array_flatiter_next
FAIL pypy/module/pypyjit/test_pypy_c/test_micronumpy.py::TestMicroNumPy::()::test_array_flatiter_getitem_single
FAIL pypy/module/pypyjit/test_pypy_c/test_micronumpy.py::TestMicroNumPy::()::test_array_flatiter_setitem_single
FAIL pypy/module/pypyjit/test_pypy_c/test_micronumpy.py::TestMicroNumPy::()::test_mixed_div
FAIL pypy/module/pypyjit/test_pypy_c/test_misc.py::TestMisc::()::test_stat_result_virtual
============ 11 failed, 1041 passed, 155 skipped in 144.42 seconds ============

Last lines of build log &#34;pytestLog&#34;:
[]
. pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[93]
. pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[94]
. pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[95]
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_lookup_default_encoding
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_long
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_str_mod
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_remove_duplicate_method_calls_bytes
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_remove_duplicate_method_calls_unicode
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_move_method_call_out_of_loop
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_lookup_codec
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_decode_ascii
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_unicode_indexing_makes_no_bridges
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_unicode_indexing_small_constant_indices
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_unicode_slicing_small_constant_indices
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_decode_encode
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_find
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_strip_doesnt_escape_bytes
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_unicode_strip_doesnt_escape_uniobject
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_unicode_strip_doesnt_escape_uniobject_ascii
. pypy/module/pypyjit/test_pypy_c/test_struct.py::TestStruct::()::test_struct_function
. pypy/module/pypyjit/test_pypy_c/test_struct.py::TestStruct::()::test_struct_object
. pypy/module/pypyjit/test_pypy_c/test_struct.py::TestStruct::()::test_unpack_raw_buffer
. pypy/module/pypyjit/test_pypy_c/test_struct.py::TestStruct::()::test_unpack_bytearray
. pypy/module/pypyjit/test_pypy_c/test_struct.py::TestStruct::()::test_pack_into_raw_buffer
. pypy/module/pypyjit/test_pypy_c/test_struct.py::TestStruct::()::test_pack_into_bytearray
. pypy/module/pypyjit/test_pypy_c/test_thread.py::TestThread::()::test_simple
. pypy/module/pypyjit/test_pypy_c/test_thread.py::TestThread::()::test_tls
. pypy/module/pypyjit/test_pypy_c/test_thread.py::TestThread::()::test_lock_acquire_release
. pypy/module/pypyjit/test_pypy_c/test_weakref.py::TestThread::()::test_make_ref_with_callback
</pre>
        ]]>
      </description>
      <pubDate>Tue, 26 May 2026 05:39:08 GMT</pubDate>
      <guid isPermaLink="false">tag:buildmaster@buildmaster,2026-05-26:20260526053908</guid>
    </item>

    <item>
      <title>Builder "pypy-c-jit-macos-x86-64": failure</title>
      <link>http://buildbot.pypy.org/builders/pypy-c-jit-macos-x86-64/builds/1273</link>
      <description>
        <![CDATA[
          <p>
            Date: Tue, 26 May 2026 02:03:23 GMT<br/>
            Project home: <a href="http://buildbot.pypy.org/">PyPy</a><br/>
            Builder summary: <a href="http://buildbot.pypy.org/builders/pypy-c-jit-macos-x86-64">pypy-c-jit-macos-x86-64</a><br/>
            Build details: <a href="http://buildbot.pypy.org/builders/pypy-c-jit-macos-x86-64/builds/1273">Build 1273</a><br/>
            Author list: <b>mattip <matti.picus@gmail.com></b><br/>
            Failed step(s): <b>shell_6, shell_7, shell_13, shell_14</b><br/>
          </p>
            <div>    <p>
            Repository: https://github.com/pypy/pypy<br/>Branch: main<br/>
            Revision: 171200:13c2c23c07ab<br/>
                </p>
          </div>
            <p>
            <i>Last lines of the build log:</i>
          </p>
          <pre>Last lines of build log &#34;stdio&#34;:
[]
  File &#34;/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/2.7/test/support/__init__.py&#34;, line 1687, in run_unittest
    _run_suite(suite)
  File &#34;/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/2.7/test/support/__init__.py&#34;, line 1578, in _run_suite
    raise TestFailed(err)
TestFailed: Traceback (most recent call last):
  File &#34;/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/2.7/test/test_zipfile64.py&#34;, line 83, in testStored
    self.zipTest(f, zipfile.ZIP_STORED)
  File &#34;/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/2.7/test/test_zipfile64.py&#34;, line 56, in zipTest
    zipfp.writestr(&#34;testfn%d&#34; % num, self.data)
  File &#34;/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/2.7/zipfile.py&#34;, line 1277, in writestr
    self.fp.write(bytes)
IOError: [Errno 28] No space left on device: &#39;&lt;fdopen&gt;&#39;


=========================== short test summary info ============================
FAIL lib-python/2.7/test/test_time.py::unmodified
FAIL lib-python/2.7/test/test_zipfile64.py::unmodified
========================== slowest 10 test durations ===========================
196.47s call     lib-python/2.7/test/test_xpickle.py::unmodified
89.44s call     lib-python/2.7/test/test_zipfile64.py::unmodified
66.80s call     lib-python/2.7/test/test_signal.py::unmodified
56.36s call     lib-python/2.7/test/test_multiprocessing.py::unmodified
41.11s call     lib-python/2.7/test/test_subprocess.py::unmodified
29.67s call     lib-python/2.7/test/test_io.py::unmodified
16.08s call     lib-python/2.7/test/test_socket.py::unmodified
14.93s call     lib-python/2.7/test/test_urllib2net.py::unmodified
14.37s call     lib-python/2.7/test/test_logging.py::unmodified
13.24s call     lib-python/2.7/test/test_file2k.py::unmodified
============== 2 failed, 359 passed, 45 skipped in 867.80 seconds ==============

Last lines of build log &#34;pytestLog&#34;:
[]
     self.fp.write(bytes)
 IOError: [Errno 28] No space left on device: &#39;&lt;fdopen&gt;&#39;
 
 ----------------------------------------------------------------------
 Ran 4 tests in 89.148s
 
 FAILED (errors=1)
 Exception ValueError: &#39;I/O operation on closed file&#39; in method __del__ of &lt;zipfile.ZipFile object at 0x00007ff5aec5b8d8&gt; ignored
 Traceback (most recent call last):
   File &#34;/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/pypy/tool/pytest/run-script/regrverbose.py&#34;, line 14, in &lt;module&gt;
     indirect_test()
   File &#34;/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/2.7/test/test_zipfile64.py&#34;, line 160, in test_main
     run_unittest(TestsWithSourceFile, OtherTests)
   File &#34;/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/2.7/test/support/__init__.py&#34;, line 1687, in run_unittest
     _run_suite(suite)
   File &#34;/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/2.7/test/support/__init__.py&#34;, line 1578, in _run_suite
     raise TestFailed(err)
 TestFailed: Traceback (most recent call last):
   File &#34;/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/2.7/test/test_zipfile64.py&#34;, line 83, in testStored
     self.zipTest(f, zipfile.ZIP_STORED)
   File &#34;/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/2.7/test/test_zipfile64.py&#34;, line 56, in zipTest
     zipfp.writestr(&#34;testfn%d&#34; % num, self.data)
   File &#34;/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/2.7/zipfile.py&#34;, line 1277, in writestr
     self.fp.write(bytes)
 IOError: [Errno 28] No space left on device: &#39;&lt;fdopen&gt;&#39;
 
. lib-python/2.7/test/test_zipimport.py::unmodified
. lib-python/2.7/test/test_zipimport_support.py::unmodified
. lib-python/2.7/test/test_zlib.py::unmodified

Last lines of build log &#34;stdio&#34;:
[]
collected 10 items / 1 skipped

module/unicodedata/test/test_unicodedata.py ..........

===================== 10 passed, 1 skipped in 0.81 seconds =====================
++ 04:45:22 starting module/zipimport/test [68 started in total]
__ module/zipimport/test [68 done in total, somefailed=False] _________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.24-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/pytest.pyc
rootdir: /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build, inifile: pytest.ini
collected 47 items

module/zipimport/test/test_undocumented.py ......
module/zipimport/test/test_zipimport.py ....................
module/zipimport/test/test_zipimport_deflated.py .....................

========================== 47 passed in 1.00 seconds ===========================
++ 04:45:24 starting module/zlib/test [69 started in total]
__ module/zlib/test [69 done in total, somefailed=False] ______________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.24-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/pytest.pyc
rootdir: /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build, inifile: pytest.ini
collected 30 items

module/zlib/test/test_zlib.py ........................s..s..

===================== 28 passed, 2 skipped in 0.86 seconds =====================

Last lines of build log &#34;pytestLog&#34;:
[]
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_crc32_negative_start
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_crc32_negative_start_bug
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_crc32_negative_long_start
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_crc32_long_start
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_adler32
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_adler32_start_value
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_invalidLevel
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_compression
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompression
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_compress
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompress
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompress_invalid_input
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_bad_arguments
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_empty_flush
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompress_incomplete_stream
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_unused_data
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_max_length
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_max_length_large
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_buffer
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_flush_with_freed_input
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompress_copy
s pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_cannot_copy_decompressor_with_stream_in_inconsistent_state
 Skipped: can&#39;t run with -A
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompress_copy_carries_along_state
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_compress_copy
s pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_cannot_copy_compressor_with_stream_in_inconsistent_state
 Skipped: can&#39;t run with -A
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_cannot_copy_compressor_with_flushed_stream
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_double_flush

Last lines of build log &#34;stdio&#34;:
[]
test_pypy_modules.py::test_expected_modules[sre]
  /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/2.7/importlib/__init__.py:37: DeprecationWarning: The sre module is deprecated, please import re.
    __import__(name)

test_pypy_modules.py::test_expected_modules[sets]
  /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/2.7/importlib/__init__.py:37: DeprecationWarning: the sets module is deprecated
    __import__(name)

test_pypy_modules.py::test_expected_modules[xmllib]
  /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/2.7/importlib/__init__.py:37: DeprecationWarning: The xmllib module is obsolete.  Use xml.sax instead.
    __import__(name)

cffi_tests/test_c.py::test_cast_with_functionptr
  /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/cffi_tests/test_c.py:2141: UserWarning: implicit cast from &#39;char *&#39; to &#39;void(*)()&#39; will be forbidden in the future (check that the types are as you expect; use an explicit ffi.cast() if they are correct)
    newp(BStructPtr, [cast(BCharP, 0)])

cffi_tests/cffi0/test_parsing.py::test_missing_newline_bug
  /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib_pypy/cffi/cparser.py:437: UserWarning: #pragma in cdef() are entirely ignored. They should be removed for now, otherwise your code might behave differently in a future version of CFFI if #pragma support gets added. Note that &#39;#pragma pack&#39; needs to be replaced with the &#39;packed&#39; keyword argument to cdef().
    &#34;#pragma in cdef() are entirely ignored. &#34;

-- Docs: https://docs.pytest.org/en/latest/warnings.html
= 24 failed, 2246 passed, 202 skipped, 8 xfailed, 1 xpassed, 8 warnings in 883.68 seconds =
n: 3
Arg 0: 13
Arg 1: 38
Arg 2: 100
n: 2
Arg 0: 13
Arg 1: 38

Last lines of build log &#34;pytestLog&#34;:
[]
event (&amp;apos;accept&amp;apos;, None)
&lt;/system-out&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;test_pyrepl.test_basic&#34; file=&#34;test_pyrepl/test_basic.py&#34; line=&#34;87&#34; name=&#34;test_interrupt&#34; time=&#34;0.00332307815552&#34;&gt;&lt;system-out&gt;event (&amp;apos;interrupt&amp;apos;, None)
&lt;/system-out&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;test_pyrepl.test_basic&#34; file=&#34;test_pyrepl/test_basic.py&#34; line=&#34;94&#34; name=&#34;test_up&#34; time=&#34;0.00384902954102&#34;&gt;&lt;system-out&gt;event (&amp;apos;self-insert&amp;apos;, &amp;apos;ab\ncd&amp;apos;)
event (&amp;apos;up&amp;apos;, None)
event (&amp;apos;self-insert&amp;apos;, &amp;apos;e&amp;apos;)
event (&amp;apos;accept&amp;apos;, None)
&lt;/system-out&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;test_pyrepl.test_basic&#34; file=&#34;test_pyrepl/test_basic.py&#34; line=&#34;101&#34; name=&#34;test_down&#34; time=&#34;0.00169515609741&#34;&gt;&lt;system-out&gt;event (&amp;apos;self-insert&amp;apos;, &amp;apos;ab\ncd&amp;apos;)
event (&amp;apos;up&amp;apos;, None)
event (&amp;apos;self-insert&amp;apos;, &amp;apos;e&amp;apos;)
event (&amp;apos;down&amp;apos;, None)
event (&amp;apos;self-insert&amp;apos;, &amp;apos;f&amp;apos;)
event (&amp;apos;accept&amp;apos;, None)
&lt;/system-out&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;test_pyrepl.test_basic&#34; file=&#34;test_pyrepl/test_basic.py&#34; line=&#34;110&#34; name=&#34;test_left&#34; time=&#34;0.00122714042664&#34;&gt;&lt;system-out&gt;event (&amp;apos;self-insert&amp;apos;, &amp;apos;ab&amp;apos;)
event (&amp;apos;left&amp;apos;, None)
event (&amp;apos;self-insert&amp;apos;, &amp;apos;c&amp;apos;)
event (&amp;apos;accept&amp;apos;, None)
&lt;/system-out&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;test_pyrepl.test_basic&#34; file=&#34;test_pyrepl/test_basic.py&#34; line=&#34;117&#34; name=&#34;test_right&#34; time=&#34;0.0013313293457&#34;&gt;&lt;system-out&gt;event (&amp;apos;self-insert&amp;apos;, &amp;apos;ab&amp;apos;)
event (&amp;apos;left&amp;apos;, None)
event (&amp;apos;self-insert&amp;apos;, &amp;apos;c&amp;apos;)
event (&amp;apos;right&amp;apos;, None)
event (&amp;apos;self-insert&amp;apos;, &amp;apos;d&amp;apos;)
event (&amp;apos;accept&amp;apos;, None)
&lt;/system-out&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;test_pyrepl.test_bugs&#34; file=&#34;test_pyrepl/test_bugs.py&#34; line=&#34;32&#34; name=&#34;test_transpose_at_start&#34; time=&#34;0.000354051589966&#34;&gt;&lt;skipped message=&#34;expected test failure&#34;&gt;reason: [NOTRUN] event missing&lt;/skipped&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;test_pyrepl.test_bugs&#34; file=&#34;test_pyrepl/test_bugs.py&#34; line=&#34;39&#34; name=&#34;test_cmd_instantiation_crash&#34; time=&#34;0.00661325454712&#34;&gt;&lt;system-out&gt;event (&amp;apos;reverse-history-isearch&amp;apos;, None)
event (&amp;apos;key&amp;apos;, &amp;apos;left&amp;apos;)
event (&amp;apos;accept&amp;apos;, None)
&lt;/system-out&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;test_pyrepl.test_bugs&#34; file=&#34;test_pyrepl/test_bugs.py&#34; line=&#34;48&#34; name=&#34;test_signal_failure&#34; time=&#34;0.000369071960449&#34;&gt;&lt;skipped message=&#34;condition: os.name != &amp;apos;posix&amp;apos; or &amp;apos;darwin&amp;apos; in sys.platform or &amp;apos;kfreebsd&amp;apos; in sys.platform&#34; type=&#34;pytest.skip&#34;&gt;test_pyrepl/test_bugs.py:48: condition: os.name != &amp;apos;posix&amp;apos; or &amp;apos;darwin&amp;apos; in sys.platform or &amp;apos;kfreebsd&amp;apos; in sys.platform&lt;/skipped&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;test_pyrepl.test_functional&#34; file=&#34;test_pyrepl/test_functional.py&#34; line=&#34;24&#34; name=&#34;test_basic&#34; time=&#34;0.00163292884827&#34;&gt;&lt;skipped message=&#34;no pexpect module&#34; type=&#34;pytest.skip&#34;&gt;/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/test_pyrepl/test_functional.py:15: no pexpect module&lt;/skipped&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;test_pyrepl.test_keymap&#34; file=&#34;test_pyrepl/test_keymap.py&#34; line=&#34;3&#34; name=&#34;test_compile_keymap&#34; time=&#34;0.000295162200928&#34;&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;test_pyrepl.test_reader&#34; file=&#34;test_pyrepl/test_reader.py&#34; line=&#34;1&#34; name=&#34;test_process_prompt&#34; time=&#34;0.00173115730286&#34;&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;test_pyrepl.test_readline&#34; file=&#34;test_pyrepl/test_readline.py&#34; line=&#34;5&#34; name=&#34;test_raw_input&#34; time=&#34;0.000318050384521&#34;&gt;&lt;skipped message=&#34;condition: os.name != &amp;apos;posix&amp;apos; or &amp;apos;darwin&amp;apos; in sys.platform or &amp;apos;freebsd&amp;apos; in sys.platform&#34; type=&#34;pytest.skip&#34;&gt;test_pyrepl/test_readline.py:5: condition: os.name != &amp;apos;posix&amp;apos; or &amp;apos;darwin&amp;apos; in sys.platform or &amp;apos;freebsd&amp;apos; in sys.platform&lt;/skipped&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;test_pyrepl.test_wishes&#34; file=&#34;test_pyrepl/test_wishes.py&#34; line=&#34;25&#34; name=&#34;test_quoted_insert_repeat&#34; time=&#34;0.00498986244202&#34;&gt;&lt;system-out&gt;event (&amp;apos;digit-arg&amp;apos;, &amp;apos;3&amp;apos;)
event (&amp;apos;quoted-insert&amp;apos;, None)
event (&amp;apos;self-insert&amp;apos;, &amp;apos;\x1b&amp;apos;)
event (&amp;apos;accept&amp;apos;, None)
&lt;/system-out&gt;&lt;/testcase&gt;&lt;/testsuite&gt;
Last lines of build log &#34;stdio&#34;:
[]
        objdump = (&#39;%(command)s -b binary -m %(machine)s &#39;
                   &#39;--endian=%(endianness)s &#39;
                   &#39;--disassembler-options=intel-mnemonics &#39;
                   &#39;--adjust-vma=%(origin)d -D %(file)s&#39;)
        #
        f = open(tmpfile, &#39;wb&#39;)
        f.write(data)
        f.close()
        p = subprocess.Popen(objdump % {
            &#39;command&#39;: cmd,
            &#39;file&#39;: tmpfile,
            &#39;origin&#39;: originaddr,
            &#39;machine&#39;: objdump_machine_option[backend_name],
            &#39;endianness&#39;: machine_endianness.get(backend_name, &#39;little&#39;),
        }, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
        stdout, stderr = p.communicate()
        assert not p.returncode, (&#39;Encountered an error running objdump: %s&#39; %
&gt;                                 stderr)
E       AssertionError: Encountered an error running objdump: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump: error: unknown argument &#39;-b&#39;

rpython/jit/backend/tool/viewcode.py:82: AssertionError
----------------------------- Captured stdout call -----------------------------
loading symbols from /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/pypy/goal/pypy-c...
3 symbols found
----------------------------- Captured stderr call -----------------------------
0%..loaded
=========================== short test summary info ============================
FAIL pypy/module/pypyjit/test_pypy_c/test_jitlogparser.py::TestLogParser::()::test
============== 1 failed, 1202 passed, 4 skipped in 167.84 seconds ==============

Last lines of build log &#34;pytestLog&#34;:
[]
. pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[93]
. pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[94]
. pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[95]
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_lookup_default_encoding
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_long
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_str_mod
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_remove_duplicate_method_calls_bytes
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_remove_duplicate_method_calls_unicode
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_move_method_call_out_of_loop
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_lookup_codec
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_decode_ascii
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_unicode_indexing_makes_no_bridges
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_unicode_indexing_small_constant_indices
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_unicode_slicing_small_constant_indices
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_decode_encode
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_find
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_strip_doesnt_escape_bytes
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_unicode_strip_doesnt_escape_uniobject
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_unicode_strip_doesnt_escape_uniobject_ascii
. pypy/module/pypyjit/test_pypy_c/test_struct.py::TestStruct::()::test_struct_function
. pypy/module/pypyjit/test_pypy_c/test_struct.py::TestStruct::()::test_struct_object
. pypy/module/pypyjit/test_pypy_c/test_struct.py::TestStruct::()::test_unpack_raw_buffer
. pypy/module/pypyjit/test_pypy_c/test_struct.py::TestStruct::()::test_unpack_bytearray
. pypy/module/pypyjit/test_pypy_c/test_struct.py::TestStruct::()::test_pack_into_raw_buffer
. pypy/module/pypyjit/test_pypy_c/test_struct.py::TestStruct::()::test_pack_into_bytearray
. pypy/module/pypyjit/test_pypy_c/test_thread.py::TestThread::()::test_simple
. pypy/module/pypyjit/test_pypy_c/test_thread.py::TestThread::()::test_tls
. pypy/module/pypyjit/test_pypy_c/test_thread.py::TestThread::()::test_lock_acquire_release
. pypy/module/pypyjit/test_pypy_c/test_weakref.py::TestThread::()::test_make_ref_with_callback
</pre>
        ]]>
      </description>
      <pubDate>Tue, 26 May 2026 02:03:23 GMT</pubDate>
      <guid isPermaLink="false">tag:buildmaster@buildmaster,2026-05-26:20260526020323</guid>
    </item>

    <item>
      <title>Builder "own-linux-aarch64": failure</title>
      <link>http://buildbot.pypy.org/builders/own-linux-aarch64/builds/2733</link>
      <description>
        <![CDATA[
          <p>
            Date: Tue, 26 May 2026 01:59:37 GMT<br/>
            Project home: <a href="http://buildbot.pypy.org/">PyPy</a><br/>
            Builder summary: <a href="http://buildbot.pypy.org/builders/own-linux-aarch64">own-linux-aarch64</a><br/>
            Build details: <a href="http://buildbot.pypy.org/builders/own-linux-aarch64/builds/2733">Build 2733</a><br/>
            Author list: <b>mattip <matti.picus@gmail.com></b><br/>
            Failed step(s): <b>shell_7</b><br/>
          </p>
            <div>    <p>
            Repository: https://github.com/pypy/pypy<br/>Branch: main<br/>
            Revision: 171200:13c2c23c07ab<br/>
                </p>
          </div>
            <p>
            <i>Last lines of the build log:</i>
          </p>
          <pre>Last lines of build log &#34;stdio&#34;:
[]
objspace/std/test/test_liststrategies.py ...................................................................s..................................................................
objspace/std/test/test_longobject.py .........................................
objspace/std/test/test_mapdict.py ...............................................................................................................................................
objspace/std/test/test_memoryobject.py .......
objspace/std/test/test_methodcache.py .......................................................................
objspace/std/test/test_newformat.py ......................................................................................ss........
objspace/std/test/test_noneobject.py ...
objspace/std/test/test_obj.py .......................
objspace/std/test/test_prebuiltint.py ...........................s...............
objspace/std/test/test_proxy.py ssssssssssss
objspace/std/test/test_proxy_function.py ........
objspace/std/test/test_proxy_internals.py ........
objspace/std/test/test_proxy_iter.py .
objspace/std/test/test_proxy_object.py ..........
objspace/std/test/test_proxy_usercreated.py .
objspace/std/test/test_random_attr.py .....
objspace/std/test/test_setobject.py ....................................................................................
objspace/std/test/test_setstrategies.py ....s...ss..
objspace/std/test/test_sliceobject.py ............
objspace/std/test/test_smalllongobject.py ............................................................s........................................................................................................................s..............
objspace/std/test/test_specialisedtupleobject.py ..................ss.......................
objspace/std/test/test_stdobjspace.py s......
objspace/std/test/test_tupleobject.py ...................................
objspace/std/test/test_typeobject.py ..............................................................................
objspace/std/test/test_unicodeobject.py .................................s........................................................s.................
objspace/std/test/test_userobject.py .
objspace/std/test/test_versionedtype.py ...............

================== 2098 passed, 32 skipped in 262.95 seconds ===================

Last lines of build log &#34;pytestLog&#34;:
[]
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_class_with_both_str_and_unicode
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_format_unicode_subclass
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_format_c_overflow
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_replace_with_buffer
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_unicode_subclass
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_isdecimal
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_isnumeric
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_replace_str_unicode
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_join_subclass
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_encoding_and_errors_cant_be_none
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_unicode_constructor_misc
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_newlist_utf8_non_ascii
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_replace_no_occurrence
. pypy/objspace/std/test/test_userobject.py::AppTestUserObject::()::test_hash
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_not_acceptable_as_base_class
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_del_warning
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_setattr_if_not_from_object
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_tag_changes
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_tag_changes_when_bases_change
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_tag_changes_only_when_dict_changes
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_tag_changes_When_module_changes
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_of_builtin_types
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_of_subclasses_of_builtin_types
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_mixes_oldnew
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_of_modules
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_when_changing_a_lot
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_no_cell_when_writing_same_value
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_int_cells
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_int_cell_turns_into_cell
</pre>
        ]]>
      </description>
      <pubDate>Tue, 26 May 2026 01:59:37 GMT</pubDate>
      <guid isPermaLink="false">tag:buildmaster@buildmaster,2026-05-26:20260526015937</guid>
    </item>

    <item>
      <title>Builder "own-win-x86-64": failure</title>
      <link>http://buildbot.pypy.org/builders/own-win-x86-64/builds/2241</link>
      <description>
        <![CDATA[
          <p>
            Date: Mon, 25 May 2026 23:28:26 GMT<br/>
            Project home: <a href="http://buildbot.pypy.org/">PyPy</a><br/>
            Builder summary: <a href="http://buildbot.pypy.org/builders/own-win-x86-64">own-win-x86-64</a><br/>
            Build details: <a href="http://buildbot.pypy.org/builders/own-win-x86-64/builds/2241">Build 2241</a><br/>
            Author list: <b>mattip <matti.picus@gmail.com></b><br/>
            Failed step(s): <b>git, shell_1, shell_2, setproperty_1, shell_3, shell_4, shell_5, shell_6, shell_7</b><br/>
          </p>
            <div>    <p>
            Repository: https://github.com/pypy/pypy<br/>Branch: main<br/>
            Revision: 13c2c23c07abaa0d8de995be2ca661e673744afa<br/>
                </p>
          </div>
            <p>
            <i>Last lines of the build log:</i>
          </p>
          <pre>Last lines of build log &#34;stdio&#34;:
[]
Removing rpython/translator/c/test/__init__.pyc
Removing rpython/translator/c/test/test_boehm.pyc
Removing rpython/translator/c/test/test_extfunc.pyc
Removing rpython/translator/c/test/test_genc.pyc
Removing rpython/translator/c/test/test_standalone.pyc
Removing rpython/translator/driver.pyc
Removing rpython/translator/exceptiontransform.pyc
Removing rpython/translator/gensupp.pyc
Removing rpython/translator/goal/__init__.pyc
Removing rpython/translator/goal/query.pyc
Removing rpython/translator/interactive.pyc
Removing rpython/translator/platform/__init__.pyc
Removing rpython/translator/platform/posix.pyc
Removing rpython/translator/platform/windows.pyc
Removing rpython/translator/sandbox/__init__.pyc
Removing rpython/translator/sandbox/_marshal.pyc
Removing rpython/translator/sandbox/rsandbox.pyc
Removing rpython/translator/sandbox/sandlib.pyc
Removing rpython/translator/sandbox/vfs.pyc
Removing rpython/translator/simplify.pyc
Removing rpython/translator/timing.pyc
Removing rpython/translator/tool/__init__.pyc
Removing rpython/translator/tool/cbuild.pyc
Removing rpython/translator/tool/pdbplus.pyc
Removing rpython/translator/tool/taskengine.pyc
Removing rpython/translator/transform.pyc
Removing rpython/translator/translator.pyc
Removing rpython/translator/unsimplify.pyc
Removing virt_test/
</pre>
        ]]>
      </description>
      <pubDate>Mon, 25 May 2026 23:28:26 GMT</pubDate>
      <guid isPermaLink="false">tag:buildmaster@buildmaster,2026-05-25:20260525232826</guid>
    </item>

    <item>
      <title>Builder "own-linux-x86-32": failure</title>
      <link>http://buildbot.pypy.org/builders/own-linux-x86-32/builds/9375</link>
      <description>
        <![CDATA[
          <p>
            Date: Mon, 25 May 2026 23:02:28 GMT<br/>
            Project home: <a href="http://buildbot.pypy.org/">PyPy</a><br/>
            Builder summary: <a href="http://buildbot.pypy.org/builders/own-linux-x86-32">own-linux-x86-32</a><br/>
            Build details: <a href="http://buildbot.pypy.org/builders/own-linux-x86-32/builds/9375">Build 9375</a><br/>
            Author list: <b>mattip <matti.picus@gmail.com></b><br/>
            Failed step(s): <b>shell_7</b><br/>
          </p>
            <div>    <p>
            Repository: https://github.com/pypy/pypy<br/>Branch: main<br/>
            Revision: 171200:13c2c23c07ab<br/>
                </p>
          </div>
            <p>
            <i>Last lines of the build log:</i>
          </p>
          <pre>Last lines of build log &#34;stdio&#34;:
[]
        monkeypatch.setattr(rbigint, &#39;fromint&#39;, None)
        x = sys.maxint // 4
        y = 16
        f1 = iobj.W_IntObject(x)
        f2 = iobj.W_IntObject(y)
&gt;       v = f1.descr_lshift(space, f2)

objspace/std/test/test_intobject.py:361: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
objspace/std/intobject.py:620: in descr_binop
    return ovf2long(space, x, self, y, w_other)
objspace/std/intobject.py:645: in _ovf2long_lshift
    return space.newlong_from_rbigint(rbigint.lshift_int_int_bigint_result(x, y))
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

iself = 536870911, int_other = 16

    @staticmethod
    @jit.elidable
    def lshift_int_int_bigint_result(iself, int_other):
        if not SUPPORT_INT128 or SHIFT != 63 or not int_in_valid_range(iself):
&gt;           return rbigint.fromint(iself).lshift(int_other)
E           TypeError: &#39;NoneType&#39; object is not callable

../rpython/rlib/rbigint.py:1383: TypeError
=========================== short test summary info ============================
FAIL objspace/std/test/test_intobject.py::TestW_IntObject::()::test_lshift_without_fromint
FAIL objspace/std/test/test_smalllongobject.py::TestW_IntObject::()::test_lshift_without_fromint
============= 2 failed, 2090 passed, 38 skipped in 417.08 seconds ==============

Last lines of build log &#34;pytestLog&#34;:
[]
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_format_unicode_subclass
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_format_c_overflow
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_replace_with_buffer
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_unicode_subclass
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_isdecimal
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_isnumeric
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_replace_str_unicode
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_join_subclass
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_encoding_and_errors_cant_be_none
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_unicode_constructor_misc
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_newlist_utf8_non_ascii
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_replace_no_occurrence
. pypy/objspace/std/test/test_userobject.py::AppTestUserObject::()::test_hash
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_not_acceptable_as_base_class
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_del_warning
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_setattr_if_not_from_object
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_tag_changes
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_tag_changes_when_bases_change
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_tag_changes_only_when_dict_changes
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_tag_changes_When_module_changes
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_of_builtin_types
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_of_subclasses_of_builtin_types
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_mixes_oldnew
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_of_modules
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_when_changing_a_lot
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_no_cell_when_writing_same_value
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_int_cells
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_int_cell_turns_into_cell
  (somefailed=True in objspace/std/test)
</pre>
        ]]>
      </description>
      <pubDate>Mon, 25 May 2026 23:02:28 GMT</pubDate>
      <guid isPermaLink="false">tag:buildmaster@buildmaster,2026-05-25:20260525230228</guid>
    </item>

    <item>
      <title>Builder "own-macos-x86-64": failure</title>
      <link>http://buildbot.pypy.org/builders/own-macos-x86-64/builds/1213</link>
      <description>
        <![CDATA[
          <p>
            Date: Tue, 26 May 2026 00:51:38 GMT<br/>
            Project home: <a href="http://buildbot.pypy.org/">PyPy</a><br/>
            Builder summary: <a href="http://buildbot.pypy.org/builders/own-macos-x86-64">own-macos-x86-64</a><br/>
            Build details: <a href="http://buildbot.pypy.org/builders/own-macos-x86-64/builds/1213">Build 1213</a><br/>
            Author list: <b>mattip <matti.picus@gmail.com></b><br/>
            Failed step(s): <b>shell_7</b><br/>
          </p>
            <div>    <p>
            Repository: https://github.com/pypy/pypy<br/>Branch: main<br/>
            Revision: 171200:13c2c23c07ab<br/>
                </p>
          </div>
            <p>
            <i>Last lines of the build log:</i>
          </p>
          <pre>Last lines of build log &#34;stdio&#34;:
[]

    def test_locale_german(self):
            import locale, sys
            for name in [&#39;de_DE&#39;, &#39;de_DE.utf8&#39;]:
                try:
                    locale.setlocale(locale.LC_NUMERIC, name)
                    break
                except locale.Error:
                    pass
            else:
                skip(&#34;no german locale&#34;)
            x = 1234.567890
            try:
                if sys.platform != &#34;darwin&#34;:
                    assert locale.format(&#39;%g&#39;, x, grouping=True) == &#39;1.234,57&#39;
                    assert format(x, &#39;n&#39;) == &#39;1.234,57&#39;
                    assert format(12345678901234, &#39;n&#39;) == &#39;12.345.678.901.234&#39;
                else:
                    # No thousands separator on German in MacOS since 10.4
&gt;                   assert locale.format(&#39;%g&#39;, x, grouping=True) == &#39;1234,57&#39;
E                   (application-level) AssertionError: assert &#39;1.234,57&#39; == &#39;1234,57&#39;
E                    +  where &#39;1.234,57&#39; = &lt;function format at 0x00007fbbead489c0&gt;(&#39;%g&#39;, 1234.56789, grouping=True)
E                    +    where &lt;function format at 0x00007fbbead489c0&gt; = &lt;function format at 0x00007fbbead489c0&gt;
E                    +      where &lt;function format at 0x00007fbbead489c0&gt; = &lt;module &#39;locale&#39; from &#39;/Users/matti/build-worker-x86_64/own-macos-x86-64/build/lib-python/2.7/locale.pyc&#39;&gt;.format

[/Users/matti/build-worker-x86_64/own-macos-x86-64/build/pypy/objspace/std/test/test_newformat.py:395]:19: AssertionError
=========================== short test summary info ============================
FAIL objspace/std/test/test_newformat.py::AppTestFloatFormatting::()::test_locale_german
============= 1 failed, 2098 passed, 31 skipped in 136.77 seconds ==============

Last lines of build log &#34;pytestLog&#34;:
[]
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_format_unicode_subclass
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_format_c_overflow
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_replace_with_buffer
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_unicode_subclass
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_isdecimal
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_isnumeric
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_replace_str_unicode
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_join_subclass
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_encoding_and_errors_cant_be_none
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_unicode_constructor_misc
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_newlist_utf8_non_ascii
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_replace_no_occurrence
. pypy/objspace/std/test/test_userobject.py::AppTestUserObject::()::test_hash
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_not_acceptable_as_base_class
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_del_warning
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_setattr_if_not_from_object
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_tag_changes
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_tag_changes_when_bases_change
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_tag_changes_only_when_dict_changes
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_tag_changes_When_module_changes
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_of_builtin_types
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_of_subclasses_of_builtin_types
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_mixes_oldnew
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_of_modules
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_when_changing_a_lot
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_no_cell_when_writing_same_value
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_int_cells
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_int_cell_turns_into_cell
  (somefailed=True in objspace/std/test)
</pre>
        ]]>
      </description>
      <pubDate>Tue, 26 May 2026 00:51:38 GMT</pubDate>
      <guid isPermaLink="false">tag:buildmaster@buildmaster,2026-05-26:20260526005138</guid>
    </item>

    <item>
      <title>Builder "pypy-c-jit-linux-x86-32": success</title>
      <link>http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-32/builds/8329</link>
      <description>
        <![CDATA[
          <p>
            Date: Mon, 25 May 2026 23:14:13 GMT<br/>
            Project home: <a href="http://buildbot.pypy.org/">PyPy</a><br/>
            Builder summary: <a href="http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-32">pypy-c-jit-linux-x86-32</a><br/>
            Build details: <a href="http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-32/builds/8329">Build 8329</a><br/>
            Author list: <b>mattip <matti.picus@gmail.com></b><br/>
            Failed step(s): <b></b><br/>
          </p>
            <div>    <p>
            Repository: https://github.com/pypy/pypy<br/>Branch: main<br/>
            Revision: 171200:13c2c23c07ab<br/>
                </p>
          </div>
            <p>
            <i>Last lines of the build log:</i>
          </p>
          <pre></pre>
        ]]>
      </description>
      <pubDate>Mon, 25 May 2026 23:14:13 GMT</pubDate>
      <guid isPermaLink="false">tag:buildmaster@buildmaster,2026-05-25:20260525231413</guid>
    </item>

    <item>
      <title>Builder "pypy-c-jit-linux-x86-64": success</title>
      <link>http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/11789</link>
      <description>
        <![CDATA[
          <p>
            Date: Mon, 25 May 2026 23:11:06 GMT<br/>
            Project home: <a href="http://buildbot.pypy.org/">PyPy</a><br/>
            Builder summary: <a href="http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64">pypy-c-jit-linux-x86-64</a><br/>
            Build details: <a href="http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/11789">Build 11789</a><br/>
            Author list: <b>mattip <matti.picus@gmail.com></b><br/>
            Failed step(s): <b></b><br/>
          </p>
            <div>    <p>
            Repository: https://github.com/pypy/pypy<br/>Branch: main<br/>
            Revision: 171200:13c2c23c07ab<br/>
                </p>
          </div>
            <p>
            <i>Last lines of the build log:</i>
          </p>
          <pre></pre>
        ]]>
      </description>
      <pubDate>Mon, 25 May 2026 23:11:06 GMT</pubDate>
      <guid isPermaLink="false">tag:buildmaster@buildmaster,2026-05-25:20260525231106</guid>
    </item>

    <item>
      <title>Builder "pypy-c-jit-linux-aarch64": failure</title>
      <link>http://buildbot.pypy.org/builders/pypy-c-jit-linux-aarch64/builds/2897</link>
      <description>
        <![CDATA[
          <p>
            Date: Tue, 26 May 2026 01:24:32 GMT<br/>
            Project home: <a href="http://buildbot.pypy.org/">PyPy</a><br/>
            Builder summary: <a href="http://buildbot.pypy.org/builders/pypy-c-jit-linux-aarch64">pypy-c-jit-linux-aarch64</a><br/>
            Build details: <a href="http://buildbot.pypy.org/builders/pypy-c-jit-linux-aarch64/builds/2897">Build 2897</a><br/>
            Author list: <b>mattip <matti.picus@gmail.com></b><br/>
            Failed step(s): <b>shell_6, shell_15, shell_16</b><br/>
          </p>
            <div>    <p>
            Repository: https://github.com/pypy/pypy<br/>Branch: main<br/>
            Revision: 171200:13c2c23c07ab<br/>
                </p>
          </div>
            <p>
            <i>Last lines of the build log:</i>
          </p>
          <pre>Last lines of build log &#34;stdio&#34;:
[]
  File &#34;/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/2.7/test/support/__init__.py&#34;, line 1687, in run_unittest
    _run_suite(suite)
  File &#34;/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/2.7/test/support/__init__.py&#34;, line 1578, in _run_suite
    raise TestFailed(err)
TestFailed: Traceback (most recent call last):
  File &#34;/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/2.7/test/test_zipfile64.py&#34;, line 83, in testStored
    self.zipTest(f, zipfile.ZIP_STORED)
  File &#34;/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/2.7/test/test_zipfile64.py&#34;, line 56, in zipTest
    zipfp.writestr(&#34;testfn%d&#34; % num, self.data)
  File &#34;/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/2.7/zipfile.py&#34;, line 1277, in writestr
    self.fp.write(bytes)
IOError: [Errno 28] No space left on device: &#39;&lt;fdopen&gt;&#39;


=========================== short test summary info ============================
FAIL lib-python/2.7/test/test_cpickle.py::unmodified
FAIL lib-python/2.7/test/test_zipfile64.py::unmodified
========================== slowest 10 test durations ===========================
263.32s call     lib-python/2.7/test/test_zipfile64.py::unmodified
95.26s call     lib-python/2.7/test/test_xpickle.py::unmodified
89.57s call     lib-python/2.7/test/test_file2k.py::unmodified
45.12s call     lib-python/2.7/test/test_multiprocessing.py::unmodified
43.36s call     lib-python/2.7/test/test_ssl.py::unmodified
42.26s call     lib-python/2.7/test/test_io.py::unmodified
24.89s call     lib-python/2.7/test/test_subprocess.py::unmodified
22.84s call     lib-python/2.7/test/test_urllib2net.py::unmodified
15.78s call     lib-python/2.7/test/test_socket.py::unmodified
14.53s call     lib-python/2.7/test/test_urllibnet.py::unmodified
============= 2 failed, 360 passed, 44 skipped in 1020.05 seconds ==============

Last lines of build log &#34;pytestLog&#34;:
[]
     self.fp.write(bytes)
 IOError: [Errno 28] No space left on device: &#39;&lt;fdopen&gt;&#39;
 
 ----------------------------------------------------------------------
 Ran 4 tests in 263.154s
 
 FAILED (errors=1)
 Exception ValueError: &#39;I/O operation on closed file&#39; in method __del__ of &lt;zipfile.ZipFile object at 0x0000000016ce9088&gt; ignored
 Traceback (most recent call last):
   File &#34;/build_dir/pypy-c-jit-linux-aarch64/build/pypy/tool/pytest/run-script/regrverbose.py&#34;, line 14, in &lt;module&gt;
     indirect_test()
   File &#34;/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/2.7/test/test_zipfile64.py&#34;, line 160, in test_main
     run_unittest(TestsWithSourceFile, OtherTests)
   File &#34;/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/2.7/test/support/__init__.py&#34;, line 1687, in run_unittest
     _run_suite(suite)
   File &#34;/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/2.7/test/support/__init__.py&#34;, line 1578, in _run_suite
     raise TestFailed(err)
 TestFailed: Traceback (most recent call last):
   File &#34;/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/2.7/test/test_zipfile64.py&#34;, line 83, in testStored
     self.zipTest(f, zipfile.ZIP_STORED)
   File &#34;/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/2.7/test/test_zipfile64.py&#34;, line 56, in zipTest
     zipfp.writestr(&#34;testfn%d&#34; % num, self.data)
   File &#34;/build_dir/pypy-c-jit-linux-aarch64/build/lib-python/2.7/zipfile.py&#34;, line 1277, in writestr
     self.fp.write(bytes)
 IOError: [Errno 28] No space left on device: &#39;&lt;fdopen&gt;&#39;
 
. lib-python/2.7/test/test_zipimport.py::unmodified
. lib-python/2.7/test/test_zipimport_support.py::unmodified
. lib-python/2.7/test/test_zlib.py::unmodified

Last lines of build log &#34;stdio&#34;:
[]
test_pypy_modules.py::test_expected_modules[sre]
  /build_dir/pypy-c-jit-linux-aarch64/build/lib-python/2.7/importlib/__init__.py:37: DeprecationWarning: The sre module is deprecated, please import re.
    __import__(name)

test_pypy_modules.py::test_expected_modules[sets]
  /build_dir/pypy-c-jit-linux-aarch64/build/lib-python/2.7/importlib/__init__.py:37: DeprecationWarning: the sets module is deprecated
    __import__(name)

test_pypy_modules.py::test_expected_modules[xmllib]
  /build_dir/pypy-c-jit-linux-aarch64/build/lib-python/2.7/importlib/__init__.py:37: DeprecationWarning: The xmllib module is obsolete.  Use xml.sax instead.
    __import__(name)

cffi_tests/test_c.py::test_cast_with_functionptr
  /build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/cffi_tests/test_c.py:2141: UserWarning: implicit cast from &#39;char *&#39; to &#39;void(*)()&#39; will be forbidden in the future (check that the types are as you expect; use an explicit ffi.cast() if they are correct)
    newp(BStructPtr, [cast(BCharP, 0)])

cffi_tests/cffi0/test_parsing.py::test_missing_newline_bug
  /build_dir/pypy-c-jit-linux-aarch64/build/lib_pypy/cffi/cparser.py:437: UserWarning: #pragma in cdef() are entirely ignored. They should be removed for now, otherwise your code might behave differently in a future version of CFFI if #pragma support gets added. Note that &#39;#pragma pack&#39; needs to be replaced with the &#39;packed&#39; keyword argument to cdef().
    &#34;#pragma in cdef() are entirely ignored. &#34;

-- Docs: https://docs.pytest.org/en/latest/warnings.html
= 2 failed, 2325 passed, 146 skipped, 8 xfailed, 1 xpassed, 8 warnings in 503.45 seconds =
n: 3
Arg 0: 13
Arg 1: 38
Arg 2: 100
n: 2
Arg 0: 13
Arg 1: 38

Last lines of build log &#34;pytestLog&#34;:
[]
event (&amp;apos;accept&amp;apos;, None)
&lt;/system-out&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;test_pyrepl.test_basic&#34; file=&#34;test_pyrepl/test_basic.py&#34; line=&#34;87&#34; name=&#34;test_interrupt&#34; time=&#34;0.00501704216003&#34;&gt;&lt;system-out&gt;event (&amp;apos;interrupt&amp;apos;, None)
&lt;/system-out&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;test_pyrepl.test_basic&#34; file=&#34;test_pyrepl/test_basic.py&#34; line=&#34;94&#34; name=&#34;test_up&#34; time=&#34;0.00752210617065&#34;&gt;&lt;system-out&gt;event (&amp;apos;self-insert&amp;apos;, &amp;apos;ab\ncd&amp;apos;)
event (&amp;apos;up&amp;apos;, None)
event (&amp;apos;self-insert&amp;apos;, &amp;apos;e&amp;apos;)
event (&amp;apos;accept&amp;apos;, None)
&lt;/system-out&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;test_pyrepl.test_basic&#34; file=&#34;test_pyrepl/test_basic.py&#34; line=&#34;101&#34; name=&#34;test_down&#34; time=&#34;0.00342679023743&#34;&gt;&lt;system-out&gt;event (&amp;apos;self-insert&amp;apos;, &amp;apos;ab\ncd&amp;apos;)
event (&amp;apos;up&amp;apos;, None)
event (&amp;apos;self-insert&amp;apos;, &amp;apos;e&amp;apos;)
event (&amp;apos;down&amp;apos;, None)
event (&amp;apos;self-insert&amp;apos;, &amp;apos;f&amp;apos;)
event (&amp;apos;accept&amp;apos;, None)
&lt;/system-out&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;test_pyrepl.test_basic&#34; file=&#34;test_pyrepl/test_basic.py&#34; line=&#34;110&#34; name=&#34;test_left&#34; time=&#34;0.00298500061035&#34;&gt;&lt;system-out&gt;event (&amp;apos;self-insert&amp;apos;, &amp;apos;ab&amp;apos;)
event (&amp;apos;left&amp;apos;, None)
event (&amp;apos;self-insert&amp;apos;, &amp;apos;c&amp;apos;)
event (&amp;apos;accept&amp;apos;, None)
&lt;/system-out&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;test_pyrepl.test_basic&#34; file=&#34;test_pyrepl/test_basic.py&#34; line=&#34;117&#34; name=&#34;test_right&#34; time=&#34;0.00323867797852&#34;&gt;&lt;system-out&gt;event (&amp;apos;self-insert&amp;apos;, &amp;apos;ab&amp;apos;)
event (&amp;apos;left&amp;apos;, None)
event (&amp;apos;self-insert&amp;apos;, &amp;apos;c&amp;apos;)
event (&amp;apos;right&amp;apos;, None)
event (&amp;apos;self-insert&amp;apos;, &amp;apos;d&amp;apos;)
event (&amp;apos;accept&amp;apos;, None)
&lt;/system-out&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;test_pyrepl.test_bugs&#34; file=&#34;test_pyrepl/test_bugs.py&#34; line=&#34;32&#34; name=&#34;test_transpose_at_start&#34; time=&#34;0.000575065612793&#34;&gt;&lt;skipped message=&#34;expected test failure&#34;&gt;reason: [NOTRUN] event missing&lt;/skipped&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;test_pyrepl.test_bugs&#34; file=&#34;test_pyrepl/test_bugs.py&#34; line=&#34;39&#34; name=&#34;test_cmd_instantiation_crash&#34; time=&#34;0.011287689209&#34;&gt;&lt;system-out&gt;event (&amp;apos;reverse-history-isearch&amp;apos;, None)
event (&amp;apos;key&amp;apos;, &amp;apos;left&amp;apos;)
event (&amp;apos;accept&amp;apos;, None)
&lt;/system-out&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;test_pyrepl.test_bugs&#34; file=&#34;test_pyrepl/test_bugs.py&#34; line=&#34;48&#34; name=&#34;test_signal_failure&#34; time=&#34;0.00441312789917&#34;&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;test_pyrepl.test_functional&#34; file=&#34;test_pyrepl/test_functional.py&#34; line=&#34;24&#34; name=&#34;test_basic&#34; time=&#34;0.00160098075867&#34;&gt;&lt;skipped message=&#34;no pexpect module&#34; type=&#34;pytest.skip&#34;&gt;/build_dir/pypy-c-jit-linux-aarch64/build/extra_tests/test_pyrepl/test_functional.py:15: no pexpect module&lt;/skipped&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;test_pyrepl.test_keymap&#34; file=&#34;test_pyrepl/test_keymap.py&#34; line=&#34;3&#34; name=&#34;test_compile_keymap&#34; time=&#34;0.000770092010498&#34;&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;test_pyrepl.test_reader&#34; file=&#34;test_pyrepl/test_reader.py&#34; line=&#34;1&#34; name=&#34;test_process_prompt&#34; time=&#34;0.00231194496155&#34;&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;test_pyrepl.test_readline&#34; file=&#34;test_pyrepl/test_readline.py&#34; line=&#34;5&#34; name=&#34;test_raw_input&#34; time=&#34;0.0119647979736&#34;&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;test_pyrepl.test_wishes&#34; file=&#34;test_pyrepl/test_wishes.py&#34; line=&#34;25&#34; name=&#34;test_quoted_insert_repeat&#34; time=&#34;0.0127768516541&#34;&gt;&lt;system-out&gt;event (&amp;apos;digit-arg&amp;apos;, &amp;apos;3&amp;apos;)
event (&amp;apos;quoted-insert&amp;apos;, None)
event (&amp;apos;self-insert&amp;apos;, &amp;apos;\x1b&amp;apos;)
event (&amp;apos;accept&amp;apos;, None)
&lt;/system-out&gt;&lt;/testcase&gt;&lt;/testsuite&gt;
Last lines of build log &#34;stdio&#34;:
[]
    f41 = raw_load_f(i9, i35, descr=&lt;ArrayF 8&gt;)
    i43 = float_ne(f41, 0.000000)
    guard_true(i43, descr=&lt;Guard0xfffd61be0b90&gt;)
    i45 = int_add(i28, 1)
    i47 = int_add(i35, 8)
    i48 = int_ge(i45, i36)
    guard_false(i48, descr=&lt;Guard0xfffd61be0bc0&gt;)
    jump(p29, i45, p1, i47, p4, p6, i9, i36, descr=TargetToken(281463731667040))

Expected:
    
    
    i10096 = int_and(i29, 7)
    i10097 = int_is_zero(i10096)
    guard_true(i10097, descr=...)
    
            guard_not_invalidated(descr=...)
            f31 = raw_load_f(i9, i29, descr=&lt;ArrayF 8&gt;)
            i32 = float_ne(f31, 0.000000)
            guard_true(i32, descr=...)
            i36 = int_add(i24, 1)
            i37 = int_add(i29, 8)
            i38 = int_ge(i36, i30)
            guard_false(i38, descr=...)
            jump(..., descr=...)
=========================== short test summary info ============================
FAIL pypy/module/pypyjit/test_pypy_c/test_jitlogparser.py::TestLogParser::()::test
FAIL pypy/module/pypyjit/test_pypy_c/test_micronumpy.py::TestMicroNumPy::()::test_reduce_logical_and
============= 2 failed, 1053 passed, 152 skipped in 77.63 seconds ==============

Last lines of build log &#34;pytestLog&#34;:
[]
. pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[93]
. pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[94]
. pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[95]
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_lookup_default_encoding
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_long
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_str_mod
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_remove_duplicate_method_calls_bytes
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_remove_duplicate_method_calls_unicode
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_move_method_call_out_of_loop
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_lookup_codec
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_decode_ascii
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_unicode_indexing_makes_no_bridges
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_unicode_indexing_small_constant_indices
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_unicode_slicing_small_constant_indices
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_decode_encode
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_find
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_strip_doesnt_escape_bytes
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_unicode_strip_doesnt_escape_uniobject
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_unicode_strip_doesnt_escape_uniobject_ascii
. pypy/module/pypyjit/test_pypy_c/test_struct.py::TestStruct::()::test_struct_function
. pypy/module/pypyjit/test_pypy_c/test_struct.py::TestStruct::()::test_struct_object
. pypy/module/pypyjit/test_pypy_c/test_struct.py::TestStruct::()::test_unpack_raw_buffer
. pypy/module/pypyjit/test_pypy_c/test_struct.py::TestStruct::()::test_unpack_bytearray
. pypy/module/pypyjit/test_pypy_c/test_struct.py::TestStruct::()::test_pack_into_raw_buffer
. pypy/module/pypyjit/test_pypy_c/test_struct.py::TestStruct::()::test_pack_into_bytearray
. pypy/module/pypyjit/test_pypy_c/test_thread.py::TestThread::()::test_simple
. pypy/module/pypyjit/test_pypy_c/test_thread.py::TestThread::()::test_tls
. pypy/module/pypyjit/test_pypy_c/test_thread.py::TestThread::()::test_lock_acquire_release
. pypy/module/pypyjit/test_pypy_c/test_weakref.py::TestThread::()::test_make_ref_with_callback
</pre>
        ]]>
      </description>
      <pubDate>Tue, 26 May 2026 01:24:32 GMT</pubDate>
      <guid isPermaLink="false">tag:buildmaster@buildmaster,2026-05-26:20260526012432</guid>
    </item>

    <item>
      <title>Builder "pypy-c-jit-macos-arm64": failure</title>
      <link>http://buildbot.pypy.org/builders/pypy-c-jit-macos-arm64/builds/1248</link>
      <description>
        <![CDATA[
          <p>
            Date: Mon, 25 May 2026 23:00:03 GMT<br/>
            Project home: <a href="http://buildbot.pypy.org/">PyPy</a><br/>
            Builder summary: <a href="http://buildbot.pypy.org/builders/pypy-c-jit-macos-arm64">pypy-c-jit-macos-arm64</a><br/>
            Build details: <a href="http://buildbot.pypy.org/builders/pypy-c-jit-macos-arm64/builds/1248">Build 1248</a><br/>
            Author list: <b>mattip <matti.picus@gmail.com></b><br/>
            Failed step(s): <b>shell_6, shell_7, shell_13, shell_14</b><br/>
          </p>
            <div>    <p>
            Repository: https://github.com/pypy/pypy<br/>Branch: main<br/>
            Revision: 171200:13c2c23c07ab<br/>
                </p>
          </div>
            <p>
            <i>Last lines of the build log:</i>
          </p>
          <pre>Last lines of build log &#34;stdio&#34;:
[]
    _run_suite(suite)
  File &#34;/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/2.7/test/support/__init__.py&#34;, line 1578, in _run_suite
    raise TestFailed(err)
TestFailed: Traceback (most recent call last):
  File &#34;/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/2.7/test/test_zipfile64.py&#34;, line 83, in testStored
    self.zipTest(f, zipfile.ZIP_STORED)
  File &#34;/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/2.7/test/test_zipfile64.py&#34;, line 56, in zipTest
    zipfp.writestr(&#34;testfn%d&#34; % num, self.data)
  File &#34;/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/2.7/zipfile.py&#34;, line 1277, in writestr
    self.fp.write(bytes)
IOError: [Errno 28] No space left on device: &#39;&lt;fdopen&gt;&#39;


=========================== short test summary info ============================
FAIL lib-python/2.7/test/test_mmap.py::unmodified
FAIL lib-python/2.7/test/test_time.py::unmodified
FAIL lib-python/2.7/test/test_zipfile64.py::unmodified
========================== slowest 10 test durations ===========================
103.09s call     lib-python/2.7/test/test_xpickle.py::unmodified
94.33s call     lib-python/2.7/test/test_zipfile64.py::unmodified
66.42s call     lib-python/2.7/test/test_signal.py::unmodified
53.93s call     lib-python/2.7/test/test_multiprocessing.py::unmodified
28.05s call     lib-python/2.7/test/test_io.py::unmodified
27.73s call     lib-python/2.7/test/test_file2k.py::unmodified
23.13s call     lib-python/2.7/test/test_subprocess.py::unmodified
15.83s call     lib-python/2.7/test/test_socket.py::unmodified
14.76s call     lib-python/2.7/test/test_urllib2net.py::unmodified
13.50s call     lib-python/2.7/test/test_logging.py::unmodified
============== 3 failed, 358 passed, 45 skipped in 689.47 seconds ==============

Last lines of build log &#34;pytestLog&#34;:
[]
     self.fp.write(bytes)
 IOError: [Errno 28] No space left on device: &#39;&lt;fdopen&gt;&#39;
 
 ----------------------------------------------------------------------
 Ran 4 tests in 94.203s
 
 FAILED (errors=1)
 Exception ValueError: &#39;I/O operation on closed file&#39; in method __del__ of &lt;zipfile.ZipFile object at 0x00000001162c8528&gt; ignored
 Traceback (most recent call last):
   File &#34;/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pypy/tool/pytest/run-script/regrverbose.py&#34;, line 14, in &lt;module&gt;
     indirect_test()
   File &#34;/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/2.7/test/test_zipfile64.py&#34;, line 160, in test_main
     run_unittest(TestsWithSourceFile, OtherTests)
   File &#34;/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/2.7/test/support/__init__.py&#34;, line 1687, in run_unittest
     _run_suite(suite)
   File &#34;/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/2.7/test/support/__init__.py&#34;, line 1578, in _run_suite
     raise TestFailed(err)
 TestFailed: Traceback (most recent call last):
   File &#34;/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/2.7/test/test_zipfile64.py&#34;, line 83, in testStored
     self.zipTest(f, zipfile.ZIP_STORED)
   File &#34;/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/2.7/test/test_zipfile64.py&#34;, line 56, in zipTest
     zipfp.writestr(&#34;testfn%d&#34; % num, self.data)
   File &#34;/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/2.7/zipfile.py&#34;, line 1277, in writestr
     self.fp.write(bytes)
 IOError: [Errno 28] No space left on device: &#39;&lt;fdopen&gt;&#39;
 
. lib-python/2.7/test/test_zipimport.py::unmodified
. lib-python/2.7/test/test_zipimport_support.py::unmodified
. lib-python/2.7/test/test_zlib.py::unmodified

Last lines of build log &#34;stdio&#34;:
[]
collected 10 items / 1 skipped

module/unicodedata/test/test_unicodedata.py ..........

===================== 10 passed, 1 skipped in 0.39 seconds =====================
++ 01:58:16 starting module/zipimport/test [168 started in total]
__ module/zipimport/test [168 done in total, somefailed=False] ________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.24-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 47 items

module/zipimport/test/test_undocumented.py ......
module/zipimport/test/test_zipimport.py ....................
module/zipimport/test/test_zipimport_deflated.py .....................

========================== 47 passed in 0.51 seconds ===========================
++ 01:58:17 starting module/zlib/test [169 started in total]
__ module/zlib/test [169 done in total, somefailed=False] _____________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.24-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 30 items

module/zlib/test/test_zlib.py ........................s..s..

===================== 28 passed, 2 skipped in 0.42 seconds =====================

Last lines of build log &#34;pytestLog&#34;:
[]
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_crc32_negative_start
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_crc32_negative_start_bug
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_crc32_negative_long_start
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_crc32_long_start
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_adler32
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_adler32_start_value
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_invalidLevel
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_compression
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompression
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_compress
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompress
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompress_invalid_input
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_bad_arguments
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_empty_flush
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompress_incomplete_stream
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_unused_data
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_max_length
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_max_length_large
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_buffer
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_flush_with_freed_input
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompress_copy
s pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_cannot_copy_decompressor_with_stream_in_inconsistent_state
 Skipped: can&#39;t run with -A
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompress_copy_carries_along_state
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_compress_copy
s pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_cannot_copy_compressor_with_stream_in_inconsistent_state
 Skipped: can&#39;t run with -A
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_cannot_copy_compressor_with_flushed_stream
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_double_flush

Last lines of build log &#34;stdio&#34;:
[]
../build/extra_tests/test_functools.py ......                            [  2%]
../build/extra_tests/test_gc.py ...                                      [  2%]
../build/extra_tests/test_gdbm.py ..                                     [  2%]
../build/extra_tests/test_greenlet_thread.py .....ss                     [  3%]
../build/extra_tests/test_greenlet_tracing.py ..                         [  3%]
../build/extra_tests/test_grp.py ...                                     [  3%]
../build/extra_tests/test_interpreter.py .                               [  3%]
../build/extra_tests/test_itertools.py ...                               [  3%]
../build/extra_tests/test_jit.py ...                                     [  3%]
../build/extra_tests/test_json.py .....                                  [  3%]
../build/extra_tests/test_os.py .........                                [  4%]
../build/extra_tests/test_posix_extra.py .                               [  4%]
../build/extra_tests/test_pypy_modules.py .............................. [  5%]
........                                                                 [  5%]
../build/extra_tests/test_pypy_remote_debug.py sssssssssssssssss         [  6%]
../build/extra_tests/test_pypy_util_cffi.py .                            [  6%]
../build/extra_tests/test_semlock.py .                                   [  6%]
../build/extra_tests/test_sqlite3.py ..........................          [  7%]
../build/extra_tests/test_startup.py ..                                  [  7%]
../build/extra_tests/test_string.py .                                    [  7%]
../build/extra_tests/test_stringio.py ...                                [  7%]
../build/extra_tests/test_structseq.py ......                            [  8%]
../build/extra_tests/test_syslog.py .                                    [  8%]
../build/extra_tests/test_testcapi.py .                                  [  8%]
../build/extra_tests/test_textio.py .                                    [  8%]
../build/extra_tests/test_unicode.py ..........................          [  9%]
../build/extra_tests/test_vmprof_greenlet.py F                           [  9%]
../build/extra_tests/cffi_tests/test_c.py .............................. [ 10%]
............................sssssssssssssss.sss...sss.s................. [ 13%]
....................s.............s......s..s................
Last lines of build log &#34;pytestLog&#34;:
[]

Last lines of build log &#34;stdio&#34;:
[]
    f41 = raw_load_f(i9, i35, descr=&lt;ArrayF 8&gt;)
    i43 = float_ne(f41, 0.000000)
    guard_true(i43, descr=&lt;Guard0x1405e6b90&gt;)
    i45 = int_add(i28, 1)
    i47 = int_add(i35, 8)
    i48 = int_ge(i45, i36)
    guard_false(i48, descr=&lt;Guard0x1405e6bc0&gt;)
    jump(p29, i45, p1, i47, p4, p6, i9, i36, descr=TargetToken(5374910560))

Expected:
    
    
    i10096 = int_and(i29, 7)
    i10097 = int_is_zero(i10096)
    guard_true(i10097, descr=...)
    
            guard_not_invalidated(descr=...)
            f31 = raw_load_f(i9, i29, descr=&lt;ArrayF 8&gt;)
            i32 = float_ne(f31, 0.000000)
            guard_true(i32, descr=...)
            i36 = int_add(i24, 1)
            i37 = int_add(i29, 8)
            i38 = int_ge(i36, i30)
            guard_false(i38, descr=...)
            jump(..., descr=...)
=========================== short test summary info ============================
FAIL pypy/module/pypyjit/test_pypy_c/test_jitlogparser.py::TestLogParser::()::test
FAIL pypy/module/pypyjit/test_pypy_c/test_micronumpy.py::TestMicroNumPy::()::test_reduce_logical_and
============= 2 failed, 1052 passed, 153 skipped in 61.83 seconds ==============

Last lines of build log &#34;pytestLog&#34;:
[]
. pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[93]
. pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[94]
. pypy/module/pypyjit/test_pypy_c/test_shift.py::TestShift::()::test_revert_shift_allcases::[95]
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_lookup_default_encoding
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_long
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_str_mod
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_remove_duplicate_method_calls_bytes
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_remove_duplicate_method_calls_unicode
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_move_method_call_out_of_loop
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_lookup_codec
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_decode_ascii
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_unicode_indexing_makes_no_bridges
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_unicode_indexing_small_constant_indices
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_unicode_slicing_small_constant_indices
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_decode_encode
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_find
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_strip_doesnt_escape_bytes
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_unicode_strip_doesnt_escape_uniobject
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_unicode_strip_doesnt_escape_uniobject_ascii
. pypy/module/pypyjit/test_pypy_c/test_struct.py::TestStruct::()::test_struct_function
. pypy/module/pypyjit/test_pypy_c/test_struct.py::TestStruct::()::test_struct_object
. pypy/module/pypyjit/test_pypy_c/test_struct.py::TestStruct::()::test_unpack_raw_buffer
. pypy/module/pypyjit/test_pypy_c/test_struct.py::TestStruct::()::test_unpack_bytearray
. pypy/module/pypyjit/test_pypy_c/test_struct.py::TestStruct::()::test_pack_into_raw_buffer
. pypy/module/pypyjit/test_pypy_c/test_struct.py::TestStruct::()::test_pack_into_bytearray
. pypy/module/pypyjit/test_pypy_c/test_thread.py::TestThread::()::test_simple
. pypy/module/pypyjit/test_pypy_c/test_thread.py::TestThread::()::test_tls
. pypy/module/pypyjit/test_pypy_c/test_thread.py::TestThread::()::test_lock_acquire_release
. pypy/module/pypyjit/test_pypy_c/test_weakref.py::TestThread::()::test_make_ref_with_callback
</pre>
        ]]>
      </description>
      <pubDate>Mon, 25 May 2026 23:00:03 GMT</pubDate>
      <guid isPermaLink="false">tag:buildmaster@buildmaster,2026-05-25:20260525230003</guid>
    </item>

    <item>
      <title>Builder "own-linux-x86-64": success</title>
      <link>http://buildbot.pypy.org/builders/own-linux-x86-64/builds/10822</link>
      <description>
        <![CDATA[
          <p>
            Date: Mon, 25 May 2026 22:21:52 GMT<br/>
            Project home: <a href="http://buildbot.pypy.org/">PyPy</a><br/>
            Builder summary: <a href="http://buildbot.pypy.org/builders/own-linux-x86-64">own-linux-x86-64</a><br/>
            Build details: <a href="http://buildbot.pypy.org/builders/own-linux-x86-64/builds/10822">Build 10822</a><br/>
            Author list: <b>mattip <matti.picus@gmail.com></b><br/>
            Failed step(s): <b></b><br/>
          </p>
            <div>    <p>
            Repository: https://github.com/pypy/pypy<br/>Branch: main<br/>
            Revision: 171200:13c2c23c07ab<br/>
                </p>
          </div>
            <p>
            <i>Last lines of the build log:</i>
          </p>
          <pre></pre>
        ]]>
      </description>
      <pubDate>Mon, 25 May 2026 22:21:52 GMT</pubDate>
      <guid isPermaLink="false">tag:buildmaster@buildmaster,2026-05-25:20260525222152</guid>
    </item>

    <item>
      <title>Builder "own-macos-arm64": failure</title>
      <link>http://buildbot.pypy.org/builders/own-macos-arm64/builds/1211</link>
      <description>
        <![CDATA[
          <p>
            Date: Mon, 25 May 2026 22:20:05 GMT<br/>
            Project home: <a href="http://buildbot.pypy.org/">PyPy</a><br/>
            Builder summary: <a href="http://buildbot.pypy.org/builders/own-macos-arm64">own-macos-arm64</a><br/>
            Build details: <a href="http://buildbot.pypy.org/builders/own-macos-arm64/builds/1211">Build 1211</a><br/>
            Author list: <b>mattip <matti.picus@gmail.com></b><br/>
            Failed step(s): <b>shell_7</b><br/>
          </p>
            <div>    <p>
            Repository: https://github.com/pypy/pypy<br/>Branch: main<br/>
            Revision: 171200:13c2c23c07ab<br/>
                </p>
          </div>
            <p>
            <i>Last lines of the build log:</i>
          </p>
          <pre>Last lines of build log &#34;stdio&#34;:
[]

    def test_locale_german(self):
            import locale, sys
            for name in [&#39;de_DE&#39;, &#39;de_DE.utf8&#39;]:
                try:
                    locale.setlocale(locale.LC_NUMERIC, name)
                    break
                except locale.Error:
                    pass
            else:
                skip(&#34;no german locale&#34;)
            x = 1234.567890
            try:
                if sys.platform != &#34;darwin&#34;:
                    assert locale.format(&#39;%g&#39;, x, grouping=True) == &#39;1.234,57&#39;
                    assert format(x, &#39;n&#39;) == &#39;1.234,57&#39;
                    assert format(12345678901234, &#39;n&#39;) == &#39;12.345.678.901.234&#39;
                else:
                    # No thousands separator on German in MacOS since 10.4
&gt;                   assert locale.format(&#39;%g&#39;, x, grouping=True) == &#39;1234,57&#39;
E                   (application-level) AssertionError: assert &#39;1.234,57&#39; == &#39;1234,57&#39;
E                    +  where &#39;1.234,57&#39; = &lt;function format at 0x0000000154b0d8d8&gt;(&#39;%g&#39;, 1234.56789, grouping=True)
E                    +    where &lt;function format at 0x0000000154b0d8d8&gt; = &lt;function format at 0x0000000154b0d8d8&gt;
E                    +      where &lt;function format at 0x0000000154b0d8d8&gt; = &lt;module &#39;locale&#39; from &#39;/Users/matti/build-worker-arm64/own-macos-arm64/build/lib-python/2.7/locale.pyc&#39;&gt;.format

[/Users/matti/build-worker-arm64/own-macos-arm64/build/pypy/objspace/std/test/test_newformat.py:395]:19: AssertionError
=========================== short test summary info ============================
FAIL objspace/std/test/test_newformat.py::AppTestFloatFormatting::()::test_locale_german
============== 1 failed, 2097 passed, 32 skipped in 88.93 seconds ==============

Last lines of build log &#34;pytestLog&#34;:
[]
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_format_unicode_subclass
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_format_c_overflow
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_replace_with_buffer
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_unicode_subclass
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_isdecimal
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_isnumeric
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_replace_str_unicode
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_join_subclass
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_encoding_and_errors_cant_be_none
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_unicode_constructor_misc
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_newlist_utf8_non_ascii
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_replace_no_occurrence
. pypy/objspace/std/test/test_userobject.py::AppTestUserObject::()::test_hash
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_not_acceptable_as_base_class
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_del_warning
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_setattr_if_not_from_object
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_tag_changes
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_tag_changes_when_bases_change
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_tag_changes_only_when_dict_changes
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_tag_changes_When_module_changes
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_of_builtin_types
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_of_subclasses_of_builtin_types
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_mixes_oldnew
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_of_modules
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_when_changing_a_lot
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_no_cell_when_writing_same_value
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_int_cells
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_int_cell_turns_into_cell
  (somefailed=True in objspace/std/test)
</pre>
        ]]>
      </description>
      <pubDate>Mon, 25 May 2026 22:20:05 GMT</pubDate>
      <guid isPermaLink="false">tag:buildmaster@buildmaster,2026-05-25:20260525222005</guid>
    </item>

    <item>
      <title>Builder "own-win-x86-64": failure</title>
      <link>http://buildbot.pypy.org/builders/own-win-x86-64/builds/2240</link>
      <description>
        <![CDATA[
          <p>
            Date: Mon, 25 May 2026 23:28:08 GMT<br/>
            Project home: <a href="http://buildbot.pypy.org/">PyPy</a><br/>
            Builder summary: <a href="http://buildbot.pypy.org/builders/own-win-x86-64">own-win-x86-64</a><br/>
            Build details: <a href="http://buildbot.pypy.org/builders/own-win-x86-64/builds/2240">Build 2240</a><br/>
            Author list: <b></b><br/>
            Failed step(s): <b>shell_7</b><br/>
          </p>
            <div>    <p>
            Repository: <br/>Branch: release-pypy3.11-v7.x<br/>
            Revision: 187671:194f9f44b505<br/>
                </p>
          </div>
            <p>
            <i>Last lines of the build log:</i>
          </p>
          <pre>Last lines of build log &#34;stdio&#34;:
[]
        x = sys.maxint // 4
        y = 16
        f1 = iobj.W_IntObject(x)
        f2 = iobj.W_IntObject(y)
&gt;       v = f1.descr_lshift(space, f2)

objspace\std\test\test_intobject.py:385: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
objspace\std\intobject.py:834: in descr_binop
    return ovf2long(space, x, self, y, w_other)
objspace\std\intobject.py:865: in _ovf2long_lshift
    return space.newlong_from_rbigint(rbigint.lshift_int_int_bigint_result(x, y))
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

iself = 2305843009213693951, int_other = 16

    @staticmethod
    @jit.elidable
    def lshift_int_int_bigint_result(iself, int_other):
        if not SUPPORT_INT128 or SHIFT != 63 or not int_in_valid_range(iself):
&gt;           return rbigint.fromint(iself).lshift(int_other)
E           TypeError: &#39;NoneType&#39; object is not callable

..\rpython\rlib\rbigint.py:1383: TypeError
=========================== short test summary info ===========================
FAIL objspace\std\test\test_intobject.py::TestW_IntObject::()::test_lshift_without_fromint
FAIL objspace\std\test\test_smalllongobject.py::TestW_IntObject::()::test_lshift_without_fromint
FAIL objspace\std\test\test_smalllongobject.py::TestW_IntObjectWithSmallLong::()::test_lshift_without_fromint
============= 3 failed, 2470 passed, 30 skipped in 993.43 seconds =============

Last lines of build log &#34;pytestLog&#34;:
[]
. pypy/objspace/std/test/test_unicodeobject.py::TestUnicodeObject::()::test_hypo_index_find
. pypy/objspace/std/test/test_unicodeobject.py::TestUnicodeObject::()::test_hypo_split
. pypy/objspace/std/test/test_unicodeobject.py::TestUnicodeObject::()::test_getitem_constant_index_jit
. pypy/objspace/std/test/test_unicodeobject.py::TestUnicodeObject::()::test_getslice_constant_index_jit
. pypy/objspace/std/test/test_unicodeobject.py::TestUnicodeObject::()::test_lower_upper_ascii
. pypy/objspace/std/test/test_unicodeobject.py::TestUnicodeObject::()::test_latin1_ascii_encode_shortcut_ascii
. pypy/objspace/std/test/test_unicodeobject.py::TestUnicodeObject::()::test_utf8_ascii_encode_shortcut_ascii
. pypy/objspace/std/test/test_unicodeobject.py::TestUnicodeObject::()::test_split_shortcut_ascii
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeStringStdOnly::()::test_compares
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_startswith_endswith_external
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_codecs_errors
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_isprintable_wide
. pypy/objspace/std/test/test_userobject.py::AppTestUserObject::()::test_hash
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_not_acceptable_as_base_class
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_del_warning
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_setattr_if_not_from_object
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_tag_changes
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_tag_changes_when_bases_change
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_tag_changes_only_when_dict_changes
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_tag_changes_When_module_changes
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_of_builtin_types
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_of_subclasses_of_builtin_types
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_of_modules
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_when_changing_a_lot
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_no_cell_when_writing_same_value
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_int_cells
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_int_cell_turns_into_cell
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_integer_strategy_with_w_long
  (somefailed=True in objspace/std/test)
</pre>
        ]]>
      </description>
      <pubDate>Mon, 25 May 2026 23:28:08 GMT</pubDate>
      <guid isPermaLink="false">tag:buildmaster@buildmaster,2026-05-25:20260525232808</guid>
    </item>

    <item>
      <title>Builder "own-linux-x86-32": failure</title>
      <link>http://buildbot.pypy.org/builders/own-linux-x86-32/builds/9374</link>
      <description>
        <![CDATA[
          <p>
            Date: Mon, 25 May 2026 22:15:17 GMT<br/>
            Project home: <a href="http://buildbot.pypy.org/">PyPy</a><br/>
            Builder summary: <a href="http://buildbot.pypy.org/builders/own-linux-x86-32">own-linux-x86-32</a><br/>
            Build details: <a href="http://buildbot.pypy.org/builders/own-linux-x86-32/builds/9374">Build 9374</a><br/>
            Author list: <b></b><br/>
            Failed step(s): <b>shell_7</b><br/>
          </p>
            <div>    <p>
            Repository: <br/>Branch: release-pypy3.11-v7.x<br/>
            Revision: 187671:194f9f44b505<br/>
                </p>
          </div>
            <p>
            <i>Last lines of the build log:</i>
          </p>
          <pre>Last lines of build log &#34;stdio&#34;:
[]
    @staticmethod
    @jit.elidable
    def lshift_int_int_bigint_result(iself, int_other):
        if not SUPPORT_INT128 or SHIFT != 63 or not int_in_valid_range(iself):
&gt;           return rbigint.fromint(iself).lshift(int_other)
E           TypeError: &#39;NoneType&#39; object is not callable

../rpython/rlib/rbigint.py:1383: TypeError
______________ AppTestSmallLong.test_pow_negative_exponent_modulo ______________

self = &lt;pypy.interpreter.typedef.W_ObjectObjectUserDictWeakrefable object at 0xe7ab9eac&gt;

    def test_pow_negative_exponent_modulo(self):
            import math
            import sys
            mod = 2 ** 100
            res = 519502503658624787456021964081
            assert pow(3**100, -1, mod) == res
            assert pow(3**100, -2, mod) == (res ** 2) % mod
&gt;           assert pow(12312388333333333333333333333333333333333333333333333333333, -sys.maxsize-1, 23) == 12
E           (application-level) AssertionError

[/build_dir/own-linux-x86-32/build/pypy/objspace/std/test/test_longobject.py:542]:8: AssertionError
=========================== short test summary info ============================
FAIL objspace/std/test/test_intobject.py::TestW_IntObject::()::test_lshift_without_fromint
FAIL objspace/std/test/test_longobject.py::AppTestLong::()::test_pow_negative_exponent_modulo
FAIL objspace/std/test/test_smalllongobject.py::TestW_IntObject::()::test_lshift_without_fromint
FAIL objspace/std/test/test_smalllongobject.py::AppTestSmallLong::()::test_pow_negative_exponent_modulo
============= 4 failed, 2461 passed, 38 skipped in 1946.39 seconds =============

Last lines of build log &#34;pytestLog&#34;:
[]
. pypy/objspace/std/test/test_unicodeobject.py::TestUnicodeObject::()::test_hypo_index_find
. pypy/objspace/std/test/test_unicodeobject.py::TestUnicodeObject::()::test_hypo_split
. pypy/objspace/std/test/test_unicodeobject.py::TestUnicodeObject::()::test_getitem_constant_index_jit
. pypy/objspace/std/test/test_unicodeobject.py::TestUnicodeObject::()::test_getslice_constant_index_jit
. pypy/objspace/std/test/test_unicodeobject.py::TestUnicodeObject::()::test_lower_upper_ascii
. pypy/objspace/std/test/test_unicodeobject.py::TestUnicodeObject::()::test_latin1_ascii_encode_shortcut_ascii
. pypy/objspace/std/test/test_unicodeobject.py::TestUnicodeObject::()::test_utf8_ascii_encode_shortcut_ascii
. pypy/objspace/std/test/test_unicodeobject.py::TestUnicodeObject::()::test_split_shortcut_ascii
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeStringStdOnly::()::test_compares
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_codecs_errors
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_isprintable_wide
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_startswith_endswith_external
. pypy/objspace/std/test/test_userobject.py::AppTestUserObject::()::test_hash
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_not_acceptable_as_base_class
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_del_warning
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_setattr_if_not_from_object
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_tag_changes
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_tag_changes_when_bases_change
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_tag_changes_only_when_dict_changes
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_tag_changes_When_module_changes
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_of_builtin_types
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_of_subclasses_of_builtin_types
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_of_modules
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_when_changing_a_lot
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_no_cell_when_writing_same_value
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_int_cells
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_int_cell_turns_into_cell
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_integer_strategy_with_w_long
  (somefailed=True in objspace/std/test)
</pre>
        ]]>
      </description>
      <pubDate>Mon, 25 May 2026 22:15:17 GMT</pubDate>
      <guid isPermaLink="false">tag:buildmaster@buildmaster,2026-05-25:20260525221517</guid>
    </item>

    <item>
      <title>Builder "pypy-c-jit-linux-x86-32": failure</title>
      <link>http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-32/builds/8328</link>
      <description>
        <![CDATA[
          <p>
            Date: Mon, 25 May 2026 21:37:58 GMT<br/>
            Project home: <a href="http://buildbot.pypy.org/">PyPy</a><br/>
            Builder summary: <a href="http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-32">pypy-c-jit-linux-x86-32</a><br/>
            Build details: <a href="http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-32/builds/8328">Build 8328</a><br/>
            Author list: <b></b><br/>
            Failed step(s): <b>shell_6, shell_7, shell_15, shell_16</b><br/>
          </p>
            <div>    <p>
            Repository: <br/>Branch: release-pypy3.11-v7.x<br/>
            Revision: 187671:194f9f44b505<br/>
                </p>
          </div>
            <p>
            <i>Last lines of the build log:</i>
          </p>
          <pre>Last lines of build log &#34;stdio&#34;:
[]
                 ^^^^^^
KeyError: &#39;/mp-ftsm2y_2&#39;
/build_dir/pypy-c-jit-linux-x86-32/build/lib-python/3/multiprocessing/resource_tracker.py:254: UserWarning: resource_tracker: There appear to be 4 leaked semaphore objects to clean up at shutdown
  warnings.warn(&#39;resource_tracker: There appear to be %d &#39;
/build_dir/pypy-c-jit-linux-x86-32/build/lib-python/3/multiprocessing/resource_tracker.py:254: UserWarning: resource_tracker: There appear to be 5 leaked semaphore objects to clean up at shutdown
  warnings.warn(&#39;resource_tracker: There appear to be %d &#39;
/build_dir/pypy-c-jit-linux-x86-32/build/lib-python/3/multiprocessing/resource_tracker.py:267: UserWarning: resource_tracker: &#39;/mp-lhj_pnjx&#39;: [Errno 2] No such file or directory
  warnings.warn(&#39;resource_tracker: %r: %s&#39; % (name, e))

=========================== short test summary info ============================
SKIP [1] /build_dir/pypy-c-jit-linux-x86-32/build/lib-python/conftest.py:606: demands too many resources
SKIP [1] /build_dir/pypy-c-jit-linux-x86-32/build/lib-python/conftest.py:606: needs low level audio
SKIP [5] /build_dir/pypy-c-jit-linux-x86-32/build/lib-python/conftest.py:606: implementation detail
SKIP [1] /build_dir/pypy-c-jit-linux-x86-32/build/lib-python/conftest.py:606: needs ctypes.pythonapi
SKIP [1] /build_dir/pypy-c-jit-linux-x86-32/build/lib-python/conftest.py:606: requires audio
SKIP [4] /build_dir/pypy-c-jit-linux-x86-32/build/lib-python/conftest.py:606: CPython internal details
SKIP [3] /build_dir/pypy-c-jit-linux-x86-32/build/lib-python/conftest.py:606: needs display
========================== slowest 10 test durations ===========================
237.79s call     lib-python/3/test/test_asyncio::unmodified
172.40s call     lib-python/3/test/test_concurrent_futures::unmodified
169.33s call     lib-python/3/test/test_multiprocessing_spawn::unmodified
166.70s call     lib-python/3/test/test_hashlib.py::unmodified
135.84s call     lib-python/3/test/test_subprocess.py::unmodified
123.23s call     lib-python/3/test/test_multiprocessing_forkserver::unmodified
106.79s call     lib-python/3/test/test_regrtest.py::unmodified
68.88s call     lib-python/3/test/test_multiprocessing_fork::unmodified
46.08s call     lib-python/3/test/test_socket.py::unmodified
38.82s call     lib-python/3/test/test_trace.py::unmodified
============= 6 failed, 411 passed, 16 skipped in 2319.68 seconds ==============

Last lines of build log &#34;pytestLog&#34;:
[]
   File &#34;/build_dir/pypy-c-jit-linux-x86-32/build/lib-python/3/multiprocessing/resource_tracker.py&#34;, line 239, in main
     cache[rtype].remove(name)
                  ^^^^^^
 KeyError: &#39;/mp-z_yknx8v&#39;
 Traceback (most recent call last):
   File &#34;/build_dir/pypy-c-jit-linux-x86-32/build/lib-python/3/multiprocessing/resource_tracker.py&#34;, line 239, in main
     cache[rtype].remove(name)
                  ^^^^^^
 KeyError: &#39;/mp-vukuzakr&#39;
 Traceback (most recent call last):
   File &#34;/build_dir/pypy-c-jit-linux-x86-32/build/lib-python/3/multiprocessing/resource_tracker.py&#34;, line 239, in main
     cache[rtype].remove(name)
                  ^^^^^^
 KeyError: &#39;/mp-ftsm2y_2&#39;
 /build_dir/pypy-c-jit-linux-x86-32/build/lib-python/3/multiprocessing/resource_tracker.py:254: UserWarning: resource_tracker: There appear to be 4 leaked semaphore objects to clean up at shutdown
   warnings.warn(&#39;resource_tracker: There appear to be %d &#39;
 /build_dir/pypy-c-jit-linux-x86-32/build/lib-python/3/multiprocessing/resource_tracker.py:254: UserWarning: resource_tracker: There appear to be 5 leaked semaphore objects to clean up at shutdown
   warnings.warn(&#39;resource_tracker: There appear to be %d &#39;
 /build_dir/pypy-c-jit-linux-x86-32/build/lib-python/3/multiprocessing/resource_tracker.py:267: UserWarning: resource_tracker: &#39;/mp-lhj_pnjx&#39;: [Errno 2] No such file or directory
   warnings.warn(&#39;resource_tracker: %r: %s&#39; % (name, e))
. lib-python/3/test/test_peg_generator::unmodified
. lib-python/3/test/test_pydoc::unmodified
. lib-python/3/test/test_pyrepl::unmodified
. lib-python/3/test/test_sqlite3::unmodified
. lib-python/3/test/test_tomllib::unmodified
s lib-python/3/test/test_tools::unmodified
 Skipped: CPython internal details
. lib-python/3/test/test_warnings::unmodified
. lib-python/3/test/test_zoneinfo::unmodified

Last lines of build log &#34;stdio&#34;:
[]
collected 19 items

module/unicodedata/test/test_unicodedata.py ...................

========================== 19 passed in 1.57 seconds ===========================
++ 21:14:12 starting module/zipimport/test [74 started in total]
__ module/zipimport/test [74 done in total, somefailed=False] _________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile &#39;default&#39; -&gt; deadline=None, database=DirectoryBasedExampleDatabase(&#39;/build_dir/pypy-c-jit-linux-x86-32/build/pypy/.hypothesis/examples&#39;)
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.42.0
collected 0 items

========================= no tests ran in 0.00 seconds =========================
++ 21:14:16 starting module/zlib/test [75 started in total]
__ module/zlib/test [75 done in total, somefailed=False] ______________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile &#39;default&#39; -&gt; deadline=None, database=DirectoryBasedExampleDatabase(&#39;/build_dir/pypy-c-jit-linux-x86-32/build/pypy/.hypothesis/examples&#39;)
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.42.0
collected 38 items

module/zlib/test/test_zlib.py ..................................s...

===================== 37 passed, 1 skipped in 2.64 seconds =====================

Last lines of build log &#34;pytestLog&#34;:
[]
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_invalidLevel
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_compression
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompression
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_compress
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompress
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompress_invalid_input
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_bad_arguments
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_empty_flush
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompress_eof
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompress_eof_incomplete_stream
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompress_incomplete_stream
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_unused_data
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_max_length
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_max_length_large
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_buffer
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_flush_with_freed_input
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_dictionary
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_dictionary_streaming
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_version
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompress_raw_with_dictionary
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompress_copy
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_cannot_copy_decompressor_with_stream_in_inconsistent_state
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompress_copy_carries_along_state
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_compress_copy
s pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_cannot_copy_compressor_with_stream_in_inconsistent_state
 Skipped: does not error check
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_cannot_copy_compressor_with_flushed_stream
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_double_flush
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_constants

Last lines of build log &#34;stdio&#34;:
[]
SKIPPED [1] ../build/extra_tests/cffi_tests/cffi1/test_verify1.py:2256: Windows only
SKIPPED [1] ../build/extra_tests/cffi_tests/cffi1/test_verify1.py:2306: Windows only
SKIPPED [2] ../build/extra_tests/cffi_tests/cffi1/test_verify1.py:2324: only running the memory-intensive test on x86/x64
SKIPPED [16] ../build/extra_tests/cffi_tests/embedding/test_basic.py:26: LinkError: command &#39;/opt/rh/devtoolset-10/root/usr/bin/gcc&#39; failed with exit code 1
SKIPPED [1] ../build/extra_tests/ctypes_tests/test_win32.py:7: condition: sys.platform != &#39;win32&#39;
XFAIL ../build/extra_tests/cffi_tests/cffi1/test_verify1.py::test_callback_in_thread
  reason: adapt or remove
XFAIL ../build/extra_tests/cffi_tests/cffi1/test_verify1.py::test_keepalive_lib
  reason: adapt or remove
XFAIL ../build/extra_tests/cffi_tests/cffi1/test_verify1.py::test_keepalive_ffi
  reason: adapt or remove
XFAIL ../build/extra_tests/cffi_tests/cffi1/test_verify1.py::test_bad_global_array_with_dotdotdot_length
  reason: was detected only because 23 bytes cannot be divided by 4; redo more generally
XFAIL ../build/extra_tests/ctypes_tests/test_functions.py::test_warnings
  warnings are disabled
XFAIL ../build/extra_tests/ctypes_tests/test_functions.py::test_errcheck
XFAIL ../build/extra_tests/ctypes_tests/test_numbers.py::test_no_missing_shape_to_ffi_type
XFAIL ../build/extra_tests/test_pyrepl/test_bugs.py::test_transpose_at_start
  reason: [NOTRUN] event missing
XPASS ../build/extra_tests/ctypes_tests/test_numbers.py::test_pointer_to_long_double 
FAILED ../build/extra_tests/ctypes_tests/test_functions.py::test_issue1655 - ...
= 1 failed, 2241 passed, 141 skipped, 8 xfailed, 1 xpassed, 13 warnings in 975.99s (0:16:15) =
n: 3
Arg 0: 13
Arg 1: 38
Arg 2: 100
n: 2
Arg 0: 13
Arg 1: 38

Last lines of build log &#34;pytestLog&#34;:
[]
    
        get_data = get_data_prototype(get_data_signature, get_data_paramflag)
        assert get_data(b&#39;testing!&#39;) == 4
    
        get_data.errcheck = ret_list_p(1)
&amp;gt;       assert get_data(b&#39;testing!&#39;) == [-1, -2, -3, -4]

../build/extra_tests/ctypes_tests/test_functions.py:219: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../build/lib_pypy/_ctypes/function.py:380: in __call__
    result, forced = self._do_errcheck(result, errcheckargs)
../build/lib_pypy/_ctypes/function.py:424: in _do_errcheck
    v = self._errcheck_(result, self, args)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

obj = &amp;lt;_ctypes.pointer.LP_c_long object at 0x17db2ce0&amp;gt;
func = &amp;lt;ctypes.CFUNCTYPE.&amp;lt;locals&amp;gt;.CFunctionType object at 0x17db2d20&amp;gt;
args = (b&#39;testing!&#39;, c_long(4))

    def sz_array_p(obj, func, args):
        assert (&#39;.LP_c_int object&#39; in repr(obj) or
                &#39;.LP_c_long object&#39; in repr(obj))
&amp;gt;       assert repr(args) ==&#34;(b&#39;testing!&#39;, c_int(4))&#34;
E       assert &#34;(b&#39;testing!&#39;, c_long(4))&#34; == &#34;(b&#39;testing!&#39;, c_int(4))&#34;
E         - (b&#39;testing!&#39;, c_int(4))
E         ?                 ^ ^
E         + (b&#39;testing!&#39;, c_long(4))
E         ?                 ^^ ^

../build/extra_tests/ctypes_tests/test_functions.py:205: AssertionError&lt;/failure&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;ctypes_tests.test_functions&#34; name=&#34;test_issue2533&#34; time=&#34;0.300&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_guess_argtypes&#34; name=&#34;test_wrap_args&#34; time=&#34;0.003&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_guess_argtypes&#34; name=&#34;test_guess_unicode&#34; time=&#34;0.004&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_keepalive&#34; name=&#34;test_array_of_pointers&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_keepalive&#34; name=&#34;test_simple_structure_and_pointer&#34; time=&#34;0.003&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_keepalive&#34; name=&#34;test_simple_structure_and_pointer_with_array&#34; time=&#34;0.003&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_keepalive&#34; name=&#34;test_structure_with_pointers&#34; time=&#34;0.003&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_keepalive&#34; name=&#34;test_union_with_pointers&#34; time=&#34;0.003&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_keepalive&#34; name=&#34;test_pointer_setitem&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_keepalive&#34; name=&#34;test_primitive&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_keepalive&#34; name=&#34;test_pointer_to_pointer&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_keepalive&#34; name=&#34;test_cfunc&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_keepalive&#34; name=&#34;test_cfunc_cast&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_keepalive&#34; name=&#34;test_array_of_struct_with_pointer&#34; time=&#34;0.003&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_keepalive&#34; name=&#34;test_array_of_union_with_pointer&#34; time=&#34;0.003&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_keepalive&#34; name=&#34;test_struct_with_inlined_array&#34; time=&#34;0.003&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_keepalive&#34; name=&#34;test_union_with_inlined_array&#34; time=&#34;0.003&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_keepalive&#34; name=&#34;test_struct_within_struct&#34; time=&#34;0.003&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_keepalive&#34; name=&#34;test_union_within_union&#34; time=&#34;0.003&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_keepalive&#34; name=&#34;test_c_char_p&#34; time=&#34;0.721&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_keepalive&#34; name=&#34;test_cast_addr_wrapped_in_pyfunctype_bug&#34; time=&#34;0.003&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_loading&#34; name=&#34;test__handle&#34; time=&#34;0.028&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_numbers&#34; name=&#34;test_init_again[c_byte]&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_numbers&#34; name=&#34;test_init_again[c_short]&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_numbers&#34; name=&#34;test_init_again[c_long0]&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_numbers&#34; name=&#34;test_init_again[c_long1]&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_numbers&#34; name=&#34;test_init_again[c_longlong0]&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_numbers&#34; name=&#34;test_init_again[c_longlong1]&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_numbers&#34; name=&#34;test_init_again[c_ubyte]&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_numbers&#34; name=&#34;test_init_again[c_ushort]&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_numbers&#34; name=&#34;test_init_again[c_ulong0]&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_numbers&#34; name=&#34;test_init_again[c_ulong1]&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_numbers&#34; name=&#34;test_init_again[c_ulonglong]&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_numbers&#34; name=&#34;test_init_again[c_double]&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_numbers&#34; name=&#34;test_init_again[c_float]&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_numbers&#34; name=&#34;test_init_again[c_longdouble]&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_numbers&#34; name=&#34;test_subclass&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_numbers&#34; name=&#34;test_no_missing_shape_to_ffi_type&#34; time=&#34;0.002&#34;&gt;&lt;skipped type=&#34;pytest.xfail&#34; message=&#34;&#34; /&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;ctypes_tests.test_numbers&#34; name=&#34;test_pointer_to_long_double&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_parameters&#34; name=&#34;test_pointer_subclasses&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_parameters&#34; name=&#34;test_multiple_signature&#34; time=&#34;0.003&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_pointers&#34; name=&#34;test_get_ffi_argtype&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_pointers&#34; name=&#34;test_byref[c_byte-int]&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_pointers&#34; name=&#34;test_byref[c_ubyte-int]&#34; time=&#34;0.003&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_pointers&#34; name=&#34;test_byref[c_short-int]&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_pointers&#34; name=&#34;test_byref[c_ushort-int]&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_pointers&#34; name=&#34;test_byref[c_long-int0]&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_pointers&#34; name=&#34;test_byref[c_ulong-int0]&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_pointers&#34; name=&#34;test_byref[c_long-int1]&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_pointers&#34; name=&#34;test_byref[c_ulong-int1]&#34; time=&#34;0.016&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_pointers&#34; name=&#34;test_byref[c_longlong-int]&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_pointers&#34; name=&#34;test_byref[c_ulonglong-int]&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_pointers&#34; name=&#34;test_byref[c_double-float]&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_pointers&#34; name=&#34;test_byref[c_float-float]&#34; time=&#34;0.003&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_pointers&#34; name=&#34;test_pointer_to_pointer&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_pointers&#34; name=&#34;test_c_char_p_byref&#34; time=&#34;0.003&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_pointers&#34; name=&#34;test_byref_cannot_be_bound&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_pointers&#34; name=&#34;test_byref_with_offset&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_pointers&#34; name=&#34;test_issue2813_fix&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_pointers&#34; name=&#34;test_issue2813_cant_change_fields_after_get_ffi_argtype&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_pointers&#34; name=&#34;test_memoryview&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_pointers&#34; name=&#34;test_pointer_from_array&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_prototypes&#34; name=&#34;test_restype_setattr&#34; time=&#34;0.003&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_prototypes&#34; name=&#34;test_argtypes_setattr&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_prototypes&#34; name=&#34;test_paramflags_setattr&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_prototypes&#34; name=&#34;test_kwargs&#34; time=&#34;0.004&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_prototypes&#34; name=&#34;test_array_to_ptr_wrongtype&#34; time=&#34;0.003&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_structures&#34; name=&#34;test_subclass_initializer&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_structures&#34; name=&#34;test_fields_is_a_tuple&#34; time=&#34;0.020&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_structures&#34; name=&#34;test___init__&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_structures&#34; name=&#34;test_setattr&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_structures&#34; name=&#34;test_withslots&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_structures&#34; name=&#34;test_getattr_recursion&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_structures&#34; name=&#34;test_large_fields&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_structures&#34; name=&#34;test_b_base&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_structures&#34; name=&#34;test_swapped_bytes&#34; time=&#34;0.011&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_structures&#34; name=&#34;test_from_buffer_copy&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_structures&#34; name=&#34;test_nonfinal_struct&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_structures&#34; name=&#34;test_structure_overloading_getattr&#34; time=&#34;0.003&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_structures&#34; name=&#34;test_duplicate_names&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_structures&#34; name=&#34;test_memoryview&#34; time=&#34;0.003&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_structures&#34; name=&#34;test_weakref&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_structures&#34; name=&#34;test_pyobject_of_int&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_structures&#34; name=&#34;test_memoryview_endian&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_structures&#34; name=&#34;test_deepcopy_struct&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_unions&#34; name=&#34;test_getattr&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_unions&#34; name=&#34;test_union_of_structures&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_values&#34; name=&#34;test_a_string&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;ctypes_tests.test_win32&#34; name=&#34;test_VARIANT&#34; time=&#34;0.001&#34;&gt;&lt;skipped type=&#34;pytest.skip&#34; message=&#34;condition: sys.platform != &#39;win32&#39;&#34;&gt;/build_dir/pypy-c-jit-linux-x86-32/build/extra_tests/ctypes_tests/test_win32.py:7: condition: sys.platform != &#39;win32&#39;&lt;/skipped&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;test_pyrepl.test_basic&#34; name=&#34;test_basic&#34; time=&#34;0.006&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_basic&#34; name=&#34;test_repeat&#34; time=&#34;0.005&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_basic&#34; name=&#34;test_kill_line&#34; time=&#34;0.006&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_basic&#34; name=&#34;test_unix_line_discard&#34; time=&#34;0.006&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_basic&#34; name=&#34;test_kill_word&#34; time=&#34;0.011&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_basic&#34; name=&#34;test_backward_kill_word&#34; time=&#34;0.014&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_basic&#34; name=&#34;test_forward_backward_word&#34; time=&#34;0.006&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_basic&#34; name=&#34;test_yank&#34; time=&#34;0.006&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_basic&#34; name=&#34;test_yank_pop&#34; time=&#34;0.013&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_basic&#34; name=&#34;test_interrupt&#34; time=&#34;0.009&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_basic&#34; name=&#34;test_up&#34; time=&#34;0.005&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_basic&#34; name=&#34;test_down&#34; time=&#34;0.007&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_basic&#34; name=&#34;test_left&#34; time=&#34;0.005&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_basic&#34; name=&#34;test_right&#34; time=&#34;0.005&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_bugs&#34; name=&#34;test_transpose_at_start&#34; time=&#34;0.001&#34;&gt;&lt;skipped type=&#34;pytest.xfail&#34; message=&#34;[NOTRUN] event missing&#34; /&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;test_pyrepl.test_bugs&#34; name=&#34;test_cmd_instantiation_crash&#34; time=&#34;0.018&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_bugs&#34; name=&#34;test_signal_failure&#34; time=&#34;0.004&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_functional&#34; name=&#34;test_basic&#34; time=&#34;1.293&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_functional&#34; name=&#34;test_error&#34; time=&#34;1.413&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_functional&#34; name=&#34;test_ctrl_left_ctrl_right&#34; time=&#34;1.630&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_functional&#34; name=&#34;test_sys_excepthook_is_broken&#34; time=&#34;1.541&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_functional&#34; name=&#34;test_sys_tracebacklimit_is_correct&#34; time=&#34;1.843&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_functional&#34; name=&#34;test_hyperlinks_error&#34; time=&#34;1.584&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_functional&#34; name=&#34;test_dumb_terminal&#34; time=&#34;1.698&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_functional&#34; name=&#34;test_syntaxerror_correct_filename_and_positions&#34; time=&#34;3.446&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_functional&#34; name=&#34;test_cmd_module_tab_completion_with_pyrepl_readline&#34; time=&#34;1.713&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_functional&#34; name=&#34;test_sys_audit_called_in_pyrepl&#34; time=&#34;1.875&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_functional&#34; name=&#34;test_input_is_not_monkeypatched&#34; time=&#34;1.721&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_functional&#34; name=&#34;test_tab_completion_works&#34; time=&#34;1.471&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_keymap&#34; name=&#34;test_compile_keymap&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_reader&#34; name=&#34;test_process_prompt&#34; time=&#34;0.007&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_readline&#34; name=&#34;test_raw_input&#34; time=&#34;0.032&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_readline&#34; name=&#34;test_get_line_buffer_is_str&#34; time=&#34;0.011&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_readline&#34; name=&#34;test_nonascii_history&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_readline&#34; name=&#34;test_insert_text_leading_tab&#34; time=&#34;0.017&#34; /&gt;&lt;/testsuite&gt;&lt;/testsuites&gt;
Last lines of build log &#34;stdio&#34;:
[]

Expected:
    
    i56 = int_gt(i44, 0)
    guard_true(i56, descr=...)
    p57 = force_token()
    setfield_gc(p0, p57, descr=&lt;FieldP pypy.interpreter.pyframe.PyFrame.vable_token 8&gt;)
    i58 = call_may_force_i(ConstClass(acquire_timed), p31, -1, descr=&lt;Calli . ri EF=7&gt;)
    guard_not_forced(descr=...)
    guard_no_exception(descr=...)
    i99 = int_eq(i58, 1)
    guard_true(i99, descr=...)
    i58 = int_sub(i44, 1)
    guard_not_invalidated?
    i59 = call_i(ConstClass(RPyThreadReleaseLock), i37, descr=&lt;Calli . i EF=2&gt;)
    i60 = int_is_true(i59)
    guard_false(i60, descr=...)
    
        guard_not_invalidated?
        ticker0 = getfield_raw_i(#, descr=&lt;FieldS pypysig_long_struct_inner.c_value .*&gt;)
        ticker_cond0 = int_lt(ticker0, 0)
        guard_false(ticker_cond0, descr=...)
    
    jump(..., descr=...)
=========================== short test summary info ============================
FAIL pypy/module/pypyjit/test_pypy_c/test_capture_locals.py::TestCaptureLocals::()::test_capture_locals
FAIL pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_lookup_default_encoding
FAIL pypy/module/pypyjit/test_pypy_c/test_thread.py::TestThread::()::test_lock_acquire_release
======= 3 failed, 1029 passed, 162 skipped, 1 xfailed in 352.41 seconds ========

Last lines of build log &#34;pytestLog&#34;:
[]
     i64 = getfield_raw_i(-134654592, descr=&lt;FieldS pypysig_long_struct_inner.c_value 0&gt;)
     i66 = int_lt(i64, 0)
     guard_false(i66, descr=&lt;Guard0xf4a5cb70&gt;)
     jump(p0, p1, i58, p10, p12, p22, p24, p32, i41, descr=TargetToken(-190476164))
 
 Expected:
     
     i56 = int_gt(i44, 0)
     guard_true(i56, descr=...)
     p57 = force_token()
     setfield_gc(p0, p57, descr=&lt;FieldP pypy.interpreter.pyframe.PyFrame.vable_token 8&gt;)
     i58 = call_may_force_i(ConstClass(acquire_timed), p31, -1, descr=&lt;Calli . ri EF=7&gt;)
     guard_not_forced(descr=...)
     guard_no_exception(descr=...)
     i99 = int_eq(i58, 1)
     guard_true(i99, descr=...)
     i58 = int_sub(i44, 1)
     guard_not_invalidated?
     i59 = call_i(ConstClass(RPyThreadReleaseLock), i37, descr=&lt;Calli . i EF=2&gt;)
     i60 = int_is_true(i59)
     guard_false(i60, descr=...)
     
         guard_not_invalidated?
         ticker0 = getfield_raw_i(#, descr=&lt;FieldS pypysig_long_struct_inner.c_value .*&gt;)
         ticker_cond0 = int_lt(ticker0, 0)
         guard_false(ticker_cond0, descr=...)
     
     jump(..., descr=...)
. pypy/module/pypyjit/test_pypy_c/test_weakref.py::TestThread::()::test_make_ref_with_callback
</pre>
        ]]>
      </description>
      <pubDate>Mon, 25 May 2026 21:37:58 GMT</pubDate>
      <guid isPermaLink="false">tag:buildmaster@buildmaster,2026-05-25:20260525213758</guid>
    </item>

    <item>
      <title>Builder "own-linux-x86-64": success</title>
      <link>http://buildbot.pypy.org/builders/own-linux-x86-64/builds/10821</link>
      <description>
        <![CDATA[
          <p>
            Date: Mon, 25 May 2026 21:55:18 GMT<br/>
            Project home: <a href="http://buildbot.pypy.org/">PyPy</a><br/>
            Builder summary: <a href="http://buildbot.pypy.org/builders/own-linux-x86-64">own-linux-x86-64</a><br/>
            Build details: <a href="http://buildbot.pypy.org/builders/own-linux-x86-64/builds/10821">Build 10821</a><br/>
            Author list: <b></b><br/>
            Failed step(s): <b></b><br/>
          </p>
            <div>    <p>
            Repository: <br/>Branch: release-pypy3.11-v7.x<br/>
            Revision: 187671:194f9f44b505<br/>
                </p>
          </div>
            <p>
            <i>Last lines of the build log:</i>
          </p>
          <pre></pre>
        ]]>
      </description>
      <pubDate>Mon, 25 May 2026 21:55:18 GMT</pubDate>
      <guid isPermaLink="false">tag:buildmaster@buildmaster,2026-05-25:20260525215518</guid>
    </item>

    <item>
      <title>Builder "own-macos-arm64": failure</title>
      <link>http://buildbot.pypy.org/builders/own-macos-arm64/builds/1210</link>
      <description>
        <![CDATA[
          <p>
            Date: Mon, 25 May 2026 21:52:19 GMT<br/>
            Project home: <a href="http://buildbot.pypy.org/">PyPy</a><br/>
            Builder summary: <a href="http://buildbot.pypy.org/builders/own-macos-arm64">own-macos-arm64</a><br/>
            Build details: <a href="http://buildbot.pypy.org/builders/own-macos-arm64/builds/1210">Build 1210</a><br/>
            Author list: <b></b><br/>
            Failed step(s): <b>shell_7</b><br/>
          </p>
            <div>    <p>
            Repository: <br/>Branch: release-pypy3.11-v7.x<br/>
            Revision: 187671:194f9f44b505<br/>
                </p>
          </div>
            <p>
            <i>Last lines of the build log:</i>
          </p>
          <pre>Last lines of build log &#34;stdio&#34;:
[]
__________________ AppTestFloatFormatting.test_locale_german ___________________

self = &lt;pypy.interpreter.typedef.W_ObjectObjectUserDictWeakrefable object at 0x000000017c0bc2f8&gt;

    def test_locale_german(self):
            import locale, sys
            for name in [&#39;de_DE&#39;, &#39;de_DE.utf8&#39;]:
                try:
                    locale.setlocale(locale.LC_NUMERIC, name)
                    break
                except locale.Error:
                    pass
            else:
                skip(&#34;no german locale&#34;)
            x = 1234.567890
            try:
                if sys.platform != &#34;darwin&#34;:
                    assert locale.format(&#39;%g&#39;, x, grouping=True) == &#39;1.234,57&#39;
                    assert format(x, &#39;n&#39;) == &#39;1.234,57&#39;
                    assert format(12345678901234, &#39;n&#39;) == &#39;12.345.678.901.234&#39;
                else:
                    # No thousands separator on German in MacOS since 10.4
&gt;                   assert locale.format(&#39;%g&#39;, x, grouping=True) == &#39;1234,57&#39;
E                   (application-level) AssertionError

[/Users/matti/build-worker-arm64/own-macos-arm64/build/pypy/objspace/std/test/test_newformat.py:410]:19: AssertionError
=========================== short test summary info ============================
FAIL objspace/std/test/test_newformat.py::AppTestFloatFormatting::()::test_locale_german
============= 1 failed, 2471 passed, 31 skipped in 161.70 seconds ==============

Last lines of build log &#34;pytestLog&#34;:
[]
. pypy/objspace/std/test/test_unicodeobject.py::TestUnicodeObject::()::test_hypo_index_find
. pypy/objspace/std/test/test_unicodeobject.py::TestUnicodeObject::()::test_hypo_split
. pypy/objspace/std/test/test_unicodeobject.py::TestUnicodeObject::()::test_getitem_constant_index_jit
. pypy/objspace/std/test/test_unicodeobject.py::TestUnicodeObject::()::test_getslice_constant_index_jit
. pypy/objspace/std/test/test_unicodeobject.py::TestUnicodeObject::()::test_lower_upper_ascii
. pypy/objspace/std/test/test_unicodeobject.py::TestUnicodeObject::()::test_latin1_ascii_encode_shortcut_ascii
. pypy/objspace/std/test/test_unicodeobject.py::TestUnicodeObject::()::test_utf8_ascii_encode_shortcut_ascii
. pypy/objspace/std/test/test_unicodeobject.py::TestUnicodeObject::()::test_split_shortcut_ascii
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeStringStdOnly::()::test_compares
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_codecs_errors
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_isprintable_wide
. pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeString::()::test_startswith_endswith_external
. pypy/objspace/std/test/test_userobject.py::AppTestUserObject::()::test_hash
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_not_acceptable_as_base_class
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_del_warning
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_setattr_if_not_from_object
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_tag_changes
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_tag_changes_when_bases_change
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_tag_changes_only_when_dict_changes
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_tag_changes_When_module_changes
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_of_builtin_types
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_of_subclasses_of_builtin_types
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_of_modules
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_version_tag_when_changing_a_lot
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_no_cell_when_writing_same_value
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_int_cells
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_int_cell_turns_into_cell
. pypy/objspace/std/test/test_versionedtype.py::TestVersionedType::()::test_integer_strategy_with_w_long
  (somefailed=True in objspace/std/test)
</pre>
        ]]>
      </description>
      <pubDate>Mon, 25 May 2026 21:52:19 GMT</pubDate>
      <guid isPermaLink="false">tag:buildmaster@buildmaster,2026-05-25:20260525215219</guid>
    </item>

    <item>
      <title>Builder "pypy-c-jit-macos-x86-64": failure</title>
      <link>http://buildbot.pypy.org/builders/pypy-c-jit-macos-x86-64/builds/1272</link>
      <description>
        <![CDATA[
          <p>
            Date: Tue, 26 May 2026 00:06:16 GMT<br/>
            Project home: <a href="http://buildbot.pypy.org/">PyPy</a><br/>
            Builder summary: <a href="http://buildbot.pypy.org/builders/pypy-c-jit-macos-x86-64">pypy-c-jit-macos-x86-64</a><br/>
            Build details: <a href="http://buildbot.pypy.org/builders/pypy-c-jit-macos-x86-64/builds/1272">Build 1272</a><br/>
            Author list: <b></b><br/>
            Failed step(s): <b>shell_6, shell_7, shell_12, shell_13, shell_14</b><br/>
          </p>
            <div>    <p>
            Repository: <br/>Branch: release-pypy3.11-v7.x<br/>
            Revision: 187671:194f9f44b505<br/>
                </p>
          </div>
            <p>
            <i>Last lines of the build log:</i>
          </p>
          <pre>Last lines of build log &#34;stdio&#34;:
[]
                 ^^^^^^
KeyError: &#39;/mp-0x25x872&#39;
Traceback (most recent call last):
  File &#34;/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/multiprocessing/resource_tracker.py&#34;, line 239, in main
    cache[rtype].remove(name)
                 ^^^^^^
KeyError: &#39;/mp-iuyvc6fx&#39;
test test_multiprocessing_spawn.test_processes failed

=========================== short test summary info ============================
SKIP [5] /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/conftest.py:606: implementation detail
SKIP [4] /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/conftest.py:606: CPython internal details
SKIP [1] /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/conftest.py:606: needs low level audio
SKIP [1] /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/conftest.py:606: needs ctypes.pythonapi
SKIP [3] /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/conftest.py:606: needs display
SKIP [1] /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/conftest.py:606: requires audio
SKIP [1] /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/conftest.py:606: demands too many resources
========================== slowest 10 test durations ===========================
142.21s call     lib-python/3/test/test_concurrent_futures::unmodified
131.46s call     lib-python/3/test/test_multiprocessing_spawn::unmodified
105.50s call     lib-python/3/test/test_asyncio::unmodified
103.68s call     lib-python/3/test/test_multiprocessing_forkserver::unmodified
82.54s call     lib-python/3/test/test_signal.py::unmodified
60.21s call     lib-python/3/test/test_regrtest.py::unmodified
39.35s call     lib-python/3/test/test_venv.py::unmodified
38.04s call     lib-python/3/test/test_ssl.py::unmodified
34.61s call     lib-python/3/test/test_socket.py::unmodified
29.30s call     lib-python/3/test/test_subprocess.py::unmodified
============= 13 failed, 404 passed, 16 skipped in 1390.15 seconds =============

Last lines of build log &#34;pytestLog&#34;:
[]
   File &#34;/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/multiprocessing/resource_tracker.py&#34;, line 239, in main
     cache[rtype].remove(name)
                  ^^^^^^
 KeyError: &#39;/mp-k6wl5ghm&#39;
 Traceback (most recent call last):
   File &#34;/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/multiprocessing/resource_tracker.py&#34;, line 239, in main
     cache[rtype].remove(name)
                  ^^^^^^
 KeyError: &#39;/mp-hn07qp4h&#39;
 Traceback (most recent call last):
   File &#34;/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/multiprocessing/resource_tracker.py&#34;, line 239, in main
     cache[rtype].remove(name)
                  ^^^^^^
 KeyError: &#39;/mp-0x25x872&#39;
 Traceback (most recent call last):
   File &#34;/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/multiprocessing/resource_tracker.py&#34;, line 239, in main
     cache[rtype].remove(name)
                  ^^^^^^
 KeyError: &#39;/mp-iuyvc6fx&#39;
 test test_multiprocessing_spawn.test_processes failed
. lib-python/3/test/test_peg_generator::unmodified
. lib-python/3/test/test_pydoc::unmodified
. lib-python/3/test/test_pyrepl::unmodified
. lib-python/3/test/test_sqlite3::unmodified
. lib-python/3/test/test_tomllib::unmodified
s lib-python/3/test/test_tools::unmodified
 Skipped: CPython internal details
. lib-python/3/test/test_warnings::unmodified
. lib-python/3/test/test_zoneinfo::unmodified

Last lines of build log &#34;stdio&#34;:
[]
    
  warnings.warn(PYTEST_TOO_OLD_MESSAGE % (pytest.__version__,), HypothesisWarning)
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.17-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/pytest.pyc
rootdir: /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build, inifile: pytest.ini
plugins: hypothesis-4.57.1
collected 0 items

========================= no tests ran in 0.00 seconds =========================
++ 02:31:56 starting module/zlib/test [75 started in total]
__ module/zlib/test [75 done in total, somefailed=False] ______________________
/Users/matti/oss/pypy-x86_64-buildbot/site-packages/hypothesis/extra/pytestplugin.py:61: HypothesisWarning: 
        You are using Pytest version 2.9.2.  Hypothesis tests work with any test
        runner, but our Pytest plugin requires Pytest  4.3 or newer.
        Note that the Pytest developers no longer support this version either!
        Disabling the Hypothesis pytest plugin...
    
  warnings.warn(PYTEST_TOO_OLD_MESSAGE % (pytest.__version__,), HypothesisWarning)
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.17-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/pytest.pyc
rootdir: /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build, inifile: pytest.ini
plugins: hypothesis-4.57.1
collected 38 items

module/zlib/test/test_zlib.py ......................................

========================== 38 passed in 2.31 seconds ===========================

Last lines of build log &#34;pytestLog&#34;:
[]
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_adler32_start_value
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_invalidLevel
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_compression
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompression
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_compress
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompress
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompress_invalid_input
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_bad_arguments
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_empty_flush
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompress_eof
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompress_eof_incomplete_stream
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompress_incomplete_stream
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_unused_data
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_max_length
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_max_length_large
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_buffer
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_flush_with_freed_input
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_dictionary
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_dictionary_streaming
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_version
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompress_raw_with_dictionary
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompress_copy
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_cannot_copy_decompressor_with_stream_in_inconsistent_state
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_decompress_copy_carries_along_state
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_compress_copy
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_cannot_copy_compressor_with_stream_in_inconsistent_state
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_cannot_copy_compressor_with_flushed_stream
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_double_flush
. pypy/module/zlib/test/test_zlib.py::AppTestZlib::()::test_constants

Last lines of build log &#34;stdio&#34;:
[]

pypy/module/_warnings/test/apptest_warnings.py::test_defaults
  /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/pypy/module/_warnings/test/apptest_warnings.py:20: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
    import pkg_resources

pypy/module/_weakref/test/apptest_weakref.py::test_buggy_case
  /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/lib/pypy3.11/site-packages/_pytest/unraisableexception.py:78: PytestUnraisableExceptionWarning: : &lt;function test_buggy_case.&lt;locals&gt;.A.__del__ at 0x00007f854bb636a0&gt;
  
  TypeError: test_buggy_case.&lt;locals&gt;.A.__del__() takes 0 positional arguments but 1 was given
  
    warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))

pypy/module/_weakref/test/apptest_weakref.py::test_callback_raises
  /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/pypy-venv/lib/pypy3.11/site-packages/_pytest/unraisableexception.py:78: PytestUnraisableExceptionWarning: Exception ignored in: weakref callback : &lt;function test_callback_raises.&lt;locals&gt;.callback at 0x00007f854a0b1160&gt;
  
  Traceback (most recent call last):
    File &#34;/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/pypy/module/_weakref/test/apptest_weakref.py&#34;, line 498, in callback
      explode
  NameError: name &#39;explode&#39; is not defined
  
    warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))

-- Docs: https://docs.pytest.org/en/stable/warnings.html
- generated xml file: /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/venv/test-D.log -
=========================== short test summary info ============================
FAILED ../build/pypy/module/_posixsubprocess/test/apptest_subprocess.py::test_restore_signals
FAILED ../build/pypy/module/_socket/test/apptest_socket.py::test_tcp_bytearray_name
FAILED ../build/pypy/module/posix/test/apptest_posix.py::test_all_pathconf_defined
=========== 3 failed, 1845 passed, 19 skipped, 4 warnings in 35.42s ============

Last lines of build log &#34;pytestLog&#34;:
[]
                part = os.read(errpipe_read, 50000)
                errpipe_data += part
                if not part or len(errpipe_data) &amp;gt; 50000:
                    break
            if errpipe_data:
                newpid, sts = os.waitpid(pid, 0)
&amp;gt;               raise RuntimeError(&#39;running commande returned %s&#39; % sts)
E               RuntimeError: running commande returned 65280

../build/pypy/module/_posixsubprocess/test/apptest_subprocess.py:277: RuntimeError&lt;/failure&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;pypy.module._pypyjson.test.apptest__pypyjson&#34; name=&#34;test_fast_encode_mode_ascii&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._pypyjson.test.apptest__pypyjson&#34; name=&#34;test_fast_encode_mode_unicode&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module._pypyjson.test.apptest__pypyjson&#34; name=&#34;test_fast_encode_mode_custom&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module._pypyjson.test.apptest__pypyjson&#34; name=&#34;test_encode_truefalse_sort_keys&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._pypyjson.test.apptest__pypyjson&#34; name=&#34;test_encode_sort_keys_by_value&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._pypyjson.test.apptest__pypyjson&#34; name=&#34;test_encode_int_subclass_uses_base_int_repr&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._pypyjson.test.apptest__pypyjson&#34; name=&#34;test_encode_mutated_list&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module._pypyjson.test.apptest__pypyjson&#34; name=&#34;test_encode_non_ascii_unicode&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module._rawffi.test.apptest_rawffi&#34; name=&#34;test_array_view_format&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_module&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_overflow_errors&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_ntoa_exception&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_aton_exceptions&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_ntop_exceptions&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_pton_exceptions&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_newsocket_error&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_socket_fileno&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_socket_repr&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_socket_close&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_socket_close_exception&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_setblocking_invalidfd&#34; time=&#34;0.006&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_socket_connect&#34; time=&#34;0.085&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_socket_connect_ex&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_socket_connect_typeerrors&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_bigport&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_NtoH&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_newsocket&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_subclass&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_getsetsockopt&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_getsetsockopt_zero&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_getsockopt_bad_length&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_socket_ioctl&#34; time=&#34;0.001&#34;&gt;&lt;skipped type=&#34;pytest.skip&#34; message=&#34;win32 only&#34;&gt;/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/pypy/module/_socket/test/apptest_socket.py:261: win32 only&lt;/skipped&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_socket_sharelocal&#34; time=&#34;0.000&#34;&gt;&lt;skipped type=&#34;pytest.skip&#34; message=&#34;win32 only&#34;&gt;/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/pypy/module/_socket/test/apptest_socket.py:271: win32 only&lt;/skipped&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_dup&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_dup_error&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_recvmsg_issue2649&#34; time=&#34;0.000&#34;&gt;&lt;skipped type=&#34;pytest.skip&#34; message=&#34;no MSG_ERRQUEUE on macos&#34;&gt;/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/pypy/module/_socket/test/apptest_socket.py:310: no MSG_ERRQUEUE on macos&lt;/skipped&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_buffer&#34; time=&#34;0.081&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_listen_default&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_unix_socket_connect&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_subclass_init&#34; time=&#34;0.015&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_subclass_noinit&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_dealloc_warn&#34; time=&#34;0.095&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_invalid_fd&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_socket_non_inheritable&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_socketpair_non_inheritable&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_hostname_unicode&#34; time=&#34;0.053&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_socket_close_via_close&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_socket_get_values_from_fd&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_socket_init_non_blocking&#34; time=&#34;0.001&#34;&gt;&lt;skipped type=&#34;pytest.skip&#34; message=&#34;no SOCK_NONBLOCK&#34;&gt;/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/pypy/module/_socket/test/apptest_socket.py:501: no SOCK_NONBLOCK&lt;/skipped&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_socket_consistent_sock_type&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_connect_to_kernel_netlink_routing_socket&#34; time=&#34;0.001&#34;&gt;&lt;skipped type=&#34;pytest.skip&#34; message=&#34;no AF_NETLINK on this platform&#34;&gt;/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/pypy/module/_socket/test/apptest_socket.py:533: no AF_NETLINK on this platform&lt;/skipped&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_convert_between_tuple_and_sockaddr_ll&#34; time=&#34;0.000&#34;&gt;&lt;skipped type=&#34;pytest.skip&#34; message=&#34;AF_PACKET needs to be root for testing&#34;&gt;/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/pypy/module/_socket/test/apptest_socket.py:543: AF_PACKET needs to be root for testing&lt;/skipped&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_tcp_timeout&#34; time=&#34;1.013&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_tcp_timeout_zero&#34; time=&#34;0.005&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_tcp_recv_send_timeout&#34; time=&#34;16.201&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_tcp_getblocking&#34; time=&#34;0.005&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_tcp_recv_into&#34; time=&#34;0.007&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_tcp_recvfrom_into&#34; time=&#34;0.004&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_tcp_recvmsg_into&#34; time=&#34;0.004&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_tcp_family&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_tcp_missing_error_catching&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_tcp_accept_non_inheritable&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_tcp_recv_into_params&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_tcp_bytearray_name&#34; time=&#34;0.002&#34;&gt;&lt;failure message=&#34;FileNotFoundError: [Errno 2] No such file or directory&#34;&gt;def test_tcp_bytearray_name():
        import _socket as socket
        if not hasattr(socket, &#39;AF_UNIX&#39;):
            pytest.skip(&#39;AF_UNIX not supported.&#39;)
        s = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM)
&amp;gt;       s.bind(bytearray(b&#34;\x00python\x00test\x00&#34;))
E       FileNotFoundError: [Errno 2] No such file or directory

../build/pypy/module/_socket/test/apptest_socket.py:816: FileNotFoundError&lt;/failure&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_tcp_bind_audit&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_tcp_timeout_is_alias&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._socket.test.apptest_socket&#34; name=&#34;test_errno&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._warnings.test.apptest_warnings&#34; name=&#34;test_defaults&#34; time=&#34;0.058&#34; /&gt;&lt;testcase classname=&#34;pypy.module._warnings.test.apptest_warnings&#34; name=&#34;test_warn&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._warnings.test.apptest_warnings&#34; name=&#34;test_use_builtin__warnings&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._warnings.test.apptest_warnings&#34; name=&#34;test_lineno&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._warnings.test.apptest_warnings&#34; name=&#34;test_warn_explicit&#34; time=&#34;0.005&#34; /&gt;&lt;testcase classname=&#34;pypy.module._warnings.test.apptest_warnings&#34; name=&#34;test_with_source&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._warnings.test.apptest_warnings&#34; name=&#34;test_default_action&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._warnings.test.apptest_warnings&#34; name=&#34;test_ignore&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._warnings.test.apptest_warnings&#34; name=&#34;test_show_source_line&#34; time=&#34;0.001&#34;&gt;&lt;skipped type=&#34;pytest.skip&#34; message=&#34;fails on this version of pytest&#34;&gt;/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/pypy/module/_warnings/test/apptest_warnings.py:84: fails on this version of pytest&lt;/skipped&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;pypy.module._warnings.test.apptest_warnings&#34; name=&#34;test_filename_none&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._warnings.test.apptest_warnings&#34; name=&#34;test_warn_unicode&#34; time=&#34;0.001&#34;&gt;&lt;skipped type=&#34;pytest.skip&#34; message=&#34;fails on this version of pytest&#34;&gt;/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/pypy/module/_warnings/test/apptest_warnings.py:121: fails on this version of pytest&lt;/skipped&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;pypy.module._warnings.test.apptest_warnings&#34; name=&#34;test_bad_category&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._warnings.test.apptest_warnings&#34; name=&#34;test_surrogate_in_filename&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._warnings.test.apptest_warnings&#34; name=&#34;test_issue31285&#34; time=&#34;0.006&#34; /&gt;&lt;testcase classname=&#34;pypy.module._warnings.test.apptest_warnings&#34; name=&#34;test_once_is_not_broken&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._warnings.test.apptest_warnings&#34; name=&#34;test_filename_from_code&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_missing_arg&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_no_kwargs&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_callback&#34; time=&#34;0.035&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_callback_order&#34; time=&#34;0.033&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_dont_callback_if_weakref_dead&#34; time=&#34;0.065&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_callback_cannot_ressurect&#34; time=&#34;0.033&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_weakref_reusing&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_correct_weakrefcount_after_death&#34; time=&#34;0.065&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_weakref_equality&#34; time=&#34;0.066&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_ne&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_getweakrefs&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_hashing&#34; time=&#34;0.065&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_weakref_subclassing&#34; time=&#34;0.033&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_function_weakrefable&#34; time=&#34;0.033&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_method_weakrefable&#34; time=&#34;0.033&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_set_weakrefable&#34; time=&#34;0.033&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_generator_weakrefable&#34; time=&#34;0.066&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_weakref_subclass_with_del&#34; time=&#34;0.033&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_buggy_case&#34; time=&#34;0.163&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_del_and_callback_and_id&#34; time=&#34;0.163&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_type_weakrefable&#34; time=&#34;0.033&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_simple&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_caching&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_callable_proxy&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_callable_proxy_type&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_dont_create_directly&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_dont_hash&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_subclassing_not_allowed&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_proxy_to_dead_object&#34; time=&#34;0.034&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_proxy_with_callback&#34; time=&#34;0.033&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_repr&#34; time=&#34;0.066&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_bytes&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_reversed&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_eq&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_callback_raises&#34; time=&#34;0.039&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_init&#34; time=&#34;0.033&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_add&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_inplace_add&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_setattr&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_error_message_wrong_self&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_reverse_add&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_gt_lt&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module._weakref.test.apptest_weakref&#34; name=&#34;test_remove_dead_weakref&#34; time=&#34;0.034&#34; /&gt;&lt;testcase classname=&#34;pypy.module.array.test.apptest_array&#34; name=&#34;test_index_positions&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.array.test.apptest_array&#34; name=&#34;test_index_start_stop_negative&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.array.test.apptest_array&#34; name=&#34;test_array_is_mutable_sequence&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.atexit.test.apptest_atexit&#34; name=&#34;test_args&#34; time=&#34;0.008&#34; /&gt;&lt;testcase classname=&#34;pypy.module.atexit.test.apptest_atexit&#34; name=&#34;test_atexit_uses_unraisablehook&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.bz2.test.apptest_bz2_compdecomp&#34; name=&#34;test_compress_function&#34; time=&#34;0.034&#34; /&gt;&lt;testcase classname=&#34;pypy.module.bz2.test.apptest_bz2_compdecomp&#34; name=&#34;test_compress_function_huge_data&#34; time=&#34;0.001&#34;&gt;&lt;skipped type=&#34;pytest.skip&#34; message=&#34;skipping test requiring lots of memory&#34;&gt;/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/pypy/module/bz2/test/apptest_bz2_compdecomp.py:30: skipping test requiring lots of memory&lt;/skipped&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;pypy.module.bz2.test.apptest_bz2_compdecomp&#34; name=&#34;test_decompress_function&#34; time=&#34;0.034&#34; /&gt;&lt;testcase classname=&#34;pypy.module.bz2.test.apptest_bz2_compdecomp&#34; name=&#34;test_decompress_function_incomplete_data&#34; time=&#34;0.033&#34; /&gt;&lt;testcase classname=&#34;pypy.module.bz2.test.apptest_bz2_compdecomp&#34; name=&#34;test_buffer&#34; time=&#34;0.041&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_delete_attrs&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_notes&#34; time=&#34;0.005&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_importerror_kwarg_error&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_exception_group&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_exceptiongroup_instantiate&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_exceptiongroup_instantiate_check_message&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_exceptiongroup_instantiate_check_exceptions&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_fields_are_readonly&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_basics_exceptiongroup_fields&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_notes_is_list_of_strings_if_it_exists&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_exceptiongroup_wraps_BaseException__raises_TypeError&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_exceptiongroup_subclass_wraps_non_base_exceptions&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_exceptiongroup_inheritance_hierarchy&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_baseexceptiongroup_instantiate&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_str_repr&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_nested_exception_group_tracebacks&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_nested_exception_group_subgroup_tracebacks_preserved&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_iteration_full_tracebacks&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_attribute_error_from_getattr_has_name_and_object&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_subgroup_invalid_args&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_subgroup_bytype_single_simple&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_subgroup_bytype_single_nested&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_subgroup_bytype_multi_simple&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_subgroup_bytype_multi_nested&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_subgroup_bypredicate_passthrough&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_subgroup_bypredicate_no_match&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_subgroup_bypredicate_nested&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_subgroup_bytype_is_id_if_all_subexceptions_match_and_split_is_not&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_split_bytype_single_simple&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_split_bytype_single_nested&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_split_bytype_multi_simple&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_split_bytype_multi_nested&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_split_bypredicate_passthrough&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_split_bypredicate_no_match&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_split_bypredicate_nested&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_deep_split&#34; time=&#34;0.008&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_deep_subgroup&#34; time=&#34;0.004&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_subgroup_copies_cause_etc&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_derive_does_not_copies_cause_etc&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_derive_always_creates_exception_group&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_init_called&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_enrich_attribute_error&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_prep_reraise_star_simple&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_prep_reraise_exception_happens_in_except_star&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_eg_leafs_basic&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_eg_leafs_null&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_eg_leafs_nogroup&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_eg_leafs_recursive&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_exception_group_projection_basic&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.exceptions.test.apptest_exceptions&#34; name=&#34;test_exception_group_projection_duplicated_in_keep&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.itertools.test.apptest_itertools&#34; name=&#34;test_pairwise&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.itertools.test.apptest_itertools&#34; name=&#34;test_posonly&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.itertools.test.apptest_itertools&#34; name=&#34;test_pairwise_reenter&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.itertools.test.apptest_itertools&#34; name=&#34;test_count_complex&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_None&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_False&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_True&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_StopIteration&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_Ellipsis&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_42&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_minus_17&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_sys_maxsize&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_minus_1_dot_25&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_2_plus_5j&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_long&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_hello_not_interned&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_hello_interned&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_bytes&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_unicode&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_unmarshal_ascii&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_marshal_ascii&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_shared_string&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_ascii_bug&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_empty_tuple&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_tuple_1_2&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_empty_list&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_list_3_4&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_empty_dict&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_dict_5_6_7_8&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_empty_set&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_set_1_2&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_empty_frozenset&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_frozenset_3_4&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_list_recursive&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_shared_tuple&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_tuple_sharing_identity&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_tuple_sharing_nested_in_list&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_tuple_sharing_nested_in_dict&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_code_object&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_code_positions&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_func_code&#34; time=&#34;0.003&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_scopefunc_code&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_co_filename_bug&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_marshal_bufferlike_object&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_stream_reader_writer&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_unmarshal_evil_long&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_int64&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_bad_typecode&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_bad_reader&#34; time=&#34;0.003&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_reject_subtypes&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.marshal.test.apptest_marshal&#34; name=&#34;test_valid_subtypes&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.math.test.apptest_math&#34; name=&#34;test_product&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module.math.test.apptest_math&#34; name=&#34;test_julians_weird_test_prod&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module.math.test.apptest_math&#34; name=&#34;test_more_weird_prod&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module.math.test.apptest_math&#34; name=&#34;test_comb&#34; time=&#34;0.003&#34; /&gt;&lt;testcase classname=&#34;pypy.module.math.test.apptest_math&#34; name=&#34;test_perm&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.math.test.apptest_math&#34; name=&#34;test_hypot_many_args&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.math.test.apptest_math&#34; name=&#34;test_dist&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.math.test.apptest_math&#34; name=&#34;test_nextafter&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.math.test.apptest_math&#34; name=&#34;test_ulp&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module.math.test.apptest_math&#34; name=&#34;test_factorial_raises&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.math.test.apptest_math&#34; name=&#34;test_factorial_values&#34; time=&#34;0.112&#34; /&gt;&lt;testcase classname=&#34;pypy.module.math.test.apptest_math&#34; name=&#34;test_signatures&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.posix.test.apptest_posix&#34; name=&#34;test_register_at_fork&#34; time=&#34;0.128&#34; /&gt;&lt;testcase classname=&#34;pypy.module.posix.test.apptest_posix&#34; name=&#34;test_cpu_count&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.posix.test.apptest_posix&#34; name=&#34;test_putenv_invalid_name&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.posix.test.apptest_posix&#34; name=&#34;test_all_pathconf_defined&#34; time=&#34;0.002&#34;&gt;&lt;failure message=&#34;OSError: [Errno 22] Invalid argument&#34;&gt;def test_all_pathconf_defined():
        import sys
        import posix
        try:
            fd = sys.stdin.fileno()
        except ValueError:
            # translated test run with a fake sys.stdin with no fileno
            fd = 1
        for name in posix.pathconf_names:
&amp;gt;           posix.fpathconf(fd, name) # does not crash
E           OSError: [Errno 22] Invalid argument

../build/pypy/module/posix/test/apptest_posix.py:66: OSError&lt;/failure&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;pypy.module.pyexpat.test.apptest_pyexpat&#34; name=&#34;test_error&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.pyexpat.test.apptest_pyexpat&#34; name=&#34;test_set_activation_threshold&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.pyexpat.test.apptest_pyexpat&#34; name=&#34;test_set_maximum_amplification&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.signal.test.apptest_signal&#34; name=&#34;test_wakeup_write_error_oserror_format&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;pypy.module.struct.test.apptest_struct&#34; name=&#34;test_error&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.struct.test.apptest_struct&#34; name=&#34;test_calcsize_standard&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.struct.test.apptest_struct&#34; name=&#34;test_index&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.struct.test.apptest_struct&#34; name=&#34;test_pack_standard_little&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.struct.test.apptest_struct&#34; name=&#34;test_unpack_standard_little&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.struct.test.apptest_struct&#34; name=&#34;test_pack_standard_big&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.struct.test.apptest_struct&#34; name=&#34;test_unpack_standard_big&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.struct.test.apptest_struct&#34; name=&#34;test_calcsize_native&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.struct.test.apptest_struct&#34; name=&#34;test_pack_native&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.struct.test.apptest_struct&#34; name=&#34;test_unpack_native&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.struct.test.apptest_struct&#34; name=&#34;test_string_format&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.struct.test.apptest_struct&#34; name=&#34;test_pascal_format&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.struct.test.apptest_struct&#34; name=&#34;test_char_format&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.struct.test.apptest_struct&#34; name=&#34;test_pad_format&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.struct.test.apptest_struct&#34; name=&#34;test_native_floats&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.struct.test.apptest_struct&#34; name=&#34;test_standard_floats&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.struct.test.apptest_struct&#34; name=&#34;test_half_floats&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.struct.test.apptest_struct&#34; name=&#34;test_bool&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.struct.test.apptest_struct&#34; name=&#34;test_transitiveness&#34; time=&#34;0.003&#34; /&gt;&lt;testcase classname=&#34;pypy.module.struct.test.apptest_struct&#34; name=&#34;test_struct_error&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;pypy.module.struct.test.apptest_struct&#34; name=&#34;test_overflow_error&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.struct.test.apptest_struct&#34; name=&#34;test_unicode&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.struct.test.apptest_struct&#34; name=&#34;test_unpack_memoryview&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module.struct.test.apptest_struct&#34; name=&#34;test_pack_buffer&#34; time=&#34;0.010&#34; /&gt;&lt;testcase classname=&#34;pypy.module.struct.test.apptest_struct&#34; name=&#34;test_unpack_buffer&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.struct.test.apptest_struct&#34; name=&#34;test_iter_unpack&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.struct.test.apptest_struct&#34; name=&#34;test_iter_unpack_bad_length&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.struct.test.apptest_struct&#34; name=&#34;test_iter_unpack_empty_struct&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.struct.test.apptest_struct&#34; name=&#34;test___float__&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.struct.test.apptest_struct&#34; name=&#34;test_struct_object&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.struct.test.apptest_struct&#34; name=&#34;test_struct_weakrefable&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module.struct.test.apptest_struct&#34; name=&#34;test_struct_subclass&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.struct.test.apptest_struct&#34; name=&#34;test_overflow&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.struct.test.apptest_struct&#34; name=&#34;test_struct_object_attrib&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module.struct.test.apptest_struct&#34; name=&#34;test_trailing_counter&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.struct.test.apptest_struct&#34; name=&#34;test_1530559&#34; time=&#34;0.003&#34; /&gt;&lt;testcase classname=&#34;pypy.module.struct.test.apptest_struct&#34; name=&#34;test_integers&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;pypy.module.struct.test.apptest_struct&#34; name=&#34;test_struct_with_bytes_as_format_string&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.struct.test.apptest_struct&#34; name=&#34;test_boundary_error_message_with_large_offset&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.struct.test.apptest_structbuffer&#34; name=&#34;test_pack_into&#34; time=&#34;0.007&#34; /&gt;&lt;testcase classname=&#34;pypy.module.struct.test.apptest_structbuffer&#34; name=&#34;test_unpack_from&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.sys.test.apptest_audit&#34; name=&#34;test_simple_hook&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.sys.test.apptest_audit&#34; name=&#34;test_two_hooks&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.sys.test.apptest_audit&#34; name=&#34;test_block_add_hook&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.sys.test.apptest_audit&#34; name=&#34;test_id_hook&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.module.sys.test.apptest_audit&#34; name=&#34;test_eval&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.sys.test.apptest_audit&#34; name=&#34;test_exec&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.sys.test.apptest_audit&#34; name=&#34;test_sys_getframe&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.sys.test.apptest_audit&#34; name=&#34;test_donttrace&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.sys.test.apptest_audit&#34; name=&#34;test_cantrace&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.sys.test.apptest_initpath&#34; name=&#34;test_pypy_find_executable&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.sys.test.apptest_sys&#34; name=&#34;test_sys_exception&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.time.test.apptest_time&#34; name=&#34;test_attributes&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.time.test.apptest_time&#34; name=&#34;test_sleep&#34; time=&#34;0.135&#34; /&gt;&lt;testcase classname=&#34;pypy.module.time.test.apptest_time&#34; name=&#34;test_time&#34; time=&#34;0.032&#34; /&gt;&lt;testcase classname=&#34;pypy.module.time.test.apptest_time&#34; name=&#34;test_time_ns&#34; time=&#34;0.032&#34; /&gt;&lt;testcase classname=&#34;pypy.module.time.test.apptest_time&#34; name=&#34;test_clock_realtime&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;pypy.module.time.test.apptest_time&#34; name=&#34;test_clock_realtime_ns&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.time.test.apptest_time&#34; name=&#34;test_clock_monotonic&#34; time=&#34;0.003&#34; /&gt;&lt;testcase classname=&#34;pypy.module.time.test.apptest_time&#34; name=&#34;test_clock_monotonic_ns&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;pypy.module.time.test.apptest_time&#34; name=&#34;test_clock_gettime&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;pypy.module.time.test.apptest_time&#34; name=&#34;test_ctime&#34; time=&#34;0.004&#34; /&gt;&lt;testcase classname=&#34;pypy.module.time.test.apptest_time&#34; name=&#34;test_gmtime&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;pypy.module.time.test.apptest_time&#34; name=&#34;test_localtime&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.time.test.apptest_time&#34; name=&#34;test_localtime_invalid&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.time.test.apptest_time&#34; name=&#34;test_mktime&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.time.test.apptest_time&#34; name=&#34;test_mktime_overflow&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.time.test.apptest_time&#34; name=&#34;test_asctime&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.time.test.apptest_time&#34; name=&#34;test_asctime_large_year&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.time.test.apptest_time&#34; name=&#34;test_struct_time&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.time.test.apptest_time&#34; name=&#34;test_tzset&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;pypy.module.time.test.apptest_time&#34; name=&#34;test_localtime_timezone&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;pypy.module.time.test.apptest_time&#34; name=&#34;test_large_year_does_not_crash&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.time.test.apptest_time&#34; name=&#34;test_strftime&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.time.test.apptest_time&#34; name=&#34;test_strftime_ext&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.time.test.apptest_time&#34; name=&#34;test_strftime_bounds_checking&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.time.test.apptest_time&#34; name=&#34;test_strftime_nonascii&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;pypy.module.time.test.apptest_time&#34; name=&#34;test_strftime_surrogate&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.time.test.apptest_time&#34; name=&#34;test_strftime_unicode&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.time.test.apptest_time&#34; name=&#34;test_strptime&#34; time=&#34;0.017&#34; /&gt;&lt;testcase classname=&#34;pypy.module.time.test.apptest_time&#34; name=&#34;test_pickle&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.time.test.apptest_time&#34; name=&#34;test_monotonic&#34; time=&#34;0.031&#34; /&gt;&lt;testcase classname=&#34;pypy.module.time.test.apptest_time&#34; name=&#34;test_monotonic_ns&#34; time=&#34;0.031&#34; /&gt;&lt;testcase classname=&#34;pypy.module.time.test.apptest_time&#34; name=&#34;test_perf_counter&#34; time=&#34;0.004&#34; /&gt;&lt;testcase classname=&#34;pypy.module.time.test.apptest_time&#34; name=&#34;test_perf_counter_ns&#34; time=&#34;0.017&#34; /&gt;&lt;testcase classname=&#34;pypy.module.time.test.apptest_time&#34; name=&#34;test_process_time&#34; time=&#34;0.113&#34; /&gt;&lt;testcase classname=&#34;pypy.module.time.test.apptest_time&#34; name=&#34;test_process_time_ns&#34; time=&#34;0.114&#34; /&gt;&lt;testcase classname=&#34;pypy.module.time.test.apptest_time&#34; name=&#34;test_thread_time&#34; time=&#34;0.105&#34; /&gt;&lt;testcase classname=&#34;pypy.module.time.test.apptest_time&#34; name=&#34;test_thread_time_ns&#34; time=&#34;0.113&#34; /&gt;&lt;testcase classname=&#34;pypy.module.time.test.apptest_time&#34; name=&#34;test_get_clock_info&#34; time=&#34;0.006&#34; /&gt;&lt;testcase classname=&#34;pypy.module.time.test.apptest_time&#34; name=&#34;test_pep475_retry_sleep&#34; time=&#34;3.017&#34; /&gt;&lt;testcase classname=&#34;pypy.module.time.test.apptest_time&#34; name=&#34;test_tm_gmtoff_valid&#34; time=&#34;0.003&#34; /&gt;&lt;testcase classname=&#34;pypy.module.time.test.apptest_time&#34; name=&#34;test_match_args&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;pypy.module.token.test.apptest_token&#34; name=&#34;test_isterminal&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;pypy.module.token.test.apptest_token&#34; name=&#34;test_isnonterminal&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;pypy.module.token.test.apptest_token&#34; name=&#34;test_iseof&#34; time=&#34;0.010&#34; /&gt;&lt;testcase classname=&#34;pypy.module.token.test.apptest_token&#34; name=&#34;test_nl_and_comment_exist_in_all&#34; time=&#34;0.003&#34; /&gt;&lt;testcase classname=&#34;pypy.module.token.test.apptest_token&#34; name=&#34;test_encoding_exists&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.token.test.apptest_token&#34; name=&#34;test_exact_token_types&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.token.test.apptest_token&#34; name=&#34;test_old_not_equal_is_gone&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.token.test.apptest_token&#34; name=&#34;test_soft_keyword_exists&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.module.zipimport.test.apptest_zipimport&#34; name=&#34;test_simple&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_boolobject&#34; name=&#34;test_bool_callable&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_boolobject&#34; name=&#34;test_bool_string&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_boolobject&#34; name=&#34;test_bool_int&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_boolobject&#34; name=&#34;test_bool_ops&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_boolobject&#34; name=&#34;test_bool_int_ops&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_boolobject&#34; name=&#34;test_new&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_boolobject&#34; name=&#34;test_cant_subclass_bool&#34; time=&#34;0.003&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_boolobject&#34; name=&#34;test_convert_to_bool&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_boolobject&#34; name=&#34;test_from_bytes&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_callmethod&#34; name=&#34;test_call_method&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_callmethod&#34; name=&#34;test_call_attribute&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_callmethod&#34; name=&#34;test_call_module&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_callmethod&#34; name=&#34;test_custom_getattr&#34; time=&#34;0.006&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_callmethod&#34; name=&#34;test_custom_getattribute&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_callmethod&#34; name=&#34;test_builtin&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_callmethod&#34; name=&#34;test_builtin_no_self_prepend&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_callmethod&#34; name=&#34;test_method_descriptor_direct_call_contract&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_callmethod&#34; name=&#34;test_attributeerror&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_callmethod&#34; name=&#34;test_kwargs&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_complexobject&#34; name=&#34;test_div&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_complexobject&#34; name=&#34;test_truediv&#34; time=&#34;0.003&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_complexobject&#34; name=&#34;test_floordiv&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_complexobject&#34; name=&#34;test_richcompare&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_complexobject&#34; name=&#34;test_richcompare_numbers&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_complexobject&#34; name=&#34;test_richcompare_boundaries&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_complexobject&#34; name=&#34;test_mod&#34; time=&#34;0.006&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_complexobject&#34; name=&#34;test_divmod&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_complexobject&#34; name=&#34;test_pow&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_complexobject&#34; name=&#34;test_boolcontext&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_complexobject&#34; name=&#34;test_conjugate&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_complexobject&#34; name=&#34;test_constructor&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_complexobject&#34; name=&#34;test_complex_string_underscores&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_complexobject&#34; name=&#34;test_constructor_bad_error_message&#34; time=&#34;0.003&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_complexobject&#34; name=&#34;test_error_messages&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_complexobject&#34; name=&#34;test_hash&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_complexobject&#34; name=&#34;test_abs&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_complexobject&#34; name=&#34;test_complex_subclass_ctr&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_complexobject&#34; name=&#34;test_infinity&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_complexobject&#34; name=&#34;test_repr&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_complexobject&#34; name=&#34;test_repr_roundtrip&#34; time=&#34;0.006&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_complexobject&#34; name=&#34;test_neg&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_complexobject&#34; name=&#34;test_file&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_complexobject&#34; name=&#34;test_convert&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_complexobject&#34; name=&#34;test_getnewargs&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_complexobject&#34; name=&#34;test_method_not_found_on_newstyle_instance&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_complexobject&#34; name=&#34;test_format&#34; time=&#34;0.003&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_complexobject&#34; name=&#34;test_str_zeros_bug&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_complexobject&#34; name=&#34;test_complex_two_arguments&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_complexobject&#34; name=&#34;test_negated_imaginary_literal&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_complexobject&#34; name=&#34;test_hash_minus_one&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_complexobject&#34; name=&#34;test_int_override&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_complexobject&#34; name=&#34;test_complex_constructor_calls_index&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_complexobject&#34; name=&#34;test_parse_complex_whitespace_bug&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_complexobject&#34; name=&#34;test_has_complex_special_method&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_complexobject&#34; name=&#34;test_text_signature&#34; time=&#34;0.005&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_contains&#34; name=&#34;test_contains_list&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_contains&#34; name=&#34;test_contains_tuple&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_fstring&#34; name=&#34;test_error_unknown_code&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_fstring&#34; name=&#34;test_ast_lineno_and_col_offset&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_fstring&#34; name=&#34;test_ast_lineno_and_col_offset_duplicate&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_fstring&#34; name=&#34;test_ast_lineno_and_col_offset_unicode&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_fstring&#34; name=&#34;test_ast_mutiline_lineno_and_col_offset&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_fstring&#34; name=&#34;test_lookeahed_cases&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_fstring&#34; name=&#34;test_double_braces&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_fstring&#34; name=&#34;test_backslashes_in_string_part&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_fstring&#34; name=&#34;test_debug_conversion&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_fstring&#34; name=&#34;test_crash_debugging&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_fstring&#34; name=&#34;test_parseerror_lineno&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_fstring&#34; name=&#34;test_multiline_fstring_error_lineno&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_fstring&#34; name=&#34;test_joined_positions&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_fstring&#34; name=&#34;test_tokenerror_lineno&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_fstring&#34; name=&#34;test_fstring_escape_N_bug&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_fstring&#34; name=&#34;test_fstring_no_closing_brace&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_fstring&#34; name=&#34;test_fstring_triple_bug&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_fstring&#34; name=&#34;test_negative_zero&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_fstring&#34; name=&#34;test_specifier_z_error&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_fstring&#34; name=&#34;test_empty_expression_error&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_fstring&#34; name=&#34;test_empty_expression_closing_brace&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_instmethobject&#34; name=&#34;test_callBound&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_instmethobject&#34; name=&#34;test_callUnbound&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_instmethobject&#34; name=&#34;test_err_format&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_instmethobject&#34; name=&#34;test_getBound&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_instmethobject&#34; name=&#34;test_getUnbound&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_iterobject&#34; name=&#34;test_callable_iter_reentrant_exhaustion&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_iterobject&#34; name=&#34;test_user_iter&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_iterobject&#34; name=&#34;test_iter_getitem&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_iterobject&#34; name=&#34;test_iter_fail_noseq&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_iterobject&#34; name=&#34;test_no_len_on_list_iter&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_iterobject&#34; name=&#34;test_list_iter_setstate&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_iterobject&#34; name=&#34;test_reversed_iter_setstate&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_iterobject&#34; name=&#34;test_forward_iter_reduce&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_iterobject&#34; name=&#34;test_reversed_iter_reduce&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_iterobject&#34; name=&#34;test_no_len_on_tuple_iter&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_iterobject&#34; name=&#34;test_no_len_on_deque_iter&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_iterobject&#34; name=&#34;test_no_len_on_reversed&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_iterobject&#34; name=&#34;test_no_len_on_reversed_seqiter&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_iterobject&#34; name=&#34;test_no_len_on_UserList_iter&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_iterobject&#34; name=&#34;test_no_len_on_UserList_iter_reversed&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_iterobject&#34; name=&#34;test_no_len_on_UserList_reversed&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_iterobject&#34; name=&#34;test_reversed_frees_empty&#34; time=&#34;0.228&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_iterobject&#34; name=&#34;test_reversed_mutation&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_iterobject&#34; name=&#34;test_no_len_on_set_iter&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_iterobject&#34; name=&#34;test_no_len_on_xrange&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_iterobject&#34; name=&#34;test_contains&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_memoryobject&#34; name=&#34;test_setitem_released_during_value_conversion&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_memoryobject&#34; name=&#34;test_setitem_released_during_value_conversion_formats&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_memoryobject&#34; name=&#34;test_setitem_released_during_float_conversion&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_memoryobject&#34; name=&#34;test_setitem_released_during_bool_conversion&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_memoryobject&#34; name=&#34;test_tuple_setitem_released_during_value_conversion&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_operation&#34; name=&#34;test_int_vs_float&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_format_item_dict&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_format_two_items&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_format_percent_dict&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_format_empty_key&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_format_wrong_char_dict&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_format_missing&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_format_error&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_format_error_complex&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_format_bad_class&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_format_item_string&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_format_percent_tuple&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_format_percent_subclass_tuple_ignores_iter&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_format_too_much&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_format_not_enough&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_format_string&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_format_float&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_format_int&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_format_subclass_with_str&#34; time=&#34;0.000&#34;&gt;&lt;skipped type=&#34;pytest.skip&#34; message=&#34;the rest of this test is serious nonsense imho, changed only on 2.7.13, and is different on 3.x anyway.  We could reproduce it by writing lengthy logic, then get again the reasonable performance by special-casing the exact type &#39;long&#39;.  And all for 2.7.13 only.  Let&#39;s give up.&#34;&gt;/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/pypy/objspace/std/test/apptest_stringformat.py:191: the rest of this test is serious nonsense imho, changed only on 2.7.13, and is different on 3.x anyway.  We could reproduce it by writing lengthy logic, then get again the reasonable performance by special-casing the exact type &#39;long&#39;.  And all for 2.7.13 only.  Let&#39;s give up.&lt;/skipped&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_format_list&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_format_tuple&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_format_dict&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_format_wrong_char&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_incomplete_format&#34; time=&#34;0.003&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_format_char&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_force_unicode_uses_default_encoding&#34; time=&#34;0.000&#34;&gt;&lt;skipped type=&#34;pytest.skip&#34; message=&#34;no setdefaultencoding&#34;&gt;/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/pypy/objspace/std/test/apptest_stringformat.py:281: no setdefaultencoding&lt;/skipped&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_force_unicode_doesnt_force_random_objects&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test___int__index__&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_index_fails&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_formatting_huge_precision&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_formatting_huge_width&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_wrong_formatchar_error_not_masked_by_not_enough_args&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_width&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_no_chars_between_percent&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_prec_zero&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_prec_string&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_prec_width_string&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_zero_pad&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_star_width&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_star_prec&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_star_width_prec&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_long_format&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_subnormal&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_unicode_d&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_unicode_overflow&#34; time=&#34;0.001&#34;&gt;&lt;skipped type=&#34;pytest.skip&#34; message=&#34;nicely passes on top of CPython but requires &amp;gt; 2GB of RAM&#34;&gt;/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/pypy/objspace/std/test/apptest_stringformat.py:430: nicely passes on top of CPython but requires &amp;gt; 2GB of RAM&lt;/skipped&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_unicode_format_a&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_long_no_overflow&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_missing_cases&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_invalid_char&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_invalid_b_with_unicode&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_formatting_huge_precision_u&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_formatting_huge_width_u&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_unicode_error_position&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_g_strip_trailing_zero_bug&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_ascii&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_ascii_bytes&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_r_compat_bytes&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_numeric_bytes&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_char_bytes&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_bytes_bytes&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_s_compat_bytes&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_ascii_bytearray&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_bytearray_not_modified&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_r_compat_bytearray&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_numeric_bytearray&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_char_bytearray&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_bytes_bytearray&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_s_compat_bytearray&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_stringformat&#34; name=&#34;test_format_better_error&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_typeobjject&#34; name=&#34;test_nodoc&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_typeobjject&#34; name=&#34;test_explicitdoc&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_typeobjject&#34; name=&#34;test_implicitdoc&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_typeobjject&#34; name=&#34;test_set_doc&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_typeobjject&#34; name=&#34;test_text_signature&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_typeobjject&#34; name=&#34;test_nodoc_text_signature&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_typeobjject&#34; name=&#34;test_text_signature_on_function_type&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_typeobjject&#34; name=&#34;test_text_signature_on_builtin_function_type&#34; time=&#34;0.006&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_addition&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_getitem&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_join&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_contains&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_splitlines&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_zfill&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_split&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_split_nonascii&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_split_nonascii_mongolian_vowel_separator_bug&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_rsplit&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_rsplit_bug&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_center&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_title&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_title_bug&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_istitle&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_islower_isupper_with_titlecase&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_islower&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_isidentifier&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_lower_upper&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_capitalize&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_capitalize_bug_38&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_changed_in_unicodedata_version_8&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_isprintable&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_isascii&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_rjust&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_ljust&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_replace&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_replace_overflow&#34; time=&#34;0.000&#34;&gt;&lt;skipped type=&#34;pytest.skip&#34; message=&#34;Wrong platform&#34;&gt;/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/pypy/objspace/std/test/apptest_unicode.py:354: Wrong platform&lt;/skipped&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_empty_replace_empty&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_strip&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_strip_nonascii&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_rstrip_bug&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_strip_space_bug&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_long_from_unicode&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_int_from_unicode&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_float_from_unicode&#34; time=&#34;0.006&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_repr_16bits&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_repr&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_getnewargs&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_call_unicode&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_call_unicode_2&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_startswith&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_startswith_more&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_startswith_too_large&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_startswith_tuples&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_startswith_endswith_convert&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_endswith&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_endswith_more&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_endswith_tuple&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_expandtabs&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_expandtabs_overflows_gracefully&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_expandtabs_0&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_expandtabs_bug&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_translate&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_maketrans&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_maketrans_bug&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_unicode_from_encoded_object&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_unicode_startswith_tuple&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_missing_cases&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_codecs_utf7&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_codecs_utf8&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_encode_fast_path_bug_position&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_invalid_lookup&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_repr_printable&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_partition&#34; time=&#34;0.006&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_rpartition&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_index&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_rindex&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_rfind&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_rfind_corner_case&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_count_unicode&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_swapcase&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_call_special_methods&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_str_unicode_concat_overrides&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_returns_subclass1&#34; time=&#34;0.011&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_returns_subclass2&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_getslice&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_getitem_slice&#34; time=&#34;0.003&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_iter&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_no_len_on_str_iter&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_encode_raw_unicode_escape&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_decode_from_buffer&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_unicode_conversion_with__str__&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_formatting_uchr&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_formatting_unicode__str__0&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_formatting_unicode__str__2&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_formatting_unicode__str__3&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_formatting_unicode__str__4&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_format_repeat&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_formatting_unicode__repr__&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_formatting_not_tuple&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_str_subclass&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_format_unicode_subclass&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_format_c_overflow&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_format_0s&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_replace_with_buffer&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_unicode_subclass&#34; time=&#34;0.003&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_format_new&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_format_map&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_format_map_positional&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_isdecimal&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_isnumeric&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_replace_autoconvert&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_join_subclass&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_encoding_and_errors_cant_be_none&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_encode_wrong_errors&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_casefold&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_lower_3a3&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_title_3a3&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_unicode_constructor_misc&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_reduce_iterator&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_newlist_utf8_non_ascii&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_replace_no_occurrence&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_removeprefix&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_removesuffix&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_id_preserved&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_bad_encoding&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_unicode&#34; name=&#34;test_mul&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_userobject&#34; name=&#34;test_emptyclass&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_userobject&#34; name=&#34;test_method&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_userobject&#34; name=&#34;test_unboundmethod&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_userobject&#34; name=&#34;test_subclassing&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_userobject&#34; name=&#34;test_subclasstuple&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_userobject&#34; name=&#34;test_subsubclass&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_userobject&#34; name=&#34;test_descr_get&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_userobject&#34; name=&#34;test_descr_set&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_userobject&#34; name=&#34;test_descr_delete&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_userobject&#34; name=&#34;test_class_setattr&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_userobject&#34; name=&#34;test_add&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_userobject&#34; name=&#34;test_call&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_userobject&#34; name=&#34;test_getattribute&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_userobject&#34; name=&#34;test_getattr&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_userobject&#34; name=&#34;test_dict&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_userobject&#34; name=&#34;test_del&#34; time=&#34;0.036&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_userobject&#34; name=&#34;test_del_exception&#34; time=&#34;0.104&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_userobject&#34; name=&#34;test_instance_overrides_meth&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_userobject&#34; name=&#34;test_override_builtin_methods&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_userobject&#34; name=&#34;test_repr&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_userobject&#34; name=&#34;test_repr_nonascii&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_userobject&#34; name=&#34;test_del_attr&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_userobject&#34; name=&#34;test_del_attr_class&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.std.test.apptest_userobject&#34; name=&#34;test_getstate&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_binop_overriding&#34; name=&#34;test_overriding_base_binop_explict&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descriptor&#34; name=&#34;test_non_data_descr&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descriptor&#34; name=&#34;test_set_without_get&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descriptor&#34; name=&#34;test_failing_get&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descriptor&#34; name=&#34;test_member&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descriptor&#34; name=&#34;test_invalid_unicode_identifier&#34; time=&#34;0.000&#34;&gt;&lt;skipped type=&#34;pytest.skip&#34; message=&#34;utf-8 encoding before translation accepts lone surrogates, because it is Python 2.7, but after translation it does not. Moreover, CPython 3.x accepts such unicode attributes anyway. This makes this test half-wrong for now.&#34;&gt;/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/pypy/objspace/test/apptest_descriptor.py:75: utf-8 encoding before translation accepts lone surrogates, because it is Python 2.7, but after translation it does not. Moreover, CPython 3.x accepts such unicode attributes anyway. This makes this test half-wrong for now.&lt;/skipped&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descriptor&#34; name=&#34;test_special_methods_returning_strings&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descriptor&#34; name=&#34;test_hash&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descriptor&#34; name=&#34;test_descr_funny_new&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descriptor&#34; name=&#34;test_issue3255&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_special_methods&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_getslice&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_setslice&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_delslice&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_getslice_nolength&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_ipow&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_typechecks&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_string_subclass&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_notimplemented&#34; time=&#34;0.010&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_string_results&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_string_results_unicode&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_byte_results_unicode&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_missing_getattribute&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_unordeable_types&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_correct_order_error_msg&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_equality_among_different_types&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_setattrweakref&#34; time=&#34;0.001&#34;&gt;&lt;skipped type=&#34;pytest.skip&#34; message=&#34;fails, works in cpython&#34;&gt;/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/pypy/objspace/test/apptest_descroperation.py:373: fails, works in cpython&lt;/skipped&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_subclass_addition&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test__eq__called&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_subclass_comparison&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_subclass_comparison_more&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_rich_comparison&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_ne_high_priority&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_ne_low_priority&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_partial_ordering&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_eq_order&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_binop_rule&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_addition&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_mod_failure&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_invalid_iterator&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_iterator_is_None&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_attribute_error&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_attribute_error2&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_delete_descriptor&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_non_callable&#34; time=&#34;0.003&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_isinstance_and_issubclass&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_rebind_method&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_len_overflow&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_len_underflow&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_len_custom__int__&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_len_index&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_sane_len&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_bool___contains__&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_sequence_rmul_overrides&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_sequence_rmul_overrides_oldstyle&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_sequence_radd_overrides&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_data_descriptor_without_delete&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_data_descriptor_without_set&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_not_subscriptable_error_gives_keys&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_64bit_hash&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_class_getitem&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_error_ipow&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_error_pow&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_type_subscription_message&#34; time=&#34;0.000&#34; /&gt;&lt;testcase classname=&#34;pypy.objspace.test.apptest_descroperation&#34; name=&#34;test_rpow_not_used_when_third_argument&#34; time=&#34;0.001&#34; /&gt;&lt;testcase classname=&#34;pypy.tool.pytest.fake_pytest.test.apptest_fake_pytest&#34; name=&#34;test_with_raises_success&#34; time=&#34;0.004&#34; /&gt;&lt;/testsuite&gt;&lt;/testsuites&gt;
Last lines of build log &#34;stdio&#34;:
[]
XFAIL ../build/extra_tests/test_pyrepl/test_bugs.py::test_transpose_at_start
  reason: [NOTRUN] event missing
XPASS ../build/extra_tests/ctypes_tests/test_numbers.py::test_pointer_to_long_double 
FAILED ../build/extra_tests/cffi_tests/cffi0/test_zdistutils.py::TestDistUtilsCPython::test_install_and_reload_module
FAILED ../build/extra_tests/cffi_tests/cffi0/test_zdistutils.py::TestDistUtilsCPython::test_install_and_reload_module_package
FAILED ../build/extra_tests/cffi_tests/cffi0/test_zdistutils.py::TestDistUtilsCPython::test_install_and_reload_module_ext_package_not_found
FAILED ../build/extra_tests/cffi_tests/cffi0/test_zdistutils.py::TestDistUtilsGeneric::test_install_and_reload_module
FAILED ../build/extra_tests/cffi_tests/cffi0/test_zdistutils.py::TestDistUtilsGeneric::test_install_and_reload_module_package
FAILED ../build/extra_tests/cffi_tests/cffi0/test_zdistutils.py::TestDistUtilsGeneric::test_install_and_reload_module_ext_package_not_found
FAILED ../build/extra_tests/cffi_tests/cffi0/test_zintegration.py::TestZIntegration::test_infrastructure
FAILED ../build/extra_tests/cffi_tests/cffi0/test_zintegration.py::TestZIntegration::test_distutils_module
FAILED ../build/extra_tests/cffi_tests/cffi0/test_zintegration.py::TestZIntegration::test_distutils_package_1
FAILED ../build/extra_tests/cffi_tests/cffi0/test_zintegration.py::TestZIntegration::test_distutils_package_2
FAILED ../build/extra_tests/cffi_tests/cffi0/test_zintegration.py::TestZIntegration::test_setuptools_module
FAILED ../build/extra_tests/cffi_tests/cffi0/test_zintegration.py::TestZIntegration::test_setuptools_package_1
FAILED ../build/extra_tests/cffi_tests/cffi0/test_zintegration.py::TestZIntegration::test_setuptools_package_2
FAILED ../build/extra_tests/hpy_tests/_vendored/hpy_devel/test_distutils.py::TestDistutils::test_cpymod_setup_install
FAILED ../build/extra_tests/hpy_tests/_vendored/hpy_devel/test_distutils.py::TestDistutils::test_cpymod_with_empty_hpy_ext_modules_setup_install
FAILED ../build/extra_tests/hpy_tests/_vendored/hpy_devel/test_distutils.py::TestDistutils::test_hpymod_setup_install[hybrid]
FAILED ../build/extra_tests/hpy_tests/_vendored/hpy_devel/test_distutils.py::TestDistutils::test_hpymod_setup_install[universal]
FAILED ../build/extra_tests/hpy_tests/_vendored/hpy_devel/test_distutils.py::TestDistutils::test_hpymod_legacy[hybrid]
= 18 failed, 2956 passed, 218 skipped, 8 xfailed, 1 xpassed, 13 warnings in 1781.34s (0:29:41) =
n: 3
Arg 0: 13
Arg 1: 38
Arg 2: 100
n: 2
Arg 0: 13
Arg 1: 38

Last lines of build log &#34;pytestLog&#34;:
[]
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/subprocess.py:502: CalledProcessError&lt;/failure&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;hpy_tests._vendored.hpy_devel.test_distutils.TestDistutils&#34; name=&#34;test_hpymod_wheel[hybrid]&#34; time=&#34;6.144&#34; /&gt;&lt;testcase classname=&#34;hpy_tests._vendored.hpy_devel.test_distutils.TestDistutils&#34; name=&#34;test_hpymod_wheel[universal]&#34; time=&#34;5.868&#34; /&gt;&lt;testcase classname=&#34;hpy_tests._vendored.hpy_devel.test_distutils.TestDistutils&#34; name=&#34;test_dont_mix_cpython_and_universal_abis&#34; time=&#34;0.000&#34;&gt;&lt;skipped type=&#34;pytest.skip&#34; message=&#34;cpython only&#34;&gt;/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/hpy_tests/_vendored/hpy_devel/test_distutils.py:297: cpython only&lt;/skipped&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;hpy_tests._vendored.hpy_devel.test_distutils.TestDistutils&#34; name=&#34;test_hpymod_legacy[hybrid]&#34; time=&#34;16.325&#34;&gt;&lt;failure message=&#34;subprocess.CalledProcessError: Command &#39;[&#39;/private/tmp/buildbot-x86_64/pytest-of-matti/pytest-81/test_hpymod_legacy_hybrid_0/venv/bin/python&#39;, &#39;setup.py&#39;, &#39;--hpy-abi=hybrid&#39;, &#39;install&#39;]&#39; returned non-zero exit status 1.&#34;&gt;self = &amp;lt;_vendored.hpy_devel.test_distutils.TestDistutils object at 0x00007faf93fe9050&amp;gt;
hpy_abi = &#39;hybrid&#39;

    def test_hpymod_legacy(self, hpy_abi):
        if hpy_abi == &#39;universal&#39;:
            pytest.skip(&#39;only for cpython and hybrid ABIs&#39;)
        self.gen_setup_py(&#34;&#34;&#34;
            setup(name = &#34;hpy_test_project&#34;,
                  hpy_ext_modules = [hpymod_legacy],
                  install_requires = [],
            )
        &#34;&#34;&#34;)
&amp;gt;       self.python(&#39;setup.py&#39;, f&#34;--hpy-abi={hpy_abi}&#34;, &#39;install&#39;)

/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/hpy_tests/_vendored/hpy_devel/test_distutils.py:343: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/hpy_tests/_vendored/hpy_devel/test_distutils.py:125: in python
    proc.check_returncode()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = CompletedProcess(args=[&#39;/private/tmp/buildbot-x86_64/pytest-of-matti/pytest-81/test_hpymod_legacy_hybrid_0/venv/bin/python&#39;, &#39;setup.py&#39;, &#39;--hpy-abi=hybrid&#39;, &#39;install&#39;], returncode=1)

    def check_returncode(self):
        &#34;&#34;&#34;Raise CalledProcessError if the exit code is non-zero.&#34;&#34;&#34;
        if self.returncode:
&amp;gt;           raise CalledProcessError(self.returncode, self.args, self.stdout,
                                     self.stderr)
E           subprocess.CalledProcessError: Command &#39;[&#39;/private/tmp/buildbot-x86_64/pytest-of-matti/pytest-81/test_hpymod_legacy_hybrid_0/venv/bin/python&#39;, &#39;setup.py&#39;, &#39;--hpy-abi=hybrid&#39;, &#39;install&#39;]&#39; returned non-zero exit status 1.

/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/lib-python/3/subprocess.py:502: CalledProcessError&lt;/failure&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;hpy_tests._vendored.hpy_devel.test_distutils.TestDistutils&#34; name=&#34;test_hpymod_legacy[universal]&#34; time=&#34;0.525&#34;&gt;&lt;skipped type=&#34;pytest.skip&#34; message=&#34;only for cpython and hybrid ABIs&#34;&gt;/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/hpy_tests/_vendored/hpy_devel/test_distutils.py:336: only for cpython and hybrid ABIs&lt;/skipped&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;hpy_tests._vendored.hpy_devel.test_distutils.TestDistutils&#34; name=&#34;test_hpymod_legacy_fails_with_universal&#34; time=&#34;3.923&#34; /&gt;&lt;testcase classname=&#34;hpy_tests._vendored.trace.test_trace&#34; name=&#34;test_get_call_counts&#34; time=&#34;0.829&#34; /&gt;&lt;testcase classname=&#34;hpy_tests._vendored.trace.test_trace&#34; name=&#34;test_get_durations&#34; time=&#34;1.141&#34; /&gt;&lt;testcase classname=&#34;hpy_tests._vendored.trace.test_trace&#34; name=&#34;test_trace_funcs&#34; time=&#34;0.860&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_basic&#34; name=&#34;test_basic&#34; time=&#34;0.003&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_basic&#34; name=&#34;test_repeat&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_basic&#34; name=&#34;test_kill_line&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_basic&#34; name=&#34;test_unix_line_discard&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_basic&#34; name=&#34;test_kill_word&#34; time=&#34;0.006&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_basic&#34; name=&#34;test_backward_kill_word&#34; time=&#34;0.008&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_basic&#34; name=&#34;test_forward_backward_word&#34; time=&#34;0.003&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_basic&#34; name=&#34;test_yank&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_basic&#34; name=&#34;test_yank_pop&#34; time=&#34;0.007&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_basic&#34; name=&#34;test_interrupt&#34; time=&#34;0.008&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_basic&#34; name=&#34;test_up&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_basic&#34; name=&#34;test_down&#34; time=&#34;0.003&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_basic&#34; name=&#34;test_left&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_basic&#34; name=&#34;test_right&#34; time=&#34;0.003&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_bugs&#34; name=&#34;test_transpose_at_start&#34; time=&#34;0.001&#34;&gt;&lt;skipped type=&#34;pytest.xfail&#34; message=&#34;[NOTRUN] event missing&#34; /&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;test_pyrepl.test_bugs&#34; name=&#34;test_cmd_instantiation_crash&#34; time=&#34;0.010&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_bugs&#34; name=&#34;test_signal_failure&#34; time=&#34;0.000&#34;&gt;&lt;skipped type=&#34;pytest.skip&#34; message=&#34;condition: os.name != &#39;posix&#39; or &#39;darwin&#39; in sys.platform or &#39;kfreebsd&#39; in sys.platform&#34;&gt;/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/test_pyrepl/test_bugs.py:49: condition: os.name != &#39;posix&#39; or &#39;darwin&#39; in sys.platform or &#39;kfreebsd&#39; in sys.platform&lt;/skipped&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;test_pyrepl.test_functional&#34; name=&#34;test_basic&#34; time=&#34;0.293&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_functional&#34; name=&#34;test_error&#34; time=&#34;0.348&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_functional&#34; name=&#34;test_ctrl_left_ctrl_right&#34; time=&#34;0.628&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_functional&#34; name=&#34;test_sys_excepthook_is_broken&#34; time=&#34;0.558&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_functional&#34; name=&#34;test_sys_tracebacklimit_is_correct&#34; time=&#34;0.783&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_functional&#34; name=&#34;test_hyperlinks_error&#34; time=&#34;0.401&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_functional&#34; name=&#34;test_dumb_terminal&#34; time=&#34;0.321&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_functional&#34; name=&#34;test_syntaxerror_correct_filename_and_positions&#34; time=&#34;0.686&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_functional&#34; name=&#34;test_cmd_module_tab_completion_with_pyrepl_readline&#34; time=&#34;0.426&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_functional&#34; name=&#34;test_sys_audit_called_in_pyrepl&#34; time=&#34;0.530&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_functional&#34; name=&#34;test_input_is_not_monkeypatched&#34; time=&#34;0.349&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_functional&#34; name=&#34;test_tab_completion_works&#34; time=&#34;0.350&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_keymap&#34; name=&#34;test_compile_keymap&#34; time=&#34;0.003&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_reader&#34; name=&#34;test_process_prompt&#34; time=&#34;0.004&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_readline&#34; name=&#34;test_raw_input&#34; time=&#34;0.001&#34;&gt;&lt;skipped type=&#34;pytest.skip&#34; message=&#34;condition: os.name != &#39;posix&#39; or &#39;darwin&#39; in sys.platform or &#39;freebsd&#39; in sys.platform&#34;&gt;/Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/extra_tests/test_pyrepl/test_readline.py:8: condition: os.name != &#39;posix&#39; or &#39;darwin&#39; in sys.platform or &#39;freebsd&#39; in sys.platform&lt;/skipped&gt;&lt;/testcase&gt;&lt;testcase classname=&#34;test_pyrepl.test_readline&#34; name=&#34;test_get_line_buffer_is_str&#34; time=&#34;0.029&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_readline&#34; name=&#34;test_nonascii_history&#34; time=&#34;0.002&#34; /&gt;&lt;testcase classname=&#34;test_pyrepl.test_readline&#34; name=&#34;test_insert_text_leading_tab&#34; time=&#34;0.062&#34; /&gt;&lt;/testsuite&gt;&lt;/testsuites&gt;
Last lines of build log &#34;stdio&#34;:
[]
        objdump = (&#39;%(command)s -b binary -m %(machine)s &#39;
                   &#39;--endian=%(endianness)s &#39;
                   &#39;--disassembler-options=intel-mnemonics &#39;
                   &#39;--adjust-vma=%(origin)d -D %(file)s&#39;)
        #
        f = open(tmpfile, &#39;wb&#39;)
        f.write(data)
        f.close()
        p = subprocess.Popen(objdump % {
            &#39;command&#39;: cmd,
            &#39;file&#39;: tmpfile,
            &#39;origin&#39;: originaddr,
            &#39;machine&#39;: objdump_machine_option[backend_name],
            &#39;endianness&#39;: machine_endianness.get(backend_name, &#39;little&#39;),
        }, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
        stdout, stderr = p.communicate()
        assert not p.returncode, (&#39;Encountered an error running objdump: %s&#39; %
&gt;                                 stderr)
E       AssertionError: Encountered an error running objdump: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump: error: unknown argument &#39;-b&#39;

rpython/jit/backend/tool/viewcode.py:82: AssertionError
----------------------------- Captured stdout call -----------------------------
loading symbols from /Users/matti/build-worker-x86_64/pypy-c-jit-macos-x86-64/build/pypy/goal/pypy3.11-c...
3 symbols found
----------------------------- Captured stderr call -----------------------------
0%..loaded
=========================== short test summary info ============================
FAIL pypy/module/pypyjit/test_pypy_c/test_jitlogparser.py::TestLogParser::()::test
======= 1 failed, 1031 passed, 162 skipped, 1 xfailed in 219.28 seconds ========

Last lines of build log &#34;pytestLog&#34;:
[]
 
     def _assert(self, cond, message):
         if not cond:
 &gt;           raise InvalidMatch(message, frame=sys._getframe(1))
 E           InvalidMatch: got more ops than expected
 
 pypy/module/pypyjit/test_pypy_c/model.py:402: InvalidMatch
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_lookup_codec
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_decode_ascii
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_unicode_indexing_makes_no_bridges
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_unicode_indexing_small_constant_indices
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_unicode_slicing_small_constant_indices
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_decode_encode
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_find
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_strip_doesnt_escape_bytes
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_unicode_strip_doesnt_escape_uniobject
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_unicode_strip_doesnt_escape_uniobject_ascii
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_unicode_splitlines_doesnt_allocate_uniobject
. pypy/module/pypyjit/test_pypy_c/test_string.py::TestString::()::test_textiowrapper_write_is_inlined
. pypy/module/pypyjit/test_pypy_c/test_struct.py::TestStruct::()::test_struct_function
. pypy/module/pypyjit/test_pypy_c/test_struct.py::TestStruct::()::test_struct_object
. pypy/module/pypyjit/test_pypy_c/test_struct.py::TestStruct::()::test_unpack_raw_buffer
. pypy/module/pypyjit/test_pypy_c/test_struct.py::TestStruct::()::test_unpack_bytearray
. pypy/module/pypyjit/test_pypy_c/test_struct.py::TestStruct::()::test_pack_into_raw_buffer
. pypy/module/pypyjit/test_pypy_c/test_struct.py::TestStruct::()::test_pack_into_bytearray
. pypy/module/pypyjit/test_pypy_c/test_thread.py::TestThread::()::test_simple
. pypy/module/pypyjit/test_pypy_c/test_thread.py::TestThread::()::test_tls
. pypy/module/pypyjit/test_pypy_c/test_thread.py::TestThread::()::test_lock_acquire_release
. pypy/module/pypyjit/test_pypy_c/test_weakref.py::TestThread::()::test_make_ref_with_callback
</pre>
        ]]>
      </description>
      <pubDate>Tue, 26 May 2026 00:06:16 GMT</pubDate>
      <guid isPermaLink="false">tag:buildmaster@buildmaster,2026-05-26:20260526000616</guid>
    </item>

    <item>
      <title>Builder "own-linux-aarch64": success</title>
      <link>http://buildbot.pypy.org/builders/own-linux-aarch64/builds/2732</link>
      <description>
        <![CDATA[
          <p>
            Date: Mon, 25 May 2026 23:59:53 GMT<br/>
            Project home: <a href="http://buildbot.pypy.org/">PyPy</a><br/>
            Builder summary: <a href="http://buildbot.pypy.org/builders/own-linux-aarch64">own-linux-aarch64</a><br/>
            Build details: <a href="http://buildbot.pypy.org/builders/own-linux-aarch64/builds/2732">Build 2732</a><br/>
            Author list: <b></b><br/>
            Failed step(s): <b></b><br/>
          </p>
            <div>    <p>
            Repository: <br/>Branch: release-pypy3.11-v7.x<br/>
            Revision: 187671:194f9f44b505<br/>
                </p>
          </div>
            <p>
            <i>Last lines of the build log:</i>
          </p>
          <pre></pre>
        ]]>
      </description>
      <pubDate>Mon, 25 May 2026 23:59:53 GMT</pubDate>
      <guid isPermaLink="false">tag:buildmaster@buildmaster,2026-05-25:20260525235953</guid>
    </item>

    <item>
      <title>Builder "pypy-c-jit-linux-x86-64": failure</title>
      <link>http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/11788</link>
      <description>
        <![CDATA[
          <p>
            Date: Mon, 25 May 2026 20:41:18 GMT<br/>
            Project home: <a href="http://buildbot.pypy.org/">PyPy</a><br/>
            Builder summary: <a href="http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64">pypy-c-jit-linux-x86-64</a><br/>
            Build details: <a href="http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/11788">Build 11788</a><br/>
            Author list: <b></b><br/>
            Failed step(s): <b>shell_6</b><br/>
          </p>
            <div>    <p>
            Repository: <br/>Branch: release-pypy3.11-v7.x<br/>
            Revision: 187671:194f9f44b505<br/>
                </p>
          </div>
            <p>
            <i>Last lines of the build log:</i>
          </p>
          <pre>Last lines of build log &#34;stdio&#34;:
[]
1 test failed:
    test_re

Total duration: 981 ms
Total tests: run=158 failures=1 skipped=11
Total test files: run=1/1 failed=1
Result: FAILURE
test test_re failed

=========================== short test summary info ============================
SKIP [4] /build_dir/pypy-c-jit-linux-x86-64/build/lib-python/conftest.py:606: CPython internal details
SKIP [1] /build_dir/pypy-c-jit-linux-x86-64/build/lib-python/conftest.py:606: requires audio
SKIP [1] /build_dir/pypy-c-jit-linux-x86-64/build/lib-python/conftest.py:606: needs ctypes.pythonapi
SKIP [1] /build_dir/pypy-c-jit-linux-x86-64/build/lib-python/conftest.py:606: demands too many resources
SKIP [1] /build_dir/pypy-c-jit-linux-x86-64/build/lib-python/conftest.py:606: needs low level audio
SKIP [5] /build_dir/pypy-c-jit-linux-x86-64/build/lib-python/conftest.py:606: implementation detail
SKIP [3] /build_dir/pypy-c-jit-linux-x86-64/build/lib-python/conftest.py:606: needs display
========================== slowest 10 test durations ===========================
139.51s call     lib-python/3/test/test_asyncio::unmodified
139.48s call     lib-python/3/test/test_concurrent_futures::unmodified
100.71s call     lib-python/3/test/test_multiprocessing_spawn::unmodified
83.93s call     lib-python/3/test/test_multiprocessing_forkserver::unmodified
60.99s call     lib-python/3/test/test_multiprocessing_fork::unmodified
60.56s call     lib-python/3/test/test_subprocess.py::unmodified
43.15s call     lib-python/3/test/test_ssl.py::unmodified
37.92s call     lib-python/3/test/test_socket.py::unmodified
28.74s call     lib-python/3/test/test_hashlib.py::unmodified
22.79s call     lib-python/3/test/test_logging.py::unmodified
============= 1 failed, 416 passed, 16 skipped in 1278.02 seconds ==============

Last lines of build log &#34;pytestLog&#34;:
[]
. lib-python/3/test/test_zipimport.py::unmodified
. lib-python/3/test/test_zipimport_support.py::unmodified
. lib-python/3/test/test_zlib.py::unmodified
. lib-python/3/test/test_asyncio::unmodified
. lib-python/3/test/test_capi::unmodified
. lib-python/3/test/test_concurrent_futures::unmodified
. lib-python/3/test/test_cppext::unmodified
. lib-python/3/test/test_dataclasses::unmodified
. lib-python/3/test/test_doctest::unmodified
. lib-python/3/test/test_email::unmodified
. lib-python/3/test/test_future_stmt::unmodified
. lib-python/3/test/test_gdb::unmodified
. lib-python/3/test/test_import::unmodified
. lib-python/3/test/test_importlib::unmodified
. lib-python/3/test/test_inspect::unmodified
. lib-python/3/test/test_json::unmodified
. lib-python/3/test/test_module::unmodified
. lib-python/3/test/test_multiprocessing_fork::unmodified
. lib-python/3/test/test_multiprocessing_forkserver::unmodified
. lib-python/3/test/test_multiprocessing_spawn::unmodified
. lib-python/3/test/test_peg_generator::unmodified
. lib-python/3/test/test_pydoc::unmodified
. lib-python/3/test/test_pyrepl::unmodified
. lib-python/3/test/test_sqlite3::unmodified
. lib-python/3/test/test_tomllib::unmodified
s lib-python/3/test/test_tools::unmodified
 Skipped: CPython internal details
. lib-python/3/test/test_warnings::unmodified
. lib-python/3/test/test_zoneinfo::unmodified
</pre>
        ]]>
      </description>
      <pubDate>Mon, 25 May 2026 20:41:18 GMT</pubDate>
      <guid isPermaLink="false">tag:buildmaster@buildmaster,2026-05-25:20260525204118</guid>
    </item>

    
  </channel>
</rss>