virt_test/bin/python testrunner/runner.py --logfile=testrun.log --config=pypy/testrunner_cfg.py '--config=~/machine_cfg.py' --root=rpython --timeout=4000
in dir /build_dir/rpython-linux-x86-64/build (timeout 4000 secs)
watching logfiles {'pytestLog': 'testrun.log'}
argv: ['virt_test/bin/python', 'testrunner/runner.py', '--logfile=testrun.log', '--config=pypy/testrunner_cfg.py', '--config=~/machine_cfg.py', '--root=rpython', '--timeout=4000']
environment:
AUDITWHEEL_ARCH=x86_64
AUDITWHEEL_PLAT=manylinux2014_x86_64
AUDITWHEEL_POLICY=manylinux2014
DEVTOOLSET_ROOTPATH=/opt/rh/devtoolset-10/root
HOME=/home/buildslave
HOSTNAME=a58a84039819
LANG=en_US.UTF-8
LANGUAGE=en_US.UTF-8
LC_ALL=en_US.UTF-8
LD_LIBRARY_PATH=/usr/local/lib:/opt/rh/devtoolset-10/root/usr/lib64:/opt/rh/devtoolset-10/root/usr/lib:/opt/rh/devtoolset-10/root/usr/lib64/dyninst:/opt/rh/devtoolset-10/root/usr/lib/dyninst:/usr/local/lib64
LOGNAME=buildslave
PATH=/python27_virt/bin:/opt/rh/devtoolset-10/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig:/usr/local/lib/pkgconfig
PWD=/build_dir/rpython-linux-x86-64/build
PYPYCHERRYPICK=
PYPY_LOCALBASE=/usr/local
PYPY_MAKE_PORTABLE=1
PYPY_USESSION_DIR=/tmp/pytest
PYTHONPATH=.:
SHELL=/bin/bash
SHLVL=2
SSL_CERT_FILE=/opt/_internal/certs.pem
TERM=xterm
TMPDIR=/tmp/pytest
USER=buildslave
USE_CURL=1
_=/python27_virt/bin/buildslave
using PTY: False
using config pypy/testrunner_cfg.py
using config /home/buildslave/machine_cfg.py
running 4 parallel test workers
setting MAKEFLAGS to ' ' (space)
-- annotator/test
-- config/test
-- flowspace/test
-- jit/backend/aarch64/test/test_basic.py
-- jit/backend/aarch64/test/test_call.py
-- jit/backend/aarch64/test/test_calling_convention.py
-- jit/backend/aarch64/test/test_del.py
-- jit/backend/aarch64/test/test_dict.py
-- jit/backend/aarch64/test/test_exception.py
-- jit/backend/aarch64/test/test_fficall.py
-- jit/backend/aarch64/test/test_float.py
-- jit/backend/aarch64/test/test_instr_builder.py
-- jit/backend/aarch64/test/test_jitlog.py
-- jit/backend/aarch64/test/test_list.py
-- jit/backend/aarch64/test/test_llop.py
-- jit/backend/aarch64/test/test_loop_unroll.py
-- jit/backend/aarch64/test/test_quasiimmut.py
-- jit/backend/aarch64/test/test_rawmem.py
-- jit/backend/aarch64/test/test_recursive.py
-- jit/backend/aarch64/test/test_runner.py
-- jit/backend/aarch64/test/test_rvmprof.py
-- jit/backend/aarch64/test/test_send.py
-- jit/backend/aarch64/test/test_slist.py
-- jit/backend/aarch64/test/test_string.py
-- jit/backend/aarch64/test/test_tl.py
-- jit/backend/aarch64/test/test_tlc.py
-- jit/backend/aarch64/test/test_virtual.py
-- jit/backend/aarch64/test/test_virtualizable.py
-- jit/backend/aarch64/test/test_virtualref.py
-- jit/backend/aarch64/test/test_zrpy_gc.py
-- jit/backend/aarch64/test/test_zrpy_gc_boehm.py
-- jit/backend/aarch64/test/test_zrpy_releasegil.py
-- jit/backend/aarch64/test/test_zrpy_vmprof.py
-- jit/backend/aarch64/test/test_ztranslation_basic.py
-- jit/backend/aarch64/test/test_ztranslation_call_assembler.py
-- jit/backend/aarch64/test/test_ztranslation_jit_stats.py
-- jit/backend/arm/test
-- jit/backend/llgraph/test
-- jit/backend/llsupport/test
-- jit/backend/ppc/test
-- jit/backend/riscv/test
-- jit/backend/test
-- jit/backend/x86/test/test_assembler.py
-- jit/backend/x86/test/test_basic.py
-- jit/backend/x86/test/test_call.py
-- jit/backend/x86/test/test_callbuilder.py
-- jit/backend/x86/test/test_calling_convention.py
-- jit/backend/x86/test/test_del.py
-- jit/backend/x86/test/test_dict.py
-- jit/backend/x86/test/test_exception.py
-- jit/backend/x86/test/test_fficall.py
-- jit/backend/x86/test/test_float.py
-- jit/backend/x86/test/test_jitlog.py
-- jit/backend/x86/test/test_jump.py
-- jit/backend/x86/test/test_list.py
-- jit/backend/x86/test/test_llop.py
-- jit/backend/x86/test/test_longlong.py
-- jit/backend/x86/test/test_loop_unroll.py
-- jit/backend/x86/test/test_quasiimmut.py
-- jit/backend/x86/test/test_rawmem.py
-- jit/backend/x86/test/test_recursive.py
-- jit/backend/x86/test/test_regalloc.py
-- jit/backend/x86/test/test_regloc.py
-- jit/backend/x86/test/test_runner.py
-- jit/backend/x86/test/test_rvmprof.py
-- jit/backend/x86/test/test_rx86.py
-- jit/backend/x86/test/test_rx86_32_auto_encoding.py
-- jit/backend/x86/test/test_rx86_64_auto_encoding.py
-- jit/backend/x86/test/test_send.py
-- jit/backend/x86/test/test_slist.py
-- jit/backend/x86/test/test_string.py
-- jit/backend/x86/test/test_symbolic_x86.py
-- jit/backend/x86/test/test_tl.py
-- jit/backend/x86/test/test_tlc.py
-- jit/backend/x86/test/test_tracelimit.py
-- jit/backend/x86/test/test_virtual.py
-- jit/backend/x86/test/test_virtualizable.py
-- jit/backend/x86/test/test_virtualref.py
-- jit/backend/x86/test/test_x86vector.py
-- jit/backend/x86/test/test_zmath.py
-- jit/backend/x86/test/test_zrpy_gc.py
-- jit/backend/x86/test/test_zrpy_gc_boehm.py
-- jit/backend/x86/test/test_zrpy_releasegil.py
-- jit/backend/x86/test/test_zrpy_vecopt.py
-- jit/backend/x86/test/test_zrpy_vmprof.py
-- jit/backend/x86/test/test_ztranslation_basic.py
-- jit/backend/x86/test/test_ztranslation_call_assembler.py
-- jit/backend/x86/test/test_ztranslation_external_exception.py
-- jit/backend/x86/test/test_ztranslation_jit_stats.py
-- jit/backend/x86/tool/test/test_viewcode.py
-- jit/backend/zarch/test
-- jit/codewriter/test
-- jit/metainterp/optimizeopt/test/test_costmodel.py
-- jit/metainterp/optimizeopt/test/test_dependency.py
-- jit/metainterp/optimizeopt/test/test_guard.py
-- jit/metainterp/optimizeopt/test/test_intbound.py
-- jit/metainterp/optimizeopt/test/test_intdiv.py
-- jit/metainterp/optimizeopt/test/test_optimizebasic.py
-- jit/metainterp/optimizeopt/test/test_optimizebridge.py
-- jit/metainterp/optimizeopt/test/test_optimizeheap.py
-- jit/metainterp/optimizeopt/test/test_optimizeintbound.py
-- jit/metainterp/optimizeopt/test/test_optimizeopt.py
-- jit/metainterp/optimizeopt/test/test_rawbuffer.py
-- jit/metainterp/optimizeopt/test/test_schedule.py
-- jit/metainterp/optimizeopt/test/test_short.py
-- jit/metainterp/optimizeopt/test/test_unroll.py
-- jit/metainterp/optimizeopt/test/test_util.py
-- jit/metainterp/optimizeopt/test/test_vecopt.py
-- jit/metainterp/optimizeopt/test/test_virtualstate.py
-- jit/metainterp/optimizeopt/test/test_z3checktests.py
-- jit/metainterp/optimizeopt/test/test_z3intbound.py
-- jit/metainterp/ruleopt/test/test_codegen.py
-- jit/metainterp/ruleopt/test/test_parse.py
-- jit/metainterp/ruleopt/test/test_prove.py
-- jit/metainterp/test/test_ajit.py
-- jit/metainterp/test/test_blackhole.py
-- jit/metainterp/test/test_bridgeopt.py
-- jit/metainterp/test/test_bytearray.py
-- jit/metainterp/test/test_call.py
-- jit/metainterp/test/test_compile.py
-- jit/metainterp/test/test_counter.py
-- jit/metainterp/test/test_del.py
-- jit/metainterp/test/test_dict.py
-- jit/metainterp/test/test_exception.py
-- jit/metainterp/test/test_executor.py
-- jit/metainterp/test/test_fficall.py
-- jit/metainterp/test/test_float.py
-- jit/metainterp/test/test_greenfield.py
-- jit/metainterp/test/test_heapcache.py
-- jit/metainterp/test/test_history.py
-- jit/metainterp/test/test_immutable.py
-- jit/metainterp/test/test_jitdriver.py
-- jit/metainterp/test/test_jitiface.py
-- jit/metainterp/test/test_jitprof.py
-- jit/metainterp/test/test_list.py
-- jit/metainterp/test/test_llop.py
-- jit/metainterp/test/test_logger.py
-- jit/metainterp/test/test_longlong.py
-- jit/metainterp/test/test_loop.py
-- jit/metainterp/test/test_loop_unroll.py
-- jit/metainterp/test/test_loop_unroll_disopt.py
-- jit/metainterp/test/test_math.py
-- jit/metainterp/test/test_memmgr.py
-- jit/metainterp/test/test_opencoder.py
-- jit/metainterp/test/test_pyjitpl.py
-- jit/metainterp/test/test_quasiimmut.py
-- jit/metainterp/test/test_rawmem.py
-- jit/metainterp/test/test_recursive.py
-- jit/metainterp/test/test_resoperation.py
-- jit/metainterp/test/test_resume.py
-- jit/metainterp/test/test_resumecode.py
-- jit/metainterp/test/test_send.py
-- jit/metainterp/test/test_slist.py
-- jit/metainterp/test/test_string.py
-- jit/metainterp/test/test_support.py
-- jit/metainterp/test/test_threadlocal.py
-- jit/metainterp/test/test_tl.py
-- jit/metainterp/test/test_tlc.py
-- jit/metainterp/test/test_tracelimit.py
-- jit/metainterp/test/test_tracingopts.py
-- jit/metainterp/test/test_virtual.py
-- jit/metainterp/test/test_virtualizable.py
-- jit/metainterp/test/test_virtualref.py
-- jit/metainterp/test/test_warmspot.py
-- jit/metainterp/test/test_warmstate.py
-- jit/metainterp/test/test_zvector.py
-- jit/tl/test
-- jit/tl/tinyframe/test
-- jit/tl/tla
-- jit/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
-- rlib/parsing/test/test_deterministic.py
-- rlib/parsing/test/test_ebnfparse.py
-- rlib/parsing/test/test_lexer.py
-- rlib/parsing/test/test_parse.py
-- rlib/parsing/test/test_parseerrors.py
-- rlib/parsing/test/test_pcre_regtest.py
-- rlib/parsing/test/test_pypackrat.py
-- rlib/parsing/test/test_pythonlexer.py
-- rlib/parsing/test/test_pythonparse.py
-- rlib/parsing/test/test_regex.py
-- rlib/parsing/test/test_regexparse.py
-- rlib/parsing/test/test_translate.py
-- rlib/parsing/test/test_translate_lexer.py
-- rlib/parsing/test/test_tree.py
-- rlib/rjitlog/test/test_jitlog.py
-- rlib/rsre/test/test_char.py
-- rlib/rsre/test/test_ext_opcode.py
-- rlib/rsre/test/test_match.py
-- rlib/rsre/test/test_re.py
-- rlib/rsre/test/test_search.py
-- rlib/rsre/test/test_zexternal.py
-- rlib/rsre/test/test_zinterp.py
-- rlib/rsre/test/test_zjit.py
-- rlib/rstrategies/test/test_rstrategies.py
-- rlib/rstruct/test/test_ieee.py
-- rlib/rstruct/test/test_pack.py
-- rlib/rstruct/test/test_runpack.py
-- rlib/rvmprof/test/test_file.py
-- rlib/rvmprof/test/test_rvmprof.py
-- rlib/rvmprof/test/test_support.py
-- rlib/rvmprof/test/test_traceback.py
-- rlib/rvmprof/test/test_ztranslation.py
-- rlib/test/test__jit_vref.py
-- rlib/test/test_buffer.py
-- rlib/test/test_cache.py
-- rlib/test/test_clibffi.py
-- rlib/test/test_compilerinfo.py
-- rlib/test/test_debug.py
-- rlib/test/test_jit.py
-- rlib/test/test_jit_libffi.py
-- rlib/test/test_libffi.py
-- rlib/test/test_listsort.py
-- rlib/test/test_longlong2float.py
-- rlib/test/test_mutbuffer.py
-- rlib/test/test_nonconst.py
-- rlib/test/test_objectmodel.py
-- rlib/test/test_posix.py
-- rlib/test/test_rStringIO.py
-- rlib/test/test_rarithmetic.py
-- rlib/test/test_rawrefcount.py
-- rlib/test/test_rawrefcount_boehm.py
-- rlib/test/test_rawstorage.py
-- rlib/test/test_rbigint.py
-- rlib/test/test_rbisect.py
-- rlib/test/test_rcomplex.py
-- rlib/test/test_rdtoa.py
-- rlib/test/test_rdynload.py
-- rlib/test/test_rerased.py
-- rlib/test/test_rfile.py
-- rlib/test/test_rfloat.py
-- rlib/test/test_rgc.py
-- rlib/test/test_rgil.py
-- rlib/test/test_rlocale.py
-- rlib/test/test_rmarshal.py
-- rlib/test/test_rmd5.py
-- rlib/test/test_rmmap.py
-- rlib/test/test_rope.py
-- rlib/test/test_rpath.py
-- rlib/test/test_rpoll.py
-- rlib/test/test_rposix.py
-- rlib/test/test_rposix_environ.py
-- rlib/test/test_rposix_scandir.py
-- rlib/test/test_rposix_stat.py
-- rlib/test/test_rrandom.py
-- rlib/test/test_rrawarray.py
-- rlib/test/test_rsha.py
-- rlib/test/test_rshrinklist.py
-- rlib/test/test_rsignal.py
-- rlib/test/test_rsiphash.py
-- rlib/test/test_rsocket.py
-- rlib/test/test_rstacklet.py
-- rlib/test/test_rstackovf.py
-- rlib/test/test_rstring.py
-- rlib/test/test_rtermios.py
-- rlib/test/test_rthread.py
-- rlib/test/test_rtime.py
-- rlib/test/test_rtimer.py
-- rlib/test/test_runicode.py
-- rlib/test/test_rurandom.py
-- rlib/test/test_rutf8.py
-- rlib/test/test_rweakkeydict.py
-- rlib/test/test_rweaklist.py
-- rlib/test/test_rweakref.py
-- rlib/test/test_rweakvaldict.py
-- rlib/test/test_rwin32.py
-- rlib/test/test_rzipfile.py
-- rlib/test/test_rzlib.py
-- rlib/test/test_signature.py
-- rlib/test/test_streamio.py
-- rlib/test/test_z3.py
-- rlib/unicodedata/test/test_codegen.py
-- rlib/unicodedata/test/test_dawg.py
-- rlib/unicodedata/test/test_ucd.py
-- rlib/unicodedata/test/test_unicodedata.py
-- rtyper/lltypesystem/module/test
-- rtyper/lltypesystem/test
-- rtyper/test
-- rtyper/tool/test
-- tool/algo/test
-- tool/cparser/test
-- tool/jitlogparser/test
-- tool/pytest/test
-- tool/test
-- translator/backendopt/test
-- translator/c/test/test_backendoptimized.py
-- translator/c/test/test_boehm.py
-- translator/c/test/test_database.py
-- translator/c/test/test_exception.py
-- translator/c/test/test_extfunc.py
-- translator/c/test/test_genc.py
-- translator/c/test/test_lladdresses.py
-- translator/c/test/test_llop.py
-- translator/c/test/test_lltyped.py
-- translator/c/test/test_math.py
-- translator/c/test/test_newgc.py
-- translator/c/test/test_refcount.py
-- translator/c/test/test_rtagged.py
-- translator/c/test/test_standalone.py
-- translator/c/test/test_standalone_print_function.py
-- translator/c/test/test_support.py
-- translator/c/test/test_symbolic.py
-- translator/c/test/test_typed.py
-- translator/platform/arch/test
-- translator/platform/test
-- translator/sandbox/test
-- translator/test
-- translator/tool/test
-- total: 322 to run
++ 19:05:38 starting annotator/test [1 started in total]
++ 19:05:38 starting config/test [2 started in total]
++ 19:05:38 starting flowspace/test [3 started in total]
++ 19:05:38 starting jit/backend/aarch64/test/test_basic.py [4 started in total]
__ flowspace/test [1 done in total, somefailed=False] _________________________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.py
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 162 items
flowspace/test/test_argument.py ..... [ 3%]
flowspace/test/test_checkgraph.py ........ [ 8%]
flowspace/test/test_flowcontext.py ..... [ 11%]
flowspace/test/test_framestate.py .......... [ 17%]
flowspace/test/test_generator.py ..... [ 20%]
flowspace/test/test_model.py ......... [ 25%]
flowspace/test/test_objspace.py ........................................ [ 50%]
.....................xx...................xx..x................ [ 89%]
flowspace/test/test_objspace_py2.py .... [ 91%]
flowspace/test/test_print_function.py ......... [ 97%]
flowspace/test/test_unroll.py .... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 157 passed, 5 xfailed, 1 warnings in 4.84 seconds ===============
++ 19:05:45 starting jit/backend/aarch64/test/test_call.py [5 started in total]
__ config/test [2 done in total, somefailed=False] ____________________________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.py
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 43 items
config/test/test_config.py .................................... [ 83%]
config/test/test_parse.py .. [ 88%]
config/test/test_support.py .ss [ 95%]
config/test/test_translationoption.py .. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 41 passed, 2 skipped, 1 warnings in 5.67 seconds ===============
++ 19:05:45 starting jit/backend/aarch64/test/test_calling_convention.py [6 started in total]
__ jit/backend/aarch64/test/test_basic.py [3 done in total, somefailed=False] _
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.py
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 skipped
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.03 seconds =====================
++ 19:05:45 starting jit/backend/aarch64/test/test_del.py [7 started in total]
__ jit/backend/aarch64/test/test_call.py [4 done in total, somefailed=False] __
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 skipped
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.03 seconds =====================
++ 19:05:47 starting jit/backend/aarch64/test/test_dict.py [8 started in total]
__ jit/backend/aarch64/test/test_calling_convention.py [5 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 skipped
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.04 seconds =====================
++ 19:05:47 starting jit/backend/aarch64/test/test_exception.py [9 started in total]
__ jit/backend/aarch64/test/test_del.py [6 done in total, somefailed=False] ___
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 skipped
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.04 seconds =====================
++ 19:05:47 starting jit/backend/aarch64/test/test_fficall.py [10 started in total]
__ jit/backend/aarch64/test/test_dict.py [7 done in total, somefailed=False] __
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 skipped
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.04 seconds =====================
++ 19:05:49 starting jit/backend/aarch64/test/test_float.py [11 started in total]
__ jit/backend/aarch64/test/test_exception.py [8 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 skipped
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.04 seconds =====================
++ 19:05:49 starting jit/backend/aarch64/test/test_instr_builder.py [12 started in total]
__ jit/backend/aarch64/test/test_fficall.py [9 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 skipped
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.03 seconds =====================
++ 19:05:49 starting jit/backend/aarch64/test/test_jitlog.py [13 started in total]
__ jit/backend/aarch64/test/test_instr_builder.py [10 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 skipped
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.03 seconds =====================
++ 19:05:51 starting jit/backend/aarch64/test/test_list.py [14 started in total]
__ jit/backend/aarch64/test/test_float.py [11 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 skipped
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.05 seconds =====================
++ 19:05:51 starting jit/backend/aarch64/test/test_llop.py [15 started in total]
__ jit/backend/aarch64/test/test_jitlog.py [12 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 skipped
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.03 seconds =====================
++ 19:05:51 starting jit/backend/aarch64/test/test_loop_unroll.py [16 started in total]
__ jit/backend/aarch64/test/test_list.py [13 done in total, somefailed=False] _
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 skipped
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.04 seconds =====================
++ 19:05:52 starting jit/backend/aarch64/test/test_quasiimmut.py [17 started in total]
__ jit/backend/aarch64/test/test_llop.py [14 done in total, somefailed=False] _
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 skipped
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.03 seconds =====================
++ 19:05:52 starting jit/backend/aarch64/test/test_rawmem.py [18 started in total]
__ jit/backend/aarch64/test/test_loop_unroll.py [15 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 skipped
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.04 seconds =====================
++ 19:05:52 starting jit/backend/aarch64/test/test_recursive.py [19 started in total]
__ jit/backend/aarch64/test/test_quasiimmut.py [16 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 skipped
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.18 seconds =====================
++ 19:05:54 starting jit/backend/aarch64/test/test_runner.py [20 started in total]
__ jit/backend/aarch64/test/test_recursive.py [17 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 skipped
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.30 seconds =====================
++ 19:05:54 starting jit/backend/aarch64/test/test_rvmprof.py [21 started in total]
__ jit/backend/aarch64/test/test_rawmem.py [18 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 skipped
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.30 seconds =====================
++ 19:05:54 starting jit/backend/aarch64/test/test_send.py [22 started in total]
__ jit/backend/aarch64/test/test_send.py [19 done in total, somefailed=False] _
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 skipped
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.05 seconds =====================
++ 19:05:56 starting jit/backend/aarch64/test/test_slist.py [23 started in total]
__ jit/backend/aarch64/test/test_runner.py [20 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 skipped
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.05 seconds =====================
++ 19:05:56 starting jit/backend/aarch64/test/test_string.py [24 started in total]
__ jit/backend/aarch64/test/test_rvmprof.py [21 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 skipped
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.05 seconds =====================
++ 19:05:56 starting jit/backend/aarch64/test/test_tl.py [25 started in total]
__ jit/backend/aarch64/test/test_slist.py [22 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 skipped
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.03 seconds =====================
++ 19:05:57 starting jit/backend/aarch64/test/test_tlc.py [26 started in total]
__ jit/backend/aarch64/test/test_string.py [23 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 skipped
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.04 seconds =====================
++ 19:05:57 starting jit/backend/aarch64/test/test_virtual.py [27 started in total]
__ jit/backend/aarch64/test/test_tl.py [24 done in total, somefailed=False] ___
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 skipped
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.03 seconds =====================
++ 19:05:57 starting jit/backend/aarch64/test/test_virtualizable.py [28 started in total]
__ jit/backend/aarch64/test/test_tlc.py [25 done in total, somefailed=False] __
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 skipped
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.03 seconds =====================
++ 19:05:59 starting jit/backend/aarch64/test/test_virtualref.py [29 started in total]
__ jit/backend/aarch64/test/test_virtual.py [26 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 skipped
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.04 seconds =====================
++ 19:05:59 starting jit/backend/aarch64/test/test_zrpy_gc.py [30 started in total]
__ jit/backend/aarch64/test/test_virtualizable.py [27 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 skipped
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.03 seconds =====================
++ 19:05:59 starting jit/backend/aarch64/test/test_zrpy_gc_boehm.py [31 started in total]
__ jit/backend/aarch64/test/test_virtualref.py [28 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 skipped
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.03 seconds =====================
++ 19:06:01 starting jit/backend/aarch64/test/test_zrpy_releasegil.py [32 started in total]
__ jit/backend/aarch64/test/test_zrpy_gc.py [29 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 skipped
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.03 seconds =====================
++ 19:06:01 starting jit/backend/aarch64/test/test_zrpy_vmprof.py [33 started in total]
__ jit/backend/aarch64/test/test_zrpy_gc_boehm.py [30 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 skipped
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.03 seconds =====================
++ 19:06:01 starting jit/backend/aarch64/test/test_ztranslation_basic.py [34 started in total]
__ jit/backend/aarch64/test/test_zrpy_releasegil.py [31 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 skipped
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.03 seconds =====================
++ 19:06:03 starting jit/backend/aarch64/test/test_ztranslation_call_assembler.py [35 started in total]
__ jit/backend/aarch64/test/test_zrpy_vmprof.py [32 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 skipped
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.03 seconds =====================
++ 19:06:03 starting jit/backend/aarch64/test/test_ztranslation_jit_stats.py [36 started in total]
__ jit/backend/aarch64/test/test_ztranslation_basic.py [33 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 skipped
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.04 seconds =====================
++ 19:06:03 starting jit/backend/arm/test [37 started in total]
__ jit/backend/aarch64/test/test_ztranslation_call_assembler.py [34 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 skipped
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.03 seconds =====================
++ 19:06:04 starting jit/backend/llgraph/test [38 started in total]
__ jit/backend/aarch64/test/test_ztranslation_jit_stats.py [35 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 skipped
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.03 seconds =====================
++ 19:06:04 starting jit/backend/llsupport/test [39 started in total]
__ jit/backend/arm/test [36 done in total, somefailed=False] __________________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 0.02 seconds ==========================
++ 19:06:04 starting jit/backend/ppc/test [40 started in total]
__ annotator/test [37 done in total, somefailed=False] ________________________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.py
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 697 items
annotator/test/test_annrpython.py ...................................... [ 5%]
................................................x....................... [ 15%]
........................................................................ [ 26%]
...........................................x............................ [ 36%]
............................................................Xx.......... [ 46%]
... [ 47%]
annotator/test/test_annrpython_py2.py ... [ 47%]
annotator/test/test_annsimplifyrpython.py .............................. [ 51%]
........................................................x............... [ 62%]
........................................................................ [ 72%]
...................................................x.................... [ 82%]
....................................................................XX.. [ 93%]
.............. [ 95%]
annotator/test/test_argument.py ...... [ 96%]
annotator/test/test_description.py ... [ 96%]
annotator/test/test_model.py ..........x.x.......... [ 99%]
annotator/test/test_signature.py . [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
======== 687 passed, 7 xfailed, 3 xpassed, 1 warnings in 24.63 seconds =========
++ 19:06:05 starting jit/backend/riscv/test [41 started in total]
__ jit/backend/ppc/test [38 done in total, somefailed=False] __________________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 0.01 seconds ==========================
++ 19:06:06 starting jit/backend/test [42 started in total]
__ jit/backend/riscv/test [39 done in total, somefailed=False] ________________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 0.01 seconds ==========================
++ 19:06:07 starting jit/backend/x86/test/test_assembler.py [43 started in total]
__ jit/backend/llgraph/test [40 done in total, somefailed=False] ______________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 156 items
jit/backend/llgraph/test/test_llgraph.py ss............................. [ 19%]
..................................................sss..........s.sssss.. [ 66%]
....s.............ss..s.....s.........s.....s........ [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 138 passed, 18 skipped, 1 warnings in 2.76 seconds ==============
++ 19:06:09 starting jit/backend/x86/test/test_basic.py [44 started in total]
__ jit/backend/x86/test/test_assembler.py [41 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 3 items
jit/backend/x86/test/test_assembler.py ... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 3 passed, 1 warnings in 0.66 seconds =====================
++ 19:06:09 starting jit/backend/x86/test/test_call.py [45 started in total]
__ jit/backend/x86/test/test_call.py [42 done in total, somefailed=False] _____
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 16 items
jit/backend/x86/test/test_call.py ................ [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 16 passed, 1 warnings in 5.44 seconds =====================
++ 19:06:16 starting jit/backend/x86/test/test_callbuilder.py [46 started in total]
__ jit/backend/x86/test/test_callbuilder.py [43 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 2 items
jit/backend/x86/test/test_callbuilder.py .. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 2 passed, 1 warnings in 0.05 seconds =====================
++ 19:06:18 starting jit/backend/x86/test/test_calling_convention.py [47 started in total]
__ jit/backend/x86/test/test_calling_convention.py [44 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 7 items
jit/backend/x86/test/test_calling_convention.py ....... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 7 passed, 1 warnings in 40.17 seconds =====================
++ 19:07:02 starting jit/backend/x86/test/test_del.py [48 started in total]
__ jit/backend/x86/test/test_del.py [45 done in total, somefailed=False] ______
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 3 items
jit/backend/x86/test/test_del.py ... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 3 passed, 1 warnings in 1.44 seconds =====================
++ 19:07:06 starting jit/backend/x86/test/test_dict.py [49 started in total]
__ jit/backend/x86/test/test_basic.py [46 done in total, somefailed=False] ____
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 194 items
jit/backend/x86/test/test_basic.py .s................................... [ 19%]
........................................................................ [ 56%]
................................s................s..............s....... [ 93%]
....s........ [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 189 passed, 5 skipped, 1 warnings in 93.34 seconds ==============
++ 19:07:50 starting jit/backend/x86/test/test_exception.py [50 started in total]
__ jit/backend/x86/test/test_dict.py [47 done in total, somefailed=False] _____
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 20 items
jit/backend/x86/test/test_dict.py .................... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 20 passed, 1 warnings in 46.09 seconds ====================
++ 19:07:57 starting jit/backend/x86/test/test_fficall.py [51 started in total]
__ jit/backend/x86/test/test_fficall.py [48 done in total, somefailed=True] ___
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 12 items
jit/backend/x86/test/test_fficall.py FFFFFFFFFFFF [100%]
=================================== FAILURES ===================================
_______________________ TestFfiCall.test_simple_call_int _______________________
self = <rpython.jit.backend.x86.test.test_fficall.TestFfiCall object at 0x7f297d409e10>
def test_simple_call_int(self):
> self._run([types.signed] * 2, types.signed, [456, 789], -42)
jit/metainterp/test/test_fficall.py:176:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
jit/metainterp/test/test_fficall.py:142: in _run
with FakeFFI(fake_call_impl_any):
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <rpython.jit.metainterp.test.test_fficall.FakeFFI object at 0x7f297d3ad590>
args = ()
def __enter__(self, *args):
> self.monkey.setattr(jit_libffi, 'jit_ffi_call_impl_any', self.fake_call_impl_any)
E AttributeError: 'generator' object has no attribute 'setattr'
jit/metainterp/test/test_fficall.py:40: AttributeError
_______________________ TestFfiCall.test_many_arguments ________________________
self = <rpython.jit.backend.x86.test.test_fficall.TestFfiCall object at 0x7f297d3ad6d0>
def test_many_arguments(self):
for i in [0, 6, 20]:
self._run([types.signed] * i, types.signed,
[-123456*j for j in range(i)],
> -42434445)
jit/metainterp/test/test_fficall.py:182:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
jit/metainterp/test/test_fficall.py:142: in _run
with FakeFFI(fake_call_impl_any):
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <rpython.jit.metainterp.test.test_fficall.FakeFFI object at 0x7f297d375b50>
args = ()
def __enter__(self, *args):
> self.monkey.setattr(jit_libffi, 'jit_ffi_call_impl_any', self.fake_call_impl_any)
E AttributeError: 'generator' object has no attribute 'setattr'
jit/metainterp/test/test_fficall.py:40: AttributeError
______________________ TestFfiCall.test_simple_call_float ______________________
self = <rpython.jit.backend.x86.test.test_fficall.TestFfiCall object at 0x7f297d381fd0>
kwds = {'expected_call_release_gil_f': 1, 'expected_call_release_gil_i': 0, 'supports_floats': True}
def test_simple_call_float(self, **kwds):
kwds.setdefault('supports_floats', True)
kwds['expected_call_release_gil_f'] = kwds.pop('expected_call_release_gil', 1)
kwds['expected_call_release_gil_i'] = 0
> self._run([types.double] * 2, types.double, [45.6, 78.9], -4.2, **kwds)
jit/metainterp/test/test_fficall.py:188:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
jit/metainterp/test/test_fficall.py:142: in _run
with FakeFFI(fake_call_impl_any):
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <rpython.jit.metainterp.test.test_fficall.FakeFFI object at 0x7f297d381890>
args = ()
def __enter__(self, *args):
> self.monkey.setattr(jit_libffi, 'jit_ffi_call_impl_any', self.fake_call_impl_any)
E AttributeError: 'generator' object has no attribute 'setattr'
jit/metainterp/test/test_fficall.py:40: AttributeError
____________________ TestFfiCall.test_simple_call_longlong _____________________
self = <rpython.jit.backend.x86.test.test_fficall.TestFfiCall object at 0x7f297d41d490>
kwds = {'expected_call_release_gil_i': 1, 'supports_longlong': True}
maxint32 = 2147483647, a = 2147483648L, b = 2147483649L
def test_simple_call_longlong(self, **kwds):
kwds.setdefault('supports_longlong', True)
if is_64_bit:
kwds['expected_call_release_gil_i'] = kwds.pop('expected_call_release_gil', 1)
else:
kwds['expected_call_release_gil_f'] = kwds.pop('expected_call_release_gil', 1)
kwds['expected_call_release_gil_i'] = 0
maxint32 = 2147483647
a = r_longlong(maxint32) + 1
b = r_longlong(maxint32) + 2
> self._run([types.slonglong] * 2, types.slonglong, [a, b], a, **kwds)
jit/metainterp/test/test_fficall.py:200:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
jit/metainterp/test/test_fficall.py:142: in _run
with FakeFFI(fake_call_impl_any):
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <rpython.jit.metainterp.test.test_fficall.FakeFFI object at 0x7f297d381dd0>
args = ()
def __enter__(self, *args):
> self.monkey.setattr(jit_libffi, 'jit_ffi_call_impl_any', self.fake_call_impl_any)
E AttributeError: 'generator' object has no attribute 'setattr'
jit/metainterp/test/test_fficall.py:40: AttributeError
________________ TestFfiCall.test_simple_call_singlefloat_args _________________
self = <rpython.jit.backend.x86.test.test_fficall.TestFfiCall object at 0x7f297d38c310>
kwds = {'expected_call_release_gil_f': 1, 'expected_call_release_gil_i': 0, 'supports_singlefloats': True}
def test_simple_call_singlefloat_args(self, **kwds):
kwds.setdefault('supports_singlefloats', True)
kwds['expected_call_release_gil_f'] = kwds.pop('expected_call_release_gil', 1)
kwds['expected_call_release_gil_i'] = 0
self._run([types.float] * 2, types.double,
[r_singlefloat(10.5), r_singlefloat(31.5)],
> -4.5, **kwds)
jit/metainterp/test/test_fficall.py:208:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
jit/metainterp/test/test_fficall.py:142: in _run
with FakeFFI(fake_call_impl_any):
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <rpython.jit.metainterp.test.test_fficall.FakeFFI object at 0x7f297d38c690>
args = ()
def __enter__(self, *args):
> self.monkey.setattr(jit_libffi, 'jit_ffi_call_impl_any', self.fake_call_impl_any)
E AttributeError: 'generator' object has no attribute 'setattr'
jit/metainterp/test/test_fficall.py:40: AttributeError
___________________ TestFfiCall.test_simple_call_singlefloat ___________________
self = <rpython.jit.backend.x86.test.test_fficall.TestFfiCall object at 0x7f297d393e10>
kwds = {'expected_call_release_gil_i': 1, 'supports_singlefloats': True}
def test_simple_call_singlefloat(self, **kwds):
kwds.setdefault('supports_singlefloats', True)
kwds['expected_call_release_gil_i'] = kwds.pop('expected_call_release_gil', 1)
self._run([types.float] * 2, types.float,
[r_singlefloat(10.5), r_singlefloat(31.5)],
> r_singlefloat(-4.5), **kwds)
jit/metainterp/test/test_fficall.py:215:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
jit/metainterp/test/test_fficall.py:142: in _run
with FakeFFI(fake_call_impl_any):
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <rpython.jit.metainterp.test.test_fficall.FakeFFI object at 0x7f297d393910>
args = ()
def __enter__(self, *args):
> self.monkey.setattr(jit_libffi, 'jit_ffi_call_impl_any', self.fake_call_impl_any)
E AttributeError: 'generator' object has no attribute 'setattr'
jit/metainterp/test/test_fficall.py:40: AttributeError
___________________ TestFfiCall.test_simple_call_longdouble ____________________
self = <rpython.jit.backend.x86.test.test_fficall.TestFfiCall object at 0x7f297d3757d0>
def test_simple_call_longdouble(self):
# longdouble is not supported, so we expect NOT to generate a call_release_gil
self._run([types.longdouble] * 2, types.longdouble, [12.3, 45.6], 78.9,
> expected_call_release_gil_i=0, expected_call_release_gil_f=0,
)
jit/metainterp/test/test_fficall.py:220:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
jit/metainterp/test/test_fficall.py:142: in _run
with FakeFFI(fake_call_impl_any):
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <rpython.jit.metainterp.test.test_fficall.FakeFFI object at 0x7f297d38c450>
args = ()
def __enter__(self, *args):
> self.monkey.setattr(jit_libffi, 'jit_ffi_call_impl_any', self.fake_call_impl_any)
E AttributeError: 'generator' object has no attribute 'setattr'
jit/metainterp/test/test_fficall.py:40: AttributeError
________________________ TestFfiCall.test_returns_none _________________________
self = <rpython.jit.backend.x86.test.test_fficall.TestFfiCall object at 0x7f297d393cd0>
def test_returns_none(self):
self._run([types.signed] * 2, types.void, [456, 789], None,
> expected_call_release_gil_i=0, expected_call_release_gil_n=1)
jit/metainterp/test/test_fficall.py:225:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
jit/metainterp/test/test_fficall.py:142: in _run
with FakeFFI(fake_call_impl_any):
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <rpython.jit.metainterp.test.test_fficall.FakeFFI object at 0x7f297d398c50>
args = ()
def __enter__(self, *args):
> self.monkey.setattr(jit_libffi, 'jit_ffi_call_impl_any', self.fake_call_impl_any)
E AttributeError: 'generator' object has no attribute 'setattr'
jit/metainterp/test/test_fficall.py:40: AttributeError
_____________________ TestFfiCall.test_returns_signedchar ______________________
self = <rpython.jit.backend.x86.test.test_fficall.TestFfiCall object at 0x7f297d38cf50>
def test_returns_signedchar(self):
self._run([types.sint8], types.sint8,
[rffi.cast(rffi.SIGNEDCHAR, -28)],
> rffi.cast(rffi.SIGNEDCHAR, -42))
jit/metainterp/test/test_fficall.py:230:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
jit/metainterp/test/test_fficall.py:142: in _run
with FakeFFI(fake_call_impl_any):
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <rpython.jit.metainterp.test.test_fficall.FakeFFI object at 0x7f297d398350>
args = ()
def __enter__(self, *args):
> self.monkey.setattr(jit_libffi, 'jit_ffi_call_impl_any', self.fake_call_impl_any)
E AttributeError: 'generator' object has no attribute 'setattr'
jit/metainterp/test/test_fficall.py:40: AttributeError
_______________________ TestFfiCall.test_handle_unsigned _______________________
self = <rpython.jit.backend.x86.test.test_fficall.TestFfiCall object at 0x7f297d3932d0>
def test_handle_unsigned(self):
self._run([types.ulong], types.ulong,
[rffi.cast(rffi.ULONG, r_uint(sys.maxint + 91348))],
> rffi.cast(rffi.ULONG, r_uint(sys.maxint + 4242)))
jit/metainterp/test/test_fficall.py:235:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
jit/metainterp/test/test_fficall.py:142: in _run
with FakeFFI(fake_call_impl_any):
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <rpython.jit.metainterp.test.test_fficall.FakeFFI object at 0x7f297d39b410>
args = ()
def __enter__(self, *args):
> self.monkey.setattr(jit_libffi, 'jit_ffi_call_impl_any', self.fake_call_impl_any)
E AttributeError: 'generator' object has no attribute 'setattr'
jit/metainterp/test/test_fficall.py:40: AttributeError
_____________________ TestFfiCall.test_handle_unsignedchar _____________________
self = <rpython.jit.backend.x86.test.test_fficall.TestFfiCall object at 0x7f297d39bb10>
def test_handle_unsignedchar(self):
self._run([types.uint8], types.uint8,
[rffi.cast(rffi.UCHAR, 191)],
> rffi.cast(rffi.UCHAR, 180))
jit/metainterp/test/test_fficall.py:240:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
jit/metainterp/test/test_fficall.py:142: in _run
with FakeFFI(fake_call_impl_any):
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <rpython.jit.metainterp.test.test_fficall.FakeFFI object at 0x7f297d2f9510>
args = ()
def __enter__(self, *args):
> self.monkey.setattr(jit_libffi, 'jit_ffi_call_impl_any', self.fake_call_impl_any)
E AttributeError: 'generator' object has no attribute 'setattr'
jit/metainterp/test/test_fficall.py:40: AttributeError
___________________ TestFfiCall.test_guard_not_forced_fails ____________________
self = <rpython.jit.backend.x86.test.test_fficall.TestFfiCall object at 0x7f297d398850>
def test_guard_not_forced_fails(self):
self._add_libffi_types_to_ll2types_maybe()
FUNC = lltype.FuncType([lltype.Signed], lltype.Signed)
cif_description = get_description([types.slong], types.slong)
cif_description.exchange_args[0] = 16
cif_description.exchange_result = 32
ARRAY = lltype.Ptr(rffi.CArray(lltype.Signed))
@jit.dont_look_inside
def fn(n):
if n >= 50:
exctx.m = exctx.topframeref().n # forces the frame
return n*2
# this function simulates what a real libffi_call does: reading from
# the buffer, calling a function (which can potentially call callbacks
# and force frames) and write back to the buffer
def fake_call_impl_any(cif_description, func_addr, exchange_buffer):
# read the args from the buffer
data_in = rffi.ptradd(exchange_buffer, 16)
n = rffi.cast(ARRAY, data_in)[0]
#
# logic of the function
func_ptr = rffi.cast(lltype.Ptr(FUNC), func_addr)
n = func_ptr(n)
#
# write the result to the buffer
data_out = rffi.ptradd(exchange_buffer, 32)
rffi.cast(ARRAY, data_out)[0] = n
def do_call(n):
func_ptr = llhelper(lltype.Ptr(FUNC), fn)
exbuf = lltype.malloc(rffi.CCHARP.TO, 48, flavor='raw', zero=True)
data_in = rffi.ptradd(exbuf, 16)
rffi.cast(ARRAY, data_in)[0] = n
jit_ffi_call(cif_description, func_ptr, exbuf)
data_out = rffi.ptradd(exbuf, 32)
res = rffi.cast(ARRAY, data_out)[0]
lltype.free(exbuf, flavor='raw')
return res
#
#
class XY:
pass
class ExCtx:
pass
exctx = ExCtx()
myjitdriver = jit.JitDriver(greens = [], reds = ['n'])
def f():
n = 0
while n < 100:
myjitdriver.jit_merge_point(n=n)
xy = XY()
xy.n = n
exctx.topframeref = vref = jit.virtual_ref(xy)
res = do_call(n) # this is equivalent of a cffi call which
# sometimes forces a frame
# when n==50, fn() will force the frame, so guard_not_forced
# fails and we enter blackholing: this test makes sure that
# the result of call_release_gil is kept alive before the
# raw_store, and that the corresponding box is passed
# in the fail_args. Before the fix, the result of
# call_release_gil was simply lost and when guard_not_forced
# failed, and the value of "res" was unpredictable.
# See commit b84ff38f34bd and subsequents.
assert res == n*2
jit.virtual_ref_finish(vref, xy)
exctx.topframeref = jit.vref_None
n += 1
return n
> with FakeFFI(fake_call_impl_any):
jit/metainterp/test/test_fficall.py:322:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <rpython.jit.metainterp.test.test_fficall.FakeFFI object at 0x7f297d3759d0>
args = ()
def __enter__(self, *args):
> self.monkey.setattr(jit_libffi, 'jit_ffi_call_impl_any', self.fake_call_impl_any)
E AttributeError: 'generator' object has no attribute 'setattr'
jit/metainterp/test/test_fficall.py:40: AttributeError
=========================== short test summary info ============================
FAIL jit/backend/x86/test/test_fficall.py::TestFfiCall::()::test_simple_call_int
FAIL jit/backend/x86/test/test_fficall.py::TestFfiCall::()::test_many_arguments
FAIL jit/backend/x86/test/test_fficall.py::TestFfiCall::()::test_simple_call_float
FAIL jit/backend/x86/test/test_fficall.py::TestFfiCall::()::test_simple_call_longlong
FAIL jit/backend/x86/test/test_fficall.py::TestFfiCall::()::test_simple_call_singlefloat_args
FAIL jit/backend/x86/test/test_fficall.py::TestFfiCall::()::test_simple_call_singlefloat
FAIL jit/backend/x86/test/test_fficall.py::TestFfiCall::()::test_simple_call_longdouble
FAIL jit/backend/x86/test/test_fficall.py::TestFfiCall::()::test_returns_none
FAIL jit/backend/x86/test/test_fficall.py::TestFfiCall::()::test_returns_signedchar
FAIL jit/backend/x86/test/test_fficall.py::TestFfiCall::()::test_handle_unsigned
FAIL jit/backend/x86/test/test_fficall.py::TestFfiCall::()::test_handle_unsignedchar
FAIL jit/backend/x86/test/test_fficall.py::TestFfiCall::()::test_guard_not_forced_fails
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 12 failed, 1 warnings in 0.44 seconds =====================
++ 19:07:59 starting jit/backend/x86/test/test_float.py [52 started in total]
__ jit/backend/x86/test/test_exception.py [49 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 32 items
jit/backend/x86/test/test_exception.py s............................... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 31 passed, 1 skipped, 1 warnings in 9.68 seconds ===============
++ 19:08:03 starting jit/backend/x86/test/test_jitlog.py [53 started in total]
__ jit/backend/x86/test/test_float.py [50 done in total, somefailed=False] ____
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 10 items
jit/backend/x86/test/test_float.py .......... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 10 passed, 1 warnings in 3.45 seconds =====================
++ 19:08:04 starting jit/backend/x86/test/test_jump.py [54 started in total]
__ jit/backend/x86/test/test_jump.py [51 done in total, somefailed=False] _____
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 12 items
jit/backend/x86/test/test_jump.py ............ [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 12 passed, 1 warnings in 5.67 seconds =====================
++ 19:08:11 starting jit/backend/x86/test/test_list.py [55 started in total]
__ jit/backend/x86/test/test_jitlog.py [52 done in total, somefailed=False] ___
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 3 items
jit/backend/x86/test/test_jitlog.py ... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 3 passed, 1 warnings in 14.19 seconds =====================
++ 19:08:20 starting jit/backend/x86/test/test_llop.py [56 started in total]
__ jit/backend/x86/test/test_list.py [53 done in total, somefailed=False] _____
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 23 items
jit/backend/x86/test/test_list.py ...s................... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 22 passed, 1 skipped, 1 warnings in 9.75 seconds ===============
++ 19:08:23 starting jit/backend/x86/test/test_longlong.py [57 started in total]
__ jit/backend/x86/test/test_llop.py [54 done in total, somefailed=False] _____
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 5 items
jit/backend/x86/test/test_llop.py ..... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 5 passed, 1 warnings in 2.71 seconds =====================
++ 19:08:24 starting jit/backend/x86/test/test_loop_unroll.py [58 started in total]
__ jit/backend/x86/test/test_longlong.py [55 done in total, somefailed=False] _
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 14 items
jit/backend/x86/test/test_longlong.py ssssssssssssss [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 14 skipped, 1 warnings in 0.19 seconds ====================
++ 19:08:25 starting jit/backend/x86/test/test_quasiimmut.py [59 started in total]
__ jit/backend/x86/test/test_quasiimmut.py [56 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 20 items
jit/backend/x86/test/test_quasiimmut.py ..............s..... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 19 passed, 1 skipped, 1 warnings in 6.63 seconds ===============
++ 19:08:33 starting jit/backend/x86/test/test_rawmem.py [60 started in total]
__ jit/backend/x86/test/test_rawmem.py [57 done in total, somefailed=False] ___
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 7 items
jit/backend/x86/test/test_rawmem.py ....... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 7 passed, 1 warnings in 2.16 seconds =====================
++ 19:08:37 starting jit/backend/x86/test/test_recursive.py [61 started in total]
__ jit/backend/x86/test/test_loop_unroll.py [58 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 37 items
jit/backend/x86/test/test_loop_unroll.py ..............................s [ 83%]
s.s... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 34 passed, 3 skipped, 1 warnings in 24.44 seconds ===============
++ 19:08:52 starting jit/backend/x86/test/test_regalloc.py [62 started in total]
__ jit/backend/x86/test/test_regalloc.py [59 done in total, somefailed=False] _
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 19 items
jit/backend/x86/test/test_regalloc.py ....s........s..... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 17 passed, 2 skipped, 1 warnings in 0.93 seconds ===============
++ 19:08:55 starting jit/backend/x86/test/test_regloc.py [63 started in total]
__ jit/backend/x86/test/test_regloc.py [60 done in total, somefailed=False] ___
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 25 items
jit/backend/x86/test/test_regloc.py .......................s. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 24 passed, 1 skipped, 1 warnings in 0.15 seconds ===============
++ 19:08:56 starting jit/backend/x86/test/test_runner.py [64 started in total]
__ jit/backend/x86/test/test_recursive.py [61 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 42 items
jit/backend/x86/test/test_recursive.py ................s........s....... [ 78%]
......... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 40 passed, 2 skipped, 1 warnings in 58.40 seconds ===============
++ 19:09:42 starting jit/backend/x86/test/test_rvmprof.py [65 started in total]
__ jit/backend/x86/test/test_rvmprof.py [62 done in total, somefailed=False] __
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 3 items
jit/backend/x86/test/test_rvmprof.py ... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 3 passed, 1 warnings in 3.74 seconds =====================
++ 19:09:48 starting jit/backend/x86/test/test_rx86.py [66 started in total]
__ jit/backend/x86/test/test_rx86.py [63 done in total, somefailed=False] _____
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 34 items
jit/backend/x86/test/test_rx86.py .................................. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 34 passed, 1 warnings in 0.07 seconds =====================
++ 19:09:50 starting jit/backend/x86/test/test_rx86_32_auto_encoding.py [67 started in total]
__ jit/backend/test [64 done in total, somefailed=False] ______________________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 12 items
jit/backend/test/test_detect_cpu.py ..... [ 41%]
jit/backend/test/test_ll_random.py . [ 50%]
jit/backend/test/test_model.py . [ 58%]
jit/backend/test/test_random.py . [ 66%]
jit/backend/test/test_zll_stress_0.py . [ 75%]
jit/backend/test/test_zll_stress_1.py . [ 83%]
jit/backend/test/test_zll_stress_2.py . [ 91%]
jit/backend/test/test_zll_stress_3.py . [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=================== 12 passed, 1 warnings in 229.63 seconds ====================
++ 19:09:58 starting jit/backend/x86/test/test_rx86_64_auto_encoding.py [68 started in total]
__ jit/backend/x86/test/test_runner.py [65 done in total, somefailed=False] ___
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
[c585f4350169800] {jit-backend-dump
BACKEND x86_64
SYS_EXECUTABLE ??
CODE_DUMP @7fdc4e788000 +0 48894D40488945484889555048895D584889756048897D684C8945704C894D784C8995800000004C89A5880000004C89AD900000004C89B5980000004C89BDA00000008F45188F45084889E84C8BBC24880000004C8BB424800000004C8B6C24784C8B642470488B5C2468488B6C24604881C4B8000000C3
[c585f4350242100] jit-backend-dump}
[c585f43505b0400] {jit-backend-dump
BACKEND x86_64
SYS_EXECUTABLE ??
CODE_DUMP @7fdc4e788090 +0 48894D40488945484889555048895D584889756048897D684C8945704C894D784C8995800000004C89A5880000004C89AD900000004C89B5980000004C89BDA000000049BB587B3950DC7F0000498B1B49C743F80000000049C7030000000048895D288F45188F45084889E84C8BBC24880000004C8BB424800000004C8B6C24784C8B642470488B5C2468488B6C24604881C4B8000000C3
[c585f43506aa400] jit-backend-dump}
[c585f4351088580] {jit-backend-dump
BACKEND x86_64
SYS_EXECUTABLE ??
CODE_DUMP @7fdc4e788130 +0 48894D40488945484889555048895D584889756048897D684C8945704C894D784C8995800000004C89A5880000004C89AD900000004C89B5980000004C89BDA0000000F20F1185A8000000F20F118DB0000000F20F1195B8000000F20F119DC0000000F20F11A5C8000000F20F11ADD0000000F20F11B5D8000000F20F11BDE0000000F2440F1185E8000000F2440F118DF0000000F2440F1195F8000000F2440F119D00010000F2440F11A508010000F2440F11AD10010000F2440F11B518010000488B7424104889EF4883EC0849BB587B3950DC7F0000498B0B48894D28498B5BF849C743F80000000049C703000000004D8D9BB844930441FFD34889C5488B4D2848C745280000000049BB587B3950DC7F000049890B49895BF84883C40848C7451800000000488B4D40488B4548488B5550488B5D58488B7560488B7D684C8B45704C8B4D784C8B95800000004C8BA5880000004C8BAD900000004C8BB5980000004C8BBDA0000000F20F1085A8000000F20F108DB0000000F20F1095B8000000F20F109DC0000000F20F10A5C8000000F20F10ADD0000000F20F10B5D8000000F20F10BDE0000000F2440F1085E8000000F2440F108DF0000000F2440F1095F8000000F2440F109D00010000F2440F10A508010000F2440F10AD10010000F2440F10B518010000C3
[c585f435137ad80] jit-backend-dump}
[c585f4351837400] {jit-backend-dump
BACKEND x86_64
SYS_EXECUTABLE ??
CODE_DUMP @7fdc4e788330 +0 48894D40488945484889555048895D584889756048897D684C8945704C894D784C8995800000004C89A5880000004C89AD900000004C89B5980000004C89BDA0000000F20F1185A8000000F20F118DB0000000F20F1195B8000000F20F119DC0000000F20F11A5C8000000F20F11ADD0000000F20F11B5D8000000F20F11BDE0000000F2440F1185E8000000F2440F118DF0000000F2440F1195F8000000F2440F119D00010000F2440F11A508010000F2440F11AD10010000F2440F11B5180100008F45188F45084889E84C8BBC24880000004C8BB424800000004C8B6C24784C8B642470488B5C2468488B6C24604881C4B8000000C3
[c585f43519c1900] jit-backend-dump}
[c585f4351f67400] {jit-backend-dump
BACKEND x86_64
SYS_EXECUTABLE ??
CODE_DUMP @7fdc4e788430 +0 48894D40488945484889555048895D584889756048897D684C8945704C894D784C8995800000004C89A5880000004C89AD900000004C89B5980000004C89BDA0000000F20F1185A8000000F20F118DB0000000F20F1195B8000000F20F119DC0000000F20F11A5C8000000F20F11ADD0000000F20F11B5D8000000F20F11BDE0000000F2440F1185E8000000F2440F118DF0000000F2440F1195F8000000F2440F119D00010000F2440F11A508010000F2440F11AD10010000F2440F11B51801000049BB587B3950DC7F0000498B1B49C743F80000000049C7030000000048895D288F45188F45084889E84C8BBC24880000004C8BB424800000004C8B6C24784C8B642470488B5C2468488B6C24604881C4B8000000C3
[c585f435211f900] jit-backend-dump}
[c585f4352321d00] {jit-backend-dump
BACKEND x86_64
SYS_EXECUTABLE ??
CODE_DUMP @7fdc4e788560 +0 49BB587B3950DC7F0000498B0349C743F80000000049C703000000004889452848C74508000000004889E84C8BBC24880000004C8BB424800000004C8B6C24784C8B642470488B5C2468488B6C24604881C4B8000000C3
[c585f43523b6600] jit-backend-dump}
[c585f4352656200] {jit-backend-dump
BACKEND x86_64
SYS_EXECUTABLE ??
CODE_DUMP @7fdc4e7885c0 +0 48895D584C8945704C894D784C8995800000004C89A5880000004C89AD900000004C89B5980000004C89BDA00000004883EC08FFD04883C40848C7451800000000488B4D40488B5550488B5D58488B7560488B7D684C8B45704C8B4D784C8B95800000004C8BA5880000004C8BAD900000004C8BB5980000004C8BBDA0000000C3
[c585f435272ce00] jit-backend-dump}
[c585f435289c480] {jit-backend-dump
BACKEND x86_64
SYS_EXECUTABLE ??
CODE_DUMP @7fdc4e788650 +0 4C8945704C894D784C8995800000004883EC08FFD04883C40848C7451800000000488B4D40488B5550488B7560488B7D684C8B45704C8B4D784C8B9580000000C3
[c585f435290e480] jit-backend-dump}
[c585f435305e600] {jit-backend-dump
BACKEND x86_64
SYS_EXECUTABLE ??
CODE_DUMP @7fdc4e7886a0 +0 48895D584C8945704C894D784C8995800000004C89A5880000004C89AD900000004C89B5980000004C89BDA0000000F20F1185A8000000F20F118DB0000000F20F1195B8000000F20F119DC0000000F20F11A5C8000000F20F11ADD0000000F20F11B5D8000000F20F11BDE0000000F2440F1185E8000000F2440F118DF0000000F2440F1195F8000000F2440F119D00010000F2440F11A508010000F2440F11AD10010000F2440F11B5180100004883EC08FFD04883C40848C7451800000000488B4D40488B5550488B5D58488B7560488B7D684C8B45704C8B4D784C8B95800000004C8BA5880000004C8BAD900000004C8BB5980000004C8BBDA0000000F20F1085A8000000F20F108DB0000000F20F1095B8000000F20F109DC0000000F20F10A5C8000000F20F10ADD0000000F20F10B5D8000000F20F10BDE0000000F2440F1085E8000000F2440F108DF0000000F2440F1095F8000000F2440F109D00010000F2440F10A508010000F2440F10AD10010000F2440F10B518010000C3
[c585f43532b4e80] jit-backend-dump}
[c585f43538f7300] {jit-backend-dump
BACKEND x86_64
SYS_EXECUTABLE ??
CODE_DUMP @7fdc4e788830 +0 4C8945704C894D784C899580000000F20F1185A8000000F20F118DB0000000F20F1195B8000000F20F119DC0000000F20F11A5C8000000F20F11ADD0000000F20F11B5D8000000F20F11BDE0000000F2440F1185E8000000F2440F118DF0000000F2440F1195F8000000F2440F119D00010000F2440F11A508010000F2440F11AD10010000F2440F11B5180100004883EC08FFD04883C40848C7451800000000488B4D40488B5550488B7560488B7D684C8B45704C8B4D784C8B9580000000F20F1085A8000000F20F108DB0000000F20F1095B8000000F20F109DC0000000F20F10A5C8000000F20F10ADD0000000F20F10B5D8000000F20F10BDE0000000F2440F1085E8000000F2440F108DF0000000F2440F1095F8000000F2440F109D00010000F2440F10A508010000F2440F10AD10010000F2440F10B518010000C3
[c585f4353aeb300] jit-backend-dump}
collected 172 items
jit/backend/x86/test/test_runner.py .................................... [ 20%]
........................................................s...read saved errno: 24
read saved errno: 0
read saved errno: 25
read saved errno: 0
.ss......... [ 62%]
............ss...........................sssss....s....s....s.s. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============= 158 passed, 14 skipped, 1 warnings in 135.55 seconds =============
++ 19:11:14 starting jit/backend/x86/test/test_send.py [69 started in total]
__ jit/backend/x86/test/test_send.py [66 done in total, somefailed=False] _____
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 23 items
jit/backend/x86/test/test_send.py ....................... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 23 passed, 1 warnings in 11.94 seconds ====================
++ 19:11:29 starting jit/backend/x86/test/test_slist.py [70 started in total]
__ jit/backend/x86/test/test_slist.py [67 done in total, somefailed=False] ____
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 6 items
jit/backend/x86/test/test_slist.py s..... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 5 passed, 1 skipped, 1 warnings in 2.72 seconds ================
++ 19:11:33 starting jit/backend/x86/test/test_string.py [71 started in total]
__ jit/backend/x86/test/test_rx86_32_auto_encoding.py [68 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 615 items
jit/backend/x86/test/test_rx86_32_auto_encoding.py ..................... [ 3%]
.............................s.......................................... [ 15%]
.........................................s..s........................... [ 26%]
........................................................................ [ 38%]
.................s...................................................... [ 50%]
........................................................................ [ 61%]
........................................................................ [ 73%]
........................................................................ [ 85%]
........................................................................ [ 97%]
.................. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[1]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[2]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[3]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[4]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[5]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[6]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[7]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[8]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[9]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[10]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[11]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[12]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[13]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[14]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[15]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[16]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[17]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[18]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[19]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[20]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[21]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[22]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[23]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[24]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[25]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[26]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[27]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[28]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[29]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[30]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[31]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[32]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[33]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[34]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[35]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[36]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[37]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[38]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[39]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[40]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[41]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[42]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[43]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[44]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[45]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[46]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[47]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[48]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[49]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[51]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[52]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[53]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[54]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[57]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[58]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[59]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[60]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[61]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[62]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[63]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[64]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[67]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[68]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[71]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[72]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[73]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[74]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[75]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[76]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[78]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[79]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[80]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[81]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[82]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[83]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[84]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[85]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[86]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[87]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[88]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[89]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[90]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[91]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[92]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[93]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[94]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[95]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[96]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[97]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[98]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[99]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[100]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[101]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[102]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[103]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[104]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[105]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[106]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[107]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[108]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[109]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[110]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[111]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[112]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[113]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[114]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[115]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[116]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[117]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[118]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[119]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[120]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[121]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[122]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[123]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[124]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[127]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[128]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[129]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[136]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[141]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[142]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[143]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[144]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[145]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[146]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[181]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[182]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[183]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[184]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[185]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[186]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[187]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[188]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[189]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[190]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[191]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[192]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[193]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[194]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[195]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[196]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[197]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[198]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[199]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[200]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[201]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[202]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[203]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[204]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[205]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[206]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[207]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[208]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[209]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[210]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[211]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[212]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[213]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[214]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[215]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[216]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[217]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[218]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[219]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[220]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[226]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[227]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[228]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[229]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[230]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[231]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[232]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[233]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[234]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[235]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[236]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[237]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[238]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[239]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[240]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[241]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[242]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[243]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[244]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[245]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[246]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[247]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[248]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[249]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[250]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[251]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[252]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[253]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[255]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[256]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[257]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[258]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[259]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[260]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[261]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[262]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[263]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[264]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[265]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[266]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[267]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[268]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[269]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[270]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[271]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[272]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[273]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[274]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[275]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[276]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[277]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[278]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[279]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[280]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[281]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[282]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[297]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[298]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[299]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[300]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[301]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[302]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[303]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[304]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[305]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[306]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[307]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[308]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[309]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[310]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[311]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[312]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[313]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[314]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[315]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[316]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[317]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[318]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[319]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[320]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[321]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[322]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[323]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[324]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[325]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[326]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[327]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[328]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[329]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[337]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[338]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[339]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[340]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[341]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[342]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[343]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[344]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[345]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[346]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[347]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[348]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[349]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[350]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[351]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[352]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[353]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[354]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[355]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[356]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[357]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[361]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[362]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[363]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[364]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[365]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[366]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[367]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[368]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[369]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[370]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[371]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[372]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[373]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[374]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[375]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[376]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[377]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[378]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[379]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[380]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[381]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[382]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[383]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[384]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[385]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[386]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[387]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[388]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[391]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[392]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[393]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[394]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[395]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[396]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[397]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[398]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[399]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[400]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[401]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[402]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[403]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[404]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[405]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[406]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[407]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[408]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[409]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[410]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[411]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[412]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[413]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[414]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[415]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[416]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[417]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[418]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[419]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[420]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[421]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[422]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[423]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[424]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[425]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[426]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[427]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[428]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[429]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[430]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[431]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[432]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[433]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[434]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[435]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[437]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[438]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[439]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[440]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[442]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[443]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[444]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[445]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[446]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[447]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[448]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[449]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[450]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[451]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[452]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[455]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[456]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[457]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[458]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[459]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[460]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[461]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[462]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[463]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[464]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[465]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[466]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[467]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[468]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[469]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[470]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[471]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[472]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[473]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[474]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[475]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[476]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[477]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[478]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[479]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[480]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[481]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[482]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[483]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[484]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[485]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[486]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[487]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[488]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[489]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[490]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[491]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[492]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[500]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[501]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[502]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[503]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[504]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[505]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[506]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[507]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[508]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[509]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[512]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[516]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[517]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[518]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[519]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[520]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[526]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[527]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[528]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[529]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[530]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[531]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[532]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[533]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[534]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[536]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[537]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[538]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[539]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[540]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[541]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[542]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[543]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[544]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[545]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[546]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[547]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[548]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[549]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[550]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[551]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[552]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[553]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[554]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[555]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[556]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[559]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[560]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[561]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[562]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[563]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[564]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[565]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[566]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[567]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[568]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[569]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[570]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[571]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[572]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[573]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[574]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[575]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[576]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[577]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[578]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[579]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[580]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[581]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[583]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[584]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[585]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[586]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[589]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[590]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[591]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[592]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[593]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[594]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[595]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[596]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[597]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[598]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[599]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[600]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[601]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[602]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[603]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[604]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[605]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[606]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[607]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[608]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[609]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[610]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[611]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[612]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[613]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_32_auto_encoding.py::TestRx86_32::()::test_all::[614]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============ 611 passed, 4 skipped, 502 warnings in 138.42 seconds =============
++ 19:12:15 starting jit/backend/x86/test/test_symbolic_x86.py [72 started in total]
__ jit/backend/x86/test/test_symbolic_x86.py [69 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 6 items
jit/backend/x86/test/test_symbolic_x86.py ...... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 6 passed, 1 warnings in 0.02 seconds =====================
++ 19:12:16 starting jit/backend/x86/test/test_tl.py [73 started in total]
__ jit/backend/x86/test/test_string.py [70 done in total, somefailed=False] ___
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 97 items
jit/backend/x86/test/test_string.py .............................s...... [ 37%]
......................................s...................... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 95 passed, 2 skipped, 1 warnings in 47.84 seconds ===============
++ 19:12:24 starting jit/backend/x86/test/test_tlc.py [74 started in total]
__ jit/backend/x86/test/test_tl.py [71 done in total, somefailed=False] _______
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 5 items
jit/backend/x86/test/test_tl.py ..... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 5 passed, 1 warnings in 7.07 seconds =====================
++ 19:12:25 starting jit/backend/x86/test/test_tracelimit.py [75 started in total]
__ jit/backend/x86/test/test_tlc.py [72 done in total, somefailed=False] ______
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 3 items
jit/backend/x86/test/test_tlc.py ss. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 1 passed, 2 skipped, 1 warnings in 3.07 seconds ================
++ 19:12:29 starting jit/backend/x86/test/test_virtual.py [76 started in total]
__ jit/backend/x86/test/test_rx86_64_auto_encoding.py [73 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 616 items
jit/backend/x86/test/test_rx86_64_auto_encoding.py ..................... [ 3%]
.............................s.......................................... [ 15%]
.........................................s..s........................... [ 26%]
........................................................................ [ 38%]
.................s...................................................... [ 50%]
........................................................................ [ 61%]
........................................................................ [ 73%]
........................................................................ [ 85%]
........................................................................ [ 96%]
................... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[1]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[2]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[3]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[4]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[5]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[6]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[7]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[8]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[9]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[10]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[11]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[12]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[13]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[14]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[15]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[16]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[17]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[18]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[19]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[20]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[21]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[22]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[23]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[24]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[25]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[26]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[27]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[28]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[29]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[30]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[31]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[32]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[33]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[34]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[35]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[36]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[37]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[38]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[39]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[40]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[41]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[42]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[43]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[44]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[45]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[46]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[47]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[48]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[49]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[51]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[52]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[53]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[54]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[57]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[58]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[59]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[60]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[61]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[62]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[63]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[64]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[67]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[68]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[71]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[72]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[73]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[74]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[75]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[76]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[77]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[78]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[79]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[80]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[81]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[82]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[83]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[84]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[85]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[86]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[87]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[88]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[89]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[90]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[91]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[92]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[93]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[94]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[95]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[96]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[97]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[98]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[99]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[100]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[101]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[102]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[103]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[104]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[105]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[106]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[107]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[108]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[109]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[110]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[111]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[112]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[113]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[114]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[115]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[116]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[117]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[118]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[119]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[120]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[121]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[122]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[123]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[124]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[127]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[128]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[129]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[136]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[141]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[142]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[143]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[144]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[145]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[146]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[181]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[182]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[183]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[184]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[185]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[186]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[187]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[188]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[189]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[190]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[191]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[192]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[193]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[194]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[195]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[196]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[197]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[198]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[199]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[200]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[201]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[202]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[203]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[204]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[205]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[206]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[207]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[208]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[209]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[210]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[211]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[212]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[213]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[214]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[215]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[216]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[217]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[218]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[219]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[220]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[226]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[227]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[228]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[229]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[230]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[231]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[232]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[233]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[234]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[235]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[236]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[237]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[238]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[239]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[240]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[241]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[242]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[243]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[244]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[245]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[246]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[247]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[248]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[249]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[250]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[251]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[252]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[253]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[255]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[256]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[257]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[258]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[259]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[260]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[261]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[262]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[263]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[264]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[265]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[266]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[267]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[268]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[269]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[270]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[271]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[272]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[273]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[274]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[275]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[276]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[277]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[278]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[279]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[280]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[281]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[282]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[297]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[298]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[299]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[300]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[301]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[302]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[303]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[304]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[305]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[306]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[307]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[308]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[309]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[310]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[311]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[312]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[313]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[314]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[315]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[316]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[317]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[318]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[319]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[320]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[321]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[322]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[323]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[324]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[325]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[326]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[327]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[328]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[329]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[337]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[338]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[339]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[340]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[341]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[342]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[343]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[344]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[345]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[346]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[347]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[348]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[349]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[350]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[351]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[352]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[353]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[354]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[355]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[356]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[357]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[361]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[362]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[363]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[364]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[365]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[366]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[367]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[368]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[369]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[370]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[371]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[372]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[373]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[374]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[375]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[376]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[377]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[378]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[379]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[380]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[381]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[382]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[383]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[384]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[385]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[386]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[387]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[388]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[391]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[392]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[393]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[394]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[395]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[396]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[397]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[398]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[399]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[400]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[401]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[402]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[403]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[404]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[405]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[406]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[407]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[408]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[409]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[410]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[411]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[412]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[413]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[414]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[415]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[416]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[417]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[418]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[419]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[420]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[421]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[422]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[423]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[424]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[425]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[426]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[427]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[428]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[429]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[430]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[431]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[432]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[433]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[434]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[436]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[437]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[438]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[439]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[441]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[442]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[444]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[445]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[446]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[447]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[448]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[449]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[450]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[451]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[452]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[455]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[456]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[457]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[458]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[459]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[460]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[461]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[462]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[463]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[464]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[465]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[466]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[467]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[468]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[469]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[470]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[471]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[472]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[473]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[474]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[475]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[476]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[477]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[478]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[479]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[480]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[481]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[482]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[483]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[484]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[485]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[486]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[487]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[488]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[489]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[490]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[491]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[492]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[500]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[501]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[502]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[503]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[504]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[505]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[506]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[507]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[508]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[509]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[512]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[516]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[517]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[518]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[519]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[520]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[526]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[527]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[528]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[529]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[530]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[531]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[532]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[533]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[534]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[536]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[537]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[538]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[539]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[540]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[541]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[542]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[543]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[544]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[545]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[546]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[547]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[548]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[549]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[550]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[551]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[552]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[553]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[554]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[555]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[556]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[559]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[560]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[561]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[562]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[563]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[564]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[565]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[566]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[567]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[568]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[569]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[570]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[571]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[572]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[573]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[574]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[575]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[576]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[577]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[578]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[579]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[580]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[581]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[583]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[584]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[585]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[586]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[589]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[590]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[591]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[592]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[593]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[594]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[595]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[596]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[597]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[598]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[599]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[600]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[601]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[602]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[603]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[604]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[605]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[606]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[607]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[608]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[609]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[610]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[611]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[612]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[613]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_all::[614]
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
jit/backend/x86/test/test_rx86_64_auto_encoding.py::TestRx86_64::()::test_extra_MOV_ri64
/build_dir/rpython-linux-x86-64/build/rpython/jit/backend/x86/test/test_rx86_32_auto_encoding.py:254: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
(self.WORD*8, inputname, filename), 'r')
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============ 612 passed, 4 skipped, 503 warnings in 154.42 seconds =============
++ 19:12:37 starting jit/backend/x86/test/test_virtualizable.py [77 started in total]
__ jit/backend/x86/test/test_virtual.py [74 done in total, somefailed=False] __
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 52 items
jit/backend/x86/test/test_virtual.py ................................... [ 67%]
................. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 52 passed, 1 warnings in 20.26 seconds ====================
++ 19:12:52 starting jit/backend/x86/test/test_virtualref.py [78 started in total]
__ jit/backend/llsupport/test [75 done in total, somefailed=False] ____________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 420 items
jit/backend/llsupport/test/test_asmmemmgr.py ...........s... [ 3%]
jit/backend/llsupport/test/test_codemap.py .. [ 4%]
jit/backend/llsupport/test/test_descr.py ....s....s............ [ 9%]
jit/backend/llsupport/test/test_ffisupport.py . [ 9%]
jit/backend/llsupport/test/test_gc.py ............. [ 12%]
jit/backend/llsupport/test/test_gc_integration.py ..............s...... [ 17%]
jit/backend/llsupport/test/test_gcreftracer.py ... [ 18%]
jit/backend/llsupport/test/test_recompilation.py ..... [ 19%]
jit/backend/llsupport/test/test_regalloc.py ............................ [ 26%]
...................s. [ 31%]
jit/backend/llsupport/test/test_regalloc_integration.py ................ [ 35%]
...........ssssss [ 39%]
jit/backend/llsupport/test/test_rewrite.py ............................. [ 45%]
.............................................................. [ 60%]
jit/backend/llsupport/test/test_runner.py ssssssssssssss.sssssssssssssss [ 67%]
ss.ss..sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 85%]
..sssssss.s.s.s.s.ssssssssssssssssssssssssssssssssssss [ 97%]
jit/backend/llsupport/test/test_skiplist.py . [ 98%]
jit/backend/llsupport/test/test_symbolic.py ...... [ 99%]
jit/backend/llsupport/test/test_zrpy_gc_direct.py .. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============ 264 passed, 156 skipped, 1 warnings in 401.37 seconds =============
++ 19:12:56 starting jit/backend/x86/test/test_x86vector.py [79 started in total]
__ jit/backend/x86/test/test_virtualref.py [76 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 21 items
jit/backend/x86/test/test_virtualref.py ..s.................. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 20 passed, 1 skipped, 1 warnings in 8.64 seconds ===============
++ 19:13:03 starting jit/backend/x86/test/test_zmath.py [80 started in total]
__ jit/backend/x86/test/test_virtualizable.py [77 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 37 items
jit/backend/x86/test/test_virtualizable.py s...x........................ [ 78%]
........ [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========= 35 passed, 1 skipped, 1 xfailed, 1 warnings in 23.94 seconds =========
++ 19:13:05 starting jit/backend/x86/test/test_zrpy_gc.py [81 started in total]
__ jit/backend/x86/test/test_zmath.py [78 done in total, somefailed=False] ____
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 item
jit/backend/x86/test/test_zmath.py . [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 1 passed, 1 warnings in 7.63 seconds =====================
++ 19:13:13 starting jit/backend/x86/test/test_zrpy_gc_boehm.py [82 started in total]
__ jit/backend/x86/test/test_tracelimit.py [79 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 5 items
jit/backend/x86/test/test_tracelimit.py ..... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 5 passed, 1 warnings in 57.46 seconds =====================
++ 19:13:30 starting jit/backend/x86/test/test_zrpy_releasegil.py [83 started in total]
__ jit/backend/x86/test/test_zrpy_gc_boehm.py [80 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 item
jit/backend/x86/test/test_zrpy_gc_boehm.py . [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 passed, 1 warnings in 263.70 seconds ====================
++ 19:17:40 starting jit/backend/x86/test/test_zrpy_vecopt.py [84 started in total]
__ jit/backend/x86/test/test_x86vector.py [81 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 94 items
jit/backend/x86/test/test_x86vector.py ................................. [ 35%]
............................................................. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=================== 94 passed, 1 warnings in 389.45 seconds ====================
++ 19:19:33 starting jit/backend/x86/test/test_zrpy_vmprof.py [85 started in total]
__ jit/backend/x86/test/test_zrpy_gc.py [82 done in total, somefailed=False] __
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 19 items
jit/backend/x86/test/test_zrpy_gc.py ................... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=================== 19 passed, 1 warnings in 391.07 seconds ====================
++ 19:19:42 starting jit/backend/x86/test/test_ztranslation_basic.py [86 started in total]
__ jit/backend/x86/test/test_zrpy_releasegil.py [83 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 3 items
jit/backend/x86/test/test_zrpy_releasegil.py ... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 3 passed, 1 warnings in 366.81 seconds ====================
++ 19:19:46 starting jit/backend/x86/test/test_ztranslation_call_assembler.py [87 started in total]
__ jit/backend/x86/test/test_zrpy_vecopt.py [84 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 item
jit/backend/x86/test/test_zrpy_vecopt.py . [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 passed, 1 warnings in 146.51 seconds ====================
++ 19:20:12 starting jit/backend/x86/test/test_ztranslation_external_exception.py [88 started in total]
__ jit/backend/x86/test/test_ztranslation_call_assembler.py [85 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 item
jit/backend/x86/test/test_ztranslation_call_assembler.py . [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 passed, 1 warnings in 257.04 seconds ====================
++ 19:24:13 starting jit/backend/x86/test/test_ztranslation_jit_stats.py [89 started in total]
__ jit/backend/x86/test/test_ztranslation_basic.py [86 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 item
jit/backend/x86/test/test_ztranslation_basic.py . [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 passed, 1 warnings in 265.52 seconds ====================
++ 19:24:16 starting jit/backend/x86/tool/test/test_viewcode.py [90 started in total]
__ jit/backend/x86/tool/test/test_viewcode.py [87 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 3 items
jit/backend/x86/tool/test/test_viewcode.py ... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 3 passed, 1 warnings in 0.01 seconds =====================
++ 19:24:18 starting jit/backend/zarch/test [91 started in total]
__ jit/backend/zarch/test [88 done in total, somefailed=False] ________________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 0.01 seconds ==========================
++ 19:24:20 starting jit/codewriter/test [92 started in total]
__ jit/codewriter/test [89 done in total, somefailed=False] ___________________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 530 items
jit/codewriter/test/test_assembler.py ...s.......... [ 2%]
jit/codewriter/test/test_call.py .......s....... [ 5%]
jit/codewriter/test/test_codewriter.py ....... [ 6%]
jit/codewriter/test/test_effectinfo.py ............ [ 9%]
jit/codewriter/test/test_flatten.py .................................... [ 15%]
.............. [ 18%]
jit/codewriter/test/test_format.py ............ [ 20%]
jit/codewriter/test/test_jitcode.py . [ 20%]
jit/codewriter/test/test_jtransform.py ................................. [ 27%]
........................................................................ [ 40%]
........................................................................ [ 54%]
........................................................................ [ 67%]
........................................................................ [ 81%]
............. [ 83%]
jit/codewriter/test/test_list.py ............. [ 86%]
jit/codewriter/test/test_liveness.py ................ [ 89%]
jit/codewriter/test/test_longlong.py .ssssssss [ 91%]
jit/codewriter/test/test_policy.py ........... [ 93%]
jit/codewriter/test/test_regalloc.py ............ [ 95%]
jit/codewriter/test/test_support.py ........... [ 97%]
jit/codewriter/test/test_void_list.py ............. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
jit/codewriter/test/test_policy.py::test_look_inside
/build_dir/rpython-linux-x86-64/build/rpython/rlib/jit.py:147: DeprecationWarning: look_inside is deprecated
warnings.warn("look_inside is deprecated", DeprecationWarning)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 520 passed, 10 skipped, 2 warnings in 6.56 seconds ==============
++ 19:24:28 starting jit/metainterp/optimizeopt/test/test_costmodel.py [93 started in total]
__ jit/metainterp/optimizeopt/test/test_costmodel.py [90 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 11 items
jit/metainterp/optimizeopt/test/test_costmodel.py ........... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 11 passed, 1 warnings in 0.72 seconds =====================
++ 19:24:30 starting jit/metainterp/optimizeopt/test/test_dependency.py [94 started in total]
__ jit/metainterp/optimizeopt/test/test_dependency.py [91 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 36 items
jit/metainterp/optimizeopt/test/test_dependency.py ..................... [ 58%]
............... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 36 passed, 1 warnings in 0.74 seconds =====================
++ 19:24:32 starting jit/metainterp/optimizeopt/test/test_guard.py [95 started in total]
__ jit/metainterp/optimizeopt/test/test_guard.py [92 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 7 items
jit/metainterp/optimizeopt/test/test_guard.py ....... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 7 passed, 1 warnings in 0.68 seconds =====================
++ 19:24:33 starting jit/metainterp/optimizeopt/test/test_intbound.py [96 started in total]
__ jit/backend/x86/test/test_zrpy_vmprof.py [93 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 item
jit/backend/x86/test/test_zrpy_vmprof.py . [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 passed, 1 warnings in 332.93 seconds ====================
++ 19:25:12 starting jit/metainterp/optimizeopt/test/test_intdiv.py [97 started in total]
__ jit/metainterp/optimizeopt/test/test_intdiv.py [94 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 3 items
jit/metainterp/optimizeopt/test/test_intdiv.py ... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 3 passed, 1 warnings in 1.16 seconds =====================
++ 19:25:15 starting jit/metainterp/optimizeopt/test/test_optimizebasic.py [98 started in total]
__ jit/metainterp/optimizeopt/test/test_optimizebasic.py [95 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 136 items
jit/metainterp/optimizeopt/test/test_optimizebasic.py .................. [ 13%]
..........................x............................................. [ 66%]
............x..............x.................. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 133 passed, 3 xfailed, 1 warnings in 2.18 seconds ===============
++ 19:25:18 starting jit/metainterp/optimizeopt/test/test_optimizebridge.py [99 started in total]
__ jit/metainterp/optimizeopt/test/test_optimizebridge.py [96 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 4 items
jit/metainterp/optimizeopt/test/test_optimizebridge.py .... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 4 passed, 1 warnings in 0.77 seconds =====================
++ 19:25:20 starting jit/metainterp/optimizeopt/test/test_optimizeheap.py [100 started in total]
__ jit/metainterp/optimizeopt/test/test_optimizeheap.py [97 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 111 items
jit/metainterp/optimizeopt/test/test_optimizeheap.py ................... [ 17%]
.......................x......................x......................... [ 81%]
.................... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 109 passed, 2 xfailed, 1 warnings in 1.48 seconds ===============
++ 19:25:22 starting jit/metainterp/optimizeopt/test/test_optimizeintbound.py [101 started in total]
__ jit/metainterp/optimizeopt/test/test_optimizeintbound.py [98 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 201 items
jit/metainterp/optimizeopt/test/test_optimizeintbound.py ............... [ 7%]
........................................................................ [ 43%]
........................................................................ [ 79%]
.......................................... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 201 passed, 1 warnings in 2.60 seconds ====================
++ 19:25:26 starting jit/metainterp/optimizeopt/test/test_optimizeopt.py [102 started in total]
__ jit/metainterp/optimizeopt/test/test_optimizeopt.py [99 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 417 items
jit/metainterp/optimizeopt/test/test_optimizeopt.py .................... [ 4%]
........................................................................ [ 22%]
..........................x............................................. [ 39%]
.................................................x..............x....... [ 56%]
........................................................................ [ 73%]
...............................x.....x.....x............................ [ 91%]
........x............................ [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 410 passed, 7 xfailed, 1 warnings in 5.74 seconds ===============
++ 19:25:33 starting jit/metainterp/optimizeopt/test/test_rawbuffer.py [103 started in total]
__ jit/metainterp/optimizeopt/test/test_rawbuffer.py [100 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 7 items
jit/metainterp/optimizeopt/test/test_rawbuffer.py ....... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 7 passed, 1 warnings in 0.59 seconds =====================
++ 19:25:34 starting jit/metainterp/optimizeopt/test/test_schedule.py [104 started in total]
__ jit/metainterp/optimizeopt/test/test_schedule.py [101 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 17 items
jit/metainterp/optimizeopt/test/test_schedule.py ................. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 17 passed, 1 warnings in 0.72 seconds =====================
++ 19:25:36 starting jit/metainterp/optimizeopt/test/test_short.py [105 started in total]
__ jit/metainterp/optimizeopt/test/test_short.py [102 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 2 items
jit/metainterp/optimizeopt/test/test_short.py .. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 2 passed, 1 warnings in 0.58 seconds =====================
++ 19:25:38 starting jit/metainterp/optimizeopt/test/test_unroll.py [106 started in total]
__ jit/metainterp/optimizeopt/test/test_unroll.py [103 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 12 items
jit/metainterp/optimizeopt/test/test_unroll.py ............ [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 12 passed, 1 warnings in 0.79 seconds =====================
++ 19:25:40 starting jit/metainterp/optimizeopt/test/test_util.py [107 started in total]
__ jit/metainterp/optimizeopt/test/test_util.py [104 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 3 items
jit/metainterp/optimizeopt/test/test_util.py ... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 3 passed, 1 warnings in 0.66 seconds =====================
++ 19:25:41 starting jit/metainterp/optimizeopt/test/test_vecopt.py [108 started in total]
__ jit/metainterp/optimizeopt/test/test_vecopt.py [105 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 72 items
jit/metainterp/optimizeopt/test/test_vecopt.py ........................s [ 34%]
............................................... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 71 passed, 1 skipped, 1 warnings in 1.10 seconds ===============
++ 19:25:44 starting jit/metainterp/optimizeopt/test/test_virtualstate.py [109 started in total]
__ jit/backend/x86/test/test_ztranslation_external_exception.py [106 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 item
jit/backend/x86/test/test_ztranslation_external_exception.py . [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 passed, 1 warnings in 326.21 seconds ====================
++ 19:25:44 starting jit/metainterp/optimizeopt/test/test_z3checktests.py [110 started in total]
__ jit/metainterp/optimizeopt/test/test_z3checktests.py [107 done in total, somefailed=True]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 errors
==================================== ERRORS ====================================
____ ERROR collecting jit/metainterp/optimizeopt/test/test_z3checktests.py _____
Using pytest.skip outside of a test is not allowed. To decorate a test function, use the @pytest.mark.skip or @pytest.mark.skipif decorators instead, and to skip a module use `pytestmark = pytest.mark.{skip,skipif}.
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
!!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!
===================== 1 warnings, 1 error in 0.68 seconds ======================
++ 19:25:46 starting jit/metainterp/optimizeopt/test/test_z3intbound.py [111 started in total]
__ jit/metainterp/optimizeopt/test/test_virtualstate.py [108 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 49 items
jit/metainterp/optimizeopt/test/test_virtualstate.py ................... [ 38%]
........................ssssss [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 43 passed, 6 skipped, 1 warnings in 1.22 seconds ===============
++ 19:25:46 starting jit/metainterp/ruleopt/test/test_codegen.py [112 started in total]
__ jit/metainterp/ruleopt/test/test_codegen.py [109 done in total, somefailed=True]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 errors
==================================== ERRORS ====================================
_________ ERROR collecting jit/metainterp/ruleopt/test/test_codegen.py _________
Using pytest.skip outside of a test is not allowed. To decorate a test function, use the @pytest.mark.skip or @pytest.mark.skipif decorators instead, and to skip a module use `pytestmark = pytest.mark.{skip,skipif}.
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
!!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!
===================== 1 warnings, 1 error in 0.07 seconds ======================
++ 19:25:48 starting jit/metainterp/ruleopt/test/test_parse.py [113 started in total]
__ jit/metainterp/optimizeopt/test/test_z3intbound.py [110 done in total, somefailed=True]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 errors
==================================== ERRORS ====================================
_____ ERROR collecting jit/metainterp/optimizeopt/test/test_z3intbound.py ______
Using pytest.skip outside of a test is not allowed. To decorate a test function, use the @pytest.mark.skip or @pytest.mark.skipif decorators instead, and to skip a module use `pytestmark = pytest.mark.{skip,skipif}.
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
!!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!
===================== 1 warnings, 1 error in 0.70 seconds ======================
++ 19:25:48 starting jit/metainterp/ruleopt/test/test_prove.py [114 started in total]
__ jit/metainterp/ruleopt/test/test_parse.py [111 done in total, somefailed=True]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 errors
==================================== ERRORS ====================================
__________ ERROR collecting jit/metainterp/ruleopt/test/test_parse.py __________
Using pytest.skip outside of a test is not allowed. To decorate a test function, use the @pytest.mark.skip or @pytest.mark.skipif decorators instead, and to skip a module use `pytestmark = pytest.mark.{skip,skipif}.
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
!!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!
===================== 1 warnings, 1 error in 0.07 seconds ======================
++ 19:25:49 starting jit/metainterp/test/test_ajit.py [115 started in total]
__ jit/metainterp/ruleopt/test/test_prove.py [112 done in total, somefailed=True]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 errors
==================================== ERRORS ====================================
__________ ERROR collecting jit/metainterp/ruleopt/test/test_prove.py __________
Using pytest.skip outside of a test is not allowed. To decorate a test function, use the @pytest.mark.skip or @pytest.mark.skipif decorators instead, and to skip a module use `pytestmark = pytest.mark.{skip,skipif}.
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
!!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!
===================== 1 warnings, 1 error in 0.07 seconds ======================
++ 19:25:49 starting jit/metainterp/test/test_blackhole.py [116 started in total]
__ jit/metainterp/test/test_blackhole.py [113 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 11 items
jit/metainterp/test/test_blackhole.py ......xxx.. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 8 passed, 3 xfailed, 1 warnings in 1.11 seconds ================
++ 19:25:52 starting jit/metainterp/test/test_bridgeopt.py [117 started in total]
__ jit/metainterp/test/test_bridgeopt.py [114 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 11 items
jit/metainterp/test/test_bridgeopt.py ..........x [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 10 passed, 1 xfailed, 1 warnings in 15.43 seconds ===============
++ 19:26:09 starting jit/metainterp/test/test_bytearray.py [118 started in total]
__ jit/metainterp/test/test_bytearray.py [115 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 8 items
jit/metainterp/test/test_bytearray.py ......s. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 7 passed, 1 skipped, 1 warnings in 1.82 seconds ================
++ 19:26:11 starting jit/metainterp/test/test_call.py [119 started in total]
__ jit/metainterp/test/test_call.py [116 done in total, somefailed=False] _____
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 16 items
jit/metainterp/test/test_call.py ................ [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 16 passed, 1 warnings in 2.70 seconds =====================
++ 19:26:15 starting jit/metainterp/test/test_compile.py [120 started in total]
__ jit/metainterp/test/test_compile.py [117 done in total, somefailed=False] __
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 2 items
jit/metainterp/test/test_compile.py .. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 2 passed, 1 warnings in 0.73 seconds =====================
++ 19:26:16 starting jit/metainterp/test/test_counter.py [121 started in total]
__ jit/metainterp/test/test_counter.py [118 done in total, somefailed=False] __
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 7 items
jit/metainterp/test/test_counter.py ....... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 7 passed, 1 warnings in 2.69 seconds =====================
++ 19:26:20 starting jit/metainterp/test/test_del.py [122 started in total]
__ jit/metainterp/test/test_del.py [119 done in total, somefailed=False] ______
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 3 items
jit/metainterp/test/test_del.py ... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 3 passed, 1 warnings in 1.19 seconds =====================
++ 19:26:22 starting jit/metainterp/test/test_dict.py [123 started in total]
__ jit/metainterp/optimizeopt/test/test_intbound.py [120 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 133 items
jit/metainterp/optimizeopt/test/test_intbound.py ....................... [ 17%]
........................................................................ [ 71%]
...................................... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=================== 133 passed, 1 warnings in 107.55 seconds ===================
++ 19:26:22 starting jit/metainterp/test/test_exception.py [124 started in total]
__ jit/metainterp/test/test_exception.py [121 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 32 items
jit/metainterp/test/test_exception.py ................................ [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 32 passed, 1 warnings in 4.45 seconds =====================
++ 19:26:28 starting jit/metainterp/test/test_executor.py [125 started in total]
__ jit/metainterp/test/test_executor.py [122 done in total, somefailed=False] _
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 7 items
jit/metainterp/test/test_executor.py ....... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 7 passed, 1 warnings in 0.60 seconds =====================
++ 19:26:30 starting jit/metainterp/test/test_fficall.py [126 started in total]
__ jit/metainterp/test/test_fficall.py [123 done in total, somefailed=True] ___
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 17 items
jit/metainterp/test/test_fficall.py FFFFFFFFFFFFsFFFF [100%]
=================================== FAILURES ===================================
_______________________ TestFfiCall.test_simple_call_int _______________________
self = <rpython.jit.metainterp.test.test_fficall.TestFfiCall object at 0x7f52a3f8fe50>
def test_simple_call_int(self):
> self._run([types.signed] * 2, types.signed, [456, 789], -42)
jit/metainterp/test/test_fficall.py:176:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
jit/metainterp/test/test_fficall.py:142: in _run
with FakeFFI(fake_call_impl_any):
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <rpython.jit.metainterp.test.test_fficall.FakeFFI object at 0x7f52a3f8f9d0>
args = ()
def __enter__(self, *args):
> self.monkey.setattr(jit_libffi, 'jit_ffi_call_impl_any', self.fake_call_impl_any)
E AttributeError: 'generator' object has no attribute 'setattr'
jit/metainterp/test/test_fficall.py:40: AttributeError
_______________________ TestFfiCall.test_many_arguments ________________________
self = <rpython.jit.metainterp.test.test_fficall.TestFfiCall object at 0x7f52a3f2d390>
def test_many_arguments(self):
for i in [0, 6, 20]:
self._run([types.signed] * i, types.signed,
[-123456*j for j in range(i)],
> -42434445)
jit/metainterp/test/test_fficall.py:182:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
jit/metainterp/test/test_fficall.py:142: in _run
with FakeFFI(fake_call_impl_any):
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <rpython.jit.metainterp.test.test_fficall.FakeFFI object at 0x7f52a3f2db90>
args = ()
def __enter__(self, *args):
> self.monkey.setattr(jit_libffi, 'jit_ffi_call_impl_any', self.fake_call_impl_any)
E AttributeError: 'generator' object has no attribute 'setattr'
jit/metainterp/test/test_fficall.py:40: AttributeError
______________________ TestFfiCall.test_simple_call_float ______________________
self = <rpython.jit.metainterp.test.test_fficall.TestFfiCall object at 0x7f52a3f8f6d0>
kwds = {'expected_call_release_gil_f': 1, 'expected_call_release_gil_i': 0, 'supports_floats': True}
def test_simple_call_float(self, **kwds):
kwds.setdefault('supports_floats', True)
kwds['expected_call_release_gil_f'] = kwds.pop('expected_call_release_gil', 1)
kwds['expected_call_release_gil_i'] = 0
> self._run([types.double] * 2, types.double, [45.6, 78.9], -4.2, **kwds)
jit/metainterp/test/test_fficall.py:188:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
jit/metainterp/test/test_fficall.py:142: in _run
with FakeFFI(fake_call_impl_any):
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <rpython.jit.metainterp.test.test_fficall.FakeFFI object at 0x7f52a3f3fd10>
args = ()
def __enter__(self, *args):
> self.monkey.setattr(jit_libffi, 'jit_ffi_call_impl_any', self.fake_call_impl_any)
E AttributeError: 'generator' object has no attribute 'setattr'
jit/metainterp/test/test_fficall.py:40: AttributeError
____________________ TestFfiCall.test_simple_call_longlong _____________________
self = <rpython.jit.metainterp.test.test_fficall.TestFfiCall object at 0x7f52a3f3ff90>
kwds = {'expected_call_release_gil_i': 1, 'supports_longlong': True}
maxint32 = 2147483647, a = 2147483648L, b = 2147483649L
def test_simple_call_longlong(self, **kwds):
kwds.setdefault('supports_longlong', True)
if is_64_bit:
kwds['expected_call_release_gil_i'] = kwds.pop('expected_call_release_gil', 1)
else:
kwds['expected_call_release_gil_f'] = kwds.pop('expected_call_release_gil', 1)
kwds['expected_call_release_gil_i'] = 0
maxint32 = 2147483647
a = r_longlong(maxint32) + 1
b = r_longlong(maxint32) + 2
> self._run([types.slonglong] * 2, types.slonglong, [a, b], a, **kwds)
jit/metainterp/test/test_fficall.py:200:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
jit/metainterp/test/test_fficall.py:142: in _run
with FakeFFI(fake_call_impl_any):
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <rpython.jit.metainterp.test.test_fficall.FakeFFI object at 0x7f52a3f3f9d0>
args = ()
def __enter__(self, *args):
> self.monkey.setattr(jit_libffi, 'jit_ffi_call_impl_any', self.fake_call_impl_any)
E AttributeError: 'generator' object has no attribute 'setattr'
jit/metainterp/test/test_fficall.py:40: AttributeError
________________ TestFfiCall.test_simple_call_singlefloat_args _________________
self = <rpython.jit.metainterp.test.test_fficall.TestFfiCall object at 0x7f52a3f4af90>
kwds = {'expected_call_release_gil_f': 1, 'expected_call_release_gil_i': 0, 'supports_singlefloats': True}
def test_simple_call_singlefloat_args(self, **kwds):
kwds.setdefault('supports_singlefloats', True)
kwds['expected_call_release_gil_f'] = kwds.pop('expected_call_release_gil', 1)
kwds['expected_call_release_gil_i'] = 0
self._run([types.float] * 2, types.double,
[r_singlefloat(10.5), r_singlefloat(31.5)],
> -4.5, **kwds)
jit/metainterp/test/test_fficall.py:208:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
jit/metainterp/test/test_fficall.py:142: in _run
with FakeFFI(fake_call_impl_any):
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <rpython.jit.metainterp.test.test_fficall.FakeFFI object at 0x7f52a3f4a250>
args = ()
def __enter__(self, *args):
> self.monkey.setattr(jit_libffi, 'jit_ffi_call_impl_any', self.fake_call_impl_any)
E AttributeError: 'generator' object has no attribute 'setattr'
jit/metainterp/test/test_fficall.py:40: AttributeError
___________________ TestFfiCall.test_simple_call_singlefloat ___________________
self = <rpython.jit.metainterp.test.test_fficall.TestFfiCall object at 0x7f52a3f8fd50>
kwds = {'expected_call_release_gil_i': 1, 'supports_singlefloats': True}
def test_simple_call_singlefloat(self, **kwds):
kwds.setdefault('supports_singlefloats', True)
kwds['expected_call_release_gil_i'] = kwds.pop('expected_call_release_gil', 1)
self._run([types.float] * 2, types.float,
[r_singlefloat(10.5), r_singlefloat(31.5)],
> r_singlefloat(-4.5), **kwds)
jit/metainterp/test/test_fficall.py:215:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
jit/metainterp/test/test_fficall.py:142: in _run
with FakeFFI(fake_call_impl_any):
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <rpython.jit.metainterp.test.test_fficall.FakeFFI object at 0x7f52a3f4afd0>
args = ()
def __enter__(self, *args):
> self.monkey.setattr(jit_libffi, 'jit_ffi_call_impl_any', self.fake_call_impl_any)
E AttributeError: 'generator' object has no attribute 'setattr'
jit/metainterp/test/test_fficall.py:40: AttributeError
___________________ TestFfiCall.test_simple_call_longdouble ____________________
self = <rpython.jit.metainterp.test.test_fficall.TestFfiCall object at 0x7f52a3f4aa90>
def test_simple_call_longdouble(self):
# longdouble is not supported, so we expect NOT to generate a call_release_gil
self._run([types.longdouble] * 2, types.longdouble, [12.3, 45.6], 78.9,
> expected_call_release_gil_i=0, expected_call_release_gil_f=0,
)
jit/metainterp/test/test_fficall.py:220:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
jit/metainterp/test/test_fficall.py:142: in _run
with FakeFFI(fake_call_impl_any):
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <rpython.jit.metainterp.test.test_fficall.FakeFFI object at 0x7f52a3f51bd0>
args = ()
def __enter__(self, *args):
> self.monkey.setattr(jit_libffi, 'jit_ffi_call_impl_any', self.fake_call_impl_any)
E AttributeError: 'generator' object has no attribute 'setattr'
jit/metainterp/test/test_fficall.py:40: AttributeError
________________________ TestFfiCall.test_returns_none _________________________
self = <rpython.jit.metainterp.test.test_fficall.TestFfiCall object at 0x7f52a3f4ab10>
def test_returns_none(self):
self._run([types.signed] * 2, types.void, [456, 789], None,
> expected_call_release_gil_i=0, expected_call_release_gil_n=1)
jit/metainterp/test/test_fficall.py:225:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
jit/metainterp/test/test_fficall.py:142: in _run
with FakeFFI(fake_call_impl_any):
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <rpython.jit.metainterp.test.test_fficall.FakeFFI object at 0x7f52a3f51250>
args = ()
def __enter__(self, *args):
> self.monkey.setattr(jit_libffi, 'jit_ffi_call_impl_any', self.fake_call_impl_any)
E AttributeError: 'generator' object has no attribute 'setattr'
jit/metainterp/test/test_fficall.py:40: AttributeError
_____________________ TestFfiCall.test_returns_signedchar ______________________
self = <rpython.jit.metainterp.test.test_fficall.TestFfiCall object at 0x7f52a3f4eed0>
def test_returns_signedchar(self):
self._run([types.sint8], types.sint8,
[rffi.cast(rffi.SIGNEDCHAR, -28)],
> rffi.cast(rffi.SIGNEDCHAR, -42))
jit/metainterp/test/test_fficall.py:230:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
jit/metainterp/test/test_fficall.py:142: in _run
with FakeFFI(fake_call_impl_any):
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <rpython.jit.metainterp.test.test_fficall.FakeFFI object at 0x7f52a3f4e210>
args = ()
def __enter__(self, *args):
> self.monkey.setattr(jit_libffi, 'jit_ffi_call_impl_any', self.fake_call_impl_any)
E AttributeError: 'generator' object has no attribute 'setattr'
jit/metainterp/test/test_fficall.py:40: AttributeError
_______________________ TestFfiCall.test_handle_unsigned _______________________
self = <rpython.jit.metainterp.test.test_fficall.TestFfiCall object at 0x7f52a3f4ef10>
def test_handle_unsigned(self):
self._run([types.ulong], types.ulong,
[rffi.cast(rffi.ULONG, r_uint(sys.maxint + 91348))],
> rffi.cast(rffi.ULONG, r_uint(sys.maxint + 4242)))
jit/metainterp/test/test_fficall.py:235:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
jit/metainterp/test/test_fficall.py:142: in _run
with FakeFFI(fake_call_impl_any):
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <rpython.jit.metainterp.test.test_fficall.FakeFFI object at 0x7f52a3f5c050>
args = ()
def __enter__(self, *args):
> self.monkey.setattr(jit_libffi, 'jit_ffi_call_impl_any', self.fake_call_impl_any)
E AttributeError: 'generator' object has no attribute 'setattr'
jit/metainterp/test/test_fficall.py:40: AttributeError
_____________________ TestFfiCall.test_handle_unsignedchar _____________________
self = <rpython.jit.metainterp.test.test_fficall.TestFfiCall object at 0x7f52a3f4aa10>
def test_handle_unsignedchar(self):
self._run([types.uint8], types.uint8,
[rffi.cast(rffi.UCHAR, 191)],
> rffi.cast(rffi.UCHAR, 180))
jit/metainterp/test/test_fficall.py:240:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
jit/metainterp/test/test_fficall.py:142: in _run
with FakeFFI(fake_call_impl_any):
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <rpython.jit.metainterp.test.test_fficall.FakeFFI object at 0x7f52a3f4ecd0>
args = ()
def __enter__(self, *args):
> self.monkey.setattr(jit_libffi, 'jit_ffi_call_impl_any', self.fake_call_impl_any)
E AttributeError: 'generator' object has no attribute 'setattr'
jit/metainterp/test/test_fficall.py:40: AttributeError
___________________ TestFfiCall.test_guard_not_forced_fails ____________________
self = <rpython.jit.metainterp.test.test_fficall.TestFfiCall object at 0x7f52a3f5c790>
def test_guard_not_forced_fails(self):
self._add_libffi_types_to_ll2types_maybe()
FUNC = lltype.FuncType([lltype.Signed], lltype.Signed)
cif_description = get_description([types.slong], types.slong)
cif_description.exchange_args[0] = 16
cif_description.exchange_result = 32
ARRAY = lltype.Ptr(rffi.CArray(lltype.Signed))
@jit.dont_look_inside
def fn(n):
if n >= 50:
exctx.m = exctx.topframeref().n # forces the frame
return n*2
# this function simulates what a real libffi_call does: reading from
# the buffer, calling a function (which can potentially call callbacks
# and force frames) and write back to the buffer
def fake_call_impl_any(cif_description, func_addr, exchange_buffer):
# read the args from the buffer
data_in = rffi.ptradd(exchange_buffer, 16)
n = rffi.cast(ARRAY, data_in)[0]
#
# logic of the function
func_ptr = rffi.cast(lltype.Ptr(FUNC), func_addr)
n = func_ptr(n)
#
# write the result to the buffer
data_out = rffi.ptradd(exchange_buffer, 32)
rffi.cast(ARRAY, data_out)[0] = n
def do_call(n):
func_ptr = llhelper(lltype.Ptr(FUNC), fn)
exbuf = lltype.malloc(rffi.CCHARP.TO, 48, flavor='raw', zero=True)
data_in = rffi.ptradd(exbuf, 16)
rffi.cast(ARRAY, data_in)[0] = n
jit_ffi_call(cif_description, func_ptr, exbuf)
data_out = rffi.ptradd(exbuf, 32)
res = rffi.cast(ARRAY, data_out)[0]
lltype.free(exbuf, flavor='raw')
return res
#
#
class XY:
pass
class ExCtx:
pass
exctx = ExCtx()
myjitdriver = jit.JitDriver(greens = [], reds = ['n'])
def f():
n = 0
while n < 100:
myjitdriver.jit_merge_point(n=n)
xy = XY()
xy.n = n
exctx.topframeref = vref = jit.virtual_ref(xy)
res = do_call(n) # this is equivalent of a cffi call which
# sometimes forces a frame
# when n==50, fn() will force the frame, so guard_not_forced
# fails and we enter blackholing: this test makes sure that
# the result of call_release_gil is kept alive before the
# raw_store, and that the corresponding box is passed
# in the fail_args. Before the fix, the result of
# call_release_gil was simply lost and when guard_not_forced
# failed, and the value of "res" was unpredictable.
# See commit b84ff38f34bd and subsequents.
assert res == n*2
jit.virtual_ref_finish(vref, xy)
exctx.topframeref = jit.vref_None
n += 1
return n
> with FakeFFI(fake_call_impl_any):
jit/metainterp/test/test_fficall.py:322:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <rpython.jit.metainterp.test.test_fficall.FakeFFI object at 0x7f52a3f5ce50>
args = ()
def __enter__(self, *args):
> self.monkey.setattr(jit_libffi, 'jit_ffi_call_impl_any', self.fake_call_impl_any)
E AttributeError: 'generator' object has no attribute 'setattr'
jit/metainterp/test/test_fficall.py:40: AttributeError
________________ TestFfiCall.test_simple_call_float_unsupported ________________
self = <rpython.jit.metainterp.test.test_fficall.TestFfiCall object at 0x7f52a3f58690>
def test_simple_call_float_unsupported(self):
self.test_simple_call_float(supports_floats=False,
> expected_call_release_gil=0)
jit/metainterp/test/test_fficall.py:370:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
jit/metainterp/test/test_fficall.py:188: in test_simple_call_float
self._run([types.double] * 2, types.double, [45.6, 78.9], -4.2, **kwds)
jit/metainterp/test/test_fficall.py:142: in _run
with FakeFFI(fake_call_impl_any):
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <rpython.jit.metainterp.test.test_fficall.FakeFFI object at 0x7f52a3e26350>
args = ()
def __enter__(self, *args):
> self.monkey.setattr(jit_libffi, 'jit_ffi_call_impl_any', self.fake_call_impl_any)
E AttributeError: 'generator' object has no attribute 'setattr'
jit/metainterp/test/test_fficall.py:40: AttributeError
______________ TestFfiCall.test_simple_call_longlong_unsupported _______________
self = <rpython.jit.metainterp.test.test_fficall.TestFfiCall object at 0x7f52a3f3f950>
def test_simple_call_longlong_unsupported(self):
self.test_simple_call_longlong(supports_longlong=False,
> expected_call_release_gil=is_64_bit)
jit/metainterp/test/test_fficall.py:374:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
jit/metainterp/test/test_fficall.py:200: in test_simple_call_longlong
self._run([types.slonglong] * 2, types.slonglong, [a, b], a, **kwds)
jit/metainterp/test/test_fficall.py:142: in _run
with FakeFFI(fake_call_impl_any):
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <rpython.jit.metainterp.test.test_fficall.FakeFFI object at 0x7f52a3f580d0>
args = ()
def __enter__(self, *args):
> self.monkey.setattr(jit_libffi, 'jit_ffi_call_impl_any', self.fake_call_impl_any)
E AttributeError: 'generator' object has no attribute 'setattr'
jit/metainterp/test/test_fficall.py:40: AttributeError
_____________ TestFfiCall.test_simple_call_singlefloat_unsupported _____________
self = <rpython.jit.metainterp.test.test_fficall.TestFfiCall object at 0x7f52a3f58f50>
def test_simple_call_singlefloat_unsupported(self):
self.test_simple_call_singlefloat(supports_singlefloats=False,
> expected_call_release_gil=0)
jit/metainterp/test/test_fficall.py:378:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
jit/metainterp/test/test_fficall.py:215: in test_simple_call_singlefloat
r_singlefloat(-4.5), **kwds)
jit/metainterp/test/test_fficall.py:142: in _run
with FakeFFI(fake_call_impl_any):
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <rpython.jit.metainterp.test.test_fficall.FakeFFI object at 0x7f52a3e26e10>
args = ()
def __enter__(self, *args):
> self.monkey.setattr(jit_libffi, 'jit_ffi_call_impl_any', self.fake_call_impl_any)
E AttributeError: 'generator' object has no attribute 'setattr'
jit/metainterp/test/test_fficall.py:40: AttributeError
_____________ TestFfiCall.test_calldescrof_dynamic_returning_none ______________
self = <rpython.jit.metainterp.test.test_fficall.TestFfiCall object at 0x7f52a3e2e410>
def test_calldescrof_dynamic_returning_none(self):
from rpython.jit.backend.llgraph.runner import LLGraphCPU
old = LLGraphCPU.calldescrof_dynamic
try:
LLGraphCPU.calldescrof_dynamic = lambda *args: None
self.test_simple_call_float(expected_call_release_gil=0,
> expected_call_may_force_f=1)
jit/metainterp/test/test_fficall.py:386:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
jit/metainterp/test/test_fficall.py:188: in test_simple_call_float
self._run([types.double] * 2, types.double, [45.6, 78.9], -4.2, **kwds)
jit/metainterp/test/test_fficall.py:142: in _run
with FakeFFI(fake_call_impl_any):
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <rpython.jit.metainterp.test.test_fficall.FakeFFI object at 0x7f52a3e2ec10>
args = ()
def __enter__(self, *args):
> self.monkey.setattr(jit_libffi, 'jit_ffi_call_impl_any', self.fake_call_impl_any)
E AttributeError: 'generator' object has no attribute 'setattr'
jit/metainterp/test/test_fficall.py:40: AttributeError
=========================== short test summary info ============================
FAIL jit/metainterp/test/test_fficall.py::TestFfiCall::()::test_simple_call_int
FAIL jit/metainterp/test/test_fficall.py::TestFfiCall::()::test_many_arguments
FAIL jit/metainterp/test/test_fficall.py::TestFfiCall::()::test_simple_call_float
FAIL jit/metainterp/test/test_fficall.py::TestFfiCall::()::test_simple_call_longlong
FAIL jit/metainterp/test/test_fficall.py::TestFfiCall::()::test_simple_call_singlefloat_args
FAIL jit/metainterp/test/test_fficall.py::TestFfiCall::()::test_simple_call_singlefloat
FAIL jit/metainterp/test/test_fficall.py::TestFfiCall::()::test_simple_call_longdouble
FAIL jit/metainterp/test/test_fficall.py::TestFfiCall::()::test_returns_none
FAIL jit/metainterp/test/test_fficall.py::TestFfiCall::()::test_returns_signedchar
FAIL jit/metainterp/test/test_fficall.py::TestFfiCall::()::test_handle_unsigned
FAIL jit/metainterp/test/test_fficall.py::TestFfiCall::()::test_handle_unsignedchar
FAIL jit/metainterp/test/test_fficall.py::TestFfiCall::()::test_guard_not_forced_fails
FAIL jit/metainterp/test/test_fficall.py::TestFfiCall::()::test_simple_call_float_unsupported
FAIL jit/metainterp/test/test_fficall.py::TestFfiCall::()::test_simple_call_longlong_unsupported
FAIL jit/metainterp/test/test_fficall.py::TestFfiCall::()::test_simple_call_singlefloat_unsupported
FAIL jit/metainterp/test/test_fficall.py::TestFfiCall::()::test_calldescrof_dynamic_returning_none
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 16 failed, 1 skipped, 1 warnings in 1.02 seconds ===============
++ 19:26:31 starting jit/metainterp/test/test_float.py [127 started in total]
__ jit/metainterp/test/test_float.py [124 done in total, somefailed=False] ____
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 10 items
jit/metainterp/test/test_float.py .......... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 10 passed, 1 warnings in 1.60 seconds =====================
++ 19:26:34 starting jit/metainterp/test/test_greenfield.py [128 started in total]
__ jit/metainterp/test/test_greenfield.py [125 done in total, somefailed=True]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 errors
==================================== ERRORS ====================================
___________ ERROR collecting jit/metainterp/test/test_greenfield.py ____________
Using pytest.skip outside of a test is not allowed. To decorate a test function, use the @pytest.mark.skip or @pytest.mark.skipif decorators instead, and to skip a module use `pytestmark = pytest.mark.{skip,skipif}.
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
!!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!
===================== 1 warnings, 1 error in 0.71 seconds ======================
++ 19:26:36 starting jit/metainterp/test/test_heapcache.py [129 started in total]
__ jit/metainterp/test/test_heapcache.py [126 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 44 items
jit/metainterp/test/test_heapcache.py ...............s.sss.............. [ 77%]
.......... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 40 passed, 4 skipped, 1 warnings in 0.65 seconds ===============
++ 19:26:37 starting jit/metainterp/test/test_history.py [130 started in total]
__ jit/metainterp/test/test_history.py [127 done in total, somefailed=False] __
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 7 items
jit/metainterp/test/test_history.py ....... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 7 passed, 1 warnings in 4.22 seconds =====================
++ 19:26:43 starting jit/metainterp/test/test_immutable.py [131 started in total]
__ jit/metainterp/test/test_immutable.py [128 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 8 items
jit/metainterp/test/test_immutable.py ........ [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 8 passed, 1 warnings in 3.23 seconds =====================
++ 19:26:47 starting jit/metainterp/test/test_jitdriver.py [132 started in total]
__ jit/metainterp/test/test_jitdriver.py [129 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 7 items
jit/metainterp/test/test_jitdriver.py ....s.. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 6 passed, 1 skipped, 1 warnings in 4.31 seconds ================
++ 19:26:53 starting jit/metainterp/test/test_jitiface.py [133 started in total]
__ jit/metainterp/test/test_jitiface.py [130 done in total, somefailed=False] _
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 11 items
jit/metainterp/test/test_jitiface.py ........... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 11 passed, 1 warnings in 2.34 seconds =====================
++ 19:26:56 starting jit/metainterp/test/test_jitprof.py [134 started in total]
__ jit/metainterp/test/test_jitprof.py [131 done in total, somefailed=False] __
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 4 items
jit/metainterp/test/test_jitprof.py s... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 3 passed, 1 skipped, 1 warnings in 1.22 seconds ================
++ 19:26:59 starting jit/metainterp/test/test_list.py [135 started in total]
__ jit/metainterp/test/test_list.py [132 done in total, somefailed=False] _____
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 27 items
jit/metainterp/test/test_list.py ...s....................... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 26 passed, 1 skipped, 1 warnings in 7.61 seconds ===============
++ 19:27:07 starting jit/metainterp/test/test_llop.py [136 started in total]
__ jit/metainterp/test/test_llop.py [133 done in total, somefailed=False] _____
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 5 items
jit/metainterp/test/test_llop.py ..... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 5 passed, 1 warnings in 1.98 seconds =====================
++ 19:27:11 starting jit/metainterp/test/test_logger.py [137 started in total]
__ jit/metainterp/test/test_logger.py [134 done in total, somefailed=False] ___
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 16 items
jit/metainterp/test/test_logger.py ................ [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 16 passed, 1 warnings in 0.61 seconds =====================
++ 19:27:12 starting jit/metainterp/test/test_longlong.py [138 started in total]
__ jit/metainterp/test/test_longlong.py [135 done in total, somefailed=False] _
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 14 items
jit/metainterp/test/test_longlong.py ssssssssssssss [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 14 skipped, 1 warnings in 0.68 seconds ====================
++ 19:27:14 starting jit/metainterp/test/test_loop.py [139 started in total]
__ jit/metainterp/test/test_loop.py [136 done in total, somefailed=False] _____
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 37 items
jit/metainterp/test/test_loop.py ..............................ss.s... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 34 passed, 3 skipped, 1 warnings in 18.30 seconds ===============
++ 19:27:34 starting jit/metainterp/test/test_loop_unroll.py [140 started in total]
__ jit/metainterp/test/test_ajit.py [137 done in total, somefailed=False] _____
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 223 items
jit/metainterp/test/test_ajit.py ....................................... [ 17%]
........................................................................ [ 49%]
..............................................s..............s.......... [ 82%]
.s................................s.s... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============= 218 passed, 5 skipped, 1 warnings in 102.38 seconds ==============
++ 19:27:37 starting jit/metainterp/test/test_loop_unroll_disopt.py [141 started in total]
__ jit/metainterp/test/test_dict.py [138 done in total, somefailed=False] _____
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 42 items
jit/metainterp/test/test_dict.py ........................s.ss.....s..... [ 92%]
.s. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 37 passed, 5 skipped, 1 warnings in 75.56 seconds ===============
++ 19:27:42 starting jit/metainterp/test/test_math.py [142 started in total]
__ jit/metainterp/test/test_math.py [139 done in total, somefailed=False] _____
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 item
jit/metainterp/test/test_math.py . [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 1 passed, 1 warnings in 1.27 seconds =====================
++ 19:27:45 starting jit/metainterp/test/test_memmgr.py [143 started in total]
__ jit/metainterp/test/test_loop_unroll.py [140 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 37 items
jit/metainterp/test/test_loop_unroll.py ..............................ss [ 86%]
.s... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 34 passed, 3 skipped, 1 warnings in 16.41 seconds ===============
++ 19:27:55 starting jit/metainterp/test/test_opencoder.py [144 started in total]
__ jit/metainterp/test/test_opencoder.py [141 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 11 items
jit/metainterp/test/test_opencoder.py ........... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 11 passed, 1 warnings in 0.82 seconds =====================
++ 19:27:56 starting jit/metainterp/test/test_pyjitpl.py [145 started in total]
__ jit/metainterp/test/test_pyjitpl.py [142 done in total, somefailed=False] __
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 3 items
jit/metainterp/test/test_pyjitpl.py s.. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 2 passed, 1 skipped, 1 warnings in 0.64 seconds ================
++ 19:27:58 starting jit/metainterp/test/test_quasiimmut.py [146 started in total]
__ jit/metainterp/test/test_quasiimmut.py [143 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 21 items
jit/metainterp/test/test_quasiimmut.py ...............s..... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 20 passed, 1 skipped, 1 warnings in 3.73 seconds ===============
++ 19:28:04 starting jit/metainterp/test/test_rawmem.py [147 started in total]
__ jit/metainterp/test/test_rawmem.py [144 done in total, somefailed=False] ___
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 8 items
jit/metainterp/test/test_rawmem.py ........ [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 8 passed, 1 warnings in 1.68 seconds =====================
++ 19:28:06 starting jit/metainterp/test/test_recursive.py [148 started in total]
__ jit/backend/x86/test/test_ztranslation_jit_stats.py [145 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 2 items
jit/backend/x86/test/test_ztranslation_jit_stats.py s. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 1 passed, 1 skipped, 1 warnings in 240.14 seconds ===============
++ 19:28:19 starting jit/metainterp/test/test_resoperation.py [149 started in total]
__ jit/metainterp/test/test_resoperation.py [146 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 15 items
jit/metainterp/test/test_resoperation.py ............... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 15 passed, 1 warnings in 0.64 seconds =====================
++ 19:28:21 starting jit/metainterp/test/test_resume.py [150 started in total]
__ jit/metainterp/test/test_resume.py [147 done in total, somefailed=False] ___
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 37 items
jit/metainterp/test/test_resume.py ............................ss....... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 35 passed, 2 skipped, 1 warnings in 1.13 seconds ===============
++ 19:28:23 starting jit/metainterp/test/test_resumecode.py [151 started in total]
__ jit/metainterp/test/test_resumecode.py [148 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 5 items
jit/metainterp/test/test_resumecode.py ..... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 5 passed, 1 warnings in 2.23 seconds =====================
++ 19:28:27 starting jit/metainterp/test/test_send.py [152 started in total]
__ jit/metainterp/test/test_memmgr.py [149 done in total, somefailed=False] ___
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 item
jit/metainterp/test/test_memmgr.py . [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 passed, 1 warnings in 39.49 seconds =====================
++ 19:28:29 starting jit/metainterp/test/test_slist.py [153 started in total]
__ jit/metainterp/test/test_slist.py [150 done in total, somefailed=False] ____
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 6 items
jit/metainterp/test/test_slist.py ...... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 6 passed, 1 warnings in 2.27 seconds =====================
++ 19:28:32 starting jit/metainterp/test/test_string.py [154 started in total]
__ jit/metainterp/test/test_send.py [151 done in total, somefailed=False] _____
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 22 items
jit/metainterp/test/test_send.py ...................... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 22 passed, 1 warnings in 7.11 seconds =====================
++ 19:28:35 starting jit/metainterp/test/test_support.py [155 started in total]
__ jit/metainterp/test/test_support.py [152 done in total, somefailed=False] __
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 item
jit/metainterp/test/test_support.py . [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 1 passed, 1 warnings in 0.11 seconds =====================
++ 19:28:36 starting jit/metainterp/test/test_threadlocal.py [156 started in total]
__ jit/metainterp/test/test_threadlocal.py [153 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 3 items
jit/metainterp/test/test_threadlocal.py ... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 3 passed, 1 warnings in 1.03 seconds =====================
++ 19:28:38 starting jit/metainterp/test/test_tl.py [157 started in total]
__ jit/metainterp/test/test_tl.py [154 done in total, somefailed=False] _______
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 5 items
jit/metainterp/test/test_tl.py ..... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 5 passed, 1 warnings in 6.19 seconds =====================
++ 19:28:45 starting jit/metainterp/test/test_tlc.py [158 started in total]
__ jit/metainterp/test/test_tlc.py [155 done in total, somefailed=False] ______
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 2 items
jit/metainterp/test/test_tlc.py .s [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 1 passed, 1 skipped, 1 warnings in 3.54 seconds ================
++ 19:28:49 starting jit/metainterp/test/test_tracelimit.py [159 started in total]
__ jit/metainterp/test/test_recursive.py [156 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 42 items
jit/metainterp/test/test_recursive.py ................s........s........ [ 80%]
........ [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 40 passed, 2 skipped, 1 warnings in 46.80 seconds ===============
++ 19:28:57 starting jit/metainterp/test/test_tracingopts.py [160 started in total]
__ jit/metainterp/test/test_tracingopts.py [157 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 39 items
jit/metainterp/test/test_tracingopts.py ................................ [ 82%]
.s..... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 38 passed, 1 skipped, 1 warnings in 8.92 seconds ===============
++ 19:29:07 starting jit/metainterp/test/test_virtual.py [161 started in total]
__ jit/metainterp/test/test_string.py [158 done in total, somefailed=False] ___
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 97 items
jit/metainterp/test/test_string.py .............................s....... [ 38%]
.....................................s...................... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 95 passed, 2 skipped, 1 warnings in 33.62 seconds ===============
++ 19:29:10 starting jit/metainterp/test/test_virtualizable.py [162 started in total]
__ jit/metainterp/test/test_virtualizable.py [159 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 50 items
jit/metainterp/test/test_virtualizable.py ................x............. [ 60%]
.................... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 49 passed, 1 xfailed, 1 warnings in 19.06 seconds ===============
++ 19:29:31 starting jit/metainterp/test/test_virtualref.py [163 started in total]
__ jit/metainterp/test/test_virtualref.py [160 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 21 items
jit/metainterp/test/test_virtualref.py ..s.................. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 20 passed, 1 skipped, 1 warnings in 5.66 seconds ===============
++ 19:29:37 starting jit/metainterp/test/test_warmspot.py [164 started in total]
__ jit/metainterp/test/test_virtual.py [161 done in total, somefailed=False] __
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 133 items
jit/metainterp/test/test_virtual.py .................................... [ 27%]
........................................................................ [ 81%]
......................... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=================== 133 passed, 1 warnings in 28.77 seconds ====================
++ 19:29:40 starting jit/metainterp/test/test_warmstate.py [165 started in total]
__ jit/metainterp/test/test_loop_unroll_disopt.py [162 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 259 items
jit/metainterp/test/test_loop_unroll_disopt.py ......................... [ 9%]
.....ss.s.................................ss.s.......................... [ 37%]
.......ss.s.................................ss.s........................ [ 65%]
.........ss.s.................................ss.s...................... [ 93%]
...........ss.s... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============= 238 passed, 21 skipped, 1 warnings in 115.15 seconds =============
++ 19:29:41 starting jit/metainterp/test/test_zvector.py [166 started in total]
__ jit/metainterp/test/test_warmstate.py [163 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 9 items
jit/metainterp/test/test_warmstate.py ......... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 9 passed, 1 warnings in 0.83 seconds =====================
++ 19:29:42 starting jit/tl/test [167 started in total]
__ jit/metainterp/test/test_warmspot.py [164 done in total, somefailed=False] _
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 27 items
jit/metainterp/test/test_warmspot.py ...........sss.....ssss.... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 20 passed, 7 skipped, 1 warnings in 3.39 seconds ===============
++ 19:29:42 starting jit/tl/tinyframe/test [168 started in total]
__ jit/tl/test [165 done in total, somefailed=True] ___________________________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 44 items / 1 errors
==================================== ERRORS ====================================
_________________ ERROR collecting jit/tl/test/test_pypyjit.py _________________
Using pytest.skip outside of a test is not allowed. To decorate a test function, use the @pytest.mark.skip or @pytest.mark.skipif decorators instead, and to skip a module use `pytestmark = pytest.mark.{skip,skipif}.
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
!!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!
===================== 1 warnings, 1 error in 0.23 seconds ======================
++ 19:29:43 starting jit/tl/tla [169 started in total]
__ jit/tl/tinyframe/test [166 done in total, somefailed=False] ________________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 7 items
jit/tl/tinyframe/test/test_tinyframe.py ....... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 7 passed, 1 warnings in 1.12 seconds =====================
++ 19:29:44 starting jit/tool/test [170 started in total]
__ jit/tool/test [167 done in total, somefailed=False] ________________________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 49 items
jit/tool/test/test_jitoutput.py .. [ 4%]
jit/tool/test/test_loopcounter.py . [ 6%]
jit/tool/test/test_oparser.py ................................... [ 77%]
jit/tool/test/test_traceviewer.py ........... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 49 passed, 1 warnings in 1.27 seconds =====================
++ 19:29:47 starting memory/gc/test [171 started in total]
__ jit/metainterp/test/test_tracelimit.py [168 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 5 items
jit/metainterp/test/test_tracelimit.py ..... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 5 passed, 1 warnings in 54.33 seconds =====================
++ 19:29:48 starting memory/gctransform/test [172 started in total]
__ jit/tl/tla [169 done in total, somefailed=False] ___________________________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 15 items
jit/tl/tla/test_tla.py ..........ssss. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 11 passed, 4 skipped, 1 warnings in 3.73 seconds ===============
++ 19:29:48 starting memory/test/test_gctypelayout.py [173 started in total]
__ memory/test/test_gctypelayout.py [170 done in total, somefailed=False] _____
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 5 items
memory/test/test_gctypelayout.py ..... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 5 passed, 1 warnings in 0.72 seconds =====================
++ 19:29:50 starting memory/test/test_generational_gc.py [174 started in total]
__ memory/test/test_generational_gc.py [171 done in total, somefailed=False] __
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 47 items
memory/test/test_generational_gc.py .................................... [ 76%]
........... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 47 passed, 1 warnings in 32.61 seconds ====================
++ 19:30:28 starting memory/test/test_growingsemispace_gc.py [175 started in total]
__ memory/gctransform/test [172 done in total, somefailed=False] ______________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 85 items
memory/gctransform/test/test_boehm.py ...... [ 7%]
memory/gctransform/test/test_framework.py ................. [ 27%]
memory/gctransform/test/test_refcounting.py .s............. [ 44%]
memory/gctransform/test/test_shadowcolor.py ............................ [ 77%]
....... [ 85%]
memory/gctransform/test/test_statistics.py .. [ 88%]
memory/gctransform/test/test_transform.py .......... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 84 passed, 1 skipped, 1 warnings in 65.67 seconds ===============
++ 19:31:00 starting memory/test/test_hybrid_gc.py [176 started in total]
__ memory/test/test_growingsemispace_gc.py [173 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 47 items
memory/test/test_growingsemispace_gc.py ................................ [ 68%]
............... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 47 passed, 1 warnings in 35.96 seconds ====================
++ 19:31:06 starting memory/test/test_hybrid_gc_smallheap.py [177 started in total]
__ memory/test/test_hybrid_gc.py [174 done in total, somefailed=False] ________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 50 items
memory/test/test_hybrid_gc.py .......................................... [ 84%]
........ [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 50 passed, 1 warnings in 33.41 seconds ====================
++ 19:31:38 starting memory/test/test_incminimark_gc.py [178 started in total]
__ memory/test/test_hybrid_gc_smallheap.py [175 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 46 items
memory/test/test_hybrid_gc_smallheap.py ................................ [ 69%]
.............. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 46 passed, 1 warnings in 29.93 seconds ====================
++ 19:31:39 starting memory/test/test_incminimark_gc_cardmarking.py [179 started in total]
__ jit/metainterp/test/test_zvector.py [176 done in total, somefailed=False] __
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 84 items
jit/metainterp/test/test_zvector.py .................................... [ 42%]
................................................ [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=================== 84 passed, 1 warnings in 133.82 seconds ====================
++ 19:31:59 starting memory/test/test_lldict.py [180 started in total]
__ memory/test/test_lldict.py [177 done in total, somefailed=False] ___________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 5 items
memory/test/test_lldict.py ..... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 5 passed, 1 warnings in 0.68 seconds =====================
++ 19:32:00 starting memory/test/test_minimark_gc.py [181 started in total]
__ memory/test/test_minimark_gc.py [178 done in total, somefailed=False] ______
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 48 items
memory/test/test_minimark_gc.py ........................................ [ 83%]
........ [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 48 passed, 1 warnings in 36.13 seconds ====================
++ 19:32:38 starting memory/test/test_minimark_gc_cardmarking.py [182 started in total]
__ memory/test/test_incminimark_gc.py [179 done in total, somefailed=False] ___
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 52 items
memory/test/test_incminimark_gc.py ..................................... [ 71%]
.............s. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 51 passed, 1 skipped, 1 warnings in 64.86 seconds ===============
++ 19:32:44 starting memory/test/test_semispace_gc.py [183 started in total]
__ memory/test/test_incminimark_gc_cardmarking.py [180 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 52 items
memory/test/test_incminimark_gc_cardmarking.py ......................... [ 48%]
.........................s. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 51 passed, 1 skipped, 1 warnings in 59.67 seconds ===============
++ 19:32:44 starting memory/test/test_support.py [184 started in total]
__ memory/test/test_support.py [181 done in total, somefailed=False] __________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 9 items
memory/test/test_support.py ......... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 9 passed, 1 warnings in 3.06 seconds =====================
++ 19:32:49 starting memory/test/test_transformed_gc.py [185 started in total]
__ memory/test/test_minimark_gc_cardmarking.py [182 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 48 items
memory/test/test_minimark_gc_cardmarking.py ............................ [ 58%]
.................... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 48 passed, 1 warnings in 35.18 seconds ====================
++ 19:33:16 starting rlib/parsing/test/test_deterministic.py [186 started in total]
__ memory/test/test_semispace_gc.py [183 done in total, somefailed=False] _____
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 47 items
memory/test/test_semispace_gc.py ....................................... [ 82%]
........ [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 47 passed, 1 warnings in 31.14 seconds ====================
++ 19:33:17 starting rlib/parsing/test/test_ebnfparse.py [187 started in total]
__ rlib/parsing/test/test_ebnfparse.py [184 done in total, somefailed=False] __
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 29 items
rlib/parsing/test/test_ebnfparse.py ..........................s.. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
rlib/parsing/test/test_ebnfparse.py:7
/build_dir/rpython-linux-x86-64/build/rpython/rlib/parsing/test/test_ebnfparse.py:7: DeprecationWarning: the sets module is deprecated
from sets import Set
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 28 passed, 1 skipped, 2 warnings in 0.46 seconds ===============
++ 19:33:18 starting rlib/parsing/test/test_lexer.py [188 started in total]
__ rlib/parsing/test/test_lexer.py [185 done in total, somefailed=False] ______
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 10 items
rlib/parsing/test/test_lexer.py .......... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 10 passed, 1 warnings in 0.18 seconds =====================
++ 19:33:19 starting rlib/parsing/test/test_parse.py [189 started in total]
__ rlib/parsing/test/test_parse.py [186 done in total, somefailed=False] ______
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 4 items
rlib/parsing/test/test_parse.py .... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 4 passed, 1 warnings in 0.14 seconds =====================
++ 19:33:20 starting rlib/parsing/test/test_parseerrors.py [190 started in total]
__ rlib/parsing/test/test_deterministic.py [187 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 9 items
rlib/parsing/test/test_deterministic.py ......... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 9 passed, 1 warnings in 3.62 seconds =====================
++ 19:33:21 starting rlib/parsing/test/test_pcre_regtest.py [191 started in total]
__ rlib/parsing/test/test_parseerrors.py [188 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 2 items
rlib/parsing/test/test_parseerrors.py .. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 2 passed, 1 warnings in 0.15 seconds =====================
++ 19:33:21 starting rlib/parsing/test/test_pypackrat.py [192 started in total]
__ rlib/parsing/test/test_pypackrat.py [189 done in total, somefailed=False] __
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 31 items
rlib/parsing/test/test_pypackrat.py ............................... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 31 passed, 1 warnings in 0.68 seconds =====================
++ 19:33:23 starting rlib/parsing/test/test_pythonlexer.py [193 started in total]
__ rlib/parsing/test/test_pythonlexer.py [190 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 11 items
rlib/parsing/test/test_pythonlexer.py ........... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 11 passed, 1 warnings in 2.07 seconds =====================
++ 19:33:26 starting rlib/parsing/test/test_pythonparse.py [194 started in total]
__ rlib/parsing/test/test_pythonparse.py [191 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 17 items
rlib/parsing/test/test_pythonparse.py ............s.... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 16 passed, 1 skipped, 1 warnings in 1.14 seconds ===============
++ 19:33:28 starting rlib/parsing/test/test_regex.py [195 started in total]
__ rlib/parsing/test/test_pcre_regtest.py [192 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 290 items
rlib/parsing/test/test_pcre_regtest.py ................................. [ 11%]
........................................................................ [ 36%]
........................................................................ [ 61%]
........................................................................ [ 85%]
......................................... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 290 passed, 1 warnings in 9.61 seconds ====================
++ 19:33:33 starting rlib/parsing/test/test_regexparse.py [196 started in total]
__ rlib/parsing/test/test_regexparse.py [193 done in total, somefailed=False] _
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 15 items
rlib/parsing/test/test_regexparse.py ............... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 15 passed, 1 warnings in 0.34 seconds =====================
++ 19:33:34 starting rlib/parsing/test/test_translate.py [197 started in total]
__ rlib/parsing/test/test_regex.py [194 done in total, somefailed=False] ______
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 13 items
rlib/parsing/test/test_regex.py ............. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 13 passed, 1 warnings in 9.78 seconds =====================
++ 19:33:40 starting rlib/parsing/test/test_translate_lexer.py [198 started in total]
__ rlib/parsing/test/test_translate_lexer.py [195 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 item
rlib/parsing/test/test_translate_lexer.py . [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 1 passed, 1 warnings in 6.57 seconds =====================
++ 19:33:48 starting rlib/parsing/test/test_tree.py [199 started in total]
__ rlib/parsing/test/test_tree.py [196 done in total, somefailed=False] _______
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 6 items
rlib/parsing/test/test_tree.py ...... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 6 passed, 1 warnings in 5.33 seconds =====================
++ 19:33:55 starting rlib/rjitlog/test/test_jitlog.py [200 started in total]
__ rlib/rjitlog/test/test_jitlog.py [197 done in total, somefailed=False] _____
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 4 items
rlib/rjitlog/test/test_jitlog.py .... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 4 passed, 1 warnings in 0.87 seconds =====================
++ 19:33:57 starting rlib/rsre/test/test_char.py [201 started in total]
__ rlib/rsre/test/test_char.py [198 done in total, somefailed=False] __________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 7 items
rlib/rsre/test/test_char.py ....... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 7 passed, 1 warnings in 1.93 seconds =====================
++ 19:34:00 starting rlib/rsre/test/test_ext_opcode.py [202 started in total]
__ rlib/rsre/test/test_ext_opcode.py [199 done in total, somefailed=False] ____
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 11 items
rlib/rsre/test/test_ext_opcode.py ........... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 11 passed, 1 warnings in 0.57 seconds =====================
++ 19:34:02 starting rlib/rsre/test/test_match.py [203 started in total]
__ rlib/rsre/test/test_match.py [200 done in total, somefailed=False] _________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 38 items
rlib/rsre/test/test_match.py ...................................... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 38 passed, 1 warnings in 1.17 seconds =====================
++ 19:34:05 starting rlib/rsre/test/test_re.py [204 started in total]
__ rlib/rsre/test/test_re.py [201 done in total, somefailed=False] ____________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 56 items
rlib/rsre/test/test_re.py ..............ss.............................. [ 82%]
.......... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 54 passed, 2 skipped, 1 warnings in 6.16 seconds ===============
++ 19:34:11 starting rlib/rsre/test/test_search.py [205 started in total]
__ rlib/rsre/test/test_search.py [202 done in total, somefailed=False] ________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 67 items
rlib/rsre/test/test_search.py .......................................... [ 62%]
......................... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 67 passed, 1 warnings in 0.81 seconds =====================
++ 19:34:13 starting rlib/rsre/test/test_zexternal.py [206 started in total]
__ rlib/rsre/test/test_zexternal.py [203 done in total, somefailed=False] _____
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1002 items
rlib/rsre/test/test_zexternal.py ....................................... [ 3%]
........................................................................ [ 11%]
........................................................................ [ 18%]
........................................................................ [ 25%]
........................................................................ [ 32%]
........................................................................ [ 39%]
........................................................................ [ 47%]
........................................................................ [ 54%]
........................................................................ [ 61%]
........................................................................ [ 68%]
........................................................................ [ 75%]
........................................................................ [ 82%]
........................................................................ [ 90%]
........................................................................ [ 97%]
........................... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=================== 1002 passed, 1 warnings in 2.13 seconds ====================
++ 19:34:17 starting rlib/rsre/test/test_zinterp.py [207 started in total]
__ rlib/parsing/test/test_translate.py [204 done in total, somefailed=False] __
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 5 items
rlib/parsing/test/test_translate.py ..... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 5 passed, 1 warnings in 37.39 seconds =====================
++ 19:34:18 starting rlib/rsre/test/test_zjit.py [208 started in total]
__ rlib/rsre/test/test_zinterp.py [205 done in total, somefailed=False] _______
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 3 items
rlib/rsre/test/test_zinterp.py ... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 3 passed, 1 warnings in 12.09 seconds =====================
++ 19:34:31 starting rlib/rstrategies/test/test_rstrategies.py [209 started in total]
__ rlib/rstrategies/test/test_rstrategies.py [206 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 49 items
rlib/rstrategies/test/test_rstrategies.py .............................. [ 61%]
................... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 49 passed, 1 warnings in 0.22 seconds =====================
++ 19:34:32 starting rlib/rstruct/test/test_ieee.py [210 started in total]
__ memory/gc/test [207 done in total, somefailed=False] _______________________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 216 items
memory/gc/test/test_direct.py ....................................s..... [ 19%]
........................................................................ [ 52%]
[ 52%]
memory/gc/test/test_env.py ....... [ 56%]
memory/gc/test/test_hook.py ... [ 57%]
memory/gc/test/test_incminimark.py ... [ 58%]
memory/gc/test/test_inspector.py .. [ 59%]
memory/gc/test/test_minimark.py ... [ 61%]
memory/gc/test/test_minimarkpage.py ............... [ 68%]
memory/gc/test/test_object_pinning.py .................................. [ 83%]
........... [ 88%]
memory/gc/test/test_rawrefcount.py ........................ [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
memory/gc/test/test_direct.py::TestIncrementalMiniMarkGCFullRandom::()::test_random
/build_dir/rpython-linux-x86-64/build/virt_test/lib/python2.7/site-packages/hypothesis/_strategies.py:696: HypothesisDeprecationWarning: sampled_from() with nothing to sample is deprecated and will be an error in a future version. It currently returns `st.nothing()`, which if unexpected can make parts of a strategy silently vanish.
since="2019-03-12",
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============= 215 passed, 1 skipped, 2 warnings in 306.49 seconds ==============
++ 19:34:57 starting rlib/rstruct/test/test_pack.py [211 started in total]
__ rlib/rstruct/test/test_pack.py [208 done in total, somefailed=False] _______
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 59 items
rlib/rstruct/test/test_pack.py ......................................... [ 69%]
.................. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 59 passed, 1 warnings in 0.74 seconds =====================
++ 19:34:59 starting rlib/rstruct/test/test_runpack.py [212 started in total]
__ rlib/rstruct/test/test_runpack.py [209 done in total, somefailed=False] ____
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 22 items
rlib/rstruct/test/test_runpack.py ...................... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 22 passed, 1 warnings in 7.96 seconds =====================
++ 19:35:09 starting rlib/rvmprof/test/test_file.py [213 started in total]
__ rlib/rstruct/test/test_ieee.py [210 done in total, somefailed=False] _______
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 14 items
rlib/rstruct/test/test_ieee.py .............. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 14 passed, 1 warnings in 34.08 seconds ====================
++ 19:35:10 starting rlib/rvmprof/test/test_rvmprof.py [214 started in total]
__ rlib/rvmprof/test/test_file.py [211 done in total, somefailed=False] _______
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 item
rlib/rvmprof/test/test_file.py . [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 passed, 1 warnings in 10.41 seconds =====================
++ 19:35:22 starting rlib/rvmprof/test/test_support.py [215 started in total]
__ rlib/rvmprof/test/test_support.py [212 done in total, somefailed=False] ____
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 3 items
rlib/rvmprof/test/test_support.py ... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 3 passed, 1 warnings in 0.55 seconds =====================
++ 19:35:23 starting rlib/rvmprof/test/test_traceback.py [216 started in total]
__ rlib/rvmprof/test/test_rvmprof.py [213 done in total, somefailed=False] ____
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 6 items
rlib/rvmprof/test/test_rvmprof.py ...... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 6 passed, 1 warnings in 28.30 seconds =====================
++ 19:35:43 starting rlib/rvmprof/test/test_ztranslation.py [217 started in total]
__ rlib/rvmprof/test/test_ztranslation.py [214 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 2 items
rlib/rvmprof/test/test_ztranslation.py .. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 2 passed, 1 warnings in 19.38 seconds =====================
++ 19:36:03 starting rlib/test/test__jit_vref.py [218 started in total]
__ rlib/test/test__jit_vref.py [215 done in total, somefailed=False] __________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 12 items
rlib/test/test__jit_vref.py ............ [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 12 passed, 1 warnings in 0.78 seconds =====================
++ 19:36:05 starting rlib/test/test_buffer.py [219 started in total]
__ rlib/test/test_buffer.py [216 done in total, somefailed=False] _____________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 47 items
rlib/test/test_buffer.py ............................................... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 47 passed, 1 warnings in 16.02 seconds ====================
++ 19:36:22 starting rlib/test/test_cache.py [220 started in total]
__ rlib/test/test_cache.py [217 done in total, somefailed=False] ______________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 item
rlib/test/test_cache.py . [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 1 passed, 1 warnings in 0.11 seconds =====================
++ 19:36:23 starting rlib/test/test_clibffi.py [221 started in total]
__ rlib/test/test_clibffi.py [218 done in total, somefailed=False] ____________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 17 items
rlib/test/test_clibffi.py ........s......n: 2
Arg 0: 3
Arg 1: 15
.s [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 15 passed, 2 skipped, 1 warnings in 3.28 seconds ===============
++ 19:36:27 starting rlib/test/test_compilerinfo.py [222 started in total]
__ rlib/test/test_compilerinfo.py [219 done in total, somefailed=False] _______
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 2 items
rlib/test/test_compilerinfo.py .. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 2 passed, 1 warnings in 3.20 seconds =====================
++ 19:36:32 starting rlib/test/test_debug.py [223 started in total]
__ rlib/test/test_debug.py [220 done in total, somefailed=False] ______________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 11 items
rlib/test/test_debug.py ........... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 11 passed, 1 warnings in 4.32 seconds =====================
++ 19:36:37 starting rlib/test/test_jit.py [224 started in total]
__ rlib/test/test_jit.py [221 done in total, somefailed=False] ________________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 30 items
rlib/test/test_jit.py ...ss......................... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 28 passed, 2 skipped, 1 warnings in 1.95 seconds ===============
++ 19:36:41 starting rlib/test/test_jit_libffi.py [225 started in total]
__ rlib/test/test_jit_libffi.py [222 done in total, somefailed=False] _________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 item
rlib/test/test_jit_libffi.py . [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 1 passed, 1 warnings in 0.65 seconds =====================
++ 19:36:42 starting rlib/test/test_libffi.py [226 started in total]
__ rlib/test/test_libffi.py [223 done in total, somefailed=False] _____________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 26 items
rlib/test/test_libffi.py .........s................ [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 25 passed, 1 skipped, 1 warnings in 0.99 seconds ===============
++ 19:36:44 starting rlib/test/test_listsort.py [227 started in total]
__ rlib/test/test_listsort.py [224 done in total, somefailed=False] ___________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 4 items
rlib/test/test_listsort.py .... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
rlib/test/test_listsort.py:13
/build_dir/rpython-linux-x86-64/build/rpython/rlib/test/test_listsort.py:13: PytestWarning: cannot collect test class 'TestTimSort' because it has a __init__ constructor
class TestTimSort(TimSort):
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 4 passed, 2 warnings in 1.04 seconds =====================
++ 19:36:46 starting rlib/test/test_longlong2float.py [228 started in total]
__ rlib/test/test_longlong2float.py [225 done in total, somefailed=False] _____
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 10 items
rlib/test/test_longlong2float.py .......... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 10 passed, 1 warnings in 12.18 seconds ====================
++ 19:37:00 starting rlib/test/test_mutbuffer.py [229 started in total]
__ rlib/test/test_mutbuffer.py [226 done in total, somefailed=False] __________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 5 items
rlib/test/test_mutbuffer.py ..... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 5 passed, 1 warnings in 0.54 seconds =====================
++ 19:37:02 starting rlib/test/test_nonconst.py [230 started in total]
__ rlib/test/test_nonconst.py [227 done in total, somefailed=False] ___________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 5 items
rlib/test/test_nonconst.py ..... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 5 passed, 1 warnings in 0.67 seconds =====================
++ 19:37:04 starting rlib/test/test_objectmodel.py [231 started in total]
__ rlib/test/test_objectmodel.py [228 done in total, somefailed=False] ________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 60 items
rlib/test/test_objectmodel.py ....s..................................... [ 70%]
.................. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
rlib/test/test_objectmodel.py::test_enforceargs_decorator
/build_dir/rpython-linux-x86-64/build/rpython/rlib/test/test_objectmodel.py:454: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
assert exc.value.message == "f argument 'b' must be of type <type 'str'>"
rlib/test/test_objectmodel.py::test_never_allocate
/build_dir/rpython-linux-x86-64/build/rpython/memory/gctransform/transform.py:247: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
e.args = ('[function %s]: %s' % (graph.name, e.message),)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 59 passed, 1 skipped, 3 warnings in 30.54 seconds ===============
++ 19:37:36 starting rlib/test/test_posix.py [232 started in total]
__ rlib/test/test_posix.py [229 done in total, somefailed=False] ______________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 30 items
rlib/test/test_posix.py ....s......................... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 29 passed, 1 skipped, 1 warnings in 7.44 seconds ===============
++ 19:37:45 starting rlib/test/test_rStringIO.py [233 started in total]
__ rlib/test/test_rStringIO.py [230 done in total, somefailed=False] __________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 11 items
rlib/test/test_rStringIO.py ........... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 11 passed, 1 warnings in 0.22 seconds =====================
++ 19:37:46 starting rlib/test/test_rarithmetic.py [234 started in total]
__ rlib/test/test_rarithmetic.py [231 done in total, somefailed=False] ________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 103 items
rlib/test/test_rarithmetic.py .......................................... [ 40%]
............................................................. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 103 passed, 1 warnings in 1.72 seconds ====================
++ 19:37:48 starting rlib/test/test_rawrefcount.py [235 started in total]
__ rlib/test/test_rawrefcount.py [232 done in total, somefailed=False] ________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 13 items
rlib/test/test_rawrefcount.py ............. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 13 passed, 1 warnings in 18.00 seconds ====================
++ 19:38:09 starting rlib/test/test_rawrefcount_boehm.py [236 started in total]
__ rlib/test/test_rawrefcount_boehm.py [233 done in total, somefailed=False] __
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 2 items
rlib/test/test_rawrefcount_boehm.py .. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 2 passed, 1 warnings in 9.98 seconds =====================
++ 19:38:21 starting rlib/test/test_rawstorage.py [237 started in total]
__ rlib/test/test_rawstorage.py [234 done in total, somefailed=False] _________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 7 items
rlib/test/test_rawstorage.py ....... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 7 passed, 1 warnings in 9.60 seconds =====================
++ 19:38:33 starting rlib/test/test_rbigint.py [238 started in total]
__ memory/test/test_transformed_gc.py [235 done in total, somefailed=False] ___
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 183 items
memory/test/test_transformed_gc.py ....s..................s..s.....s.... [ 20%]
..............s..s............s..................s..s.............s..... [ 59%]
................s................s.....................s................ [ 98%]
.s [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============= 169 passed, 14 skipped, 1 warnings in 401.53 seconds =============
++ 19:39:33 starting rlib/test/test_rbisect.py [239 started in total]
__ rlib/test/test_rbisect.py [236 done in total, somefailed=False] ____________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 2 items
rlib/test/test_rbisect.py .. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 2 passed, 1 warnings in 0.11 seconds =====================
++ 19:39:34 starting rlib/test/test_rcomplex.py [240 started in total]
__ rlib/test/test_rcomplex.py [237 done in total, somefailed=False] ___________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 8 items
rlib/test/test_rcomplex.py ........ [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 8 passed, 1 warnings in 0.21 seconds =====================
++ 19:39:35 starting rlib/test/test_rdtoa.py [241 started in total]
__ rlib/test/test_rdtoa.py [238 done in total, somefailed=False] ______________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 6 items
rlib/test/test_rdtoa.py ...... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 6 passed, 1 warnings in 0.31 seconds =====================
++ 19:39:36 starting rlib/test/test_rdynload.py [242 started in total]
__ rlib/test/test_rdynload.py [239 done in total, somefailed=False] ___________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 3 items
rlib/test/test_rdynload.py ... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 3 passed, 1 warnings in 0.61 seconds =====================
++ 19:39:38 starting rlib/test/test_rerased.py [243 started in total]
__ rlib/test/test_rerased.py [240 done in total, somefailed=False] ____________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 25 items
rlib/test/test_rerased.py ......................... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 25 passed, 1 warnings in 0.89 seconds =====================
++ 19:39:40 starting rlib/test/test_rfile.py [244 started in total]
__ rlib/test/test_rfile.py [241 done in total, somefailed=False] ______________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 26 items
rlib/test/test_rfile.py .................test
......... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 26 passed, 1 warnings in 22.42 seconds ====================
++ 19:40:03 starting rlib/test/test_rfloat.py [245 started in total]
__ rlib/rvmprof/test/test_traceback.py [242 done in total, somefailed=False] __
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 item
rlib/rvmprof/test/test_traceback.py . [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 passed, 1 warnings in 282.61 seconds ====================
++ 19:40:12 starting rlib/test/test_rgc.py [246 started in total]
__ rlib/test/test_rfloat.py [243 done in total, somefailed=False] _____________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 13 items
rlib/test/test_rfloat.py ............. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 13 passed, 1 warnings in 14.67 seconds ====================
++ 19:40:21 starting rlib/test/test_rgil.py [247 started in total]
__ rlib/test/test_rgil.py [244 done in total, somefailed=False] _______________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 4 items
rlib/test/test_rgil.py .... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 4 passed, 1 warnings in 24.30 seconds =====================
++ 19:40:49 starting rlib/test/test_rlocale.py [248 started in total]
__ rlib/test/test_rlocale.py [245 done in total, somefailed=False] ____________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 4 items
rlib/test/test_rlocale.py ss.. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 2 passed, 2 skipped, 1 warnings in 0.13 seconds ================
++ 19:40:50 starting rlib/test/test_rmarshal.py [249 started in total]
__ rlib/test/test_rmarshal.py [246 done in total, somefailed=False] ___________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 6 items
rlib/test/test_rmarshal.py ...... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 6 passed, 1 warnings in 7.94 seconds =====================
++ 19:41:00 starting rlib/test/test_rmd5.py [250 started in total]
__ rlib/test/test_rmd5.py [247 done in total, somefailed=False] _______________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 7 items
rlib/test/test_rmd5.py ....... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
rlib/test/test_rmd5.py:1
/build_dir/rpython-linux-x86-64/build/rpython/rlib/test/test_rmd5.py:1: DeprecationWarning: the md5 module is deprecated; use hashlib instead
import md5 # for comparison
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 7 passed, 2 warnings in 1.90 seconds =====================
++ 19:41:02 starting rlib/test/test_rmmap.py [251 started in total]
__ rlib/test/test_rmmap.py [248 done in total, somefailed=False] ______________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 32 items
rlib/test/test_rmmap.py ...........................ss... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 30 passed, 2 skipped, 1 warnings in 21.49 seconds ===============
++ 19:41:26 starting rlib/test/test_rope.py [252 started in total]
__ rlib/test/test_rgc.py [249 done in total, somefailed=False] ________________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 37 items
rlib/test/test_rgc.py ...................s................. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 36 passed, 1 skipped, 1 warnings in 75.99 seconds ===============
++ 19:41:32 starting rlib/test/test_rpath.py [253 started in total]
__ rlib/test/test_rpath.py [250 done in total, somefailed=False] ______________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 10 items
rlib/test/test_rpath.py ......s... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 9 passed, 1 skipped, 1 warnings in 0.52 seconds ================
++ 19:41:34 starting rlib/test/test_rpoll.py [254 started in total]
__ rlib/test/test_rope.py [251 done in total, somefailed=False] _______________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 58 items
rlib/test/test_rope.py .............................s................... [ 84%]
......... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 57 passed, 1 skipped, 1 warnings in 17.86 seconds ===============
++ 19:41:46 starting rlib/test/test_rposix.py [255 started in total]
__ rlib/test/test_rpoll.py [252 done in total, somefailed=False] ______________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 7 items
rlib/test/test_rpoll.py s...... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 6 passed, 1 skipped, 1 warnings in 13.27 seconds ===============
++ 19:41:49 starting rlib/test/test_rposix_environ.py [256 started in total]
__ rlib/test/test_rposix_environ.py [253 done in total, somefailed=False] _____
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 2 items
rlib/test/test_rposix_environ.py .. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 2 passed, 1 warnings in 8.63 seconds =====================
++ 19:41:59 starting rlib/test/test_rposix_scandir.py [257 started in total]
__ rlib/test/test_rposix_scandir.py [254 done in total, somefailed=False] _____
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 item
rlib/test/test_rposix_scandir.py . [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 1 passed, 1 warnings in 1.12 seconds =====================
++ 19:42:01 starting rlib/test/test_rposix_stat.py [258 started in total]
__ rlib/test/test_rposix_stat.py [255 done in total, somefailed=False] ________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 9 items
rlib/test/test_rposix_stat.py ......s.. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 8 passed, 1 skipped, 1 warnings in 12.09 seconds ===============
++ 19:42:16 starting rlib/test/test_rrandom.py [259 started in total]
__ rlib/test/test_rrandom.py [256 done in total, somefailed=False] ____________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 7 items
rlib/test/test_rrandom.py ....... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 7 passed, 1 warnings in 5.92 seconds =====================
++ 19:42:23 starting rlib/test/test_rrawarray.py [260 started in total]
__ rlib/test/test_rrawarray.py [257 done in total, somefailed=False] __________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 4 items
rlib/test/test_rrawarray.py .... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 4 passed, 1 warnings in 0.92 seconds =====================
++ 19:42:24 starting rlib/test/test_rsha.py [261 started in total]
__ rlib/test/test_rsha.py [258 done in total, somefailed=False] _______________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 4 items
rlib/test/test_rsha.py .... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
rlib/test/test_rsha.py::TestSHA::()::test_copy
/build_dir/rpython-linux-x86-64/build/rpython/rlib/test/test_rsha.py:31: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
import sha
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 4 passed, 2 warnings in 1.35 seconds =====================
++ 19:42:27 starting rlib/test/test_rshrinklist.py [262 started in total]
__ rlib/test/test_rshrinklist.py [259 done in total, somefailed=False] ________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 2 items
rlib/test/test_rshrinklist.py .. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 2 passed, 1 warnings in 0.11 seconds =====================
++ 19:42:28 starting rlib/test/test_rsignal.py [263 started in total]
__ rlib/test/test_rposix.py [260 done in total, somefailed=False] _____________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 80 items
rlib/test/test_rposix.py ..ss.sss...............ss...................... [ 58%]
................................. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 73 passed, 7 skipped, 1 warnings in 41.29 seconds ===============
++ 19:42:30 starting rlib/test/test_rsiphash.py [264 started in total]
__ rlib/test/test_rsignal.py [261 done in total, somefailed=False] ____________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 6 items
rlib/test/test_rsignal.py ...... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 6 passed, 1 warnings in 6.42 seconds =====================
++ 19:42:36 starting rlib/test/test_rsocket.py [265 started in total]
__ rlib/test/test_rsiphash.py [262 done in total, somefailed=False] ___________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 6 items
rlib/test/test_rsiphash.py ...... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 6 passed, 1 warnings in 12.98 seconds =====================
++ 19:42:45 starting rlib/test/test_rstacklet.py [266 started in total]
__ rlib/test/test_rsocket.py [263 done in total, somefailed=False] ____________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 68 items
rlib/test/test_rsocket.py .............................................. [ 67%]
.............xxx....s. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
======== 64 passed, 1 skipped, 3 xfailed, 1 warnings in 105.55 seconds =========
++ 19:44:25 starting rlib/test/test_rstackovf.py [267 started in total]
__ rlib/test/test_rstackovf.py [264 done in total, somefailed=False] __________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 4 items
rlib/test/test_rstackovf.py .s.. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 3 passed, 1 skipped, 1 warnings in 3.05 seconds ================
++ 19:44:30 starting rlib/test/test_rstring.py [268 started in total]
__ rlib/test/test_rstring.py [265 done in total, somefailed=False] ____________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 23 items
rlib/test/test_rstring.py ..........s.s.......... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 21 passed, 2 skipped, 1 warnings in 4.98 seconds ===============
++ 19:44:37 starting rlib/test/test_rtermios.py [269 started in total]
__ rlib/test/test_rtermios.py [266 done in total, somefailed=False] ___________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 5 items
rlib/test/test_rtermios.py sssss [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 5 skipped, 1 warnings in 0.02 seconds =====================
++ 19:44:38 starting rlib/test/test_rthread.py [270 started in total]
__ rlib/test/test_rthread.py [267 done in total, somefailed=False] ____________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 20 items
rlib/test/test_rthread.py .................... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=================== 20 passed, 1 warnings in 156.29 seconds ====================
++ 19:47:17 starting rlib/test/test_rtime.py [271 started in total]
__ rlib/test/test_rtime.py [268 done in total, somefailed=False] ______________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 5 items
rlib/test/test_rtime.py ..... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 5 passed, 1 warnings in 1.53 seconds =====================
++ 19:47:19 starting rlib/test/test_rtimer.py [272 started in total]
__ rlib/test/test_rtimer.py [269 done in total, somefailed=False] _____________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 6 items
rlib/test/test_rtimer.py ...... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 6 passed, 1 warnings in 5.39 seconds =====================
++ 19:47:26 starting rlib/test/test_runicode.py [273 started in total]
__ rlib/test/test_runicode.py [270 done in total, somefailed=False] ___________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 48 items
rlib/test/test_runicode.py ............................................. [ 93%]
... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 48 passed, 1 warnings in 8.97 seconds =====================
++ 19:47:36 starting rlib/test/test_rurandom.py [274 started in total]
__ rlib/test/test_rurandom.py [271 done in total, somefailed=False] ___________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 2 items
rlib/test/test_rurandom.py .. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 2 passed, 1 warnings in 0.65 seconds =====================
++ 19:47:38 starting rlib/test/test_rutf8.py [275 started in total]
__ rlib/test/test_rutf8.py [272 done in total, somefailed=False] ______________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 23 items
rlib/test/test_rutf8.py ....................... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 23 passed, 1 warnings in 19.35 seconds ====================
++ 19:47:58 starting rlib/test/test_rweakkeydict.py [276 started in total]
__ rlib/test/test_rweakkeydict.py [273 done in total, somefailed=False] _______
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 8 items
rlib/test/test_rweakkeydict.py .....XXx [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========== 5 passed, 1 xfailed, 2 xpassed, 1 warnings in 3.83 seconds ==========
++ 19:48:04 starting rlib/test/test_rweaklist.py [277 started in total]
__ rlib/test/test_rweaklist.py [274 done in total, somefailed=False] __________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 2 items
rlib/test/test_rweaklist.py .. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 2 passed, 1 warnings in 0.17 seconds =====================
++ 19:48:05 starting rlib/test/test_rweakref.py [278 started in total]
__ rlib/test/test_rweakref.py [275 done in total, somefailed=False] ___________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 item
rlib/test/test_rweakref.py . [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 1 passed, 1 warnings in 0.65 seconds =====================
++ 19:48:07 starting rlib/test/test_rweakvaldict.py [279 started in total]
__ rlib/test/test_rstacklet.py [276 done in total, somefailed=False] __________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 2 items
rlib/test/test_rstacklet.py .. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 2 passed, 1 warnings in 318.49 seconds ====================
++ 19:48:10 starting rlib/test/test_rwin32.py [280 started in total]
__ rlib/test/test_rwin32.py [277 done in total, somefailed=True] ______________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 errors
==================================== ERRORS ====================================
__________________ ERROR collecting rlib/test/test_rwin32.py ___________________
Using pytest.skip outside of a test is not allowed. To decorate a test function, use the @pytest.mark.skip or @pytest.mark.skipif decorators instead, and to skip a module use `pytestmark = pytest.mark.{skip,skipif}.
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
!!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!
===================== 1 warnings, 1 error in 0.07 seconds ======================
++ 19:48:11 starting rlib/test/test_rzipfile.py [281 started in total]
__ rlib/test/test_rweakvaldict.py [278 done in total, somefailed=False] _______
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 13 items
rlib/test/test_rweakvaldict.py .......X..... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 12 passed, 1 xpassed, 1 warnings in 12.23 seconds ===============
++ 19:48:21 starting rlib/test/test_rzlib.py [282 started in total]
__ rlib/test/test_rzipfile.py [279 done in total, somefailed=False] ___________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 2 items
rlib/test/test_rzipfile.py .. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 2 passed, 1 warnings in 17.27 seconds =====================
++ 19:48:31 starting rlib/test/test_signature.py [283 started in total]
__ rlib/test/test_signature.py [280 done in total, somefailed=False] __________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 23 items
rlib/test/test_signature.py .....x..............xxx [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 19 passed, 4 xfailed, 1 warnings in 0.80 seconds ===============
++ 19:48:33 starting rlib/test/test_streamio.py [284 started in total]
__ rlib/test/test_streamio.py [281 done in total, somefailed=False] ___________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 112 items
rlib/test/test_streamio.py ............................................. [ 40%]
................................................................... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=================== 112 passed, 1 warnings in 50.90 seconds ====================
++ 19:49:32 starting rlib/test/test_z3.py [285 started in total]
__ rlib/test/test_z3.py [282 done in total, somefailed=True] __________________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 errors
==================================== ERRORS ====================================
____________________ ERROR collecting rlib/test/test_z3.py _____________________
Using pytest.skip outside of a test is not allowed. To decorate a test function, use the @pytest.mark.skip or @pytest.mark.skipif decorators instead, and to skip a module use `pytestmark = pytest.mark.{skip,skipif}.
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
!!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!
===================== 1 warnings, 1 error in 0.08 seconds ======================
++ 19:49:33 starting rlib/unicodedata/test/test_codegen.py [286 started in total]
__ rlib/unicodedata/test/test_codegen.py [283 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 2 items
rlib/unicodedata/test/test_codegen.py .. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 2 passed, 1 warnings in 0.56 seconds =====================
++ 19:49:34 starting rlib/unicodedata/test/test_dawg.py [287 started in total]
__ rlib/unicodedata/test/test_dawg.py [284 done in total, somefailed=False] ___
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 9 items
rlib/unicodedata/test/test_dawg.py ......... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 9 passed, 1 warnings in 2.51 seconds =====================
++ 19:49:38 starting rlib/unicodedata/test/test_ucd.py [288 started in total]
__ rlib/unicodedata/test/test_ucd.py [285 done in total, somefailed=False] ____
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 4 items
rlib/unicodedata/test/test_ucd.py .... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 4 passed, 1 warnings in 8.55 seconds =====================
++ 19:49:48 starting rlib/unicodedata/test/test_unicodedata.py [289 started in total]
__ rlib/test/test_rzlib.py [286 done in total, somefailed=False] ______________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 22 items
rlib/test/test_rzlib.py ................s..... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 21 passed, 1 skipped, 1 warnings in 88.18 seconds ===============
++ 19:49:56 starting rtyper/lltypesystem/module/test [290 started in total]
__ rlib/unicodedata/test/test_unicodedata.py [287 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 26 items
rlib/unicodedata/test/test_unicodedata.py .......................... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 26 passed, 1 warnings in 9.55 seconds =====================
++ 19:50:00 starting rtyper/lltypesystem/test [291 started in total]
__ rtyper/lltypesystem/module/test [288 done in total, somefailed=False] ______
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 200 items
rtyper/lltypesystem/module/test/test_ll_math.py ........................ [ 12%]
........................................................................ [ 48%]
........................................................................ [ 84%]
.... [ 86%]
rtyper/lltypesystem/module/test/test_llinterp_math.py .................. [ 95%]
.......... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=================== 200 passed, 1 warnings in 13.45 seconds ====================
++ 19:50:10 starting rtyper/test [292 started in total]
__ rtyper/lltypesystem/test [289 done in total, somefailed=False] _____________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 276 items
rtyper/lltypesystem/test/test_ll2ctypes.py ............................. [ 10%]
..............................................n: 3
Arg 0: 1
Arg 1: 20
Arg 2: 300
....s. [ 29%]
rtyper/lltypesystem/test/test_llarena.py .....s....... [ 34%]
rtyper/lltypesystem/test/test_llgroup.py .... [ 35%]
rtyper/lltypesystem/test/test_llmemory.py .............................. [ 46%]
....s.... [ 49%]
rtyper/lltypesystem/test/test_lloperation.py ......... [ 52%]
rtyper/lltypesystem/test/test_lltype.py ................................ [ 64%]
............................ [ 74%]
rtyper/lltypesystem/test/test_rffi.py ................................s. [ 86%]
..........s........ [ 93%]
rtyper/lltypesystem/test/test_rtagged.py .............. [ 98%]
rtyper/lltypesystem/test/test_ztranslated.py ... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============= 271 passed, 5 skipped, 1 warnings in 173.24 seconds ==============
++ 19:53:01 starting rtyper/tool/test [293 started in total]
__ rtyper/tool/test [290 done in total, somefailed=False] _____________________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 38 items
rtyper/tool/test/test_mkrffi.py ....... [ 18%]
rtyper/tool/test/test_rffi_platform.py ............................ [ 92%]
rtyper/tool/test/test_rfficache.py ... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 38 passed, 1 warnings in 3.17 seconds =====================
++ 19:53:05 starting tool/algo/test [294 started in total]
__ tool/algo/test [291 done in total, somefailed=False] _______________________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 44 items
tool/algo/test/test_bitstring.py .... [ 9%]
tool/algo/test/test_color.py ..... [ 20%]
tool/algo/test/test_graphlib.py ...s....ss.....s....s....... [ 84%]
tool/algo/test/test_regalloc.py .. [ 88%]
tool/algo/test/test_sparsemat.py ... [ 95%]
tool/algo/test/test_unionfind.py .. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 39 passed, 5 skipped, 1 warnings in 15.01 seconds ===============
++ 19:53:23 starting tool/cparser/test [295 started in total]
__ tool/cparser/test [292 done in total, somefailed=False] ____________________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 21 items
tool/cparser/test/test_cts.py ..................... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 21 passed, 1 warnings in 1.42 seconds =====================
++ 19:53:25 starting tool/jitlogparser/test [296 started in total]
__ tool/jitlogparser/test [293 done in total, somefailed=False] _______________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 24 items
tool/jitlogparser/test/test_parser.py .......ss....s......... [ 95%]
tool/jitlogparser/test/test_storage.py . [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 21 passed, 3 skipped, 1 warnings in 0.68 seconds ===============
++ 19:53:27 starting tool/pytest/test [297 started in total]
__ tool/pytest/test [294 done in total, somefailed=False] _____________________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 item
tool/pytest/test/test_expecttest.py s [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.11 seconds =====================
++ 19:53:28 starting tool/test [298 started in total]
__ tool/test [295 done in total, somefailed=True] _____________________________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 67 items
tool/test/test_ansi_print.py FFFFFFFF [ 11%]
tool/test/test_descriptor.py ... [ 16%]
tool/test/test_error.py .... [ 22%]
tool/test/test_flattenrec.py . [ 23%]
tool/test/test_frozenlist.py . [ 25%]
tool/test/test_gcc_cache.py ..... [ 32%]
tool/test/test_identitydict.py .......... [ 47%]
tool/test/test_killsubprocess.py ... [ 52%]
tool/test/test_leakfinder.py ........ [ 64%]
tool/test/test_logparser.py ... [ 68%]
tool/test/test_nullpath.py . [ 70%]
tool/test/test_pairtype.py ....... [ 80%]
tool/test/test_runsubprocess.py ..... [ 88%]
tool/test/test_sourcetools.py .... [ 94%]
tool/test/test_udir.py .. [ 97%]
tool/test/test_version.py .. [100%]
=================================== FAILURES ===================================
_________________________________ test_simple __________________________________
def test_simple():
log = ansi_print.AnsiLogger('test')
> with FakeOutput() as output:
tool/test/test_ansi_print.py:29:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <test_ansi_print.FakeOutput object at 0x7f5b01e3efd0>, args = ()
def __enter__(self, *args):
ansi_print.wrote_dot = False
> self.monkey.setattr(ansi_print, 'ansi_print', self._print)
E AttributeError: 'generator' object has no attribute 'setattr'
tool/test/test_ansi_print.py:12: AttributeError
__________________________________ test_bold ___________________________________
def test_bold():
log = ansi_print.AnsiLogger('test')
> with FakeOutput() as output:
tool/test/test_ansi_print.py:35:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <test_ansi_print.FakeOutput object at 0x7f5b01e44ed0>, args = ()
def __enter__(self, *args):
ansi_print.wrote_dot = False
> self.monkey.setattr(ansi_print, 'ansi_print', self._print)
E AttributeError: 'generator' object has no attribute 'setattr'
tool/test/test_ansi_print.py:12: AttributeError
________________________________ test_not_a_tty ________________________________
def test_not_a_tty():
log = ansi_print.AnsiLogger('test')
> with FakeOutput(tty=False) as output:
tool/test/test_ansi_print.py:41:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <test_ansi_print.FakeOutput object at 0x7f5b01de7e90>, args = ()
def __enter__(self, *args):
ansi_print.wrote_dot = False
> self.monkey.setattr(ansi_print, 'ansi_print', self._print)
E AttributeError: 'generator' object has no attribute 'setattr'
tool/test/test_ansi_print.py:12: AttributeError
__________________________________ test_dot_1 __________________________________
def test_dot_1():
log = ansi_print.AnsiLogger('test')
> with FakeOutput() as output:
tool/test/test_ansi_print.py:47:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <test_ansi_print.FakeOutput object at 0x7f5b01de7210>, args = ()
def __enter__(self, *args):
ansi_print.wrote_dot = False
> self.monkey.setattr(ansi_print, 'ansi_print', self._print)
E AttributeError: 'generator' object has no attribute 'setattr'
tool/test/test_ansi_print.py:12: AttributeError
______________________ test_dot_mixing_with_regular_lines ______________________
def test_dot_mixing_with_regular_lines():
log = ansi_print.AnsiLogger('test')
> with FakeOutput() as output:
tool/test/test_ansi_print.py:55:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <test_ansi_print.FakeOutput object at 0x7f5b01debb10>, args = ()
def __enter__(self, *args):
ansi_print.wrote_dot = False
> self.monkey.setattr(ansi_print, 'ansi_print', self._print)
E AttributeError: 'generator' object has no attribute 'setattr'
tool/test/test_ansi_print.py:12: AttributeError
_________________________________ test_no_tty __________________________________
def test_no_tty():
log = ansi_print.AnsiLogger('test')
> with FakeOutput(tty=False) as output:
tool/test/test_ansi_print.py:70:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <test_ansi_print.FakeOutput object at 0x7f5b01deb6d0>, args = ()
def __enter__(self, *args):
ansi_print.wrote_dot = False
> self.monkey.setattr(ansi_print, 'ansi_print', self._print)
E AttributeError: 'generator' object has no attribute 'setattr'
tool/test/test_ansi_print.py:12: AttributeError
__________________________ test_unknown_method_names ___________________________
def test_unknown_method_names():
log = ansi_print.AnsiLogger('test')
> with FakeOutput() as output:
tool/test/test_ansi_print.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <test_ansi_print.FakeOutput object at 0x7f5b01deb210>, args = ()
def __enter__(self, *args):
ansi_print.wrote_dot = False
> self.monkey.setattr(ansi_print, 'ansi_print', self._print)
E AttributeError: 'generator' object has no attribute 'setattr'
tool/test/test_ansi_print.py:12: AttributeError
_____________________________ test_output_disabled _____________________________
def test_output_disabled():
log = ansi_print.AnsiLogger('test')
> with FakeOutput() as output:
tool/test/test_ansi_print.py:93:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <test_ansi_print.FakeOutput object at 0x7f5b01df1210>, args = ()
def __enter__(self, *args):
ansi_print.wrote_dot = False
> self.monkey.setattr(ansi_print, 'ansi_print', self._print)
E AttributeError: 'generator' object has no attribute 'setattr'
tool/test/test_ansi_print.py:12: AttributeError
=========================== short test summary info ============================
FAIL tool/test/test_ansi_print.py::test_simple
FAIL tool/test/test_ansi_print.py::test_bold
FAIL tool/test/test_ansi_print.py::test_not_a_tty
FAIL tool/test/test_ansi_print.py::test_dot_1
FAIL tool/test/test_ansi_print.py::test_dot_mixing_with_regular_lines
FAIL tool/test/test_ansi_print.py::test_no_tty
FAIL tool/test/test_ansi_print.py::test_unknown_method_names
FAIL tool/test/test_ansi_print.py::test_output_disabled
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 8 failed, 59 passed, 1 warnings in 6.07 seconds ================
++ 19:53:35 starting translator/backendopt/test [299 started in total]
__ translator/backendopt/test [296 done in total, somefailed=False] ___________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 182 items
translator/backendopt/test/test_all.py ............ [ 6%]
translator/backendopt/test/test_canraise.py ............ [ 13%]
translator/backendopt/test/test_constfold.py ...................... [ 25%]
translator/backendopt/test/test_finalizer.py ........ [ 29%]
translator/backendopt/test/test_gilanalysis.py .... [ 31%]
translator/backendopt/test/test_graphanalyze.py ... [ 33%]
translator/backendopt/test/test_inline.py ............................. [ 49%]
translator/backendopt/test/test_innerloop.py ... [ 51%]
translator/backendopt/test/test_malloc.py .............s..s..s...s [ 64%]
translator/backendopt/test/test_merge_if_blocks.py ......... [ 69%]
translator/backendopt/test/test_removeassert.py ...... [ 72%]
translator/backendopt/test/test_removenoops.py .... [ 74%]
translator/backendopt/test/test_ssa.py .... [ 76%]
translator/backendopt/test/test_storesink.py ............ [ 83%]
translator/backendopt/test/test_support.py ...... [ 86%]
translator/backendopt/test/test_writeanalyze.py ...............s........ [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 177 passed, 5 skipped, 1 warnings in 6.94 seconds ===============
++ 19:53:43 starting translator/c/test/test_backendoptimized.py [300 started in total]
__ rlib/test/test_rbigint.py [297 done in total, somefailed=False] ____________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 199 items
rlib/test/test_rbigint.py .............................................. [ 23%]
........................................................................ [ 59%]
........................................................................ [ 95%]
......... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=================== 199 passed, 1 warnings in 999.36 seconds ===================
++ 19:55:15 starting translator/c/test/test_boehm.py [301 started in total]
__ translator/c/test/test_boehm.py [298 done in total, somefailed=False] ______
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 17 items
translator/c/test/test_boehm.py ................. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 17 passed, 1 warnings in 56.77 seconds ====================
++ 19:56:14 starting translator/c/test/test_database.py [302 started in total]
__ translator/c/test/test_database.py [299 done in total, somefailed=False] ___
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 17 items
translator/c/test/test_database.py ................. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 17 passed, 1 warnings in 1.27 seconds =====================
++ 19:56:16 starting translator/c/test/test_exception.py [303 started in total]
__ translator/c/test/test_exception.py [300 done in total, somefailed=False] __
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 10 items
translator/c/test/test_exception.py .......... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 10 passed, 1 warnings in 27.52 seconds ====================
++ 19:56:49 starting translator/c/test/test_extfunc.py [304 started in total]
__ translator/c/test/test_backendoptimized.py [301 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 90 items
translator/c/test/test_backendoptimized.py ............................. [ 32%]
............................................................. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=================== 90 passed, 1 warnings in 278.52 seconds ====================
++ 19:58:25 starting translator/c/test/test_genc.py [305 started in total]
__ rtyper/test [302 done in total, somefailed=False] __________________________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1161 items
rtyper/test/test_annlowlevel.py .......... [ 0%]
rtyper/test/test_controllerentry.py ........ [ 1%]
rtyper/test/test_exception.py ......... [ 2%]
rtyper/test/test_extfunc.py ....... [ 2%]
rtyper/test/test_extregistry.py ....... [ 3%]
rtyper/test/test_generator.py ...x.. [ 4%]
rtyper/test/test_llann.py ......................... [ 6%]
rtyper/test/test_llannotation.py ... [ 6%]
rtyper/test/test_llinterp.py .........................s....... [ 9%]
rtyper/test/test_llop.py ........ [ 9%]
rtyper/test/test_nongc.py ........ [ 10%]
rtyper/test/test_normalizecalls.py ................. [ 12%]
rtyper/test/test_rbool.py ........ [ 12%]
rtyper/test/test_rbuilder.py ..................... [ 14%]
rtyper/test/test_rbuiltin.py ....................s..ss.................. [ 18%]
. [ 18%]
rtyper/test/test_rbytearray.py ...... [ 18%]
rtyper/test/test_rclass.py ............................................. [ 22%]
......................x..... [ 25%]
rtyper/test/test_rconstantdict.py ..... [ 25%]
rtyper/test/test_rdict.py .............................................. [ 29%]
........................... [ 31%]
rtyper/test/test_remptydict.py .. [ 32%]
rtyper/test/test_rfloat.py ............................ [ 34%]
rtyper/test/test_rint.py ........................s........ [ 37%]
rtyper/test/test_rlist.py .............................................. [ 41%]
.................................................... [ 45%]
rtyper/test/test_rordereddict.py ....................................... [ 49%]
........................................................................ [ 55%]
............................. [ 57%]
rtyper/test/test_rpbc.py ............................................... [ 61%]
..................................s..........s.......................... [ 68%]
.............................................................s.......... [ 74%]
s...... [ 74%]
rtyper/test/test_rptr.py ....................... [ 76%]
rtyper/test/test_rrange.py ................ [ 78%]
rtyper/test/test_rstr.py ............................................... [ 82%]
......................................... [ 85%]
rtyper/test/test_rtuple.py ................................. [ 88%]
rtyper/test/test_rtyper.py ........ [ 89%]
rtyper/test/test_runicode.py ........................................... [ 93%]
..............................s..............ssssssssssss... [ 98%]
rtyper/test/test_rvirtualizable.py ............. [ 99%]
rtyper/test/test_rweakref.py ....... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
rtyper/test/test_rdict.py::test_hypothesis
/build_dir/rpython-linux-x86-64/build/virt_test/lib/python2.7/site-packages/hypothesis/stateful.py:99: HypothesisDeprecationWarning: DictSM inherits from GenericStateMachine, which is deprecated. Use a RuleBasedStateMachine, or a test function with st.data(), instead.
since="2019-05-29",
rtyper/test/test_rordereddict.py::test_hypothesis
/build_dir/rpython-linux-x86-64/build/virt_test/lib/python2.7/site-packages/hypothesis/stateful.py:99: HypothesisDeprecationWarning: ODictSM inherits from GenericStateMachine, which is deprecated. Use a RuleBasedStateMachine, or a test function with st.data(), instead.
since="2019-05-29",
-- Docs: https://docs.pytest.org/en/latest/warnings.html
======= 1137 passed, 22 skipped, 2 xfailed, 3 warnings in 536.03 seconds =======
++ 19:59:11 starting translator/c/test/test_lladdresses.py [306 started in total]
__ rlib/rsre/test/test_zjit.py [303 done in total, somefailed=False] __________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 26 items
rlib/rsre/test/test_zjit.py .....................x.... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============= 25 passed, 1 xfailed, 1 warnings in 1498.80 seconds ==============
++ 19:59:24 starting translator/c/test/test_llop.py [307 started in total]
__ translator/c/test/test_genc.py [304 done in total, somefailed=False] _______
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 24 items
translator/c/test/test_genc.py ........................ [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 24 passed, 1 warnings in 66.93 seconds ====================
++ 19:59:38 starting translator/c/test/test_lltyped.py [308 started in total]
__ translator/c/test/test_llop.py [305 done in total, somefailed=False] _______
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 4 items
translator/c/test/test_llop.py .... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 4 passed, 1 warnings in 21.99 seconds =====================
++ 19:59:48 starting translator/c/test/test_math.py [309 started in total]
__ translator/c/test/test_extfunc.py [306 done in total, somefailed=False] ____
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 58 items
translator/c/test/test_extfunc.py ..........s........................... [ 65%]
...s................ [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 56 passed, 2 skipped, 1 warnings in 173.59 seconds ==============
++ 19:59:50 starting translator/c/test/test_newgc.py [310 started in total]
__ translator/c/test/test_lladdresses.py [307 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 17 items
translator/c/test/test_lladdresses.py ................. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 17 passed, 1 warnings in 44.90 seconds ====================
++ 20:00:03 starting translator/c/test/test_refcount.py [311 started in total]
__ translator/c/test/test_math.py [308 done in total, somefailed=False] _______
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 2 items
translator/c/test/test_math.py .. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 2 passed, 1 warnings in 22.92 seconds =====================
++ 20:00:16 starting translator/c/test/test_rtagged.py [312 started in total]
__ translator/c/test/test_rtagged.py [309 done in total, somefailed=False] ____
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 2 items
translator/c/test/test_rtagged.py .. [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 2 passed, 1 warnings in 2.79 seconds =====================
++ 20:00:20 starting translator/c/test/test_standalone.py [313 started in total]
__ translator/c/test/test_refcount.py [310 done in total, somefailed=False] ___
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 10 items
translator/c/test/test_refcount.py .......... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 10 passed, 1 warnings in 30.54 seconds ====================
++ 20:00:35 starting translator/c/test/test_standalone_print_function.py [314 started in total]
__ translator/c/test/test_standalone_print_function.py [311 done in total, somefailed=False]
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 item
translator/c/test/test_standalone_print_function.py . [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 1 passed, 1 warnings in 6.49 seconds =====================
++ 20:00:44 starting translator/c/test/test_support.py [315 started in total]
__ translator/c/test/test_support.py [312 done in total, somefailed=False] ____
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 107 items
translator/c/test/test_support.py ...................................... [ 35%]
..................................................................... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 107 passed, 1 warnings in 0.25 seconds ====================
++ 20:00:45 starting translator/c/test/test_symbolic.py [316 started in total]
__ translator/c/test/test_symbolic.py [313 done in total, somefailed=False] ___
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 7 items
translator/c/test/test_symbolic.py ....... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 7 passed, 1 warnings in 17.53 seconds =====================
++ 20:01:05 starting translator/c/test/test_typed.py [317 started in total]
__ translator/c/test/test_lltyped.py [314 done in total, somefailed=False] ____
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 50 items
translator/c/test/test_lltyped.py ..................s..............s.... [ 76%]
............ [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 48 passed, 2 skipped, 1 warnings in 142.38 seconds ==============
++ 20:02:03 starting translator/platform/arch/test [318 started in total]
__ translator/platform/arch/test [315 done in total, somefailed=True] _________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 errors
==================================== ERRORS ====================================
_________ ERROR collecting translator/platform/arch/test/test_s390x.py _________
Using pytest.skip outside of a test is not allowed. To decorate a test function, use the @pytest.mark.skip or @pytest.mark.skipif decorators instead, and to skip a module use `pytestmark = pytest.mark.{skip,skipif}.
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
!!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!
===================== 1 warnings, 1 error in 0.14 seconds ======================
++ 20:02:04 starting translator/platform/test [319 started in total]
__ translator/platform/test [316 done in total, somefailed=True] ______________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 18 items / 2 errors
==================================== ERRORS ====================================
___________ ERROR collecting translator/platform/test/test_darwin.py ___________
Using pytest.skip outside of a test is not allowed. To decorate a test function, use the @pytest.mark.skip or @pytest.mark.skipif decorators instead, and to skip a module use `pytestmark = pytest.mark.{skip,skipif}.
__________ ERROR collecting translator/platform/test/test_windows.py ___________
Using pytest.skip outside of a test is not allowed. To decorate a test function, use the @pytest.mark.skip or @pytest.mark.skipif decorators instead, and to skip a module use `pytestmark = pytest.mark.{skip,skipif}.
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
!!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!!
===================== 1 warnings, 2 error in 0.09 seconds ======================
++ 20:02:05 starting translator/sandbox/test [320 started in total]
__ translator/sandbox/test [317 done in total, somefailed=False] ______________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 30 items
translator/sandbox/test/test_sandbox.py ..........s.s.... [ 56%]
translator/sandbox/test/test_sandlib.py .s....... [ 86%]
translator/sandbox/test/test_vfs.py .... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 27 passed, 3 skipped, 1 warnings in 103.80 seconds ==============
++ 20:03:54 starting translator/test [321 started in total]
__ translator/test [318 done in total, somefailed=False] ______________________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 66 items
translator/test/test_driver.py ..... [ 7%]
translator/test/test_exceptiontransform.py .........s...... [ 31%]
translator/test/test_interactive.py ....... [ 42%]
translator/test/test_simplify.py ............................ [ 84%]
translator/test/test_stackcheck.py .. [ 87%]
translator/test/test_timing.py . [ 89%]
translator/test/test_translator.py . [ 90%]
translator/test/test_uniquename.py . [ 92%]
translator/test/test_unsimplify.py ..... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 65 passed, 1 skipped, 1 warnings in 37.37 seconds ===============
++ 20:04:38 starting translator/tool/test [322 started in total]
__ translator/c/test/test_standalone.py [319 done in total, somefailed=False] _
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 42 items
translator/c/test/test_standalone.py ...s..............s......s......... [ 83%]
....... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 39 passed, 3 skipped, 1 warnings in 259.71 seconds ==============
__ translator/tool/test [320 done in total, somefailed=False] _________________
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 15 items
translator/tool/test/test_cbuild.py ......s.s. [ 66%]
translator/tool/test/test_staticsizereport.py .. [ 80%]
translator/tool/test/test_taskengine.py ... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 13 passed, 2 skipped, 1 warnings in 13.86 seconds ===============
__ translator/c/test/test_typed.py [321 done in total, somefailed=False] ______
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 76 items
translator/c/test/test_typed.py ........................................ [ 52%]
.................................... [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=================== 76 passed, 1 warnings in 267.26 seconds ====================
__ translator/c/test/test_newgc.py [322 done in total, somefailed=False] ______
[platform:msg] Set platform with 'host' cc=None, using cc='gcc', version='Unknown'
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/rpython-linux-x86-64/build/rpython/.hypothesis/examples')
pytest-3.10.1 from /build_dir/rpython-linux-x86-64/build/pytest.pyc
rootdir: /build_dir/rpython-linux-x86-64/build/rpython, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 556 items
translator/c/test/test_newgc.py ........................................ [ 7%]
........................................................................ [ 20%]
.............................................................s.......... [ 33%]
...............................................s........................ [ 46%]
.................................s...................................... [ 58%]
......................s................................................. [ 71%]
...................s.................................................... [ 84%]
.......s..............................................................s. [ 97%]
............ [100%]
=============================== warnings summary ===============================
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39
/build_dir/rpython-linux-x86-64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============= 549 passed, 7 skipped, 1 warnings in 716.49 seconds ==============
program finished with exit code 1
elapsedTime=3979.929866