virt_test/bin/python testrunner/runner.py --logfile=testrun.log --config=pypy/testrunner_cfg.py '--config=~/machine_cfg.py' --root=pypy --timeout=4000
in dir /build_dir/own-linux-x86-32/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=pypy', '--timeout=4000']
environment:
AUDITWHEEL_ARCH=i686
AUDITWHEEL_PLAT=manylinux2014_i686
AUDITWHEEL_POLICY=manylinux2014
DEVTOOLSET_ROOTPATH=/opt/rh/devtoolset-10/root
HOME=/home/buildslave
HOSTNAME=ffc60fde56a7
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/lib:/opt/rh/devtoolset-10/root/usr/lib/dyninst
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/own-linux-x86-32/build
PYPYCHERRYPICK=
PYPY_LOCALBASE=/usr/local
PYPY_MAKE_PORTABLE=1
PYTHONPATH=.:
SHELL=/bin/bash
SHLVL=3
SSL_CERT_FILE=/opt/_internal/certs.pem
TERM=xterm
TMPDIR=/build_dir/tmp/pytest
USER=buildslave
_=/usr/bin/linux32
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)
-- config/test
-- interpreter/astcompiler/test
-- interpreter/pyparser/test
-- interpreter/test
-- module/__builtin__/test
-- module/__pypy__/test
-- module/_ast/test
-- module/_cffi_backend/test
-- module/_codecs/test
-- module/_continuation/test
-- module/_cppyy/test
-- module/_csv/test
-- module/_demo/test
-- module/_file/test
-- module/_io/test
-- module/_jitlog/test
-- module/_locale/test
-- module/_lsprof/test
-- module/_md5/test
-- module/_minimal_curses/test
-- module/_multibytecodec/test
-- module/_multiprocessing/test
-- module/_pypyjson/test
-- module/_random/test
-- module/_rawffi/alt/test
-- module/_rawffi/test
-- module/_sha/test
-- module/_socket/test
-- module/_sre/test
-- module/_vmprof/test
-- module/_warnings/test
-- module/_weakref/test
-- module/_winreg/test
-- module/array/test
-- module/binascii/test
-- module/bz2/test
-- module/cStringIO/test
-- module/cmath/test
-- module/cpyext/test/test_abstract.py
-- module/cpyext/test/test_api.py
-- module/cpyext/test/test_arraymodule.py
-- module/cpyext/test/test_boolobject.py
-- module/cpyext/test/test_borrow.py
-- module/cpyext/test/test_bufferobject.py
-- module/cpyext/test/test_bytearrayobject.py
-- module/cpyext/test/test_bytesobject.py
-- module/cpyext/test/test_capsule.py
-- module/cpyext/test/test_cell.py
-- module/cpyext/test/test_classobject.py
-- module/cpyext/test/test_codecs.py
-- module/cpyext/test/test_complexobject.py
-- module/cpyext/test/test_cpyext.py
-- module/cpyext/test/test_datetime.py
-- module/cpyext/test/test_dictobject.py
-- module/cpyext/test/test_eval.py
-- module/cpyext/test/test_fileobject.py
-- module/cpyext/test/test_floatobject.py
-- module/cpyext/test/test_frameobject.py
-- module/cpyext/test/test_funcobject.py
-- module/cpyext/test/test_genobject.py
-- module/cpyext/test/test_getargs.py
-- module/cpyext/test/test_import.py
-- module/cpyext/test/test_intobject.py
-- module/cpyext/test/test_iterator.py
-- module/cpyext/test/test_listobject.py
-- module/cpyext/test/test_longobject.py
-- module/cpyext/test/test_mapping.py
-- module/cpyext/test/test_marshal.py
-- module/cpyext/test/test_memoryobject.py
-- module/cpyext/test/test_methodobject.py
-- module/cpyext/test/test_misc.py
-- module/cpyext/test/test_module.py
-- module/cpyext/test/test_ndarrayobject.py
-- module/cpyext/test/test_number.py
-- module/cpyext/test/test_object.py
-- module/cpyext/test/test_pycobject.py
-- module/cpyext/test/test_pyerrors.py
-- module/cpyext/test/test_pyfile.py
-- module/cpyext/test/test_pysignals.py
-- module/cpyext/test/test_pystate.py
-- module/cpyext/test/test_pystrtod.py
-- module/cpyext/test/test_sequence.py
-- module/cpyext/test/test_setobject.py
-- module/cpyext/test/test_sliceobject.py
-- module/cpyext/test/test_structseq.py
-- module/cpyext/test/test_sysmodule.py
-- module/cpyext/test/test_thread.py
-- module/cpyext/test/test_traceback.py
-- module/cpyext/test/test_translate.py
-- module/cpyext/test/test_tupleobject.py
-- module/cpyext/test/test_typeobject.py
-- module/cpyext/test/test_unicodeobject.py
-- module/cpyext/test/test_userslots.py
-- module/cpyext/test/test_version.py
-- module/cpyext/test/test_weakref.py
-- module/crypt/test
-- module/errno/test
-- module/exceptions/test
-- module/faulthandler/test
-- module/fcntl/test
-- module/gc/test
-- module/imp/test
-- module/itertools/test
-- module/marshal/test
-- module/math/test
-- module/micronumpy/test
-- module/mmap/test
-- module/operator/test
-- module/parser/test
-- module/posix/test
-- module/pwd/test
-- module/pyexpat/test
-- module/pypyjit/test
-- module/select/test
-- module/signal/test
-- module/struct/test
-- module/sys/test
-- module/termios/test
-- module/test_lib_pypy
-- module/thread/test
-- module/time/test
-- module/unicodedata/test
-- module/zipimport/test
-- module/zlib/test
-- objspace/fake/test
-- objspace/std/test
-- objspace/test
-- sandbox/test
-- tool/bench/test
-- tool/memusage/test
-- tool/pytest/test
-- tool/release/test
-- tool/test
-- total: 133 to run
++ 06:08:32 starting config/test [1 started in total]
++ 06:08:32 starting interpreter/astcompiler/test [2 started in total]
++ 06:08:32 starting interpreter/pyparser/test [3 started in total]
++ 06:08:32 starting interpreter/test [4 started in total]
__ config/test [1 done in total, somefailed=False] ____________________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 157 items / 1 skipped
config/test/test_pypyoption.py ......................................... [ 26%]
........................................................................ [ 71%]
............................................ [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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, 1 skipped, 1 warnings in 10.37 seconds ==============
++ 06:08:44 starting module/__builtin__/test [5 started in total]
__ interpreter/pyparser/test [2 done in total, somefailed=False] ______________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.py
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 119 items
interpreter/pyparser/test/test_automata.py ... [ 2%]
interpreter/pyparser/test/test_future.py ............................... [ 28%]
...... [ 33%]
interpreter/pyparser/test/test_gendfa.py . [ 34%]
interpreter/pyparser/test/test_metaparser.py ............... [ 47%]
interpreter/pyparser/test/test_parser.py ............. [ 57%]
interpreter/pyparser/test/test_parsestring.py ......... [ 65%]
interpreter/pyparser/test/test_pyparse.py .............................. [ 90%]
...... [ 95%]
interpreter/pyparser/test/test_pytokenizer.py ..... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=================== 119 passed, 1 warnings in 23.04 seconds ====================
++ 06:08:58 starting module/__pypy__/test [6 started in total]
__ module/__pypy__/test [3 done in total, somefailed=False] ___________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 68 items
module/__pypy__/test/test_builders.py ..... [ 7%]
module/__pypy__/test/test_bytebuffer.py .. [ 10%]
module/__pypy__/test/test_debug.py ....... [ 20%]
module/__pypy__/test/test_identitydict.py ...... [ 29%]
module/__pypy__/test/test_intop.py ........... [ 45%]
module/__pypy__/test/test_locals2fast.py ..... [ 52%]
module/__pypy__/test/test_magic.py .....s. [ 63%]
module/__pypy__/test/test_newmemoryview.py ... [ 67%]
module/__pypy__/test/test_os.py . [ 69%]
module/__pypy__/test/test_signal.py ....s [ 76%]
module/__pypy__/test/test_special.py ..........s.s [ 95%]
module/__pypy__/test/test_time.py ... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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, 4 skipped, 1 warnings in 27.99 seconds ===============
++ 06:09:30 starting module/_ast/test [7 started in total]
__ module/__builtin__/test [4 done in total, somefailed=False] ________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 305 items
module/__builtin__/test/apptest_compile.py ........ [ 2%]
module/__builtin__/test/test_abstractinst.py ............ [ 6%]
module/__builtin__/test/test_apply.py ... [ 7%]
module/__builtin__/test/test_builtin.py ................................ [ 18%]
..............s..................... [ 29%]
module/__builtin__/test/test_classobj.py ............................... [ 40%]
............................ [ 49%]
module/__builtin__/test/test_descriptor.py .......................... [ 57%]
module/__builtin__/test/test_filter.py ........... [ 61%]
module/__builtin__/test/test_functional.py ............................. [ 70%]
.................... [ 77%]
module/__builtin__/test/test_minmax.py .......................... [ 85%]
module/__builtin__/test/test_range.py ........................ [ 93%]
module/__builtin__/test/test_rawinput.py ... [ 94%]
module/__builtin__/test/test_reduce.py .... [ 96%]
module/__builtin__/test/test_vars.py ... [ 97%]
module/__builtin__/test/test_zip.py ......... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 304 passed, 1 skipped, 1 warnings in 48.07 seconds ==============
++ 06:09:36 starting module/_cffi_backend/test [8 started in total]
__ module/_ast/test [5 done in total, somefailed=False] _______________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 36 items
module/_ast/test/test_ast.py .................................... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 22.30 seconds ====================
++ 06:09:54 starting module/_codecs/test [9 started in total]
__ interpreter/astcompiler/test [6 done in total, somefailed=False] ___________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.py
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 447 items
interpreter/astcompiler/test/apptest_misc.py . [ 0%]
interpreter/astcompiler/test/test_ast.py ....... [ 1%]
interpreter/astcompiler/test/test_astbuilder.py ........................ [ 7%]
............................. [ 13%]
interpreter/astcompiler/test/test_compiler.py .......................... [ 19%]
........................................................................ [ 35%]
........................................................................ [ 51%]
........................................................................ [ 67%]
........................................................................ [ 83%]
................................................ [ 94%]
interpreter/astcompiler/test/test_misc.py . [ 94%]
interpreter/astcompiler/test/test_symtable.py ....................... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=================== 447 passed, 1 warnings in 86.94 seconds ====================
++ 06:10:07 starting module/_continuation/test [10 started in total]
__ module/_continuation/test [7 done in total, somefailed=True] _______________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 52 items / 1 errors / 1 skipped
==================================== ERRORS ====================================
_______ ERROR collecting pypy/module/_continuation/test/test_stacklet.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/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 skipped, 1 warnings, 1 error in 0.42 seconds ================
++ 06:10:11 starting module/_cppyy/test [11 started in total]
__ module/_codecs/test [8 done in total, somefailed=False] ____________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 65 items
module/_codecs/test/test_codecs.py ..................................... [ 56%]
........................... [ 98%]
module/_codecs/test/test_ztranslation.py . [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 warnings in 39.46 seconds ====================
++ 06:10:38 starting module/_csv/test [12 started in total]
__ module/_csv/test [9 done in total, somefailed=False] _______________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 23 items
module/_csv/test/test_dialect.py ......... [ 39%]
module/_csv/test/test_reader.py ......... [ 78%]
module/_csv/test/test_writer.py .... [ 95%]
module/_csv/test/test_ztranslation.py . [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 14.65 seconds ====================
++ 06:10:55 starting module/_demo/test [13 started in total]
__ module/_demo/test [10 done in total, somefailed=False] _____________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 3 items
module/_demo/test/test_import.py .. [ 66%]
module/_demo/test/test_sieve.py . [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 11.00 seconds =====================
++ 06:11:08 starting module/_file/test [14 started in total]
__ module/_cffi_backend/test [11 done in total, somefailed=False] _____________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 466 items
module/_cffi_backend/test/test_c.py .................................... [ 7%]
................................................s....................... [ 23%]
.............................s.....s.......................s............ [ 38%]
.................s........................s...... [ 49%]
module/_cffi_backend/test/test_fastpath.py .................. [ 53%]
module/_cffi_backend/test/test_ffi_obj.py .............................. [ 59%]
............... [ 62%]
module/_cffi_backend/test/test_file.py s.. [ 63%]
module/_cffi_backend/test/test_parse_c_type.py ..............s... [ 67%]
module/_cffi_backend/test/test_re_python.py .................... [ 71%]
module/_cffi_backend/test/test_recompiler.py ........................... [ 77%]
..............................................................s..s...... [ 92%]
......................... [ 98%]
module/_cffi_backend/test/test_unicode_literals.py ....... [ 99%]
module/_cffi_backend/test/test_wchar_helper.py . [ 99%]
module/_cffi_backend/test/test_ztranslation.py s [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
pypy/module/_cffi_backend/test/test_re_python.py::AppTestRecompilerPython::()::test_constant_1
/build_dir/own-linux-x86-32/build/virt_test/lib/python2.7/site-packages/cffi/cparser.py:154: UserWarning: String literal found in cdef() or type source. String literals are ignored here, but you should remove them anyway because some character sequences confuse pre-parsing.
warnings.warn("String literal found in cdef() or type source. "
/build_dir/own-linux-x86-32/build/virt_test/lib/python2.7/site-packages/cffi/cparser.py:165: UserWarning: Global variable 'globalvar42' in cdef(): for consistency with C it should have a storage class specifier (usually 'extern')
"(usually 'extern')" % (decl.name,))
/build_dir/own-linux-x86-32/build/virt_test/lib/python2.7/site-packages/cffi/cparser.py:165: UserWarning: Global variable 'no_such_globalvar' in cdef(): for consistency with C it should have a storage class specifier (usually 'extern')
"(usually 'extern')" % (decl.name,))
pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_global_var_array
/build_dir/own-linux-x86-32/build/virt_test/lib/python2.7/site-packages/cffi/cparser.py:165: UserWarning: Global variable 'a' in cdef(): for consistency with C it should have a storage class specifier (usually 'extern')
"(usually 'extern')" % (decl.name,))
pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_global_var_int
/build_dir/own-linux-x86-32/build/virt_test/lib/python2.7/site-packages/cffi/cparser.py:165: UserWarning: Global variable 'b' in cdef(): for consistency with C it should have a storage class specifier (usually 'extern')
"(usually 'extern')" % (decl.name,))
/build_dir/own-linux-x86-32/build/virt_test/lib/python2.7/site-packages/cffi/cparser.py:165: UserWarning: Global variable 'c' in cdef(): for consistency with C it should have a storage class specifier (usually 'extern')
"(usually 'extern')" % (decl.name,))
pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_dir
/build_dir/own-linux-x86-32/build/virt_test/lib/python2.7/site-packages/cffi/cparser.py:165: UserWarning: Global variable 'aa' in cdef(): for consistency with C it should have a storage class specifier (usually 'extern')
"(usually 'extern')" % (decl.name,))
pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_dotdotdot_global_array
/build_dir/own-linux-x86-32/build/virt_test/lib/python2.7/site-packages/cffi/cparser.py:165: UserWarning: Global variable 'bb' in cdef(): for consistency with C it should have a storage class specifier (usually 'extern')
"(usually 'extern')" % (decl.name,))
pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_unspecified_size_of_global_1
/build_dir/own-linux-x86-32/build/virt_test/lib/python2.7/site-packages/cffi/cparser.py:165: UserWarning: Global variable 'glob' in cdef(): for consistency with C it should have a storage class specifier (usually 'extern')
"(usually 'extern')" % (decl.name,))
pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_address_of_global_var
/build_dir/own-linux-x86-32/build/virt_test/lib/python2.7/site-packages/cffi/cparser.py:165: UserWarning: Global variable 'bottom' in cdef(): for consistency with C it should have a storage class specifier (usually 'extern')
"(usually 'extern')" % (decl.name,))
/build_dir/own-linux-x86-32/build/virt_test/lib/python2.7/site-packages/cffi/cparser.py:165: UserWarning: Global variable 'bottoms' in cdef(): for consistency with C it should have a storage class specifier (usually 'extern')
"(usually 'extern')" % (decl.name,))
pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_variable_of_unknown_size
/build_dir/own-linux-x86-32/build/virt_test/lib/python2.7/site-packages/cffi/cparser.py:165: UserWarning: Global variable 'globvar' in cdef(): for consistency with C it should have a storage class specifier (usually 'extern')
"(usually 'extern')" % (decl.name,))
pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_call_with_incomplete_structs
/build_dir/own-linux-x86-32/build/virt_test/lib/python2.7/site-packages/cffi/cparser.py:165: UserWarning: Global variable 'myglob' in cdef(): for consistency with C it should have a storage class specifier (usually 'extern')
"(usually 'extern')" % (decl.name,))
pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_import_from_lib
/build_dir/own-linux-x86-32/build/virt_test/lib/python2.7/site-packages/cffi/cparser.py:165: UserWarning: Global variable 'myvar' in cdef(): for consistency with C it should have a storage class specifier (usually 'extern')
"(usually 'extern')" % (decl.name,))
pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_macro_var_callback
/build_dir/own-linux-x86-32/build/virt_test/lib/python2.7/site-packages/cffi/cparser.py:165: UserWarning: Global variable 'my_value' in cdef(): for consistency with C it should have a storage class specifier (usually 'extern')
"(usually 'extern')" % (decl.name,))
/build_dir/own-linux-x86-32/build/virt_test/lib/python2.7/site-packages/cffi/cparser.py:165: UserWarning: Global variable 'get_my_value' in cdef(): for consistency with C it should have a storage class specifier (usually 'extern')
"(usually 'extern')" % (decl.name,))
pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_const_function_type_args
/build_dir/own-linux-x86-32/build/virt_test/lib/python2.7/site-packages/cffi/cparser.py:165: UserWarning: Global variable 'foobar' in cdef(): for consistency with C it should have a storage class specifier (usually 'extern')
"(usually 'extern')" % (decl.name,))
pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_extern_python_bogus_name
/build_dir/own-linux-x86-32/build/virt_test/lib/python2.7/site-packages/cffi/cparser.py:165: UserWarning: Global variable 'abc' in cdef(): for consistency with C it should have a storage class specifier (usually 'extern')
"(usually 'extern')" % (decl.name,))
pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_introspect_global_var
/build_dir/own-linux-x86-32/build/virt_test/lib/python2.7/site-packages/cffi/cparser.py:165: UserWarning: Global variable 'g1' in cdef(): for consistency with C it should have a storage class specifier (usually 'extern')
"(usually 'extern')" % (decl.name,))
pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_typedef_array_dotdotdot
/build_dir/own-linux-x86-32/build/virt_test/lib/python2.7/site-packages/cffi/cparser.py:165: UserWarning: Global variable 'gv' in cdef(): for consistency with C it should have a storage class specifier (usually 'extern')
"(usually 'extern')" % (decl.name,))
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============ 455 passed, 11 skipped, 21 warnings in 180.41 seconds =============
++ 06:12:44 starting module/_io/test [15 started in total]
__ module/_cppyy/test [12 done in total, somefailed=False] ____________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
[platform:WARNING] cc1plus: warning: command-line option ‘-Wno-discarded-qualifiers’ is valid for C/ObjC but not for C++
[platform:WARNING] cc1plus: warning: command-line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 191 items
module/_cppyy/test/test_advancedcpp.py sssssssssssssssssssssssss [ 13%]
module/_cppyy/test/test_boost.py sssss [ 15%]
module/_cppyy/test/test_cpp11features.py s.s [ 17%]
module/_cppyy/test/test_cppyy.py ........... [ 23%]
module/_cppyy/test/test_crossing.py ssss [ 25%]
module/_cppyy/test/test_datatypes.py .......sssssssssssssss [ 36%]
module/_cppyy/test/test_fragile.py sssssssssssss [ 43%]
module/_cppyy/test/test_helper.py ...... [ 46%]
module/_cppyy/test/test_operators.py sssssss [ 50%]
module/_cppyy/test/test_overloads.py sssssss [ 53%]
module/_cppyy/test/test_pythonify.py .....sssssssssssss [ 63%]
module/_cppyy/test/test_pythonization.py .ssssss [ 67%]
module/_cppyy/test/test_regression.py ss [ 68%]
module/_cppyy/test/test_stltypes.py sssssssssssssssssssssssss [ 81%]
module/_cppyy/test/test_templates.py sssssssssssssssssssssssssssssssss [ 98%]
module/_cppyy/test/test_zjit.py sss [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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, 160 skipped, 1 warnings in 161.85 seconds =============
++ 06:13:12 starting module/_jitlog/test [16 started in total]
__ module/_jitlog/test [13 done in total, somefailed=False] ___________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 item
module/_jitlog/test/test__jitlog.py . [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 8.34 seconds =====================
++ 06:13:22 starting module/_locale/test [17 started in total]
__ module/_locale/test [14 done in total, somefailed=False] ___________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 14 items
module/_locale/test/test_locale.py ssssssssssssss [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 7.68 seconds ====================
++ 06:13:32 starting module/_lsprof/test [18 started in total]
__ module/_lsprof/test [15 done in total, somefailed=False] ___________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 6 items
module/_lsprof/test/test_cprofile.py ...... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 10.66 seconds =====================
++ 06:13:44 starting module/_md5/test [19 started in total]
__ module/_md5/test [16 done in total, somefailed=False] ______________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 6 items
module/_md5/test/test_md5.py .s.... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 18.08 seconds ===============
++ 06:14:05 starting module/_minimal_curses/test [20 started in total]
__ module/_minimal_curses/test [17 done in total, somefailed=False] ___________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 6 items
module/_minimal_curses/test/test_curses.py sss... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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, 3 skipped, 1 warnings in 30.01 seconds ===============
++ 06:14:37 starting module/_multibytecodec/test [21 started in total]
__ interpreter/test [18 done in total, somefailed=False] ______________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 772 items
interpreter/test/apptest_class.py ............... [ 1%]
interpreter/test/apptest_exec.py ............................ [ 5%]
interpreter/test/apptest_function.py ........................s.......... [ 10%]
.................... [ 12%]
interpreter/test/apptest_generator.py .................................. [ 17%]
[ 17%]
interpreter/test/apptest_nestedscope.py ............. [ 18%]
interpreter/test/apptest_pyframe.py ............................. [ 22%]
interpreter/test/apptest_raise.py ..................... [ 25%]
interpreter/test/test_app_main.py ....ssssssssssssssssssssssssss.sssssss [ 30%]
.............s...s..s...... [ 33%]
interpreter/test/test_appinterp.py ............. [ 35%]
interpreter/test/test_argument.py ................................... [ 39%]
interpreter/test/test_buffer.py .. [ 40%]
interpreter/test/test_cellfamily.py ....... [ 41%]
interpreter/test/test_code.py ........ [ 42%]
interpreter/test/test_compiler.py ...................................... [ 47%]
........................................................................ [ 56%]
........... [ 57%]
interpreter/test/test_descrtypecheck.py .. [ 58%]
interpreter/test/test_error.py .......... [ 59%]
interpreter/test/test_exceptcomp.py ........... [ 60%]
interpreter/test/test_exec.py . [ 60%]
interpreter/test/test_executioncontext.py ................ [ 62%]
interpreter/test/test_extmodules.py . [ 63%]
interpreter/test/test_function.py .......... [ 64%]
interpreter/test/test_gateway.py ....................................... [ 69%]
.ss............ [ 71%]
interpreter/test/test_generator.py . [ 71%]
interpreter/test/test_interpreter.py .......................... [ 74%]
interpreter/test/test_main.py .... [ 75%]
interpreter/test/test_mixedmodule.py ...... [ 76%]
interpreter/test/test_module.py ........ [ 77%]
interpreter/test/test_objspace.py .............................. [ 81%]
interpreter/test/test_pycode.py . [ 81%]
interpreter/test/test_pyframe.py .. [ 81%]
interpreter/test/test_reverse_debugging.py .. [ 81%]
interpreter/test/test_special.py .. [ 81%]
interpreter/test/test_syntax.py ........................................ [ 87%]
............................ [ 90%]
interpreter/test/test_targetpypy.py .. [ 91%]
interpreter/test/test_typedef.py .................. [ 93%]
interpreter/test/test_unicodehelper.py .......... [ 94%]
interpreter/test/test_zpy.py ...... [ 95%]
interpreter/test/test_zzpickle_and_slow.py ...............s............. [ 99%]
...... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
pypy/interpreter/test/test_app_main.py::TestInteraction::()::test_options_i_c_crashing
/build_dir/own-linux-x86-32/build/pypy/interpreter/test/test_app_main.py:383: PytestWarning: Value of environment variable PYTHONPATH type should be str, but got None (type: NoneType); converted to str implicitly
monkeypatch.setenv('PYTHONPATH', None)
pypy/interpreter/test/test_app_main.py::TestInteraction::()::test_pythonstartup
/build_dir/own-linux-x86-32/build/pypy/interpreter/test/test_app_main.py:416: PytestWarning: Value of environment variable PYTHONPATH type should be str, but got None (type: NoneType); converted to str implicitly
monkeypatch.setenv('PYTHONPATH', None)
pypy/interpreter/test/test_app_main.py::TestInteraction::()::test_pythonstartup_file1
/build_dir/own-linux-x86-32/build/pypy/interpreter/test/test_app_main.py:436: PytestWarning: Value of environment variable PYTHONPATH type should be str, but got None (type: NoneType); converted to str implicitly
monkeypatch.setenv('PYTHONPATH', None)
pypy/interpreter/test/test_app_main.py::TestInteraction::()::test_pythonstartup_file2
/build_dir/own-linux-x86-32/build/pypy/interpreter/test/test_app_main.py:450: PytestWarning: Value of environment variable PYTHONPATH type should be str, but got None (type: NoneType); converted to str implicitly
monkeypatch.setenv('PYTHONPATH', None)
pypy/interpreter/test/test_app_main.py::TestNonInteractive::()::test_non_interactive_stdout_fully_buffered
/build_dir/own-linux-x86-32/build/pypy/interpreter/test/test_app_main.py:818: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
child_in, child_out_err = os.popen4(cmdline)
pypy/interpreter/test/test_app_main.py::TestNonInteractive::()::test_non_interactive_stdout_unbuffered
/build_dir/own-linux-x86-32/build/pypy/interpreter/test/test_app_main.py:843: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
child_in, child_out_err = os.popen4(cmdline)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============= 732 passed, 40 skipped, 7 warnings in 378.49 seconds =============
++ 06:14:59 starting module/_multiprocessing/test [22 started in total]
__ module/_multibytecodec/test [19 done in total, somefailed=False] ___________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 51 items
module/_multibytecodec/test/test_app_codecs.py ................ [ 31%]
module/_multibytecodec/test/test_app_incremental.py ............ [ 54%]
module/_multibytecodec/test/test_app_stream.py ..... [ 64%]
module/_multibytecodec/test/test_c_codecs.py ................s [ 98%]
module/_multibytecodec/test/test_translation.py . [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 skipped, 1 warnings in 51.33 seconds ===============
++ 06:15:36 starting module/_pypyjson/test [23 started in total]
__ module/_pypyjson/test [20 done in total, somefailed=False] _________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 42 items / 1 skipped
module/_pypyjson/test/test__pypyjson.py ................................ [ 76%]
.......... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 42 passed, 1 skipped, 1 warnings in 15.17 seconds ===============
++ 06:15:53 starting module/_random/test [24 started in total]
__ module/_random/test [21 done in total, somefailed=False] ___________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 14 items
module/_random/test/test_random.py ............. [ 92%]
module/_random/test/test_ztranslation.py . [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 30.55 seconds ====================
++ 06:16:26 starting module/_rawffi/alt/test [25 started in total]
__ module/_rawffi/alt/test [22 done in total, somefailed=False] _______________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 73 items
module/_rawffi/alt/test/test_ffitype.py ..... [ 6%]
module/_rawffi/alt/test/test_funcptr.py ................................ [ 50%]
..ssssss.s [ 64%]
module/_rawffi/alt/test/test_struct.py ............... [ 84%]
module/_rawffi/alt/test/test_type_converter.py ........... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 66 passed, 7 skipped, 1 warnings in 19.67 seconds ===============
++ 06:16:49 starting module/_rawffi/test [26 started in total]
__ module/_io/test [23 done in total, somefailed=False] _______________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 200 items
module/_io/test/apptest_bytesio.py ............ [ 6%]
module/_io/test/apptest_io.py ................................ [ 22%]
module/_io/test/apptest_stringio.py ......................... [ 34%]
module/_io/test/apptest_textio.py ........................... [ 48%]
module/_io/test/test_bufferedio.py ..................................... [ 66%]
......................................... [ 87%]
module/_io/test/test_fileio.py ...................... [ 98%]
module/_io/test/test_interp_textio.py .... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
/build_dir/own-linux-x86-32/build/virt_test/lib/python2.7/site-packages/hypothesis/searchstrategy/strategies.py:285
/build_dir/own-linux-x86-32/build/virt_test/lib/python2.7/site-packages/hypothesis/searchstrategy/strategies.py:285: NonInteractiveExampleWarning: The `.example()` method is good for exploring strategies, but should only be used interactively. We recommend using `@given` for tests - it performs better, saves and replays failures to avoid flakiness, and reports minimal examples. (strategy: text())
NonInteractiveExampleWarning,
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=================== 200 passed, 2 warnings in 292.10 seconds ===================
++ 06:17:40 starting module/_sha/test [27 started in total]
__ module/_sha/test [24 done in total, somefailed=False] ______________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 6 items
module/_sha/test/test_sha.py .s.... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 23.82 seconds ===============
++ 06:18:08 starting module/_socket/test [28 started in total]
__ module/_rawffi/test [25 done in total, somefailed=False] ___________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 83 items
module/_rawffi/test/apptest_rawffi.py . [ 1%]
module/_rawffi/test/test__rawffi.py .....s.............................. [ 44%]
...............s..........s..n: 2
Arg 0: 3
Arg 1: 15
... [ 83%]
module/_rawffi/test/test_exit.py . [ 84%]
module/_rawffi/test/test_nested.py ...... [ 91%]
module/_rawffi/test/test_struct.py ... [ 95%]
module/_rawffi/test/test_tracker.py ... [ 98%]
module/_rawffi/test/test_ztranslation.py . [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 80 passed, 3 skipped, 1 warnings in 89.68 seconds ===============
++ 06:18:24 starting module/_sre/test [29 started in total]
__ module/_file/test [26 done in total, somefailed=False] _____________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 269 items
module/_file/test/test_file.py .........................sss...... [ 12%]
module/_file/test/test_file_extra.py ................................... [ 25%]
........................................................................ [ 52%]
.......................................................ss..............s [ 79%]
s..............ss..............ss..................... [ 99%]
module/_file/test/test_large_file.py .s [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============= 257 passed, 12 skipped, 1 warnings in 440.18 seconds =============
++ 06:18:35 starting module/_vmprof/test [30 started in total]
__ module/_vmprof/test [27 done in total, somefailed=False] ___________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 7 items
module/_vmprof/test/test__vmprof.py ..... [ 71%]
module/_vmprof/test/test_direct.py .. [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
/build_dir/own-linux-x86-32/build/virt_test/lib/python2.7/site-packages/cffi/cparser.py:165
/build_dir/own-linux-x86-32/build/virt_test/lib/python2.7/site-packages/cffi/cparser.py:165: UserWarning: Global variable 'buffer' in cdef(): for consistency with C it should have a storage class specifier (usually 'extern')
"(usually 'extern')" % (decl.name,))
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 7 passed, 2 warnings in 49.24 seconds =====================
++ 06:19:26 starting module/_warnings/test [31 started in total]
__ module/_multiprocessing/test [28 done in total, somefailed=False] __________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 24 items
module/_multiprocessing/test/test_connection.py ..sss...... [ 45%]
module/_multiprocessing/test/test_interp_semaphore.py . [ 50%]
module/_multiprocessing/test/test_memory.py .. [ 58%]
module/_multiprocessing/test/test_semaphore.py ....... [ 87%]
module/_multiprocessing/test/test_win32.py ss [ 95%]
module/_multiprocessing/test/test_ztranslation.py . [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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, 5 skipped, 1 warnings in 278.83 seconds ==============
++ 06:19:40 starting module/_weakref/test [32 started in total]
__ module/_warnings/test [29 done in total, somefailed=False] _________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 12 items
module/_warnings/test/apptest_warnings.py ........... [ 91%]
module/_warnings/test/test_warnings.py . [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 22.86 seconds ====================
++ 06:19:50 starting module/_winreg/test [33 started in total]
__ module/_winreg/test [30 done in total, somefailed=False] ___________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 skipped
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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.20 seconds =====================
++ 06:19:52 starting module/array/test [34 started in total]
__ module/_weakref/test [31 done in total, somefailed=False] __________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 42 items
module/_weakref/test/test_weakref.py ....................s.............. [ 83%]
....... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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, 1 skipped, 1 warnings in 18.15 seconds ===============
++ 06:20:01 starting module/binascii/test [35 started in total]
__ module/_socket/test [32 done in total, somefailed=False] ___________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 60 items
module/_socket/test/test_sock_app.py ................................... [ 58%]
........s.....s......... [ 98%]
module/_socket/test/test_ztranslation.py . [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 58 passed, 2 skipped, 1 warnings in 108.23 seconds ==============
++ 06:20:04 starting module/bz2/test [36 started in total]
__ module/_sre/test [33 done in total, somefailed=False] ______________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 139 items
module/_sre/test/test_app_sre.py ....................................... [ 28%]
.......s...................................s.s.......................... [ 79%]
.... [ 82%]
module/_sre/test/test_sre_buf.py ........................ [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============= 136 passed, 3 skipped, 1 warnings in 103.76 seconds ==============
++ 06:20:13 starting module/cStringIO/test [37 started in total]
__ module/binascii/test [34 done in total, somefailed=False] __________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 14 items
module/binascii/test/test_binascii.py .............. [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 13.10 seconds ====================
++ 06:20:15 starting module/cmath/test [38 started in total]
__ module/cmath/test [35 done in total, somefailed=False] _____________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 15 items
module/cmath/test/test_cmath.py ............... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 11.75 seconds ====================
++ 06:20:30 starting module/cpyext/test/test_abstract.py [39 started in total]
__ module/cStringIO/test [36 done in total, somefailed=False] _________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 16 items
module/cStringIO/test/test_interp_stringio.py ............... [ 93%]
module/cStringIO/test/test_ztranslation.py . [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 26.38 seconds ====================
++ 06:20:41 starting module/cpyext/test/test_api.py [40 started in total]
__ module/array/test [37 done in total, somefailed=False] _____________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 49 items
module/array/test/test_array.py ....................................s... [ 81%]
........ [ 97%]
module/array/test/test_ztranslation.py . [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 skipped, 1 warnings in 91.68 seconds ===============
++ 06:21:26 starting module/cpyext/test/test_arraymodule.py [41 started in total]
__ module/cpyext/test/test_api.py [38 done in total, somefailed=False] ________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 4 items
module/cpyext/test/test_api.py .... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 59.48 seconds =====================
++ 06:21:54 starting module/cpyext/test/test_boolobject.py [42 started in total]
__ module/cpyext/test/test_abstract.py [39 done in total, somefailed=False] ___
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 7 items
module/cpyext/test/test_abstract.py ....... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 93.02 seconds =====================
++ 06:22:19 starting module/cpyext/test/test_borrow.py [43 started in total]
__ module/bz2/test [40 done in total, somefailed=False] _______________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 52 items
module/bz2/test/test_bz2_compdecomp.py ..s...........s... [ 34%]
module/bz2/test/test_bz2_file.py ................................. [ 98%]
module/bz2/test/test_large.py s [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
pypy/module/bz2/test/test_bz2_compdecomp.py::AppTestBZ2Compressor::()::test_compress
/build_dir/own-linux-x86-32/build/pypy/module/bz2/test/test_bz2_compdecomp.py:20: DeprecationWarning: The popen2 module is deprecated. Use the subprocess module.
import popen2
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 49 passed, 3 skipped, 2 warnings in 162.45 seconds ==============
++ 06:22:50 starting module/cpyext/test/test_bufferobject.py [44 started in total]
__ module/cpyext/test/test_boolobject.py [41 done in total, somefailed=False] _
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 4 items
module/cpyext/test/test_boolobject.py .... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 74.98 seconds =====================
++ 06:23:28 starting module/cpyext/test/test_bytearrayobject.py [45 started in total]
__ module/cpyext/test/test_borrow.py [42 done in total, somefailed=False] _____
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 3 items
module/cpyext/test/test_borrow.py ... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 82.63 seconds =====================
++ 06:24:00 starting module/cpyext/test/test_bytesobject.py [46 started in total]
__ module/cpyext/test/test_bufferobject.py [43 done in total, somefailed=False]
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 4 items
module/cpyext/test/test_bufferobject.py .... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 104.58 seconds ====================
++ 06:24:54 starting module/cpyext/test/test_capsule.py [47 started in total]
__ module/cpyext/test/test_arraymodule.py [44 done in total, somefailed=False]
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 17 items
module/cpyext/test/test_arraymodule.py ..........x...... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 xfailed, 1 warnings in 204.10 seconds ==============
++ 06:25:11 starting module/cpyext/test/test_cell.py [48 started in total]
__ module/cpyext/test/test_bytearrayobject.py [45 done in total, somefailed=False]
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 6 items
module/cpyext/test/test_bytearrayobject.py ...... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 93.04 seconds =====================
++ 06:25:17 starting module/cpyext/test/test_classobject.py [49 started in total]
__ module/cpyext/test/test_capsule.py [46 done in total, somefailed=False] ____
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 item
module/cpyext/test/test_capsule.py . [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 79.55 seconds =====================
++ 06:26:28 starting module/cpyext/test/test_codecs.py [50 started in total]
__ module/cpyext/test/test_bytesobject.py [47 done in total, somefailed=False]
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 25 items
module/cpyext/test/test_bytesobject.py ......................... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 130.66 seconds ====================
++ 06:26:32 starting module/cpyext/test/test_complexobject.py [51 started in total]
__ module/cpyext/test/test_cell.py [48 done in total, somefailed=False] _______
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 item
module/cpyext/test/test_cell.py . [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 72.19 seconds =====================
++ 06:26:38 starting module/cpyext/test/test_cpyext.py [52 started in total]
__ module/cpyext/test/test_classobject.py [49 done in total, somefailed=False]
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 5 items
module/cpyext/test/test_classobject.py ..... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 84.64 seconds =====================
++ 06:26:59 starting module/cpyext/test/test_datetime.py [53 started in total]
__ module/cpyext/test/test_codecs.py [50 done in total, somefailed=False] _____
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 2 items
module/cpyext/test/test_codecs.py .. [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 63.89 seconds =====================
++ 06:27:48 starting module/cpyext/test/test_dictobject.py [54 started in total]
__ module/cpyext/test/test_complexobject.py [51 done in total, somefailed=False]
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 5 items
module/cpyext/test/test_complexobject.py ..... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 81.34 seconds =====================
++ 06:28:14 starting module/cpyext/test/test_eval.py [55 started in total]
__ module/cpyext/test/test_cpyext.py [52 done in total, somefailed=False] _____
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 27 items
module/cpyext/test/test_cpyext.py ...s.........s............. [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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, 2 skipped, 1 warnings in 137.09 seconds ==============
++ 06:29:10 starting module/cpyext/test/test_fileobject.py [56 started in total]
__ module/cpyext/test/test_datetime.py [53 done in total, somefailed=False] ___
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 14 items
module/cpyext/test/test_datetime.py .............. [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 124.09 seconds ====================
++ 06:29:24 starting module/cpyext/test/test_floatobject.py [57 started in total]
__ module/cpyext/test/test_dictobject.py [54 done in total, somefailed=False] _
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 18 items
module/cpyext/test/test_dictobject.py .................. [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=================== 18 passed, 1 warnings in 121.48 seconds ====================
++ 06:30:06 starting module/cpyext/test/test_frameobject.py [58 started in total]
__ module/cpyext/test/test_eval.py [55 done in total, somefailed=False] _______
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 19 items
module/cpyext/test/test_eval.py ................... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 118.95 seconds ====================
++ 06:30:32 starting module/cpyext/test/test_funcobject.py [59 started in total]
__ module/cpyext/test/test_fileobject.py [56 done in total, somefailed=False] _
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 item
module/cpyext/test/test_fileobject.py . [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 73.20 seconds =====================
++ 06:30:45 starting module/cpyext/test/test_genobject.py [60 started in total]
__ module/cpyext/test/test_floatobject.py [57 done in total, somefailed=False]
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 15 items
module/cpyext/test/test_floatobject.py ............... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 105.53 seconds ====================
++ 06:31:27 starting module/cpyext/test/test_getargs.py [61 started in total]
__ module/cpyext/test/test_frameobject.py [58 done in total, somefailed=False]
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 2 items
module/cpyext/test/test_frameobject.py .. [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 76.14 seconds =====================
++ 06:31:41 starting module/cpyext/test/test_import.py [62 started in total]
__ module/cpyext/test/test_genobject.py [59 done in total, somefailed=False] __
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 item
module/cpyext/test/test_genobject.py . [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 63.38 seconds =====================
++ 06:32:05 starting module/cpyext/test/test_intobject.py [63 started in total]
__ module/cpyext/test/test_funcobject.py [60 done in total, somefailed=False] _
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 7 items
module/cpyext/test/test_funcobject.py ....... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 74.92 seconds =====================
++ 06:32:06 starting module/cpyext/test/test_iterator.py [64 started in total]
__ module/cpyext/test/test_import.py [61 done in total, somefailed=False] _____
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 6 items
module/cpyext/test/test_import.py ...... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 89.79 seconds =====================
++ 06:33:29 starting module/cpyext/test/test_listobject.py [65 started in total]
__ module/cpyext/test/test_getargs.py [62 done in total, somefailed=False] ____
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 11 items
module/cpyext/test/test_getargs.py ........... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 103.54 seconds ====================
++ 06:33:30 starting module/cpyext/test/test_longobject.py [66 started in total]
__ module/cpyext/test/test_iterator.py [63 done in total, somefailed=False] ___
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 5 items
module/cpyext/test/test_iterator.py ....in sq_inplace_repeat, n=3
. [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 80.71 seconds =====================
++ 06:33:48 starting module/cpyext/test/test_mapping.py [67 started in total]
__ module/cpyext/test/test_intobject.py [64 done in total, somefailed=False] __
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 10 items
module/cpyext/test/test_intobject.py .......... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 89.51 seconds ====================
++ 06:33:54 starting module/cpyext/test/test_marshal.py [68 started in total]
__ module/cpyext/test/test_listobject.py [65 done in total, somefailed=False] _
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 12 items
module/cpyext/test/test_listobject.py ............ [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 89.82 seconds ====================
++ 06:35:18 starting module/cpyext/test/test_memoryobject.py [69 started in total]
__ module/cpyext/test/test_mapping.py [66 done in total, somefailed=False] ____
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 6 items
module/cpyext/test/test_mapping.py ...... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 79.54 seconds =====================
++ 06:35:23 starting module/cpyext/test/test_methodobject.py [70 started in total]
__ module/cpyext/test/test_longobject.py [67 done in total, somefailed=False] _
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 20 items
module/cpyext/test/test_longobject.py .................... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 106.00 seconds ====================
++ 06:35:34 starting module/cpyext/test/test_misc.py [71 started in total]
__ module/cpyext/test/test_marshal.py [68 done in total, somefailed=False] ____
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 2 items
module/cpyext/test/test_marshal.py .. [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 82.34 seconds =====================
++ 06:35:35 starting module/cpyext/test/test_module.py [72 started in total]
__ module/cpyext/test/test_module.py [69 done in total, somefailed=False] _____
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 2 items
module/cpyext/test/test_module.py .. [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 64.36 seconds =====================
++ 06:36:55 starting module/cpyext/test/test_ndarrayobject.py [73 started in total]
__ module/cpyext/test/test_misc.py [70 done in total, somefailed=False] _______
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 item
module/cpyext/test/test_misc.py . [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 76.12 seconds =====================
++ 06:37:08 starting module/cpyext/test/test_number.py [74 started in total]
__ module/cpyext/test/test_memoryobject.py [71 done in total, somefailed=False]
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 8 items
module/cpyext/test/test_memoryobject.py .....s.. [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 107.08 seconds ===============
Exception TypeError: "'NoneType' object is not callable" in <function callback at 0xf39ecfb4> ignored
++ 06:37:22 starting module/cpyext/test/test_object.py [75 started in total]
__ module/cpyext/test/test_methodobject.py [72 done in total, somefailed=False]
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 11 items
module/cpyext/test/test_methodobject.py ........... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 120.78 seconds ====================
++ 06:37:40 starting module/cpyext/test/test_pycobject.py [76 started in total]
__ module/cpyext/test/test_number.py [73 done in total, somefailed=False] _____
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 11 items
module/cpyext/test/test_number.py ..........got no exc
got no exc
got exc
. [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 96.22 seconds ====================
++ 06:39:04 starting module/cpyext/test/test_pyerrors.py [77 started in total]
__ module/cpyext/test/test_ndarrayobject.py [74 done in total, somefailed=False]
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 24 items
module/cpyext/test/test_ndarrayobject.py ........................ [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 108.94 seconds ====================
++ 06:39:06 starting module/cpyext/test/test_pyfile.py [78 started in total]
__ module/cpyext/test/test_pycobject.py [75 done in total, somefailed=False] __
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 item
module/cpyext/test/test_pycobject.py . [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 78.94 seconds =====================
++ 06:39:15 starting module/cpyext/test/test_pysignals.py [79 started in total]
__ module/cpyext/test/test_object.py [76 done in total, somefailed=False] _____
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 35 items
module/cpyext/test/test_object.py ........................s.......... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 skipped, 1 warnings in 133.40 seconds ==============
++ 06:39:54 starting module/cpyext/test/test_pystate.py [80 started in total]
__ module/cpyext/test/test_pyfile.py [77 done in total, somefailed=False] _____
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 9 items
module/cpyext/test/test_pyfile.py ....x.... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 xfailed, 1 warnings in 82.04 seconds ===============
++ 06:40:48 starting module/cpyext/test/test_pystrtod.py [81 started in total]
__ module/cpyext/test/test_pysignals.py [78 done in total, somefailed=False] __
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 item
module/cpyext/test/test_pysignals.py . [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 75.51 seconds =====================
++ 06:40:49 starting module/cpyext/test/test_sequence.py [82 started in total]
__ module/cpyext/test/test_pyerrors.py [79 done in total, somefailed=False] ___
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 27 items
module/cpyext/test/test_pyerrors.py .........s.....s........s.. [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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, 3 skipped, 1 warnings in 138.76 seconds ==============
++ 06:41:44 starting module/cpyext/test/test_setobject.py [83 started in total]
__ module/cpyext/test/test_pystrtod.py [80 done in total, somefailed=False] ___
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 18 items
module/cpyext/test/test_pystrtod.py .................. [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 18 passed, 1 warnings in 76.35 seconds ====================
++ 06:42:22 starting module/cpyext/test/test_sliceobject.py [84 started in total]
__ module/cpyext/test/test_pystate.py [81 done in total, somefailed=False] ____
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 13 items
module/cpyext/test/test_pystate.py ............. [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 132.21 seconds ====================
++ 06:42:26 starting module/cpyext/test/test_structseq.py [85 started in total]
__ module/cpyext/test/test_sequence.py [82 done in total, somefailed=False] ___
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 23 items
module/cpyext/test/test_sequence.py ....................... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 106.27 seconds ====================
++ 06:42:53 starting module/cpyext/test/test_sysmodule.py [86 started in total]
__ module/cpyext/test/test_setobject.py [83 done in total, somefailed=False] __
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 9 items
module/cpyext/test/test_setobject.py ......... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 81.73 seconds =====================
++ 06:43:25 starting module/cpyext/test/test_thread.py [87 started in total]
__ module/cpyext/test/test_structseq.py [84 done in total, somefailed=False] __
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 item
module/cpyext/test/test_structseq.py . [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 79.06 seconds =====================
++ 06:44:00 starting module/cpyext/test/test_traceback.py [88 started in total]
__ module/cpyext/test/test_sliceobject.py [85 done in total, somefailed=False]
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 6 items
module/cpyext/test/test_sliceobject.py ...... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 86.63 seconds =====================
++ 06:44:04 starting module/cpyext/test/test_translate.py [89 started in total]
__ module/cpyext/test/test_translate.py [86 done in total, somefailed=False] __
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 item
module/cpyext/test/test_translate.py . [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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.35 seconds =====================
++ 06:44:32 starting module/cpyext/test/test_tupleobject.py [90 started in total]
__ module/cpyext/test/test_sysmodule.py [87 done in total, somefailed=False] __
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 3 items
module/cpyext/test/test_sysmodule.py ... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 84.54 seconds =====================
++ 06:44:34 starting module/cpyext/test/test_typeobject.py [91 started in total]
__ module/cpyext/test/test_traceback.py [88 done in total, somefailed=False] __
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 item
module/cpyext/test/test_traceback.py . [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 65.38 seconds =====================
++ 06:45:28 starting module/cpyext/test/test_unicodeobject.py [92 started in total]
__ module/cpyext/test/test_thread.py [89 done in total, somefailed=False] _____
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 4 items
module/cpyext/test/test_thread.py .... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 103.31 seconds ====================
++ 06:45:29 starting module/cpyext/test/test_userslots.py [93 started in total]
__ module/cpyext/test/test_tupleobject.py [90 done in total, somefailed=False]
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 10 items
module/cpyext/test/test_tupleobject.py .......... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 104.87 seconds ====================
++ 06:46:35 starting module/cpyext/test/test_version.py [94 started in total]
__ module/cpyext/test/test_userslots.py [91 done in total, somefailed=False] __
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 6 items
module/cpyext/test/test_userslots.py ...... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 106.86 seconds ====================
++ 06:47:32 starting module/cpyext/test/test_weakref.py [95 started in total]
__ module/cpyext/test/test_unicodeobject.py [92 done in total, somefailed=False]
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 47 items
module/cpyext/test/test_unicodeobject.py .............................s. [ 65%]
................ [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 skipped, 1 warnings in 140.71 seconds ==============
++ 06:48:07 starting module/crypt/test [96 started in total]
__ module/crypt/test [93 done in total, somefailed=False] _____________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 item
module/crypt/test/test_crypt.py . [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 9.88 seconds =====================
++ 06:48:19 starting module/errno/test [97 started in total]
__ module/cpyext/test/test_version.py [94 done in total, somefailed=False] ____
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 3 items
module/cpyext/test/test_version.py ... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 85.92 seconds =====================
++ 06:48:24 starting module/exceptions/test [98 started in total]
__ module/errno/test [95 done in total, somefailed=False] _____________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 3 items
module/errno/test/test_errno.py ... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 10.29 seconds =====================
++ 06:48:31 starting module/faulthandler/test [99 started in total]
__ module/exceptions/test [96 done in total, somefailed=False] ________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 24 items
module/exceptions/test/test_exc.py ..........s............. [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 skipped, 1 warnings in 21.63 seconds ===============
++ 06:48:48 starting module/fcntl/test [100 started in total]
__ module/faulthandler/test [97 done in total, somefailed=False] ______________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 3 items
module/faulthandler/test/test_faulthander.py .. [ 66%]
module/faulthandler/test/test_ztranslation.py . [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 19.91 seconds =====================
++ 06:48:55 starting module/gc/test [101 started in total]
__ module/fcntl/test [98 done in total, somefailed=True] ______________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 8 items
module/fcntl/test/test_fcntl.py ...F.... [100%]
=================================== FAILURES ===================================
___________________________ AppTestFcntl.test_ioctl ____________________________
self = <pypy.interpreter.typedef.W_ObjectObjectUserDictWeakrefable object at 0xf4fc1a4c>
def test_ioctl(self):
import fcntl
import array
import os
import pty
import time
try:
from termios import TIOCGPGRP
except ImportError:
skip("don't know how to test ioctl() on this platform")
raises(TypeError, fcntl.ioctl, "foo")
raises(TypeError, fcntl.ioctl, 0, "foo")
#raises(TypeError, fcntl.ioctl, 0, TIOCGPGRP, float(0))
raises(TypeError, fcntl.ioctl, 0, TIOCGPGRP, 1, "foo")
child_pid, mfd = pty.fork()
if child_pid == 0:
# We're the child
time.sleep(1)
os._exit(0)
try:
# We're the parent, we want TIOCGPGRP calls after child started but before it dies
time.sleep(0.5)
buf = array.array('i', [0])
res = fcntl.ioctl(mfd, TIOCGPGRP, buf, True)
assert res == 0
assert buf[0] != 0
expected = buf.tostring()
buf = array.array('i', [0])
res = fcntl.ioctl(mfd, TIOCGPGRP, buf)
assert res == 0
assert buf.tostring() == expected
buf = array.array('i', [0])
res = fcntl.ioctl(mfd, TIOCGPGRP, buffer(buf))
assert res == expected
assert buf.tostring() == '\x00' * 4
exc = raises(TypeError, fcntl.ioctl, mfd, TIOCGPGRP, memoryview('abc'))
assert 'integer' in str(exc.value)
exc = raises(TypeError, fcntl.ioctl, mfd, TIOCGPGRP, buffer(buf), False)
assert str(exc.value) == "ioctl requires a file or file descriptor, an integer and optionally an integer or buffer argument"
exc = raises(TypeError, fcntl.ioctl, mfd, TIOCGPGRP, memoryview('abc'), False)
assert str(exc.value) == "ioctl requires a file or file descriptor, an integer and optionally an integer or buffer argument"
res = fcntl.ioctl(mfd, TIOCGPGRP, buf, False)
assert res == expected
raises(TypeError, fcntl.ioctl, mfd, TIOCGPGRP, "\x00\x00", True)
res = fcntl.ioctl(mfd, TIOCGPGRP, "\x00\x00\x00\x00")
> assert res == expected
E (application-level) AssertionError: assert '\x00\x00\x00\x00' == 'n\xd8\x0b\x00'
[/build_dir/own-linux-x86-32/build/pypy/module/fcntl/test/test_fcntl.py:196]:56: AssertionError
=========================== short test summary info ============================
FAIL module/fcntl/test/test_fcntl.py::AppTestFcntl::()::test_ioctl
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 failed, 7 passed, 1 warnings in 26.55 seconds ================
++ 06:49:16 starting module/imp/test [102 started in total]
__ module/cpyext/test/test_weakref.py [99 done in total, somefailed=False] ____
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 5 items
module/cpyext/test/test_weakref.py ..... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 87.40 seconds =====================
++ 06:49:21 starting module/itertools/test [103 started in total]
__ module/gc/test [100 done in total, somefailed=False] _______________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 30 items
module/gc/test/test_app_referents.py .... [ 13%]
module/gc/test/test_gc.py .....x... [ 43%]
module/gc/test/test_hook.py ........ [ 70%]
module/gc/test/test_referents.py ........ [ 96%]
module/gc/test/test_ztranslation.py . [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 xfailed, 1 warnings in 36.10 seconds ===============
++ 06:49:33 starting module/marshal/test [104 started in total]
__ module/marshal/test [101 done in total, somefailed=False] __________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 80 items
module/marshal/test/test_marshal.py .................................... [ 45%]
............................... [ 83%]
module/marshal/test/test_marshalimpl.py ............. [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 80 passed, 1 warnings in 34.48 seconds ====================
++ 06:50:11 starting module/math/test [105 started in total]
__ module/math/test [102 done in total, somefailed=False] _____________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 182 items
module/math/test/test_direct.py ........................................ [ 21%]
........................................................................ [ 61%]
...................................................... [ 91%]
module/math/test/test_factorial.py .s [ 92%]
module/math/test/test_math.py ..s......s.... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 179 passed, 3 skipped, 1 warnings in 27.75 seconds ==============
++ 06:50:44 starting module/micronumpy/test [106 started in total]
__ module/itertools/test [103 done in total, somefailed=False] ________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 73 items
module/itertools/test/test_itertools.py ................................ [ 43%]
........................................ [ 98%]
module/itertools/test/test_ztranslation.py . [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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, 1 warnings in 83.45 seconds ====================
++ 06:50:48 starting module/mmap/test [107 started in total]
__ module/micronumpy/test [104 done in total, somefailed=True] ________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 705 items / 1 errors
==================================== ERRORS ====================================
__________ ERROR collecting pypy/module/micronumpy/test/test_zjit.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/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 7.86 seconds ======================
++ 06:50:54 starting module/operator/test [108 started in total]
__ module/operator/test [105 done in total, somefailed=False] _________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 27 items
module/operator/test/test_operator.py .................. [ 66%]
module/operator/test/test_tscmp.py ......... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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, 1 warnings in 16.27 seconds ====================
++ 06:51:14 starting module/parser/test [109 started in total]
__ module/parser/test [106 done in total, somefailed=False] ___________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 7 items
module/parser/test/test_parser.py ....... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 12.53 seconds =====================
++ 06:51:29 starting module/posix/test [110 started in total]
__ module/mmap/test [107 done in total, somefailed=False] _____________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 43 items
module/mmap/test/test_mmap.py ......................s..............ss... [ 97%]
. [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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, 3 skipped, 1 warnings in 64.06 seconds ===============
++ 06:51:54 starting module/pwd/test [111 started in total]
__ module/pwd/test [108 done in total, somefailed=False] ______________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 4 items
module/pwd/test/test_pwd.py ... [ 75%]
module/pwd/test/test_ztranslation.py . [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 22.21 seconds =====================
++ 06:52:18 starting module/pyexpat/test [112 started in total]
__ module/imp/test [109 done in total, somefailed=False] ______________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 124 items
module/imp/test/test_app.py ................ [ 12%]
module/imp/test/test_import.py ..............................s.......... [ 45%]
...............................................s................... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============= 122 passed, 2 skipped, 1 warnings in 270.59 seconds ==============
++ 06:53:50 starting module/pypyjit/test [113 started in total]
__ module/pypyjit/test [110 done in total, somefailed=False] __________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 29 items
module/pypyjit/test/test_jit_hook.py ........s [ 31%]
module/pypyjit/test/test_jit_not_in_trace.py .. [ 37%]
module/pypyjit/test/test_jit_setup.py .... [ 51%]
module/pypyjit/test/test_policy.py ............ [ 93%]
module/pypyjit/test/test_pyframe.py . [ 96%]
module/pypyjit/test/test_ztranslation.py . [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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, 1 skipped, 1 warnings in 46.83 seconds ===============
++ 06:54:41 starting module/select/test [114 started in total]
__ module/pyexpat/test [111 done in total, somefailed=False] __________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 21 items
module/pyexpat/test/test_build.py . [ 4%]
module/pyexpat/test/test_parser.py .................... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 137.68 seconds ====================
++ 06:54:43 starting module/signal/test [115 started in total]
__ module/posix/test [112 done in total, somefailed=False] ____________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 108 items
module/posix/test/test_posix2.py ....................................... [ 36%]
........................s...........s.........s................s [ 95%]
module/posix/test/test_posix_libfile.py .... [ 99%]
module/posix/test/test_ztranslation.py . [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============= 104 passed, 4 skipped, 1 warnings in 221.47 seconds ==============
++ 06:55:13 starting module/struct/test [116 started in total]
__ module/signal/test [113 done in total, somefailed=False] ___________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 18 items
module/signal/test/test_signal.py .................. [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 18 passed, 1 warnings in 84.29 seconds ====================
++ 06:56:10 starting module/sys/test [117 started in total]
__ module/select/test [114 done in total, somefailed=True] ____________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 41 items
module/select/test/test_epoll.py ....F... [ 19%]
module/select/test/test_kqueue.py sssss [ 31%]
module/select/test/test_select.py ........................... [ 97%]
module/select/test/test_ztranslation.py . [100%]
=================================== FAILURES ===================================
______________________ AppTestEpoll.test_control_and_wait ______________________
self = <pypy.interpreter.typedef.W_ObjectObjectUserDictWeakrefable object at 0xf4f1904c>
def test_control_and_wait(self):
import select
import time
client, server = self.socket_pair()
ep = select.epoll(16)
ep.register(server.fileno(),
select.EPOLLIN | select.EPOLLOUT | select.EPOLLET
)
ep.register(client.fileno(),
select.EPOLLIN | select.EPOLLOUT | select.EPOLLET
)
now = time.time()
events = ep.poll(1, 4)
then = time.time()
assert then - now < 0.1
events.sort()
expected = [
(client.fileno(), select.EPOLLOUT),
(server.fileno(), select.EPOLLOUT)
]
expected.sort()
assert events == expected
> assert then - now < self.timeout
E (application-level) AssertionError: assert (1779951318.197935 - 1779951318.176742) < 0.02
E + where 0.02 = 0.02
E + where 0.02 = <AppTestEpoll object at 0xf4f1904c>.timeout
[/build_dir/own-linux-x86-32/build/pypy/module/select/test/test_epoll.py:120]:28: AssertionError
=========================== short test summary info ============================
FAIL module/select/test/test_epoll.py::AppTestEpoll::()::test_control_and_wait
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 failed, 35 passed, 5 skipped, 1 warnings in 96.18 seconds ==========
++ 06:56:23 starting module/termios/test [118 started in total]
__ module/struct/test [115 done in total, somefailed=False] ___________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 41 items
module/struct/test/test_struct.py ...................................... [ 92%]
.. [ 97%]
module/struct/test/test_ztranslation.py . [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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, 1 warnings in 79.22 seconds ====================
++ 06:56:40 starting module/test_lib_pypy [119 started in total]
__ module/termios/test [116 done in total, somefailed=False] __________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 8 items
module/termios/test/test_termios.py sssss... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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, 5 skipped, 1 warnings in 35.24 seconds ===============
++ 06:57:01 starting module/thread/test [120 started in total]
__ module/sys/test [117 done in total, somefailed=False] ______________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 65 items
module/sys/test/apptest_initpath.py . [ 1%]
module/sys/test/test_encoding.py . [ 3%]
module/sys/test/test_initpath.py ....... [ 13%]
module/sys/test/test_sysmodule.py ...............................s...... [ 72%]
.............. [ 93%]
module/sys/test/test_version.py .... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
pypy/module/sys/test/test_initpath.py::test_find_executable
/build_dir/own-linux-x86-32/build/pypy/module/sys/test/test_initpath.py:76: PytestWarning: Value of environment variable PATH type should be str, but got None (type: NoneType); converted to str implicitly
monkeypatch.setenv('PATH', None)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 64 passed, 1 skipped, 2 warnings in 52.72 seconds ===============
++ 06:57:08 starting module/time/test [121 started in total]
__ module/cpyext/test/test_typeobject.py [118 done in total, somefailed=False]
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 68 items
module/cpyext/test/test_typeobject.py ...............s.................. [ 50%]
..............................s... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 66 passed, 2 skipped, 1 warnings in 807.71 seconds ==============
++ 06:58:24 starting module/unicodedata/test [122 started in total]
__ module/time/test [119 done in total, somefailed=False] _____________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 18 items
module/time/test/test_time.py .................. [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=================== 18 passed, 1 warnings in 144.90 seconds ====================
++ 06:59:40 starting module/zipimport/test [123 started in total]
__ module/thread/test [120 done in total, somefailed=False] ___________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 48 items
module/thread/test/test_fork.py s.. [ 6%]
module/thread/test/test_gil.py .... [ 14%]
module/thread/test/test_import_lock.py ..... [ 25%]
module/thread/test/test_local.py ....... [ 39%]
module/thread/test/test_lock.py ................. [ 75%]
module/thread/test/test_thread.py ............ [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 skipped, 1 warnings in 419.00 seconds ==============
Exception AttributeError: '__exit__' in <bound method Lock.__del__ of <rpython.rlib.rthread.Lock object at 0xf4f9c76c>> ignored
++ 07:04:07 starting module/zlib/test [124 started in total]
__ module/test_lib_pypy [121 done in total, somefailed=False] _________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 200 items / 7 skipped
module/test_lib_pypy/test_collections.py ..................... [ 10%]
module/test_lib_pypy/test_marshal_extra.py ............................. [ 25%]
........................................................................ [ 61%]
.................................................. [ 86%]
module/test_lib_pypy/test_md5_extra.py ...... [ 89%]
module/test_lib_pypy/test_msvcrt.py s [ 89%]
module/test_lib_pypy/test_pickle_extra.py s [ 90%]
module/test_lib_pypy/test_sha_extra.py ... [ 91%]
module/test_lib_pypy/test_site_extra.py . [ 92%]
module/test_lib_pypy/test_structseq.py ......... [ 96%]
module/test_lib_pypy/test_tputil.py ..s.... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
module/test_lib_pypy/test_md5_extra.py:6
/build_dir/own-linux-x86-32/build/pypy/module/test_lib_pypy/test_md5_extra.py:6: DeprecationWarning: the md5 module is deprecated; use hashlib instead
import md5
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============= 197 passed, 10 skipped, 2 warnings in 449.09 seconds =============
++ 07:04:15 starting objspace/fake/test [125 started in total]
__ objspace/fake/test [122 done in total, somefailed=False] ___________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 21 items
objspace/fake/test/test_checkmodule.py ........ [ 38%]
objspace/fake/test/test_objspace.py ............. [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 30.46 seconds ====================
++ 07:04:48 starting objspace/std/test [126 started in total]
__ module/zlib/test [123 done in total, somefailed=False] _____________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 31 items
module/zlib/test/test_zlib.py ............................s.. [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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, 1 skipped, 1 warnings in 74.77 seconds ===============
++ 07:05:27 starting objspace/test [127 started in total]
__ module/unicodedata/test [124 done in total, somefailed=False] ______________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 26 items
module/unicodedata/test/test_hyp.py ................ [ 61%]
module/unicodedata/test/test_unicodedata.py .......... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 418.33 seconds ====================
++ 07:05:29 starting sandbox/test [128 started in total]
__ objspace/test [125 done in total, somefailed=False] ________________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 59 items
objspace/test/apptest_binop_overriding.py . [ 1%]
objspace/test/apptest_descriptor.py ........ [ 15%]
objspace/test/apptest_descroperation.py ............s................... [ 69%]
....... [ 81%]
objspace/test/test_descroperation.py ........... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 58 passed, 1 skipped, 1 warnings in 32.55 seconds ===============
++ 07:06:05 starting tool/bench/test [129 started in total]
__ tool/bench/test [126 done in total, somefailed=False] ______________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 3 items / 1 skipped
tool/bench/test/test_pypyresult.py ... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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.86 seconds ================
++ 07:06:11 starting tool/memusage/test [130 started in total]
__ tool/memusage/test [127 done in total, somefailed=False] ___________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 5 items
tool/memusage/test/test_log2gnumeric.py ..... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 4.32 seconds =====================
++ 07:06:16 starting tool/pytest/test [131 started in total]
__ sandbox/test [128 done in total, somefailed=False] _________________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 item
sandbox/test/test_pypy_interact.py . [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 55.36 seconds =====================
++ 07:06:28 starting tool/release/test [132 started in total]
__ tool/release/test [129 done in total, somefailed=False] ____________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 8 items
tool/release/test/test_package.py ....s [ 62%]
tool/release/test/test_smartstrip.py ... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 36.42 seconds ===============
++ 07:07:06 starting tool/test [133 started in total]
__ tool/test [130 done in total, somefailed=False] ____________________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 29 items
tool/test/test_gdb_pypy.py ........... [ 37%]
tool/test/test_getdocstrings.py ... [ 48%]
tool/test/test_isolate.py ....... [ 72%]
tool/test/test_lib_pypy.py ... [ 82%]
tool/test/test_license.py . [ 86%]
tool/test/test_package.py . [ 89%]
tool/test/test_tab.py .. [ 96%]
tool/test/test_template.py . [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
pypy/tool/test/test_isolate.py::test_init
/build_dir/own-linux-x86-32/build/pypy/tool/slaveproc.py:48: DeprecationWarning: os.popen2 is deprecated. Use the subprocess module.
inp, out = os.popen2('%s %s %s' % (sys.executable, unbuffered, os.path.abspath(slave_impl)))
pypy/tool/test/test_isolate.py::test_init_dir_name
/build_dir/own-linux-x86-32/build/pypy/tool/slaveproc.py:48: DeprecationWarning: os.popen2 is deprecated. Use the subprocess module.
inp, out = os.popen2('%s %s %s' % (sys.executable, unbuffered, os.path.abspath(slave_impl)))
pypy/tool/test/test_isolate.py::test_simple
/build_dir/own-linux-x86-32/build/pypy/tool/slaveproc.py:48: DeprecationWarning: os.popen2 is deprecated. Use the subprocess module.
inp, out = os.popen2('%s %s %s' % (sys.executable, unbuffered, os.path.abspath(slave_impl)))
pypy/tool/test/test_isolate.py::test_simple_dir_name
/build_dir/own-linux-x86-32/build/pypy/tool/slaveproc.py:48: DeprecationWarning: os.popen2 is deprecated. Use the subprocess module.
inp, out = os.popen2('%s %s %s' % (sys.executable, unbuffered, os.path.abspath(slave_impl)))
pypy/tool/test/test_isolate.py::test_raising
/build_dir/own-linux-x86-32/build/pypy/tool/slaveproc.py:48: DeprecationWarning: os.popen2 is deprecated. Use the subprocess module.
inp, out = os.popen2('%s %s %s' % (sys.executable, unbuffered, os.path.abspath(slave_impl)))
pypy/tool/test/test_isolate.py::test_raising_fancy
/build_dir/own-linux-x86-32/build/pypy/tool/slaveproc.py:48: DeprecationWarning: os.popen2 is deprecated. Use the subprocess module.
inp, out = os.popen2('%s %s %s' % (sys.executable, unbuffered, os.path.abspath(slave_impl)))
pypy/tool/test/test_isolate.py::test_bomb
/build_dir/own-linux-x86-32/build/pypy/tool/slaveproc.py:48: DeprecationWarning: os.popen2 is deprecated. Use the subprocess module.
inp, out = os.popen2('%s %s %s' % (sys.executable, unbuffered, os.path.abspath(slave_impl)))
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 29 passed, 8 warnings in 21.70 seconds ====================
__ tool/pytest/test [131 done in total, somefailed=True] ______________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 24 items
tool/pytest/test/test_appsupport.py ......... [ 37%]
tool/pytest/test/test_astrewrite.py ..... [ 58%]
tool/pytest/test/test_conftest1.py FF [ 66%]
tool/pytest/test/test_pytestsupport.py .......F [100%]
=================================== FAILURES ===================================
________________ TestPyPyTests.test_selection_by_keyword_interp ________________
self = <pypy.tool.pytest.test.test_conftest1.TestPyPyTests instance at 0xf4e952ac>
testdir = <Testdir local('/build_dir/tmp/pytest/pytest-of-buildslave/pytest-826/test_selection_by_keyword_interp0')>
def test_selection_by_keyword_interp(self, testdir):
> sorter = testdir.inline_run("-m", "interplevel", innertest, )
/build_dir/own-linux-x86-32/build/pypy/tool/pytest/test/test_conftest1.py:9:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/build_dir/own-linux-x86-32/build/_pytest/pytester.py:852: in inline_run
ret = pytest.main(list(args), plugins=plugins)
/build_dir/own-linux-x86-32/build/_pytest/config/__init__.py:58: in main
config = _prepareconfig(args, plugins)
/build_dir/own-linux-x86-32/build/_pytest/config/__init__.py:196: in _prepareconfig
pluginmanager=pluginmanager, args=args
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/hooks.py:289: in __call__
return self._hookexec(self, self.get_hookimpls(), kwargs)
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:68: in _hookexec
return self._inner_hookexec(hook, methods, kwargs)
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:62: in <lambda>
firstresult=hook.spec.opts.get("firstresult") if hook.spec else False,
/build_dir/own-linux-x86-32/build/_pytest/helpconfig.py:93: in pytest_cmdline_parse
config = outcome.get_result()
/build_dir/own-linux-x86-32/build/_pytest/config/__init__.py:675: in pytest_cmdline_parse
self.parse(args)
/build_dir/own-linux-x86-32/build/_pytest/config/__init__.py:855: in parse
self._preparse(args, addopts=addopts)
/build_dir/own-linux-x86-32/build/_pytest/config/__init__.py:804: in _preparse
self._consider_importhook(args)
/build_dir/own-linux-x86-32/build/_pytest/config/__init__.py:752: in _consider_importhook
a.startswith("--assert=") or a == "--assert" for a in args
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
.0 = <listiterator object at 0xf4e9464c>
> a.startswith("--assert=") or a == "--assert" for a in args
)
E AttributeError: 'LocalPath' object has no attribute 'startswith'
/build_dir/own-linux-x86-32/build/_pytest/config/__init__.py:752: AttributeError
_________________ TestPyPyTests.test_selection_by_keyword_app __________________
self = <pypy.tool.pytest.test.test_conftest1.TestPyPyTests instance at 0xf4ef994c>
testdir = <Testdir local('/build_dir/tmp/pytest/pytest-of-buildslave/pytest-826/test_selection_by_keyword_app0')>
def test_selection_by_keyword_app(self, testdir):
> sorter = testdir.inline_run("-m", "applevel", innertest)
/build_dir/own-linux-x86-32/build/pypy/tool/pytest/test/test_conftest1.py:17:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/build_dir/own-linux-x86-32/build/_pytest/pytester.py:852: in inline_run
ret = pytest.main(list(args), plugins=plugins)
/build_dir/own-linux-x86-32/build/_pytest/config/__init__.py:58: in main
config = _prepareconfig(args, plugins)
/build_dir/own-linux-x86-32/build/_pytest/config/__init__.py:196: in _prepareconfig
pluginmanager=pluginmanager, args=args
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/hooks.py:289: in __call__
return self._hookexec(self, self.get_hookimpls(), kwargs)
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:68: in _hookexec
return self._inner_hookexec(hook, methods, kwargs)
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:62: in <lambda>
firstresult=hook.spec.opts.get("firstresult") if hook.spec else False,
/build_dir/own-linux-x86-32/build/_pytest/helpconfig.py:93: in pytest_cmdline_parse
config = outcome.get_result()
/build_dir/own-linux-x86-32/build/_pytest/config/__init__.py:675: in pytest_cmdline_parse
self.parse(args)
/build_dir/own-linux-x86-32/build/_pytest/config/__init__.py:855: in parse
self._preparse(args, addopts=addopts)
/build_dir/own-linux-x86-32/build/_pytest/config/__init__.py:804: in _preparse
self._consider_importhook(args)
/build_dir/own-linux-x86-32/build/_pytest/config/__init__.py:752: in _consider_importhook
a.startswith("--assert=") or a == "--assert" for a in args
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
.0 = <listiterator object at 0xf4e77c2c>
> a.startswith("--assert=") or a == "--assert" for a in args
)
E AttributeError: 'LocalPath' object has no attribute 'startswith'
/build_dir/own-linux-x86-32/build/_pytest/config/__init__.py:752: AttributeError
______________________________ test_app_test_blow ______________________________
testdir = <Testdir local('/build_dir/tmp/pytest/pytest-of-buildslave/pytest-826/test_app_test_blow0')>
def test_app_test_blow(testdir):
conftestpath.copy(testdir.tmpdir)
sorter = testdir.inline_runsource("""class AppTestBlow:
def test_one(self): exec 'blow'
> """)
/build_dir/own-linux-x86-32/build/pypy/tool/pytest/test/test_pytestsupport.py:97:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/build_dir/own-linux-x86-32/build/_pytest/pytester.py:786: in inline_runsource
return self.inline_run(*values)
/build_dir/own-linux-x86-32/build/_pytest/pytester.py:852: in inline_run
ret = pytest.main(list(args), plugins=plugins)
/build_dir/own-linux-x86-32/build/_pytest/config/__init__.py:58: in main
config = _prepareconfig(args, plugins)
/build_dir/own-linux-x86-32/build/_pytest/config/__init__.py:196: in _prepareconfig
pluginmanager=pluginmanager, args=args
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/hooks.py:289: in __call__
return self._hookexec(self, self.get_hookimpls(), kwargs)
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:68: in _hookexec
return self._inner_hookexec(hook, methods, kwargs)
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:62: in <lambda>
firstresult=hook.spec.opts.get("firstresult") if hook.spec else False,
/build_dir/own-linux-x86-32/build/_pytest/helpconfig.py:93: in pytest_cmdline_parse
config = outcome.get_result()
/build_dir/own-linux-x86-32/build/_pytest/config/__init__.py:675: in pytest_cmdline_parse
self.parse(args)
/build_dir/own-linux-x86-32/build/_pytest/config/__init__.py:855: in parse
self._preparse(args, addopts=addopts)
/build_dir/own-linux-x86-32/build/_pytest/config/__init__.py:804: in _preparse
self._consider_importhook(args)
/build_dir/own-linux-x86-32/build/_pytest/config/__init__.py:752: in _consider_importhook
a.startswith("--assert=") or a == "--assert" for a in args
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
.0 = <listiterator object at 0xf4eb1d8c>
> a.startswith("--assert=") or a == "--assert" for a in args
)
E AttributeError: 'LocalPath' object has no attribute 'startswith'
/build_dir/own-linux-x86-32/build/_pytest/config/__init__.py:752: AttributeError
=========================== short test summary info ============================
FAIL tool/pytest/test/test_conftest1.py::TestPyPyTests::()::test_selection_by_keyword_interp
FAIL tool/pytest/test/test_conftest1.py::TestPyPyTests::()::test_selection_by_keyword_app
FAIL tool/pytest/test/test_pytestsupport.py::test_app_test_blow
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 failed, 21 passed, 1 warnings in 130.31 seconds ===============
__ module/zipimport/test [132 done in total, somefailed=False] ________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 47 items
module/zipimport/test/test_undocumented.py ...... [ 12%]
module/zipimport/test/test_zipimport.py .................... [ 55%]
module/zipimport/test/test_zipimport_deflated.py ..................... [100%]
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 782.98 seconds ====================
__ objspace/std/test [133 done in total, somefailed=True] _____________________
/build_dir/own-linux-x86-32/build/_pytest/vendored_packages/pluggy/manager.py:274: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
plugin = ep.load(require=False)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18, pytest-3.10.1, py-1.11.0, pluggy-0.11.0
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/build_dir/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-3.10.1 from /build_dir/own-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 2130 items
objspace/std/test/apptest_boolobject.py ........ [ 0%]
objspace/std/test/apptest_bufferobject.py ............... [ 1%]
objspace/std/test/apptest_callmethod.py ........ [ 1%]
objspace/std/test/apptest_complexobject.py ............................. [ 2%]
.. [ 2%]
objspace/std/test/apptest_instmethobject.py ..... [ 3%]
objspace/std/test/apptest_iterobject.py .............. [ 3%]
objspace/std/test/apptest_operation.py ... [ 3%]
objspace/std/test/apptest_stringformat.py ...............s.............. [ 5%]
.............s........ [ 6%]
objspace/std/test/apptest_userobject.py ...................... [ 7%]
objspace/std/test/test_boolobject.py ....... [ 7%]
objspace/std/test/test_bytearrayobject.py .............................. [ 9%]
......................... [ 10%]
objspace/std/test/test_bytesobject.py .................................. [ 11%]
............................................ [ 13%]
objspace/std/test/test_callmethod.py ... [ 14%]
objspace/std/test/test_celldict.py ..................................... [ 15%]
.. [ 15%]
objspace/std/test/test_complexobject.py .... [ 16%]
objspace/std/test/test_dictmultiobject.py ...........s.................. [ 17%]
........................................................................ [ 20%]
........................................................................ [ 24%]
. [ 24%]
objspace/std/test/test_dictproxy.py .......... [ 24%]
objspace/std/test/test_floatobject.py .................................. [ 26%]
.... [ 26%]
objspace/std/test/test_identitydict.py ...... [ 26%]
objspace/std/test/test_identityset.py ....... [ 27%]
objspace/std/test/test_index.py ........................................ [ 29%]
...... [ 29%]
objspace/std/test/test_intobject.py .........................F.......... [ 31%]
........................s........................................s...... [ 34%]
......... [ 34%]
objspace/std/test/test_iterobject.py .... [ 35%]
objspace/std/test/test_jsondict.py ........... [ 35%]
objspace/std/test/test_kwargsdict.py ................................... [ 37%]
. [ 37%]
objspace/std/test/test_lengthhint.py .................... [ 38%]
objspace/std/test/test_listobject.py ................................... [ 39%]
........................................................................ [ 43%]
............ [ 43%]
objspace/std/test/test_liststrategies.py ............................... [ 45%]
....................................s................................... [ 48%]
....s..s..s.......s.......s.... [ 50%]
objspace/std/test/test_longobject.py ................................... [ 51%]
...... [ 52%]
objspace/std/test/test_mapdict.py ........................s.ss.......... [ 53%]
........................................................................ [ 57%]
................................. [ 58%]
objspace/std/test/test_memoryobject.py ....... [ 59%]
objspace/std/test/test_methodcache.py .................................. [ 60%]
..................................... [ 62%]
objspace/std/test/test_newformat.py .................................... [ 64%]
..................................................ss........ [ 66%]
objspace/std/test/test_noneobject.py ... [ 67%]
objspace/std/test/test_obj.py ....................... [ 68%]
objspace/std/test/test_prebuiltint.py ...........................s...... [ 69%]
......... [ 70%]
objspace/std/test/test_proxy.py ssssssssssss [ 70%]
objspace/std/test/test_proxy_function.py ........ [ 71%]
objspace/std/test/test_proxy_internals.py ........ [ 71%]
objspace/std/test/test_proxy_iter.py . [ 71%]
objspace/std/test/test_proxy_object.py .......... [ 71%]
objspace/std/test/test_proxy_usercreated.py . [ 72%]
objspace/std/test/test_random_attr.py ..... [ 72%]
objspace/std/test/test_setobject.py .................................... [ 73%]
................................................ [ 76%]
objspace/std/test/test_setstrategies.py ....s...ss.. [ 76%]
objspace/std/test/test_sliceobject.py ............ [ 77%]
objspace/std/test/test_smalllongobject.py .........................F.... [ 78%]
..............................s......................................... [ 82%]
........................................................................ [ 85%]
.......s.............. [ 86%]
objspace/std/test/test_specialisedtupleobject.py ..................ss... [ 87%]
.................... [ 88%]
objspace/std/test/test_stdobjspace.py s...... [ 88%]
objspace/std/test/test_tupleobject.py .................................. [ 90%]
. [ 90%]
objspace/std/test/test_typeobject.py ................................... [ 92%]
........................................... [ 94%]
objspace/std/test/test_unicodeobject.py ................................ [ 95%]
..........................................................s............. [ 99%]
.... [ 99%]
objspace/std/test/test_userobject.py . [ 99%]
objspace/std/test/test_versionedtype.py ............... [100%]
=================================== FAILURES ===================================
_________________ TestW_IntObject.test_lshift_without_fromint __________________
self = <pypy.objspace.std.test.test_intobject.TestW_IntObject instance at 0xf2c6e76c>
monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0xf2c6e32c>
def test_lshift_without_fromint(self, monkeypatch):
space = self.space
monkeypatch.setattr(rbigint, 'fromint', None)
x = sys.maxint // 4
y = 16
f1 = iobj.W_IntObject(x)
f2 = iobj.W_IntObject(y)
> v = f1.descr_lshift(space, f2)
objspace/std/test/test_intobject.py:361:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
objspace/std/intobject.py:620: in descr_binop
return ovf2long(space, x, self, y, w_other)
objspace/std/intobject.py:645: in _ovf2long_lshift
return space.newlong_from_rbigint(rbigint.lshift_int_int_bigint_result(x, y))
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
iself = 536870911, int_other = 16
@staticmethod
@jit.elidable
def lshift_int_int_bigint_result(iself, int_other):
if not SUPPORT_INT128 or SHIFT != 63 or not int_in_valid_range(iself):
> return rbigint.fromint(iself).lshift(int_other)
E TypeError: 'NoneType' object is not callable
../rpython/rlib/rbigint.py:1383: TypeError
_________________ TestW_IntObject.test_lshift_without_fromint __________________
self = <pypy.objspace.std.test.test_intobject.TestW_IntObject instance at 0xf15b62ac>
monkeypatch = <_pytest.monkeypatch.MonkeyPatch object at 0xf15b670c>
def test_lshift_without_fromint(self, monkeypatch):
space = self.space
monkeypatch.setattr(rbigint, 'fromint', None)
x = sys.maxint // 4
y = 16
f1 = iobj.W_IntObject(x)
f2 = iobj.W_IntObject(y)
> v = f1.descr_lshift(space, f2)
objspace/std/test/test_intobject.py:361:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
objspace/std/intobject.py:620: in descr_binop
return ovf2long(space, x, self, y, w_other)
objspace/std/intobject.py:645: in _ovf2long_lshift
return space.newlong_from_rbigint(rbigint.lshift_int_int_bigint_result(x, y))
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
iself = 536870911, int_other = 16
@staticmethod
@jit.elidable
def lshift_int_int_bigint_result(iself, int_other):
if not SUPPORT_INT128 or SHIFT != 63 or not int_in_valid_range(iself):
> return rbigint.fromint(iself).lshift(int_other)
E TypeError: 'NoneType' object is not callable
../rpython/rlib/rbigint.py:1383: TypeError
=========================== short test summary info ============================
FAIL objspace/std/test/test_intobject.py::TestW_IntObject::()::test_lshift_without_fromint
FAIL objspace/std/test/test_smalllongobject.py::TestW_IntObject::()::test_lshift_without_fromint
=============================== warnings summary ===============================
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39
/build_dir/own-linux-x86-32/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/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 failed, 2090 passed, 38 skipped, 1 warnings in 635.93 seconds ========
program finished with exit code 1
elapsedTime=4017.617864