using config pypy/testrunner_cfg.py using config machine_cfg.py running 4 parallel test workers setting MAKEFLAGS to ' ' (space) -- annotator/test -- config/test -- flowspace/test -- tool/algo/test -- tool/cparser/test -- tool/jitlogparser/test -- tool/pytest/test -- tool/test -- rtyper/lltypesystem/module/test -- rtyper/lltypesystem/test -- rtyper/test -- rtyper/tool/test -- memory/gc/test -- memory/gctransform/test -- memory/test/test_gctypelayout.py -- memory/test/test_generational_gc.py -- memory/test/test_growingsemispace_gc.py -- memory/test/test_hybrid_gc.py -- memory/test/test_hybrid_gc_smallheap.py -- memory/test/test_incminimark_gc.py -- memory/test/test_incminimark_gc_cardmarking.py -- memory/test/test_lldict.py -- memory/test/test_minimark_gc.py -- memory/test/test_minimark_gc_cardmarking.py -- memory/test/test_semispace_gc.py -- memory/test/test_support.py -- memory/test/test_transformed_gc.py -- total: 27 to run ++ 22:43:40 starting annotator/test [1 started in total] ++ 22:43:40 starting config/test [2 started in total] ++ 22:43:40 starting flowspace/test [3 started in total] ++ 22:43:40 starting tool/algo/test [4 started in total] __ flowspace/test [1 done in total, somefailed=False] _________________________ [platform:msg] Set platform with 'host' cc=None, using cc='clang', version='Unknown' ============================= test session starts ============================== platform darwin -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/Users/runner/work/pypy/pypy/rpython/.hypothesis/examples') pytest-2.9.2 from /Users/runner/work/pypy/pypy/pytest.pyc rootdir: /Users/runner/work/pypy/pypy/rpython, inifile: pytest.ini plugins: hypothesis-4.39.3 collected 162 items flowspace/test/test_argument.py ..... flowspace/test/test_checkgraph.py ........ flowspace/test/test_flowcontext.py ..... flowspace/test/test_framestate.py .......... flowspace/test/test_generator.py ..... flowspace/test/test_model.py ......... flowspace/test/test_objspace.py .............................................................xx...................xx..x................ flowspace/test/test_objspace_py2.py .... flowspace/test/test_print_function.py ......... flowspace/test/test_unroll.py .... ==================== 157 passed, 5 xfailed in 8.94 seconds ===================== ++ 22:43:51 starting tool/cparser/test [5 started in total] __ tool/algo/test [2 done in total, somefailed=False] _________________________ [platform:msg] Set platform with 'host' cc=None, using cc='clang', version='Unknown' ============================= test session starts ============================== platform darwin -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/Users/runner/work/pypy/pypy/rpython/.hypothesis/examples') pytest-2.9.2 from /Users/runner/work/pypy/pypy/pytest.pyc rootdir: /Users/runner/work/pypy/pypy/rpython, inifile: pytest.ini plugins: hypothesis-4.39.3 collected 44 items tool/algo/test/test_bitstring.py .... tool/algo/test/test_color.py ..... tool/algo/test/test_graphlib.py ...s....ss.....s....s....... tool/algo/test/test_regalloc.py .. tool/algo/test/test_sparsemat.py ... tool/algo/test/test_unionfind.py .. ==================== 39 passed, 5 skipped in 11.14 seconds ===================== ++ 22:43:53 starting tool/jitlogparser/test [6 started in total] __ config/test [3 done in total, somefailed=False] ____________________________ [platform:msg] Set platform with 'host' cc=None, using cc='clang', version='Unknown' ============================= test session starts ============================== platform darwin -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/Users/runner/work/pypy/pypy/rpython/.hypothesis/examples') pytest-2.9.2 from /Users/runner/work/pypy/pypy/pytest.pyc rootdir: /Users/runner/work/pypy/pypy/rpython, inifile: pytest.ini plugins: hypothesis-4.39.3 collected 43 items config/test/test_config.py .................................... config/test/test_parse.py .. config/test/test_support.py s.. config/test/test_translationoption.py .. ==================== 42 passed, 1 skipped in 10.96 seconds ===================== ++ 22:43:53 starting tool/pytest/test [7 started in total] __ tool/jitlogparser/test [4 done in total, somefailed=False] _________________ [platform:msg] Set platform with 'host' cc=None, using cc='clang', version='Unknown' ============================= test session starts ============================== platform darwin -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/Users/runner/work/pypy/pypy/rpython/.hypothesis/examples') pytest-2.9.2 from /Users/runner/work/pypy/pypy/pytest.pyc rootdir: /Users/runner/work/pypy/pypy/rpython, inifile: pytest.ini plugins: hypothesis-4.39.3 collected 24 items tool/jitlogparser/test/test_parser.py .......ss...ssss....... tool/jitlogparser/test/test_storage.py . ===================== 18 passed, 6 skipped in 0.32 seconds ===================== ++ 22:43:54 starting tool/test [8 started in total] __ tool/pytest/test [5 done in total, somefailed=False] _______________________ [platform:msg] Set platform with 'host' cc=None, using cc='clang', version='Unknown' ============================= test session starts ============================== platform darwin -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/Users/runner/work/pypy/pypy/rpython/.hypothesis/examples') pytest-2.9.2 from /Users/runner/work/pypy/pypy/pytest.pyc rootdir: /Users/runner/work/pypy/pypy/rpython, inifile: pytest.ini plugins: hypothesis-4.39.3 collected 1 items tool/pytest/test/test_expecttest.py s ========================== 1 skipped in 0.22 seconds =========================== ++ 22:43:54 starting rtyper/lltypesystem/module/test [9 started in total] __ tool/cparser/test [6 done in total, somefailed=False] ______________________ [platform:msg] Set platform with 'host' cc=None, using cc='clang', version='Unknown' ============================= test session starts ============================== platform darwin -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/Users/runner/work/pypy/pypy/rpython/.hypothesis/examples') pytest-2.9.2 from /Users/runner/work/pypy/pypy/pytest.pyc rootdir: /Users/runner/work/pypy/pypy/rpython, inifile: pytest.ini plugins: hypothesis-4.39.3 collected 21 items tool/cparser/test/test_cts.py ..................... ========================== 21 passed in 2.68 seconds =========================== ++ 22:43:55 starting rtyper/lltypesystem/test [10 started in total] __ tool/test [7 done in total, somefailed=False] ______________________________ [platform:msg] Set platform with 'host' cc=None, using cc='clang', version='Unknown' ============================= test session starts ============================== platform darwin -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/Users/runner/work/pypy/pypy/rpython/.hypothesis/examples') pytest-2.9.2 from /Users/runner/work/pypy/pypy/pytest.pyc rootdir: /Users/runner/work/pypy/pypy/rpython, inifile: pytest.ini plugins: hypothesis-4.39.3 collected 72 items tool/test/test_ansi_print.py ........ tool/test/test_descriptor.py ... tool/test/test_error.py .... tool/test/test_flattenrec.py . tool/test/test_frozenlist.py . tool/test/test_gcc_cache.py ..... tool/test/test_identitydict.py .......... tool/test/test_killsubprocess.py ... tool/test/test_leakfinder.py ........ tool/test/test_logparser.py ... tool/test/test_nullpath.py . tool/test/test_pairtype.py ....... tool/test/test_runsubprocess.py ..s.. tool/test/test_sourcetools.py ......... tool/test/test_udir.py .. tool/test/test_version.py .. ===================== 71 passed, 1 skipped in 7.16 seconds ===================== ++ 22:44:02 starting rtyper/test [11 started in total] __ annotator/test [8 done in total, somefailed=False] _________________________ [platform:msg] Set platform with 'host' cc=None, using cc='clang', version='Unknown' ============================= test session starts ============================== platform darwin -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/Users/runner/work/pypy/pypy/rpython/.hypothesis/examples') pytest-2.9.2 from /Users/runner/work/pypy/pypy/pytest.py rootdir: /Users/runner/work/pypy/pypy/rpython, inifile: pytest.ini plugins: hypothesis-4.39.3 collected 697 items annotator/test/test_annrpython.py ......................................................................................x..........................................................................................................................................x........................................................................................xx............. annotator/test/test_annrpython_py2.py ... annotator/test/test_annsimplifyrpython.py ......................................................................................x..........................................................................................................................................x........................................................................................xx................ annotator/test/test_argument.py ...... annotator/test/test_description.py ... annotator/test/test_model.py ..........x.x.......... annotator/test/test_signature.py . =================== 687 passed, 10 xfailed in 24.52 seconds ==================== ++ 22:44:09 starting rtyper/tool/test [12 started in total] __ rtyper/lltypesystem/module/test [9 done in total, somefailed=False] ________ [platform:msg] Set platform with 'host' cc=None, using cc='clang', version='Unknown' ============================= test session starts ============================== platform darwin -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/Users/runner/work/pypy/pypy/rpython/.hypothesis/examples') pytest-2.9.2 from /Users/runner/work/pypy/pypy/pytest.pyc rootdir: /Users/runner/work/pypy/pypy/rpython, inifile: pytest.ini plugins: hypothesis-4.39.3 collected 200 items rtyper/lltypesystem/module/test/test_ll_math.py ............................................................................................................................................................................ rtyper/lltypesystem/module/test/test_llinterp_math.py ............................ ========================= 200 passed in 19.90 seconds ========================== ++ 22:44:15 starting memory/gc/test [13 started in total] __ rtyper/tool/test [10 done in total, somefailed=False] ______________________ [platform:msg] Set platform with 'host' cc=None, using cc='clang', version='Unknown' ============================= test session starts ============================== platform darwin -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/Users/runner/work/pypy/pypy/rpython/.hypothesis/examples') pytest-2.9.2 from /Users/runner/work/pypy/pypy/pytest.pyc rootdir: /Users/runner/work/pypy/pypy/rpython, inifile: pytest.ini plugins: hypothesis-4.39.3 collected 38 items rtyper/tool/test/test_mkrffi.py ....... rtyper/tool/test/test_rffi_platform.py ............................ rtyper/tool/test/test_rfficache.py ... ========================== 38 passed in 9.66 seconds =========================== ++ 22:44:20 starting memory/gctransform/test [14 started in total] __ memory/gc/test [11 done in total, somefailed=False] ________________________ [platform:msg] Set platform with 'host' cc=None, using cc='clang', version='Unknown' ============================= test session starts ============================== platform darwin -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/Users/runner/work/pypy/pypy/rpython/.hypothesis/examples') pytest-2.9.2 from /Users/runner/work/pypy/pypy/pytest.pyc rootdir: /Users/runner/work/pypy/pypy/rpython, inifile: pytest.ini plugins: hypothesis-4.39.3 collected 217 items memory/gc/test/test_direct.py ....................................s............................................................................. memory/gc/test/test_env.py ........ memory/gc/test/test_hook.py ... memory/gc/test/test_incminimark.py ... memory/gc/test/test_inspector.py .. memory/gc/test/test_minimark.py ... memory/gc/test/test_minimarkpage.py ............... memory/gc/test/test_object_pinning.py ............................................. memory/gc/test/test_rawrefcount.py ........................ ==================== 216 passed, 1 skipped in 69.65 seconds ==================== ++ 22:45:30 starting memory/test/test_gctypelayout.py [15 started in total] __ memory/test/test_gctypelayout.py [12 done in total, somefailed=False] ______ [platform:msg] Set platform with 'host' cc=None, using cc='clang', version='Unknown' ============================= test session starts ============================== platform darwin -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/Users/runner/work/pypy/pypy/rpython/.hypothesis/examples') pytest-2.9.2 from /Users/runner/work/pypy/pypy/pytest.pyc rootdir: /Users/runner/work/pypy/pypy/rpython, inifile: pytest.ini plugins: hypothesis-4.39.3 collected 5 items memory/test/test_gctypelayout.py ..... =========================== 5 passed in 0.69 seconds =========================== ++ 22:45:31 starting memory/test/test_generational_gc.py [16 started in total] __ memory/gctransform/test [13 done in total, somefailed=False] _______________ [platform:msg] Set platform with 'host' cc=None, using cc='clang', version='Unknown' ============================= test session starts ============================== platform darwin -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/Users/runner/work/pypy/pypy/rpython/.hypothesis/examples') pytest-2.9.2 from /Users/runner/work/pypy/pypy/pytest.pyc rootdir: /Users/runner/work/pypy/pypy/rpython, inifile: pytest.ini plugins: hypothesis-4.39.3 collected 85 items memory/gctransform/test/test_boehm.py ...... memory/gctransform/test/test_framework.py ................. memory/gctransform/test/test_refcounting.py .s............. memory/gctransform/test/test_shadowcolor.py ................................... memory/gctransform/test/test_statistics.py .. memory/gctransform/test/test_transform.py .......... ==================== 84 passed, 1 skipped in 69.34 seconds ===================== ++ 22:45:34 starting memory/test/test_growingsemispace_gc.py [17 started in total] __ memory/test/test_generational_gc.py [14 done in total, somefailed=False] ___ [platform:msg] Set platform with 'host' cc=None, using cc='clang', version='Unknown' ============================= test session starts ============================== platform darwin -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/Users/runner/work/pypy/pypy/rpython/.hypothesis/examples') pytest-2.9.2 from /Users/runner/work/pypy/pypy/pytest.pyc rootdir: /Users/runner/work/pypy/pypy/rpython, inifile: pytest.ini plugins: hypothesis-4.39.3 collected 47 items memory/test/test_generational_gc.py ............................................... ========================== 47 passed in 40.34 seconds ========================== ++ 22:46:17 starting memory/test/test_hybrid_gc.py [18 started in total] __ memory/test/test_growingsemispace_gc.py [15 done in total, somefailed=False] [platform:msg] Set platform with 'host' cc=None, using cc='clang', version='Unknown' ============================= test session starts ============================== platform darwin -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/Users/runner/work/pypy/pypy/rpython/.hypothesis/examples') pytest-2.9.2 from /Users/runner/work/pypy/pypy/pytest.pyc rootdir: /Users/runner/work/pypy/pypy/rpython, inifile: pytest.ini plugins: hypothesis-4.39.3 collected 47 items memory/test/test_growingsemispace_gc.py ............................................... ========================== 47 passed in 42.33 seconds ========================== ++ 22:46:20 starting memory/test/test_hybrid_gc_smallheap.py [19 started in total] __ memory/test/test_hybrid_gc_smallheap.py [16 done in total, somefailed=False] [platform:msg] Set platform with 'host' cc=None, using cc='clang', version='Unknown' ============================= test session starts ============================== platform darwin -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/Users/runner/work/pypy/pypy/rpython/.hypothesis/examples') pytest-2.9.2 from /Users/runner/work/pypy/pypy/pytest.pyc rootdir: /Users/runner/work/pypy/pypy/rpython, inifile: pytest.ini plugins: hypothesis-4.39.3 collected 46 items memory/test/test_hybrid_gc_smallheap.py .............................................. ========================== 46 passed in 61.21 seconds ========================== ++ 22:47:27 starting memory/test/test_incminimark_gc.py [20 started in total] __ rtyper/lltypesystem/test [17 done in total, somefailed=False] ______________ [platform:msg] Set platform with 'host' cc=None, using cc='clang', version='Unknown' ============================= test session starts ============================== platform darwin -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/Users/runner/work/pypy/pypy/rpython/.hypothesis/examples') pytest-2.9.2 from /Users/runner/work/pypy/pypy/pytest.pyc rootdir: /Users/runner/work/pypy/pypy/rpython, inifile: pytest.ini plugins: hypothesis-4.39.3 collected 277 items rtyper/lltypesystem/test/test_ll2ctypes.py .............................................................................s.s. rtyper/lltypesystem/test/test_llarena.py .....s....... rtyper/lltypesystem/test/test_llgroup.py .... rtyper/lltypesystem/test/test_llmemory.py ..................................s.... rtyper/lltypesystem/test/test_lloperation.py ......... rtyper/lltypesystem/test/test_lltype.py ............................................................ rtyper/lltypesystem/test/test_rffi.py ................................s...........s..s...... rtyper/lltypesystem/test/test_rtagged.py .............. rtyper/lltypesystem/test/test_ztranslated.py ... =================== 270 passed, 7 skipped in 209.03 seconds ==================== n: 3 Arg 0: 1 Arg 1: 20 Arg 2: 300 ++ 22:47:27 starting memory/test/test_incminimark_gc_cardmarking.py [21 started in total] __ memory/test/test_hybrid_gc.py [18 done in total, somefailed=False] _________ [platform:msg] Set platform with 'host' cc=None, using cc='clang', version='Unknown' ============================= test session starts ============================== platform darwin -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/Users/runner/work/pypy/pypy/rpython/.hypothesis/examples') pytest-2.9.2 from /Users/runner/work/pypy/pypy/pytest.pyc rootdir: /Users/runner/work/pypy/pypy/rpython, inifile: pytest.ini plugins: hypothesis-4.39.3 collected 50 items memory/test/test_hybrid_gc.py .................................................. ========================== 50 passed in 68.41 seconds ========================== ++ 22:47:32 starting memory/test/test_lldict.py [22 started in total] __ memory/test/test_lldict.py [19 done in total, somefailed=False] ____________ [platform:msg] Set platform with 'host' cc=None, using cc='clang', version='Unknown' ============================= test session starts ============================== platform darwin -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/Users/runner/work/pypy/pypy/rpython/.hypothesis/examples') pytest-2.9.2 from /Users/runner/work/pypy/pypy/pytest.pyc rootdir: /Users/runner/work/pypy/pypy/rpython, inifile: pytest.ini plugins: hypothesis-4.39.3 collected 5 items memory/test/test_lldict.py ..... =========================== 5 passed in 0.56 seconds =========================== ++ 22:47:33 starting memory/test/test_minimark_gc.py [23 started in total] __ memory/test/test_minimark_gc.py [20 done in total, somefailed=False] _______ [platform:msg] Set platform with 'host' cc=None, using cc='clang', version='Unknown' ============================= test session starts ============================== platform darwin -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/Users/runner/work/pypy/pypy/rpython/.hypothesis/examples') pytest-2.9.2 from /Users/runner/work/pypy/pypy/pytest.pyc rootdir: /Users/runner/work/pypy/pypy/rpython, inifile: pytest.ini plugins: hypothesis-4.39.3 collected 48 items memory/test/test_minimark_gc.py ................................................ ========================== 48 passed in 57.42 seconds ========================== ++ 22:48:33 starting memory/test/test_minimark_gc_cardmarking.py [24 started in total] __ memory/test/test_incminimark_gc.py [21 done in total, somefailed=False] ____ [platform:msg] Set platform with 'host' cc=None, using cc='clang', version='Unknown' ============================= test session starts ============================== platform darwin -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/Users/runner/work/pypy/pypy/rpython/.hypothesis/examples') pytest-2.9.2 from /Users/runner/work/pypy/pypy/pytest.pyc rootdir: /Users/runner/work/pypy/pypy/rpython, inifile: pytest.ini plugins: hypothesis-4.39.3 collected 52 items memory/test/test_incminimark_gc.py ..................................................s. ==================== 51 passed, 1 skipped in 65.99 seconds ===================== ++ 22:48:34 starting memory/test/test_semispace_gc.py [25 started in total] __ memory/test/test_incminimark_gc_cardmarking.py [22 done in total, somefailed=False] [platform:msg] Set platform with 'host' cc=None, using cc='clang', version='Unknown' ============================= test session starts ============================== platform darwin -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/Users/runner/work/pypy/pypy/rpython/.hypothesis/examples') pytest-2.9.2 from /Users/runner/work/pypy/pypy/pytest.pyc rootdir: /Users/runner/work/pypy/pypy/rpython, inifile: pytest.ini plugins: hypothesis-4.39.3 collected 52 items memory/test/test_incminimark_gc_cardmarking.py ..................................................s. ==================== 51 passed, 1 skipped in 65.11 seconds ===================== ++ 22:48:35 starting memory/test/test_support.py [26 started in total] __ memory/test/test_support.py [23 done in total, somefailed=False] ___________ [platform:msg] Set platform with 'host' cc=None, using cc='clang', version='Unknown' ============================= test session starts ============================== platform darwin -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/Users/runner/work/pypy/pypy/rpython/.hypothesis/examples') pytest-2.9.2 from /Users/runner/work/pypy/pypy/pytest.pyc rootdir: /Users/runner/work/pypy/pypy/rpython, inifile: pytest.ini plugins: hypothesis-4.39.3 collected 9 items memory/test/test_support.py ......... =========================== 9 passed in 3.50 seconds =========================== ++ 22:48:39 starting memory/test/test_transformed_gc.py [27 started in total] __ memory/test/test_semispace_gc.py [24 done in total, somefailed=False] ______ [platform:msg] Set platform with 'host' cc=None, using cc='clang', version='Unknown' ============================= test session starts ============================== platform darwin -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/Users/runner/work/pypy/pypy/rpython/.hypothesis/examples') pytest-2.9.2 from /Users/runner/work/pypy/pypy/pytest.pyc rootdir: /Users/runner/work/pypy/pypy/rpython, inifile: pytest.ini plugins: hypothesis-4.39.3 collected 47 items memory/test/test_semispace_gc.py ............................................... ========================== 47 passed in 41.70 seconds ========================== __ memory/test/test_minimark_gc_cardmarking.py [25 done in total, somefailed=False] [platform:msg] Set platform with 'host' cc=None, using cc='clang', version='Unknown' ============================= test session starts ============================== platform darwin -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/Users/runner/work/pypy/pypy/rpython/.hypothesis/examples') pytest-2.9.2 from /Users/runner/work/pypy/pypy/pytest.pyc rootdir: /Users/runner/work/pypy/pypy/rpython, inifile: pytest.ini plugins: hypothesis-4.39.3 collected 48 items memory/test/test_minimark_gc_cardmarking.py ................................................ ========================== 48 passed in 49.81 seconds ========================== __ rtyper/test [26 done in total, somefailed=True] ____________________________ [platform:msg] Set platform with 'host' cc=None, using cc='clang', version='Unknown' ============================= test session starts ============================== platform darwin -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/Users/runner/work/pypy/pypy/rpython/.hypothesis/examples') pytest-2.9.2 from /Users/runner/work/pypy/pypy/pytest.pyc rootdir: /Users/runner/work/pypy/pypy/rpython, inifile: pytest.ini plugins: hypothesis-4.39.3 collected 1167 items rtyper/test/test_annlowlevel.py .......... rtyper/test/test_controllerentry.py ........ rtyper/test/test_exception.py ......... rtyper/test/test_extfunc.py ....... rtyper/test/test_extregistry.py ....... rtyper/test/test_generator.py ...x.. rtyper/test/test_llann.py ......................... rtyper/test/test_llannotation.py ... rtyper/test/test_llinterp.py .........................s....... rtyper/test/test_llop.py ........ rtyper/test/test_nongc.py ........ rtyper/test/test_normalizecalls.py ................. rtyper/test/test_rbool.py ........ rtyper/test/test_rbuilder.py ..................... rtyper/test/test_rbuiltin.py ...................Fs..ss................... rtyper/test/test_rbytearray.py ...... rtyper/test/test_rclass.py ...................................................................x..... rtyper/test/test_rconstantdict.py ..... rtyper/test/test_rdict.py ......................................................................... rtyper/test/test_remptydict.py .. rtyper/test/test_rfloat.py ............................ rtyper/test/test_rint.py ........................s........ rtyper/test/test_rlist.py ...................................................................................................... rtyper/test/test_rordereddict.py ............................................................................................................................................ rtyper/test/test_rpbc.py .................................................................................s..........s.......................................................................................s..........s...... rtyper/test/test_rptr.py ....................... rtyper/test/test_rrange.py ................ rtyper/test/test_rstr.py ......................................................................................... rtyper/test/test_rtuple.py ................................. rtyper/test/test_rtyper.py ........ rtyper/test/test_runicode.py ..........................................................................s..............ssssssssssss... rtyper/test/test_rvirtualizable.py ............. rtyper/test/test_rweakref.py ....... =================================== FAILURES =================================== __________________________ TestRbuiltin.test_os_read ___________________________ self = def test_os_read(self): tmpfile = str(udir.udir.join("os_read_test")) f = file(tmpfile, 'w') f.write('hello world') f.close() def fn(): fd = os.open(tmpfile, os.O_RDONLY, 0777) return os.read(fd, 4096) > res = self.interpret(fn, []) rtyper/test/test_rbuiltin.py:245: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ rtyper/test/tool.py:16: in interpret return interpret(fn, args, **kwds) rtyper/test/test_llinterp.py:102: in interpret result = interp.eval_graph(graph, values) rtyper/llinterp.py:102: in eval_graph retval = llframe.eval() rtyper/llinterp.py:300: in eval nextblock, args = self.eval_block(nextblock) rtyper/llinterp.py:329: in eval_block rstackovf.check_stack_overflow() rtyper/llinterp.py:324: in eval_block self.eval_operation(op) rtyper/llinterp.py:427: in eval_operation retval = ophandler(*vals) rtyper/llinterp.py:702: in op_direct_call return self.perform_call(f, FTYPE.ARGS, args) rtyper/llinterp.py:698: in perform_call return frame.eval() rtyper/llinterp.py:300: in eval nextblock, args = self.eval_block(nextblock) rtyper/llinterp.py:329: in eval_block rstackovf.check_stack_overflow() rtyper/llinterp.py:324: in eval_block self.eval_operation(op) rtyper/llinterp.py:427: in eval_operation retval = ophandler(*vals) rtyper/llinterp.py:702: in op_direct_call return self.perform_call(f, FTYPE.ARGS, args) rtyper/llinterp.py:698: in perform_call return frame.eval() rtyper/llinterp.py:300: in eval nextblock, args = self.eval_block(nextblock) rtyper/llinterp.py:329: in eval_block rstackovf.check_stack_overflow() rtyper/llinterp.py:324: in eval_block self.eval_operation(op) rtyper/llinterp.py:427: in eval_operation retval = ophandler(*vals) rtyper/llinterp.py:702: in op_direct_call return self.perform_call(f, FTYPE.ARGS, args) rtyper/llinterp.py:698: in perform_call return frame.eval() rtyper/llinterp.py:300: in eval nextblock, args = self.eval_block(nextblock) rtyper/llinterp.py:329: in eval_block rstackovf.check_stack_overflow() rtyper/llinterp.py:324: in eval_block self.eval_operation(op) rtyper/llinterp.py:427: in eval_operation retval = ophandler(*vals) rtyper/llinterp.py:702: in op_direct_call return self.perform_call(f, FTYPE.ARGS, args) rtyper/llinterp.py:698: in perform_call return frame.eval() rtyper/llinterp.py:300: in eval nextblock, args = self.eval_block(nextblock) rtyper/llinterp.py:329: in eval_block rstackovf.check_stack_overflow() rtyper/llinterp.py:324: in eval_block self.eval_operation(op) rtyper/llinterp.py:427: in eval_operation retval = ophandler(*vals) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = , obj = 11 def op_gc_get_stats(self, obj): > raise NotImplementedError("gc_get_stats") E NotImplementedError: gc_get_stats rtyper/llinterp.py:764: NotImplementedError ----------------------------- Captured stderr call ----------------------------- [rtyper] specializing: 100 / 274 blocks (36%) [rtyper] specializing: 200 / 274 blocks (72%) [rtyper] -=- specialized 274 blocks -=- [rtyper] -=- specialized 4 more blocks -=- =========================== short test summary info ============================ FAIL rtyper/test/test_rbuiltin.py::TestRbuiltin::()::test_os_read ======== 1 failed, 1142 passed, 22 skipped, 2 xfailed in 381.95 seconds ======== __ memory/test/test_transformed_gc.py [27 done in total, somefailed=False] ____ [platform:msg] Set platform with 'host' cc=None, using cc='clang', version='Unknown' ============================= test session starts ============================== platform darwin -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1 hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/Users/runner/work/pypy/pypy/rpython/.hypothesis/examples') pytest-2.9.2 from /Users/runner/work/pypy/pypy/pytest.pyc rootdir: /Users/runner/work/pypy/pypy/rpython, inifile: pytest.ini plugins: hypothesis-4.39.3 collected 183 items memory/test/test_transformed_gc.py ....s..................s..s.....s..................s..s............s..................s..s.............s.....................s................s.....................s.................s =================== 169 passed, 14 skipped in 234.59 seconds ===================