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 /buildbot/slave/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=manylinux_2_28_i686
AUDITWHEEL_POLICY=manylinux_2_28
DEVTOOLSET_ROOTPATH=/opt/rh/gcc-toolset-14/root
HGDEMANDIMPORT=disable
HOME=/home/buildworker
HOSTNAME=Debian-trixie-latest-amd64-base
LANG=en_US.UTF-8
LANGUAGE=en_US.UTF-8
LC_ALL=en_US.UTF-8
LD_LIBRARY_PATH=/usr/local/lib:/opt/rh/gcc-toolset-14/root/usr/lib64:/opt/rh/gcc-toolset-14/root/usr/lib:/opt/rh/gcc-toolset-14/root/usr/lib64/dyninst:/opt/rh/gcc-toolset-14/root/usr/lib/dyninst
OLDPWD=/buildbot/slave
PATH=/tmp/venv/bin:/opt/clang/bin:/opt/rh/gcc-toolset-14/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/pypy2.7-v7.3.22-linux32/bin
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
PS1=(venv)
PWD=/buildbot/slave/own-linux-x86-32/build
PYPYCHERRYPICK=
PYPY_LOCALBASE=/usr/local
PYPY_MAKE_PORTABLE=1
PYTHONPATH=.:
SHLVL=1
SSL_CERT_FILE=/opt/_internal/certs.pem
TERM=xterm
TMPDIR=/tmp/pytest
VIRTUAL_ENV=/tmp/venv
container=podman
using PTY: False
using config pypy/testrunner_cfg.py
using config /home/buildworker/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
++ 22:00:13 starting config/test [1 started in total]
++ 22:00:13 starting interpreter/astcompiler/test [2 started in total]
++ 22:00:13 starting interpreter/pyparser/test [3 started in total]
++ 22:00:13 starting interpreter/test [4 started in total]
__ config/test [1 done in total, somefailed=False] ____________________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.py
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 157 items / 1 skipped
config/test/test_pypyoption.py .............................................................................................................................................................
==================== 157 passed, 1 skipped in 9.08 seconds =====================
++ 22:00:23 starting module/__builtin__/test [5 started in total]
__ interpreter/pyparser/test [2 done in total, somefailed=False] ______________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.py
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 119 items
interpreter/pyparser/test/test_automata.py ...
interpreter/pyparser/test/test_future.py .....................................
interpreter/pyparser/test/test_gendfa.py .
interpreter/pyparser/test/test_metaparser.py ...............
interpreter/pyparser/test/test_parser.py .............
interpreter/pyparser/test/test_parsestring.py .........
interpreter/pyparser/test/test_pyparse.py ....................................
interpreter/pyparser/test/test_pytokenizer.py .....
========================= 119 passed in 21.07 seconds ==========================
++ 22:00:37 starting module/__pypy__/test [6 started in total]
__ interpreter/astcompiler/test [3 done in total, somefailed=False] ___________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.py
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 447 items
interpreter/astcompiler/test/apptest_misc.py .
interpreter/astcompiler/test/test_ast.py .......
interpreter/astcompiler/test/test_astbuilder.py .....................................................
interpreter/astcompiler/test/test_compiler.py ..........................................................................................................................................................................................................................................................................................................................................................................
interpreter/astcompiler/test/test_misc.py .
interpreter/astcompiler/test/test_symtable.py .......................
========================= 447 passed in 38.37 seconds ==========================
++ 22:00:57 starting module/_ast/test [7 started in total]
__ module/__pypy__/test [4 done in total, somefailed=False] ___________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 68 items
module/__pypy__/test/test_builders.py .....
module/__pypy__/test/test_bytebuffer.py ..
module/__pypy__/test/test_debug.py .......
module/__pypy__/test/test_identitydict.py ......
module/__pypy__/test/test_intop.py ...........
module/__pypy__/test/test_locals2fast.py .....
module/__pypy__/test/test_magic.py .....s.
module/__pypy__/test/test_newmemoryview.py ...
module/__pypy__/test/test_os.py .
module/__pypy__/test/test_signal.py ....s
module/__pypy__/test/test_special.py ..........s.s
module/__pypy__/test/test_time.py ...
==================== 64 passed, 4 skipped in 20.45 seconds =====================
++ 22:01:00 starting module/_cffi_backend/test [8 started in total]
__ module/__builtin__/test [5 done in total, somefailed=False] ________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 305 items
module/__builtin__/test/apptest_compile.py ........
module/__builtin__/test/test_abstractinst.py ............
module/__builtin__/test/test_apply.py ...
module/__builtin__/test/test_builtin.py ..............................................s.....................
module/__builtin__/test/test_classobj.py ...........................................................
module/__builtin__/test/test_descriptor.py ..........................
module/__builtin__/test/test_filter.py ...........
module/__builtin__/test/test_functional.py .................................................
module/__builtin__/test/test_minmax.py ..........................
module/__builtin__/test/test_range.py ........................
module/__builtin__/test/test_rawinput.py ...
module/__builtin__/test/test_reduce.py ....
module/__builtin__/test/test_vars.py ...
module/__builtin__/test/test_zip.py .........
==================== 304 passed, 1 skipped in 33.94 seconds ====================
++ 22:01:01 starting module/_codecs/test [9 started in total]
__ module/_ast/test [6 done in total, somefailed=False] _______________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 36 items
module/_ast/test/test_ast.py ....................................
========================== 36 passed in 14.87 seconds ==========================
++ 22:01:14 starting module/_continuation/test [10 started in total]
__ module/_continuation/test [7 done in total, somefailed=False] ______________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 81 items / 1 skipped
module/_continuation/test/test_generator.py ssss
module/_continuation/test/test_greenlet.py s.ssssss.sssssssssssssss.sss
module/_continuation/test/test_translated.py sssssssssssssssssssssssssssss
module/_continuation/test/test_zpickle.py ssssssssssssssssssss
==================== 3 passed, 79 skipped in 20.14 seconds =====================
++ 22:01:38 starting module/_cppyy/test [11 started in total]
__ module/_codecs/test [8 done in total, somefailed=False] ____________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 65 items
module/_codecs/test/test_codecs.py ................................................................
module/_codecs/test/test_ztranslation.py .
========================== 65 passed in 33.49 seconds ==========================
++ 22:01:39 starting module/_csv/test [12 started in total]
__ module/_cppyy/test [9 done in total, somefailed=False] _____________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items
========================= no tests ran in 0.01 seconds =========================
++ 22:01:40 starting module/_demo/test [13 started in total]
__ module/_demo/test [10 done in total, somefailed=False] _____________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 3 items
module/_demo/test/test_import.py ..
module/_demo/test/test_sieve.py .
=========================== 3 passed in 7.14 seconds ===========================
++ 22:01:49 starting module/_file/test [14 started in total]
__ module/_csv/test [11 done in total, somefailed=False] ______________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 23 items
module/_csv/test/test_dialect.py .........
module/_csv/test/test_reader.py .........
module/_csv/test/test_writer.py ....
module/_csv/test/test_ztranslation.py .
========================== 23 passed in 14.66 seconds ==========================
++ 22:01:56 starting module/_io/test [15 started in total]
__ module/_file/test [12 done in total, somefailed=False] _____________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 269 items
module/_file/test/test_file.py .........................sss......
module/_file/test/test_file_extra.py ..................................................................................................................................................................ss..............ss..............ss..............ss.....................
module/_file/test/test_large_file.py .s
=================== 257 passed, 12 skipped in 62.02 seconds ====================
++ 22:02:55 starting module/_jitlog/test [16 started in total]
__ module/_jitlog/test [13 done in total, somefailed=False] ___________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 items
module/_jitlog/test/test__jitlog.py .
=========================== 1 passed in 5.23 seconds ===========================
++ 22:03:01 starting module/_locale/test [17 started in total]
__ module/_locale/test [14 done in total, somefailed=False] ___________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 14 items
module/_locale/test/test_locale.py ssssssssssssss
========================== 14 skipped in 4.35 seconds ==========================
++ 22:03:07 starting module/_lsprof/test [18 started in total]
__ module/_lsprof/test [15 done in total, somefailed=False] ___________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 6 items
module/_lsprof/test/test_cprofile.py ......
=========================== 6 passed in 6.64 seconds ===========================
++ 22:03:15 starting module/_md5/test [19 started in total]
__ module/_io/test [16 done in total, somefailed=False] _______________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 200 items
module/_io/test/apptest_bytesio.py ............
module/_io/test/apptest_io.py ................................
module/_io/test/apptest_stringio.py .........................
module/_io/test/apptest_textio.py ...........................
module/_io/test/test_bufferedio.py ..............................................................................
module/_io/test/test_fileio.py ......................
module/_io/test/test_interp_textio.py ....
========================= 200 passed in 77.22 seconds ==========================
++ 22:03:16 starting module/_minimal_curses/test [20 started in total]
__ module/_md5/test [17 done in total, somefailed=False] ______________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 6 items
module/_md5/test/test_md5.py .s....
===================== 5 passed, 1 skipped in 10.21 seconds =====================
++ 22:03:28 starting module/_multibytecodec/test [21 started in total]
__ module/_cffi_backend/test [18 done in total, somefailed=False] _____________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 466 items
module/_cffi_backend/test/test_c.py ....................................................................................s....................................................s.....s.......................s.............................s........................s......
module/_cffi_backend/test/test_fastpath.py ..................
module/_cffi_backend/test/test_ffi_obj.py .............................................
module/_cffi_backend/test/test_file.py s..
module/_cffi_backend/test/test_parse_c_type.py ..............s...
module/_cffi_backend/test/test_re_python.py ....................
module/_cffi_backend/test/test_recompiler.py .........................................................................................s..s...............................
module/_cffi_backend/test/test_unicode_literals.py .......
module/_cffi_backend/test/test_wchar_helper.py .
module/_cffi_backend/test/test_ztranslation.py s
=================== 455 passed, 11 skipped in 152.62 seconds ===================
++ 22:03:40 starting module/_multiprocessing/test [22 started in total]
__ module/_minimal_curses/test [19 done in total, somefailed=False] ___________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 6 items
module/_minimal_curses/test/test_curses.py sss...
===================== 3 passed, 3 skipped in 24.34 seconds =====================
++ 22:03:44 starting module/_pypyjson/test [23 started in total]
__ module/_pypyjson/test [20 done in total, somefailed=False] _________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 42 items / 1 skipped
module/_pypyjson/test/test__pypyjson.py ..........................................
===================== 42 passed, 1 skipped in 8.01 seconds =====================
++ 22:03:54 starting module/_random/test [24 started in total]
__ module/_multibytecodec/test [21 done in total, somefailed=False] ___________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 51 items
module/_multibytecodec/test/test_app_codecs.py ................
module/_multibytecodec/test/test_app_incremental.py ............
module/_multibytecodec/test/test_app_stream.py .....
module/_multibytecodec/test/test_c_codecs.py ................s
module/_multibytecodec/test/test_translation.py .
==================== 50 passed, 1 skipped in 31.44 seconds =====================
++ 22:04:00 starting module/_rawffi/alt/test [25 started in total]
__ module/_random/test [22 done in total, somefailed=False] ___________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 14 items
module/_random/test/test_random.py .............
module/_random/test/test_ztranslation.py .
========================== 14 passed in 14.38 seconds ==========================
++ 22:04:11 starting module/_rawffi/test [26 started in total]
__ module/_rawffi/alt/test [23 done in total, somefailed=False] _______________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 73 items
module/_rawffi/alt/test/test_ffitype.py .....
module/_rawffi/alt/test/test_funcptr.py ..................................ssssss.s
module/_rawffi/alt/test/test_struct.py ...............
module/_rawffi/alt/test/test_type_converter.py ...........
==================== 66 passed, 7 skipped in 11.00 seconds =====================
++ 22:04:12 starting module/_sha/test [27 started in total]
__ module/_sha/test [24 done in total, somefailed=False] ______________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 6 items
module/_sha/test/test_sha.py .s....
===================== 5 passed, 1 skipped in 9.98 seconds ======================
++ 22:04:25 starting module/_socket/test [28 started in total]
__ module/_multiprocessing/test [25 done in total, somefailed=False] __________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 24 items
module/_multiprocessing/test/test_connection.py ..sss......
module/_multiprocessing/test/test_interp_semaphore.py .
module/_multiprocessing/test/test_memory.py ..
module/_multiprocessing/test/test_semaphore.py .......
module/_multiprocessing/test/test_win32.py ss
module/_multiprocessing/test/test_ztranslation.py .
==================== 19 passed, 5 skipped in 69.17 seconds =====================
++ 22:04:53 starting module/_sre/test [29 started in total]
__ module/_rawffi/test [26 done in total, somefailed=False] ___________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 83 items
module/_rawffi/test/apptest_rawffi.py .
module/_rawffi/test/test__rawffi.py .....s.............................................s..........s.....
module/_rawffi/test/test_exit.py .
module/_rawffi/test/test_nested.py ......
module/_rawffi/test/test_struct.py ...
module/_rawffi/test/test_tracker.py ...
module/_rawffi/test/test_ztranslation.py .
==================== 80 passed, 3 skipped in 54.76 seconds =====================
n: 2
Arg 0: 3
Arg 1: 15
++ 22:05:10 starting module/_vmprof/test [30 started in total]
__ module/_vmprof/test [27 done in total, somefailed=True] ____________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 5 items / 1 errors
module/_vmprof/test/test__vmprof.py ....s
==================================== ERRORS ====================================
___________ ERROR collecting pypy/module/_vmprof/test/test_direct.py ___________
module/_vmprof/test/test_direct.py:47: in <module>
""" + open(str(srcdir.join("shared/vmprof_get_custom_offset.h"))).read(), include_dirs=[str(srcdir), str(shareddir)])
/opt/pypy2.7-v7.3.22-linux32/lib_pypy/cffi/api.py:468: in verify
lib = self.verifier.load_library()
/opt/pypy2.7-v7.3.22-linux32/lib_pypy/cffi/verifier.py:105: in load_library
self._compile_module()
/opt/pypy2.7-v7.3.22-linux32/lib_pypy/cffi/verifier.py:201: in _compile_module
outputfilename = ffiplatform.compile(tmpdir, self.get_extension())
/opt/pypy2.7-v7.3.22-linux32/lib_pypy/cffi/ffiplatform.py:20: in compile
outputfilename = _build(tmpdir, ext, compiler_verbose, debug)
/opt/pypy2.7-v7.3.22-linux32/lib_pypy/cffi/ffiplatform.py:54: in _build
raise VerificationError('%s: %s' % (e.__class__.__name__, e))
E VerificationError: CompileError: command 'cc' failed with exit status 1
------------------------------- Captured stderr --------------------------------
/opt/pypy2.7-v7.3.22-linux32/lib_pypy/cffi/cparser.py:165: UserWarning: Global variable 'buffer' in cdef(): for consistency with C it should have a storage class specifier (usually 'extern')\n "(usually 'extern')" % (decl.name,))\nmodule/_vmprof/test/__pycache__/_cffi__gc8333727xfc93b519.c:85:9: warning: #pragma once in main file\n 85 | #pragma once\n | ^~~~\nmodule/_vmprof/test/__pycache__/_cffi__gc8333727xfc93b519.c: In function \u2018_cffi_f_vmprof_write_header_for_jit_addr\u2019:\nmodule/_vmprof/test/__pycache__/_cffi__gc8333727xfc93b519.c:160:43: error: passing argument 1 of \u2018vmprof_write_header_for_jit_addr\u2019 from incompatible pointer type [-Wincompatible-pointer-types]\n 160 | return vmprof_write_header_for_jit_addr(x0, x1, x2, x3);\n | ^~\n | |\n | void **\nmodule/_vmprof/test/__pycache__/_cffi__gc8333727xfc93b519.c:102:49: note: expected \u2018intptr_t *\u2019 {aka \u2018int *\u2019} but argument is of type \u2018void **\u2019\n 102 | long vmprof_write_header_for_jit_addr(intptr_t *result, long n,\n | ~~~~~~~~~~^~~~~~
================ 4 passed, 1 skipped, 1 error in 13.44 seconds =================
++ 22:05:24 starting module/_warnings/test [31 started in total]
__ module/_socket/test [28 done in total, somefailed=False] ___________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 60 items
module/_socket/test/test_sock_app.py ...........................................s.....s.........
module/_socket/test/test_ztranslation.py .
==================== 58 passed, 2 skipped in 61.08 seconds =====================
++ 22:05:30 starting module/_weakref/test [32 started in total]
__ module/_sre/test [29 done in total, somefailed=False] ______________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 139 items
module/_sre/test/test_app_sre.py ..............................................s...................................s.s..............................
module/_sre/test/test_sre_buf.py ........................
==================== 136 passed, 3 skipped in 34.62 seconds ====================
++ 22:05:31 starting module/_winreg/test [33 started in total]
__ module/_winreg/test [30 done in total, somefailed=False] ___________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items / 1 skipped
========================== 1 skipped in 0.10 seconds ===========================
++ 22:05:32 starting module/array/test [34 started in total]
__ module/_warnings/test [31 done in total, somefailed=False] _________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 12 items
module/_warnings/test/apptest_warnings.py ...........
module/_warnings/test/test_warnings.py .
========================== 12 passed in 11.08 seconds ==========================
++ 22:05:37 starting module/binascii/test [35 started in total]
__ module/_weakref/test [32 done in total, somefailed=False] __________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 42 items
module/_weakref/test/test_weakref.py ....................s.....................
===================== 41 passed, 1 skipped in 9.58 seconds =====================
++ 22:05:42 starting module/bz2/test [36 started in total]
__ interpreter/test [33 done in total, somefailed=True] _______________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.py
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 772 items
interpreter/test/apptest_class.py ...............
interpreter/test/apptest_exec.py ............................
interpreter/test/apptest_function.py ........................s..............................
interpreter/test/apptest_generator.py ..................................
interpreter/test/apptest_nestedscope.py .............
interpreter/test/apptest_pyframe.py .............................
interpreter/test/apptest_raise.py .....................
interpreter/test/test_app_main.py ....ssssssssssssssssssssssssss.sssssss.............F...F..s......
interpreter/test/test_appinterp.py .............
interpreter/test/test_argument.py ...................................
interpreter/test/test_buffer.py ..
interpreter/test/test_cellfamily.py .......
interpreter/test/test_code.py ........
interpreter/test/test_compiler.py .........................................................................................................................
interpreter/test/test_descrtypecheck.py ..
interpreter/test/test_error.py ..........
interpreter/test/test_exceptcomp.py ...........
interpreter/test/test_exec.py .
interpreter/test/test_executioncontext.py ................
interpreter/test/test_extmodules.py .
interpreter/test/test_function.py ..........
interpreter/test/test_gateway.py ........................................ss............
interpreter/test/test_generator.py .
interpreter/test/test_interpreter.py ..........................
interpreter/test/test_main.py ....
interpreter/test/test_mixedmodule.py ......
interpreter/test/test_module.py ........
interpreter/test/test_objspace.py ..............................
interpreter/test/test_pycode.py .
interpreter/test/test_pyframe.py ..
interpreter/test/test_reverse_debugging.py ..
interpreter/test/test_special.py ..
interpreter/test/test_syntax.py ....................................................................
interpreter/test/test_targetpypy.py ..
interpreter/test/test_typedef.py ..................
interpreter/test/test_unicodehelper.py ..........
interpreter/test/test_zpy.py ......
interpreter/test/test_zzpickle_and_slow.py ...............s...................
=================================== FAILURES ===================================
_______ TestNonInteractive.test_putenv_fires_interactive_within_process ________
self = <pypy.interpreter.test.test_app_main.TestNonInteractive instance at 0x0ccc11c0>
@py.test.mark.skipif('sys.platform=="win32"', reason="windows, sendata, and quoting problems")
def test_putenv_fires_interactive_within_process(self):
try:
import __pypy__
except ImportError:
py.test.skip("This can be only tested on PyPy with real_getenv")
# should be noninteractive when piped in
data = 'import os\nos.putenv("PYTHONINSPECT", "1")\n'
self.run('', senddata=data, expect_prompt=False)
# should go interactive with -c
data = data.replace('\n', ';')
> self.run("-c '%s'" % data, expect_prompt=True)
interpreter/test/test_app_main.py:796:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
interpreter/test/test_app_main.py:680: in run
data, status = self.run_with_status_code(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.interpreter.test.test_app_main.TestNonInteractive instance at 0x0ccc11c0>
cmdline = '/buildbot/slave/own-linux-x86-32/build/virt_test/bin/python "/buildbot/slave/own-linux-x86-32/build/pypy/interpreter/app_main.py" -c \'import os;os.putenv("PYTHONINSPECT", "1");\''
senddata = '', expect_prompt = True, expect_banner = False, python_flags = ''
env = None
def run_with_status_code(self, cmdline, senddata='', expect_prompt=False,
expect_banner=False, python_flags='', env=None):
if os.name == 'nt':
if __pypy__ is None:
py.test.skip('app_main cannot run on non-pypy for windows')
cmdline = '%s %s "%s" %s %s' % (sys.executable, python_flags,
app_main, python_flags, cmdline)
print 'POPEN:', cmdline
process = subprocess.Popen(
cmdline,
stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.STDOUT,
shell=True, env=env,
universal_newlines=True
)
child_in, child_out_err = process.stdin, process.stdout
child_in.write(senddata)
child_in.close()
data = child_out_err.read()
child_out_err.close()
process.wait()
assert (banner in data) == expect_banner # no banner unless expected
> assert ('>>> ' in data) == expect_prompt # no prompt unless expected
E assert '>>> ' in '' == True
interpreter/test/test_app_main.py:676: AssertionError
----------------------------- Captured stdout call -----------------------------
POPEN: /buildbot/slave/own-linux-x86-32/build/virt_test/bin/python "/buildbot/slave/own-linux-x86-32/build/pypy/interpreter/app_main.py"
POPEN: /buildbot/slave/own-linux-x86-32/build/virt_test/bin/python "/buildbot/slave/own-linux-x86-32/build/pypy/interpreter/app_main.py" -c 'import os;os.putenv("PYTHONINSPECT", "1");'
___________________ TestNonInteractive.test_proper_sys_path ____________________
self = <pypy.interpreter.test.test_app_main.TestNonInteractive instance at 0x0ec039a0>
tmpdir = local('/tmp/pytest/pytest-of-buildworker/pytest-355/test_proper_sys_path0')
def test_proper_sys_path(self, tmpdir):
data = self.run('-c "import _ctypes"', python_flags='-S')
if data.startswith('Traceback'):
py.test.skip("'python -S' cannot import extension modules: "
"see probably http://bugs.python.org/issue586680")
@contextmanager
def chdir_and_unset_pythonpath(new_cwd):
old_cwd = new_cwd.chdir()
old_pythonpath = os.getenv('PYTHONPATH')
os.unsetenv('PYTHONPATH')
try:
yield
finally:
old_cwd.chdir()
# Can't call putenv with a None argument.
if old_pythonpath is not None:
os.putenv('PYTHONPATH', old_pythonpath)
# if we are running in a virtualenv, messing with site.py will
# make runpy.py and pkgutil unavailable. They are needed to run
# app_main. Copy them into the tmpdir
runpy_dir = os.path.dirname(runpy.__file__)
import pkgutil
pkgutil_dir = os.path.dirname(pkgutil.__file__)
shutil.copy(os.path.join(runpy_dir, 'runpy.py'), str(tmpdir))
shutil.copy(os.path.join(pkgutil_dir, 'pkgutil.py'), str(tmpdir))
tmpdir.join('site.py').write('print "SHOULD NOT RUN"')
runme_py = tmpdir.join('runme.py')
runme_py.write('print "some text"')
cmdline = str(runme_py)
with chdir_and_unset_pythonpath(tmpdir):
data = self.run(cmdline, python_flags='-S')
> assert data == "some text\n"
E assert 'debug: Opera...d encodings\n' == 'some text\n'
E + some text
E - debug: OperationError:
E - debug: operror-type: ImportError
E - debug: operror-value: No module named encodings
interpreter/test/test_app_main.py:887: AssertionError
----------------------------- Captured stdout call -----------------------------
POPEN: /buildbot/slave/own-linux-x86-32/build/virt_test/bin/python -S "/buildbot/slave/own-linux-x86-32/build/pypy/interpreter/app_main.py" -S -c "import _ctypes"
POPEN: /buildbot/slave/own-linux-x86-32/build/virt_test/bin/python -S "/buildbot/slave/own-linux-x86-32/build/pypy/interpreter/app_main.py" -S /tmp/pytest/pytest-of-buildworker/pytest-355/test_proper_sys_path0/runme.py
=========================== short test summary info ============================
FAIL interpreter/test/test_app_main.py::TestNonInteractive::()::test_putenv_fires_interactive_within_process
FAIL interpreter/test/test_app_main.py::TestNonInteractive::()::test_proper_sys_path
============== 2 failed, 732 passed, 38 skipped in 325.02 seconds ==============
++ 22:05:45 starting module/cStringIO/test [37 started in total]
__ module/binascii/test [34 done in total, somefailed=False] __________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 14 items
module/binascii/test/test_binascii.py ..............
========================== 14 passed in 7.23 seconds ===========================
++ 22:05:45 starting module/cmath/test [38 started in total]
__ module/cmath/test [35 done in total, somefailed=False] _____________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 15 items
module/cmath/test/test_cmath.py ...............
========================== 15 passed in 5.76 seconds ===========================
++ 22:05:52 starting module/cpyext/test/test_abstract.py [39 started in total]
__ module/cStringIO/test [36 done in total, somefailed=False] _________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 16 items
module/cStringIO/test/test_interp_stringio.py ...............
module/cStringIO/test/test_ztranslation.py .
========================== 16 passed in 14.00 seconds ==========================
++ 22:06:02 starting module/cpyext/test/test_api.py [40 started in total]
__ module/bz2/test [37 done in total, somefailed=False] _______________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/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...
module/bz2/test/test_bz2_file.py .................................
module/bz2/test/test_large.py s
==================== 49 passed, 3 skipped in 34.11 seconds =====================
++ 22:06:20 starting module/cpyext/test/test_arraymodule.py [41 started in total]
__ module/array/test [38 done in total, somefailed=False] _____________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 49 items
module/array/test/test_array.py ....................................s...........
module/array/test/test_ztranslation.py .
==================== 48 passed, 1 skipped in 51.98 seconds =====================
++ 22:06:30 starting module/cpyext/test/test_boolobject.py [42 started in total]
__ module/cpyext/test/test_api.py [39 done in total, somefailed=False] ________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 4 items
module/cpyext/test/test_api.py ....
========================== 4 passed in 22.88 seconds ===========================
++ 22:06:35 starting module/cpyext/test/test_borrow.py [43 started in total]
__ module/cpyext/test/test_abstract.py [40 done in total, somefailed=False] ___
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 7 items
module/cpyext/test/test_abstract.py .......
========================== 7 passed in 41.00 seconds ===========================
++ 22:06:43 starting module/cpyext/test/test_bufferobject.py [44 started in total]
__ module/cpyext/test/test_boolobject.py [41 done in total, somefailed=False] _
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 4 items
module/cpyext/test/test_boolobject.py ....
========================== 4 passed in 33.83 seconds ===========================
++ 22:07:14 starting module/cpyext/test/test_bytearrayobject.py [45 started in total]
__ module/cpyext/test/test_borrow.py [42 done in total, somefailed=False] _____
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 3 items
module/cpyext/test/test_borrow.py ...
========================== 3 passed in 34.70 seconds ===========================
++ 22:07:19 starting module/cpyext/test/test_bytesobject.py [46 started in total]
__ module/cpyext/test/test_bufferobject.py [43 done in total, somefailed=False]
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 4 items
module/cpyext/test/test_bufferobject.py ....
========================== 4 passed in 37.55 seconds ===========================
++ 22:07:34 starting module/cpyext/test/test_capsule.py [47 started in total]
__ module/cpyext/test/test_arraymodule.py [44 done in total, somefailed=False]
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 17 items
module/cpyext/test/test_arraymodule.py ..........x......
==================== 16 passed, 1 xfailed in 93.60 seconds =====================
++ 22:08:02 starting module/cpyext/test/test_cell.py [48 started in total]
__ module/cpyext/test/test_bytearrayobject.py [45 done in total, somefailed=False]
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 6 items
module/cpyext/test/test_bytearrayobject.py ......
========================== 6 passed in 38.42 seconds ===========================
++ 22:08:06 starting module/cpyext/test/test_classobject.py [49 started in total]
__ module/cpyext/test/test_capsule.py [46 done in total, somefailed=False] ____
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 items
module/cpyext/test/test_capsule.py .
========================== 1 passed in 29.54 seconds ===========================
++ 22:08:12 starting module/cpyext/test/test_codecs.py [50 started in total]
__ module/cpyext/test/test_bytesobject.py [47 done in total, somefailed=False]
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 25 items
module/cpyext/test/test_bytesobject.py .........................
========================== 25 passed in 57.43 seconds ==========================
++ 22:08:25 starting module/cpyext/test/test_complexobject.py [51 started in total]
__ module/cpyext/test/test_cell.py [48 done in total, somefailed=False] _______
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 items
module/cpyext/test/test_cell.py .
========================== 1 passed in 29.58 seconds ===========================
++ 22:08:40 starting module/cpyext/test/test_cpyext.py [52 started in total]
__ module/cpyext/test/test_codecs.py [49 done in total, somefailed=False] _____
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 2 items
module/cpyext/test/test_codecs.py ..
========================== 2 passed in 24.47 seconds ===========================
++ 22:08:45 starting module/cpyext/test/test_datetime.py [53 started in total]
__ module/cpyext/test/test_classobject.py [50 done in total, somefailed=False]
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 5 items
module/cpyext/test/test_classobject.py .....
========================== 5 passed in 32.29 seconds ===========================
++ 22:08:50 starting module/cpyext/test/test_dictobject.py [54 started in total]
__ module/cpyext/test/test_complexobject.py [51 done in total, somefailed=False]
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 5 items
module/cpyext/test/test_complexobject.py .....
========================== 5 passed in 34.19 seconds ===========================
++ 22:09:09 starting module/cpyext/test/test_eval.py [55 started in total]
__ module/cpyext/test/test_datetime.py [52 done in total, somefailed=False] ___
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 14 items
module/cpyext/test/test_datetime.py ..............
========================== 14 passed in 50.44 seconds ==========================
++ 22:09:43 starting module/cpyext/test/test_fileobject.py [56 started in total]
__ module/cpyext/test/test_dictobject.py [53 done in total, somefailed=False] _
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 18 items
module/cpyext/test/test_dictobject.py ..................
========================== 18 passed in 54.02 seconds ==========================
++ 22:09:55 starting module/cpyext/test/test_floatobject.py [57 started in total]
__ module/cpyext/test/test_cpyext.py [54 done in total, somefailed=False] _____
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 27 items
module/cpyext/test/test_cpyext.py ...s.........s.............
==================== 25 passed, 2 skipped in 69.62 seconds =====================
++ 22:10:00 starting module/cpyext/test/test_frameobject.py [58 started in total]
__ module/cpyext/test/test_eval.py [55 done in total, somefailed=False] _______
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 19 items
module/cpyext/test/test_eval.py ...................
========================== 19 passed in 50.26 seconds ==========================
++ 22:10:07 starting module/cpyext/test/test_funcobject.py [59 started in total]
__ module/cpyext/test/test_fileobject.py [56 done in total, somefailed=False] _
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 items
module/cpyext/test/test_fileobject.py .
========================== 1 passed in 28.46 seconds ===========================
++ 22:10:21 starting module/cpyext/test/test_genobject.py [60 started in total]
__ module/cpyext/test/test_frameobject.py [57 done in total, somefailed=False]
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 2 items
module/cpyext/test/test_frameobject.py ..
========================== 2 passed in 33.28 seconds ===========================
++ 22:10:44 starting module/cpyext/test/test_getargs.py [61 started in total]
__ module/cpyext/test/test_funcobject.py [58 done in total, somefailed=False] _
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 7 items
module/cpyext/test/test_funcobject.py .......
========================== 7 passed in 27.59 seconds ===========================
++ 22:10:45 starting module/cpyext/test/test_import.py [62 started in total]
__ module/cpyext/test/test_floatobject.py [59 done in total, somefailed=False]
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 15 items
module/cpyext/test/test_floatobject.py ...............
========================== 15 passed in 48.96 seconds ==========================
++ 22:10:54 starting module/cpyext/test/test_intobject.py [63 started in total]
__ module/cpyext/test/test_genobject.py [60 done in total, somefailed=False] __
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 items
module/cpyext/test/test_genobject.py .
========================== 1 passed in 22.41 seconds ===========================
++ 22:10:54 starting module/cpyext/test/test_iterator.py [64 started in total]
__ module/cpyext/test/test_import.py [61 done in total, somefailed=False] _____
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 6 items
module/cpyext/test/test_import.py ......
========================== 6 passed in 33.24 seconds ===========================
++ 22:11:29 starting module/cpyext/test/test_listobject.py [65 started in total]
__ module/cpyext/test/test_iterator.py [62 done in total, somefailed=False] ___
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 5 items
module/cpyext/test/test_iterator.py .....
========================== 5 passed in 33.86 seconds ===========================
in sq_inplace_repeat, n=3
++ 22:11:38 starting module/cpyext/test/test_longobject.py [66 started in total]
__ module/cpyext/test/test_getargs.py [63 done in total, somefailed=False] ____
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 11 items
module/cpyext/test/test_getargs.py ...........
========================== 11 passed in 47.96 seconds ==========================
++ 22:11:43 starting module/cpyext/test/test_mapping.py [67 started in total]
__ module/cpyext/test/test_intobject.py [64 done in total, somefailed=False] __
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 10 items
module/cpyext/test/test_intobject.py ..........
========================== 10 passed in 39.66 seconds ==========================
++ 22:11:45 starting module/cpyext/test/test_marshal.py [68 started in total]
__ module/cpyext/test/test_listobject.py [65 done in total, somefailed=False] _
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 12 items
module/cpyext/test/test_listobject.py ............
========================== 12 passed in 40.65 seconds ==========================
++ 22:12:21 starting module/cpyext/test/test_memoryobject.py [69 started in total]
__ module/cpyext/test/test_mapping.py [66 done in total, somefailed=False] ____
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 6 items
module/cpyext/test/test_mapping.py ......
========================== 6 passed in 32.06 seconds ===========================
++ 22:12:27 starting module/cpyext/test/test_methodobject.py [70 started in total]
__ module/cpyext/test/test_marshal.py [67 done in total, somefailed=False] ____
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 2 items
module/cpyext/test/test_marshal.py ..
========================== 2 passed in 32.65 seconds ===========================
++ 22:12:29 starting module/cpyext/test/test_misc.py [71 started in total]
__ module/cpyext/test/test_longobject.py [68 done in total, somefailed=False] _
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 20 items
module/cpyext/test/test_longobject.py ....................
========================== 20 passed in 50.10 seconds ==========================
++ 22:12:37 starting module/cpyext/test/test_module.py [72 started in total]
__ module/cpyext/test/test_misc.py [69 done in total, somefailed=False] _______
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 items
module/cpyext/test/test_misc.py .
========================== 1 passed in 30.41 seconds ===========================
++ 22:13:07 starting module/cpyext/test/test_ndarrayobject.py [73 started in total]
__ module/cpyext/test/test_module.py [70 done in total, somefailed=False] _____
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 2 items
module/cpyext/test/test_module.py ..
========================== 2 passed in 25.02 seconds ===========================
++ 22:13:09 starting module/cpyext/test/test_number.py [74 started in total]
__ module/cpyext/test/test_memoryobject.py [71 done in total, somefailed=False]
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 8 items
module/cpyext/test/test_memoryobject.py .....s..
===================== 7 passed, 1 skipped in 48.88 seconds =====================
++ 22:13:19 starting module/cpyext/test/test_object.py [75 started in total]
__ module/cpyext/test/test_methodobject.py [72 done in total, somefailed=False]
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 11 items
module/cpyext/test/test_methodobject.py ...........
========================== 11 passed in 54.25 seconds ==========================
++ 22:13:33 starting module/cpyext/test/test_pycobject.py [76 started in total]
__ module/cpyext/test/test_ndarrayobject.py [73 done in total, somefailed=False]
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 24 items
module/cpyext/test/test_ndarrayobject.py .....................sss
==================== 21 passed, 3 skipped in 33.41 seconds =====================
++ 22:13:51 starting module/cpyext/test/test_pyerrors.py [77 started in total]
__ module/cpyext/test/test_number.py [74 done in total, somefailed=False] _____
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 11 items
module/cpyext/test/test_number.py ...........
========================== 11 passed in 39.22 seconds ==========================
got no exc
got no exc
got exc
++ 22:14:00 starting module/cpyext/test/test_pyfile.py [78 started in total]
__ module/cpyext/test/test_pycobject.py [75 done in total, somefailed=False] __
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 items
module/cpyext/test/test_pycobject.py .
========================== 1 passed in 28.61 seconds ===========================
++ 22:14:11 starting module/cpyext/test/test_pysignals.py [79 started in total]
__ module/cpyext/test/test_object.py [76 done in total, somefailed=False] _____
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 35 items
module/cpyext/test/test_object.py ........................s..........
==================== 34 passed, 1 skipped in 61.21 seconds =====================
++ 22:14:32 starting module/cpyext/test/test_pystate.py [80 started in total]
__ module/cpyext/test/test_pyfile.py [77 done in total, somefailed=False] _____
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 9 items
module/cpyext/test/test_pyfile.py ....x....
===================== 8 passed, 1 xfailed in 33.32 seconds =====================
++ 22:14:45 starting module/cpyext/test/test_pystrtod.py [81 started in total]
__ module/cpyext/test/test_pysignals.py [78 done in total, somefailed=False] __
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 items
module/cpyext/test/test_pysignals.py .
========================== 1 passed in 27.94 seconds ===========================
++ 22:14:48 starting module/cpyext/test/test_sequence.py [82 started in total]
__ module/cpyext/test/test_pyerrors.py [79 done in total, somefailed=False] ___
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/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..
==================== 24 passed, 3 skipped in 62.03 seconds =====================
++ 22:15:04 starting module/cpyext/test/test_setobject.py [83 started in total]
__ module/cpyext/test/test_pystrtod.py [80 done in total, somefailed=False] ___
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 18 items
module/cpyext/test/test_pystrtod.py ..................
========================== 18 passed in 28.50 seconds ==========================
++ 22:15:23 starting module/cpyext/test/test_sliceobject.py [84 started in total]
__ module/cpyext/test/test_pystate.py [81 done in total, somefailed=False] ____
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 13 items
module/cpyext/test/test_pystate.py .............
========================== 13 passed in 57.25 seconds ==========================
++ 22:15:38 starting module/cpyext/test/test_structseq.py [85 started in total]
__ module/cpyext/test/test_sequence.py [82 done in total, somefailed=False] ___
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 23 items
module/cpyext/test/test_sequence.py .......................
========================== 23 passed in 45.44 seconds ==========================
++ 22:15:47 starting module/cpyext/test/test_sysmodule.py [86 started in total]
__ module/cpyext/test/test_setobject.py [83 done in total, somefailed=False] __
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 9 items
module/cpyext/test/test_setobject.py .........
========================== 9 passed in 32.61 seconds ===========================
++ 22:15:48 starting module/cpyext/test/test_thread.py [87 started in total]
__ module/cpyext/test/test_sliceobject.py [84 done in total, somefailed=False]
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 6 items
module/cpyext/test/test_sliceobject.py ......
========================== 6 passed in 32.84 seconds ===========================
++ 22:16:07 starting module/cpyext/test/test_traceback.py [88 started in total]
__ module/cpyext/test/test_structseq.py [85 done in total, somefailed=False] __
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 items
module/cpyext/test/test_structseq.py .
========================== 1 passed in 29.97 seconds ===========================
++ 22:16:16 starting module/cpyext/test/test_translate.py [89 started in total]
__ module/cpyext/test/test_translate.py [86 done in total, somefailed=False] __
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 items
module/cpyext/test/test_translate.py .
=========================== 1 passed in 7.03 seconds ===========================
++ 22:16:30 starting module/cpyext/test/test_tupleobject.py [90 started in total]
__ module/cpyext/test/test_sysmodule.py [87 done in total, somefailed=False] __
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 3 items
module/cpyext/test/test_sysmodule.py ...
========================== 3 passed in 31.89 seconds ===========================
++ 22:16:31 starting module/cpyext/test/test_typeobject.py [91 started in total]
__ module/cpyext/test/test_traceback.py [88 done in total, somefailed=False] __
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 items
module/cpyext/test/test_traceback.py .
========================== 1 passed in 22.66 seconds ===========================
++ 22:16:39 starting module/cpyext/test/test_unicodeobject.py [92 started in total]
__ module/cpyext/test/test_thread.py [89 done in total, somefailed=False] _____
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 4 items
module/cpyext/test/test_thread.py ....
========================== 4 passed in 37.61 seconds ===========================
++ 22:16:40 starting module/cpyext/test/test_userslots.py [93 started in total]
__ module/cpyext/test/test_tupleobject.py [90 done in total, somefailed=False]
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 10 items
module/cpyext/test/test_tupleobject.py ..........
========================== 10 passed in 43.56 seconds ==========================
++ 22:17:21 starting module/cpyext/test/test_version.py [94 started in total]
__ module/cpyext/test/test_userslots.py [91 done in total, somefailed=False] __
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 6 items
module/cpyext/test/test_userslots.py ......
========================== 6 passed in 42.59 seconds ===========================
++ 22:17:31 starting module/cpyext/test/test_weakref.py [95 started in total]
__ module/cpyext/test/test_unicodeobject.py [92 done in total, somefailed=False]
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 47 items
module/cpyext/test/test_unicodeobject.py .............................s.................
==================== 46 passed, 1 skipped in 62.59 seconds =====================
++ 22:17:52 starting module/crypt/test [96 started in total]
__ module/crypt/test [93 done in total, somefailed=False] _____________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 items
module/crypt/test/test_crypt.py .
=========================== 1 passed in 4.25 seconds ===========================
++ 22:17:58 starting module/errno/test [97 started in total]
__ module/cpyext/test/test_version.py [94 done in total, somefailed=False] ____
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 3 items
module/cpyext/test/test_version.py ...
========================== 3 passed in 30.89 seconds ===========================
++ 22:17:59 starting module/exceptions/test [98 started in total]
__ module/errno/test [95 done in total, somefailed=False] _____________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 3 items
module/errno/test/test_errno.py ...
=========================== 3 passed in 4.31 seconds ===========================
++ 22:18:03 starting module/faulthandler/test [99 started in total]
__ module/exceptions/test [96 done in total, somefailed=False] ________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 24 items
module/exceptions/test/test_exc.py ..........s.............
===================== 23 passed, 1 skipped in 8.72 seconds =====================
++ 22:18:10 starting module/fcntl/test [100 started in total]
__ module/cpyext/test/test_weakref.py [97 done in total, somefailed=False] ____
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 5 items
module/cpyext/test/test_weakref.py .....
========================== 5 passed in 33.10 seconds ===========================
++ 22:18:15 starting module/gc/test [101 started in total]
__ module/faulthandler/test [98 done in total, somefailed=False] ______________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 3 items
module/faulthandler/test/test_faulthander.py ..
module/faulthandler/test/test_ztranslation.py .
========================== 3 passed in 10.77 seconds ===========================
++ 22:18:15 starting module/imp/test [102 started in total]
__ module/fcntl/test [99 done in total, somefailed=False] _____________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 8 items
module/fcntl/test/test_fcntl.py ........
=========================== 8 passed in 9.92 seconds ===========================
++ 22:18:22 starting module/itertools/test [103 started in total]
__ module/gc/test [100 done in total, somefailed=False] _______________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 30 items
module/gc/test/test_app_referents.py ....
module/gc/test/test_gc.py .....x...
module/gc/test/test_hook.py ........
module/gc/test/test_referents.py ...s....
module/gc/test/test_ztranslation.py .
=============== 28 passed, 1 skipped, 1 xfailed in 20.49 seconds ===============
++ 22:18:39 starting module/marshal/test [104 started in total]
__ module/marshal/test [101 done in total, somefailed=False] __________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 80 items
module/marshal/test/test_marshal.py ...................................................................
module/marshal/test/test_marshalimpl.py .............
========================== 80 passed in 13.01 seconds ==========================
++ 22:18:54 starting module/math/test [105 started in total]
__ module/math/test [102 done in total, somefailed=False] _____________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 182 items
module/math/test/test_direct.py ......................................................................................................................................................................
module/math/test/test_factorial.py .s
module/math/test/test_math.py .........s....
==================== 180 passed, 2 skipped in 11.03 seconds ====================
++ 22:19:06 starting module/micronumpy/test [106 started in total]
__ module/itertools/test [103 done in total, somefailed=False] ________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 73 items
module/itertools/test/test_itertools.py ........................................................................
module/itertools/test/test_ztranslation.py .
========================== 73 passed in 38.53 seconds ==========================
++ 22:19:06 starting module/mmap/test [107 started in total]
__ module/micronumpy/test [104 done in total, somefailed=False] _______________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 0 items
========================= no tests ran in 0.01 seconds =========================
++ 22:19:08 starting module/operator/test [108 started in total]
__ module/operator/test [105 done in total, somefailed=False] _________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 27 items
module/operator/test/test_operator.py ..................
module/operator/test/test_tscmp.py .........
========================== 27 passed in 6.39 seconds ===========================
++ 22:19:17 starting module/parser/test [109 started in total]
__ module/mmap/test [106 done in total, somefailed=False] _____________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 43 items
module/mmap/test/test_mmap.py ......................s..............ss....
==================== 40 passed, 3 skipped in 12.71 seconds =====================
++ 22:19:20 starting module/posix/test [110 started in total]
__ module/parser/test [107 done in total, somefailed=False] ___________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 7 items
module/parser/test/test_parser.py .......
=========================== 7 passed in 4.30 seconds ===========================
++ 22:19:22 starting module/pwd/test [111 started in total]
__ module/imp/test [108 done in total, somefailed=False] ______________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 124 items
module/imp/test/test_app.py ................
module/imp/test/test_import.py ..............................s.........................................................s...................
==================== 122 passed, 2 skipped in 68.96 seconds ====================
++ 22:19:28 starting module/pyexpat/test [112 started in total]
__ module/pwd/test [109 done in total, somefailed=False] ______________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 4 items
module/pwd/test/test_pwd.py ...
module/pwd/test/test_ztranslation.py .
========================== 4 passed in 12.01 seconds ===========================
++ 22:19:37 starting module/pypyjit/test [113 started in total]
__ module/pypyjit/test [110 done in total, somefailed=False] __________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 29 items
module/pypyjit/test/test_jit_hook.py ........s
module/pypyjit/test/test_jit_not_in_trace.py ..
module/pypyjit/test/test_jit_setup.py ....
module/pypyjit/test/test_policy.py ............
module/pypyjit/test/test_pyframe.py .
module/pypyjit/test/test_ztranslation.py .
==================== 28 passed, 1 skipped in 19.24 seconds =====================
++ 22:19:57 starting module/select/test [114 started in total]
__ module/pyexpat/test [111 done in total, somefailed=False] __________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 21 items
module/pyexpat/test/test_build.py .
module/pyexpat/test/test_parser.py ....................
========================== 21 passed in 47.82 seconds ==========================
++ 22:20:20 starting module/signal/test [115 started in total]
__ module/posix/test [112 done in total, somefailed=False] ____________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 108 items
module/posix/test/test_posix2.py ...............................................................s...........s.........s................s
module/posix/test/test_posix_libfile.py ....
module/posix/test/test_ztranslation.py .
==================== 104 passed, 4 skipped in 63.06 seconds ====================
++ 22:20:26 starting module/struct/test [116 started in total]
__ module/select/test [113 done in total, somefailed=False] ___________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 41 items
module/select/test/test_epoll.py ........
module/select/test/test_kqueue.py sssss
module/select/test/test_select.py ...........................
module/select/test/test_ztranslation.py .
==================== 36 passed, 5 skipped in 35.22 seconds =====================
++ 22:20:35 starting module/sys/test [117 started in total]
__ module/signal/test [114 done in total, somefailed=False] ___________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 18 items
module/signal/test/test_signal.py ..................
========================== 18 passed in 20.58 seconds ==========================
++ 22:20:43 starting module/termios/test [118 started in total]
__ module/sys/test [115 done in total, somefailed=False] ______________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 65 items
module/sys/test/apptest_initpath.py .
module/sys/test/test_encoding.py .
module/sys/test/test_initpath.py .......
module/sys/test/test_sysmodule.py ...............................s....................
module/sys/test/test_version.py ....
==================== 64 passed, 1 skipped in 15.75 seconds =====================
++ 22:20:52 starting module/test_lib_pypy [119 started in total]
__ module/termios/test [116 done in total, somefailed=False] __________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 8 items
module/termios/test/test_termios.py sssss...
===================== 3 passed, 5 skipped in 9.23 seconds ======================
++ 22:20:54 starting module/thread/test [120 started in total]
__ module/struct/test [117 done in total, somefailed=False] ___________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 41 items
module/struct/test/test_struct.py ........................................
module/struct/test/test_ztranslation.py .
========================== 41 passed in 31.72 seconds ==========================
++ 22:21:04 starting module/time/test [121 started in total]
__ module/cpyext/test/test_typeobject.py [118 done in total, somefailed=False]
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 68 items
module/cpyext/test/test_typeobject.py ...............s................................................s...
==================== 66 passed, 2 skipped in 262.01 seconds ====================
++ 22:21:06 starting module/unicodedata/test [122 started in total]
__ module/test_lib_pypy [119 done in total, somefailed=False] _________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 238 items / 3 skipped
module/test_lib_pypy/test_collections.py .....................
module/test_lib_pypy/test_marshal_extra.py .......................................................................................................................................................
module/test_lib_pypy/test_md5_extra.py ......
module/test_lib_pypy/test_msvcrt.py s
module/test_lib_pypy/test_os_wait.py ...
module/test_lib_pypy/test_pickle_extra.py s
module/test_lib_pypy/test_resource.py ...
module/test_lib_pypy/test_sha_extra.py ...
module/test_lib_pypy/test_site_extra.py .
module/test_lib_pypy/test_stackless.py ..............................
module/test_lib_pypy/test_stackless_pickling.py ..
module/test_lib_pypy/test_structseq.py .........
module/test_lib_pypy/test_tputil.py ..s....
==================== 235 passed, 6 skipped in 36.34 seconds ====================
++ 22:21:30 starting module/zipimport/test [123 started in total]
__ module/unicodedata/test [120 done in total, somefailed=False] ______________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 26 items
module/unicodedata/test/test_hyp.py ................
module/unicodedata/test/test_unicodedata.py ..........
========================== 26 passed in 23.07 seconds ==========================
++ 22:21:34 starting module/zlib/test [124 started in total]
__ module/time/test [121 done in total, somefailed=False] _____________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 18 items
module/time/test/test_time.py ..................
========================== 18 passed in 27.97 seconds ==========================
++ 22:21:37 starting objspace/fake/test [125 started in total]
__ module/zlib/test [122 done in total, somefailed=False] _____________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 31 items
module/zlib/test/test_zlib.py .........................s..s..
==================== 29 passed, 2 skipped in 11.96 seconds =====================
++ 22:21:48 starting objspace/std/test [126 started in total]
__ objspace/fake/test [123 done in total, somefailed=False] ___________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 21 items
objspace/fake/test/test_checkmodule.py ........
objspace/fake/test/test_objspace.py .............
========================== 21 passed in 18.78 seconds ==========================
++ 22:21:57 starting objspace/test [127 started in total]
__ objspace/test [124 done in total, somefailed=False] ________________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 59 items
objspace/test/apptest_binop_overriding.py .
objspace/test/apptest_descriptor.py ........
objspace/test/apptest_descroperation.py ............s..........................
objspace/test/test_descroperation.py ...........
==================== 58 passed, 1 skipped in 12.19 seconds =====================
++ 22:22:11 starting sandbox/test [128 started in total]
__ sandbox/test [125 done in total, somefailed=False] _________________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 1 items
sandbox/test/test_pypy_interact.py .
========================== 1 passed in 37.57 seconds ===========================
++ 22:22:56 starting tool/bench/test [129 started in total]
__ tool/bench/test [126 done in total, somefailed=False] ______________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 3 items / 1 skipped
tool/bench/test/test_pypyresult.py ...
===================== 3 passed, 1 skipped in 1.30 seconds ======================
++ 22:22:58 starting tool/memusage/test [130 started in total]
__ tool/memusage/test [127 done in total, somefailed=False] ___________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 5 items
tool/memusage/test/test_log2gnumeric.py .....
=========================== 5 passed in 1.25 seconds ===========================
++ 22:23:01 starting tool/pytest/test [131 started in total]
__ module/zipimport/test [128 done in total, somefailed=False] ________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 47 items
module/zipimport/test/test_undocumented.py ......
module/zipimport/test/test_zipimport.py ....................
module/zipimport/test/test_zipimport_deflated.py .....................
========================= 47 passed in 106.62 seconds ==========================
++ 22:23:19 starting tool/release/test [132 started in total]
__ tool/release/test [129 done in total, somefailed=False] ____________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 8 items
tool/release/test/test_package.py ....s
tool/release/test/test_smartstrip.py ...
===================== 7 passed, 1 skipped in 24.64 seconds =====================
++ 22:23:47 starting tool/test [133 started in total]
__ tool/test [130 done in total, somefailed=False] ____________________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 29 items
tool/test/test_gdb_pypy.py ...........
tool/test/test_getdocstrings.py ...
tool/test/test_isolate.py .......
tool/test/test_lib_pypy.py ...
tool/test/test_license.py .
tool/test/test_package.py .
tool/test/test_tab.py ..
tool/test/test_template.py .
========================== 29 passed in 9.92 seconds ===========================
__ module/thread/test [131 done in total, somefailed=False] ___________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 48 items
module/thread/test/test_fork.py s..
module/thread/test/test_gil.py ....
module/thread/test/test_import_lock.py .....
module/thread/test/test_local.py .......
module/thread/test/test_lock.py .................
module/thread/test/test_thread.py ............
==================== 47 passed, 1 skipped in 191.86 seconds ====================
__ tool/pytest/test [132 done in total, somefailed=False] _____________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 24 items
tool/pytest/test/test_appsupport.py .........
tool/pytest/test/test_astrewrite.py .....
tool/pytest/test/test_conftest1.py ..
tool/pytest/test/test_pytestsupport.py ........
========================== 24 passed in 83.06 seconds ==========================
__ objspace/std/test [133 done in total, somefailed=False] ____________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.22-final], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
hypothesis profile 'default' -> deadline=None, database=DirectoryBasedExampleDatabase('/buildbot/slave/own-linux-x86-32/build/pypy/.hypothesis/examples')
pytest-2.9.2 from /buildbot/slave/own-linux-x86-32/build/pytest.pyc
rootdir: /buildbot/slave/own-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.39.3
collected 2132 items
objspace/std/test/apptest_boolobject.py ........
objspace/std/test/apptest_bufferobject.py ...............
objspace/std/test/apptest_callmethod.py ........
objspace/std/test/apptest_complexobject.py ...............................
objspace/std/test/apptest_instmethobject.py .....
objspace/std/test/apptest_iterobject.py ..............
objspace/std/test/apptest_operation.py ...
objspace/std/test/apptest_stringformat.py ...............s...........................s........
objspace/std/test/apptest_userobject.py ......................
objspace/std/test/test_boolobject.py .......
objspace/std/test/test_bytearrayobject.py .......................................................
objspace/std/test/test_bytesobject.py ..............................................................................
objspace/std/test/test_callmethod.py ...
objspace/std/test/test_celldict.py .......................................
objspace/std/test/test_complexobject.py ....
objspace/std/test/test_dictmultiobject.py ...........s.....................................................................................................................................................................
objspace/std/test/test_dictproxy.py ..........
objspace/std/test/test_floatobject.py ......................................
objspace/std/test/test_identitydict.py ......
objspace/std/test/test_identityset.py .......
objspace/std/test/test_index.py ..............................................
objspace/std/test/test_intobject.py .........................s..................................s........................................s...............
objspace/std/test/test_iterobject.py ....
objspace/std/test/test_jsondict.py ...........
objspace/std/test/test_kwargsdict.py ....................................
objspace/std/test/test_lengthhint.py ....................
objspace/std/test/test_listobject.py .......................................................................................................................
objspace/std/test/test_liststrategies.py ...................................................................s.......................................s..s..s.......s.......s....
objspace/std/test/test_longobject.py .........................................
objspace/std/test/test_mapdict.py ........................s.ss...................................................................................................................
objspace/std/test/test_memoryobject.py .......
objspace/std/test/test_methodcache.py .......................................................................
objspace/std/test/test_newformat.py ......................................................................................ss........
objspace/std/test/test_noneobject.py ...
objspace/std/test/test_obj.py .......................
objspace/std/test/test_prebuiltint.py ...........................s...............
objspace/std/test/test_proxy.py ssssssssssss
objspace/std/test/test_proxy_function.py ........
objspace/std/test/test_proxy_internals.py ........
objspace/std/test/test_proxy_iter.py .
objspace/std/test/test_proxy_object.py ..........
objspace/std/test/test_proxy_usercreated.py .
objspace/std/test/test_random_attr.py .....
objspace/std/test/test_setobject.py ....................................................................................
objspace/std/test/test_setstrategies.py ....s...ss..
objspace/std/test/test_sliceobject.py ............
objspace/std/test/test_smalllongobject.py .........................s..................................s.....................................................................................s..................................s..............
objspace/std/test/test_specialisedtupleobject.py ..................ss.......................
objspace/std/test/test_stdobjspace.py s......
objspace/std/test/test_tupleobject.py ...................................
objspace/std/test/test_typeobject.py ..............................................................................
objspace/std/test/test_unicodeobject.py ..........................................................................................s.................
objspace/std/test/test_userobject.py .
objspace/std/test/test_versionedtype.py ...............
================== 2091 passed, 41 skipped in 258.66 seconds ===================
program finished with exit code 1
elapsedTime=1555.773072