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 ++ 09:11:33 starting annotator/test [1 started in total] ++ 09:11:33 starting config/test [2 started in total] ++ 09:11:33 starting flowspace/test [3 started in total] ++ 09:11:33 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 9.88 seconds ===================== ++ 09:11:44 starting tool/cparser/test [5 started in total] __ config/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.py 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 11.92 seconds ===================== ++ 09:11:46 starting tool/jitlogparser/test [6 started in total] __ tool/jitlogparser/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 24 items tool/jitlogparser/test/test_parser.py .......ss...ssss....... tool/jitlogparser/test/test_storage.py . ===================== 18 passed, 6 skipped in 0.32 seconds ===================== ++ 09:11:47 starting tool/pytest/test [7 started in total] __ tool/algo/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 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 13.20 seconds ===================== ++ 09:11:49 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.15 seconds =========================== ++ 09:11:49 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 3.35 seconds =========================== ++ 09:11:49 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 67 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 .. ===================== 66 passed, 1 skipped in 8.19 seconds ===================== ++ 09:11:58 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.pyc 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, 9 xfailed, 1 xpassed in 37.28 seconds =============== ++ 09:12:12 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 25.80 seconds ========================== ++ 09:12:18 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 8.98 seconds =========================== ++ 09:12:23 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 216 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 ........................ ==================== 215 passed, 1 skipped in 91.90 seconds ==================== ++ 09:13:54 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.97 seconds =========================== ++ 09:13:56 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 99.65 seconds ===================== ++ 09:14:07 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 47.72 seconds ========================== ++ 09:14:48 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 45.90 seconds ========================== ++ 09:15:00 starting memory/test/test_hybrid_gc_smallheap.py [19 started in total] __ rtyper/lltypesystem/test [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 276 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 ... =================== 269 passed, 7 skipped in 218.66 seconds ==================== n: 3 Arg 0: 1 Arg 1: 20 Arg 2: 300 ++ 09:15:29 starting memory/test/test_incminimark_gc.py [20 started in total] __ memory/test/test_hybrid_gc.py [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 50 items memory/test/test_hybrid_gc.py .................................................. ========================== 50 passed in 42.03 seconds ========================== ++ 09:15:33 starting memory/test/test_incminimark_gc_cardmarking.py [21 started in total] __ memory/test/test_hybrid_gc_smallheap.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 46 items memory/test/test_hybrid_gc_smallheap.py .............................................. ========================== 46 passed in 31.10 seconds ========================== ++ 09:15:34 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.39 seconds =========================== ++ 09:15:35 starting memory/test/test_minimark_gc.py [23 started in total] __ memory/test/test_incminimark_gc_cardmarking.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 52 items memory/test/test_incminimark_gc_cardmarking.py ..................................................s. ==================== 51 passed, 1 skipped in 43.57 seconds ===================== ++ 09:16:19 starting memory/test/test_minimark_gc_cardmarking.py [24 started in total] __ memory/test/test_minimark_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 48 items memory/test/test_minimark_gc.py ................................................ ========================== 48 passed in 40.16 seconds ========================== ++ 09:16:21 starting memory/test/test_semispace_gc.py [25 started in total] __ memory/test/test_incminimark_gc.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.py ..................................................s. ==================== 51 passed, 1 skipped in 44.56 seconds ===================== ++ 09:16:22 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 2.61 seconds =========================== ++ 09:16:26 starting memory/test/test_transformed_gc.py [27 started in total] __ memory/test/test_minimark_gc_cardmarking.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 48 items memory/test/test_minimark_gc_cardmarking.py ................................................ ========================== 48 passed in 36.92 seconds ========================== __ memory/test/test_semispace_gc.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 47 items memory/test/test_semispace_gc.py ............................................... ========================== 47 passed in 33.17 seconds ========================== __ rtyper/test [26 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 1161 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 ....................s..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 ....... ============= 1137 passed, 22 skipped, 2 xfailed in 340.55 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 176.01 seconds ===================