python testrunner/app_level_tests.py
in dir /build_dir/pypy-c-jit-linux-x86-32/build (timeout 4000 secs)
watching logfiles {'pytestLog': 'pytest-A.log'}
argv: ['python', 'testrunner/app_level_tests.py']
environment:
AUDITWHEEL_ARCH=i686
AUDITWHEEL_PLAT=manylinux2014_i686
AUDITWHEEL_POLICY=manylinux2014
DEVTOOLSET_ROOTPATH=/opt/rh/devtoolset-10/root
HOME=/home/buildslave
HOSTNAME=ffc60fde56a7
LANG=en_US.UTF-8
LANGUAGE=en_US.UTF-8
LC_ALL=en_US.UTF-8
LD_LIBRARY_PATH=/usr/local/lib:/opt/rh/devtoolset-10/root/usr/lib:/opt/rh/devtoolset-10/root/usr/lib/dyninst
LOGNAME=buildslave
PATH=/python27_virt/bin:/opt/rh/devtoolset-10/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig:/usr/local/lib/pkgconfig
PWD=/build_dir/pypy-c-jit-linux-x86-32/build
PYPY_LOCALBASE=/usr/local
PYPY_MAKE_PORTABLE=1
SHELL=/bin/bash
SHLVL=3
SSL_CERT_FILE=/opt/_internal/certs.pem
TERM=xterm
TMPDIR=/build_dir/tmp/pytest
USER=buildslave
_=/usr/bin/linux32
using PTY: False
using config pypy/pytest-A.cfg
using config pypy/pytest-A.py
ignoring non-existant config /home/buildslave/machine-A_cfg.py
-- interpreter/astcompiler/test
-- interpreter/pyparser/test
-- interpreter/test
-- objspace/test
-- objspace/std/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
-- 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
-- total: 69 to run
++ 09:48:34 starting interpreter/astcompiler/test [1 started in total]
__ interpreter/astcompiler/test [1 done in total, somefailed=False] ___________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.py
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 5 items
interpreter/astcompiler/test/test_compiler.py ...s.
===================== 4 passed, 1 skipped in 5.79 seconds ======================
++ 09:48:41 starting interpreter/pyparser/test [2 started in total]
__ interpreter/pyparser/test [2 done in total, somefailed=False] ______________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 0 items
========================= no tests ran in 3.49 seconds =========================
++ 09:48:45 starting interpreter/test [3 started in total]
__ interpreter/test [3 done in total, somefailed=False] _______________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 174 items
interpreter/test/test_app_main.py sss
interpreter/test/test_appinterp.py .
interpreter/test/test_argument.py .........
interpreter/test/test_code.py .......
interpreter/test/test_compiler.py ......s......................
interpreter/test/test_descrtypecheck.py ..
interpreter/test/test_exceptcomp.py ...........
interpreter/test/test_executioncontext.py ....
interpreter/test/test_extmodules.py s
interpreter/test/test_gateway.py .......
interpreter/test/test_interpreter.py ............
interpreter/test/test_mixedmodule.py ssss
interpreter/test/test_module.py .....
interpreter/test/test_pyframe.py s.
interpreter/test/test_special.py ..
interpreter/test/test_syntax.py ..............................
interpreter/test/test_typedef.py ..........
interpreter/test/test_zzpickle_and_slow.py .ssssssssssssssssssssssssssssssss..
==================== 132 passed, 42 skipped in 6.87 seconds ====================
++ 09:48:54 starting objspace/test [4 started in total]
__ objspace/test [4 done in total, somefailed=False] __________________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 0 items
========================= no tests ran in 0.01 seconds =========================
++ 09:48:55 starting objspace/std/test [5 started in total]
__ objspace/std/test [5 done in total, somefailed=False] ______________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 1376 items / 1 skipped
objspace/std/test/test_bytearrayobject.py .......................................................
objspace/std/test/test_bytesobject.py .......................................s.............................
objspace/std/test/test_celldict.py s...ss
objspace/std/test/test_dictmultiobject.py ..............................................................................................................................ssssss
objspace/std/test/test_dictproxy.py .....sssss
objspace/std/test/test_floatobject.py ...................................
objspace/std/test/test_identitydict.py ssssss
objspace/std/test/test_identityset.py sssssss
objspace/std/test/test_index.py ..............................................
objspace/std/test/test_intobject.py ...........................s........................................s...............
objspace/std/test/test_jsondict.py ...........
objspace/std/test/test_kwargsdict.py sssss
objspace/std/test/test_listobject.py ...............................................................................ssssssss.
objspace/std/test/test_longobject.py ......................................
objspace/std/test/test_mapdict.py ................ssssssssssssssssssssssssssssssssssssssssssss
objspace/std/test/test_memoryobject.py .......
objspace/std/test/test_methodcache.py sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
objspace/std/test/test_newformat.py ......................................................................................ss........
objspace/std/test/test_obj.py ..........s...sss.s...
objspace/std/test/test_prebuiltint.py sssssssssssssssssssssssssssssssssssssssssss
objspace/std/test/test_proxy.py ssssssssssss
objspace/std/test/test_proxy_function.py ........
objspace/std/test/test_proxy_internals.py s.......
objspace/std/test/test_proxy_iter.py .
objspace/std/test/test_proxy_object.py ..........
objspace/std/test/test_proxy_usercreated.py s
objspace/std/test/test_setobject.py ..............................................................................
objspace/std/test/test_sliceobject.py .......
objspace/std/test/test_smalllongobject.py ...........................s..............sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
objspace/std/test/test_specialisedtupleobject.py .............ss.......................
objspace/std/test/test_tupleobject.py .....................
objspace/std/test/test_typeobject.py ................................................................s.ssssssss
objspace/std/test/test_unicodeobject.py ...............................................................................s.................
objspace/std/test/test_userobject.py .
================== 1054 passed, 323 skipped in 37.38 seconds ===================
++ 09:49:39 starting module/__builtin__/test [6 started in total]
__ module/__builtin__/test [6 done in total, somefailed=False] ________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 292 items
module/__builtin__/test/test_abstractinst.py ..........
module/__builtin__/test/test_apply.py ...
module/__builtin__/test/test_builtin.py ..................................................................
module/__builtin__/test/test_classobj.py .......................................................ssss
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 .........
==================== 288 passed, 4 skipped in 5.77 seconds =====================
++ 09:49:46 starting module/__pypy__/test [7 started in total]
__ module/__pypy__/test [7 done in total, somefailed=False] ___________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 68 items
module/__pypy__/test/test_builders.py .....
module/__pypy__/test/test_bytebuffer.py ..
module/__pypy__/test/test_debug.py sssssss
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 .....
module/__pypy__/test/test_special.py sssssssssss..
module/__pypy__/test/test_time.py ...
==================== 49 passed, 19 skipped in 7.03 seconds =====================
++ 09:49:54 starting module/_ast/test [8 started in total]
__ module/_ast/test [8 done in total, somefailed=False] _______________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 36 items
module/_ast/test/test_ast.py .........s..........................
===================== 35 passed, 1 skipped in 3.56 seconds =====================
++ 09:49:59 starting module/_cffi_backend/test [9 started in total]
__ module/_cffi_backend/test [9 done in total, somefailed=False] ______________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 442 items
module/_cffi_backend/test/test_c.py ....................................................................................s....................................................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_re_python.py ....................
module/_cffi_backend/test/test_recompiler.py ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
module/_cffi_backend/test/test_unicode_literals.py .......
=================== 311 passed, 131 skipped in 10.80 seconds ===================
++ 09:50:11 starting module/_codecs/test [10 started in total]
__ module/_codecs/test [10 done in total, somefailed=False] ___________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 64 items
module/_codecs/test/test_codecs.py ................................................................
========================== 64 passed in 3.81 seconds ===========================
++ 09:50:16 starting module/_continuation/test [11 started in total]
__ module/_continuation/test [11 done in total, somefailed=False] _____________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 81 items / 1 skipped
module/_continuation/test/test_generator.py ....
module/_continuation/test/test_greenlet.py ............................
module/_continuation/test/test_translated.py .............................
module/_continuation/test/test_zpickle.py ....................
==================== 81 passed, 1 skipped in 23.33 seconds =====================
++ 09:50:44 starting module/_cppyy/test [12 started in total]
__ module/_cppyy/test [12 done in total, somefailed=False] ____________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 0 items
========================= no tests ran in 0.02 seconds =========================
++ 09:50:45 starting module/_csv/test [13 started in total]
__ module/_csv/test [13 done in total, somefailed=False] ______________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 22 items
module/_csv/test/test_dialect.py .........
module/_csv/test/test_reader.py .........
module/_csv/test/test_writer.py ....
========================== 22 passed in 3.23 seconds ===========================
++ 09:50:50 starting module/_demo/test [14 started in total]
__ module/_demo/test [14 done in total, somefailed=False] _____________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 1 items
module/_demo/test/test_sieve.py s
========================== 1 skipped in 3.33 seconds ===========================
++ 09:50:54 starting module/_file/test [15 started in total]
__ module/_file/test [15 done in total, somefailed=False] _____________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 252 items
module/_file/test/test_file.py ..................ss...ss........
module/_file/test/test_file_extra.py ..................................................................................................................................................ss..............ss..............ss..............ss.....................
module/_file/test/test_large_file.py ..
=================== 240 passed, 12 skipped in 12.25 seconds ====================
++ 09:51:09 starting module/_io/test [16 started in total]
__ module/_io/test [16 done in total, somefailed=False] _______________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 97 items / 1 skipped
module/_io/test/test_bufferedio.py .................................sssssssssssssssss...........................
module/_io/test/test_fileio.py ....................
==================== 80 passed, 18 skipped in 4.80 seconds =====================
++ 09:51:14 starting module/_jitlog/test [17 started in total]
__ module/_jitlog/test [17 done in total, somefailed=False] ___________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 1 items
module/_jitlog/test/test__jitlog.py .
=========================== 1 passed in 2.56 seconds ===========================
++ 09:51:18 starting module/_locale/test [18 started in total]
__ module/_locale/test [18 done in total, somefailed=False] ___________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 14 items
module/_locale/test/test_locale.py ssssssssssssss
========================== 14 skipped in 2.54 seconds ==========================
++ 09:51:21 starting module/_lsprof/test [19 started in total]
__ module/_lsprof/test [19 done in total, somefailed=False] ___________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 6 items
module/_lsprof/test/test_cprofile.py ......
=========================== 6 passed in 3.72 seconds ===========================
++ 09:51:25 starting module/_md5/test [20 started in total]
__ module/_md5/test [20 done in total, somefailed=False] ______________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 6 items
module/_md5/test/test_md5.py .s....
===================== 5 passed, 1 skipped in 2.92 seconds ======================
++ 09:51:30 starting module/_minimal_curses/test [21 started in total]
__ module/_minimal_curses/test [21 done in total, somefailed=False] ___________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 0 items
========================= no tests ran in 0.05 seconds =========================
++ 09:51:31 starting module/_multibytecodec/test [22 started in total]
__ module/_multibytecodec/test [22 done in total, somefailed=False] ___________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 33 items
module/_multibytecodec/test/test_app_codecs.py ................
module/_multibytecodec/test/test_app_incremental.py ............
module/_multibytecodec/test/test_app_stream.py .....
========================== 33 passed in 3.15 seconds ===========================
++ 09:51:35 starting module/_multiprocessing/test [23 started in total]
__ module/_multiprocessing/test [23 done in total, somefailed=False] __________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 21 items
module/_multiprocessing/test/test_connection.py .sss......
module/_multiprocessing/test/test_memory.py ..
module/_multiprocessing/test/test_semaphore.py .......
module/_multiprocessing/test/test_win32.py ss
===================== 16 passed, 5 skipped in 4.72 seconds =====================
++ 09:51:41 starting module/_pypyjson/test [24 started in total]
__ module/_pypyjson/test [24 done in total, somefailed=False] _________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 27 items / 1 skipped
module/_pypyjson/test/test__pypyjson.py ...........................
===================== 27 passed, 1 skipped in 3.35 seconds =====================
++ 09:51:45 starting module/_random/test [25 started in total]
__ module/_random/test [25 done in total, somefailed=False] ___________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 13 items
module/_random/test/test_random.py .............
========================== 13 passed in 3.64 seconds ===========================
++ 09:51:51 starting module/_rawffi/alt/test [26 started in total]
__ module/_rawffi/alt/test [26 done in total, somefailed=False] _______________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 61 items
module/_rawffi/alt/test/test_ffitype.py .....
module/_rawffi/alt/test/test_funcptr.py ..................................ssssss.s
module/_rawffi/alt/test/test_struct.py ...s..........
===================== 53 passed, 8 skipped in 4.29 seconds =====================
++ 09:51:56 starting module/_rawffi/test [27 started in total]
__ module/_rawffi/test [27 done in total, somefailed=False] ___________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 78 items
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_tracker.py sss
===================== 72 passed, 6 skipped in 4.31 seconds =====================
n: 2
Arg 0: 3
Arg 1: 15
++ 09:52:02 starting module/_sha/test [28 started in total]
__ module/_sha/test [28 done in total, somefailed=False] ______________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 6 items
module/_sha/test/test_sha.py .s....
===================== 5 passed, 1 skipped in 3.34 seconds ======================
++ 09:52:06 starting module/_socket/test [29 started in total]
__ module/_socket/test [29 done in total, somefailed=False] ___________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 38 items
module/_socket/test/test_sock_app.py ..........s...........s.....s.........
===================== 35 passed, 3 skipped in 8.68 seconds =====================
++ 09:52:16 starting module/_sre/test [30 started in total]
__ module/_sre/test [30 done in total, somefailed=False] ______________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 139 items
module/_sre/test/test_app_sre.py ..............................................s........................ssssssssssssssssssssssssssssssssssss........
module/_sre/test/test_sre_buf.py ........................
==================== 102 passed, 37 skipped in 3.93 seconds ====================
++ 09:52:22 starting module/_vmprof/test [31 started in total]
__ module/_vmprof/test [31 done in total, somefailed=False] ___________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 5 items
module/_vmprof/test/test__vmprof.py ....s
===================== 4 passed, 1 skipped in 3.89 seconds ======================
++ 09:52:28 starting module/_warnings/test [32 started in total]
__ module/_warnings/test [32 done in total, somefailed=False] _________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 0 items
========================= no tests ran in 0.01 seconds =========================
++ 09:52:29 starting module/_weakref/test [33 started in total]
__ module/_weakref/test [33 done in total, somefailed=False] __________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 42 items
module/_weakref/test/test_weakref.py ..........................................
========================== 42 passed in 4.47 seconds ===========================
++ 09:52:34 starting module/_winreg/test [34 started in total]
__ module/_winreg/test [34 done in total, somefailed=False] ___________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 0 items / 1 skipped
========================== 1 skipped in 0.18 seconds ===========================
++ 09:52:35 starting module/array/test [35 started in total]
__ module/array/test [35 done in total, somefailed=False] _____________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 48 items
module/array/test/test_array.py ................................................
========================== 48 passed in 3.29 seconds ===========================
++ 09:52:40 starting module/binascii/test [36 started in total]
__ module/binascii/test [36 done in total, somefailed=False] __________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 14 items
module/binascii/test/test_binascii.py ..............
========================== 14 passed in 2.56 seconds ===========================
++ 09:52:43 starting module/bz2/test [37 started in total]
__ module/bz2/test [37 done in total, somefailed=False] _______________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
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 .
==================== 50 passed, 2 skipped in 12.83 seconds =====================
++ 09:52:58 starting module/cStringIO/test [38 started in total]
__ module/cStringIO/test [38 done in total, somefailed=False] _________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 15 items
module/cStringIO/test/test_interp_stringio.py ...............
========================== 15 passed in 3.15 seconds ===========================
++ 09:53:02 starting module/cmath/test [39 started in total]
__ module/cmath/test [39 done in total, somefailed=False] _____________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 13 items
module/cmath/test/test_cmath.py .............
========================== 13 passed in 3.21 seconds ===========================
++ 09:53:06 starting module/cpyext/test [40 started in total]
__ module/cpyext/test [40 done in total, somefailed=False] ____________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 329 items
module/cpyext/test/test_abstract.py .......
module/cpyext/test/test_arraymodule.py ..........x......
module/cpyext/test/test_boolobject.py ...
module/cpyext/test/test_borrow.py ..x
module/cpyext/test/test_bufferobject.py ..s.
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_complexobject.py ....
module/cpyext/test/test_cpyext.py ..s.........s....s........
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_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 ...s..
module/cpyext/test/test_methodobject.py ...........
module/cpyext/test/test_misc.py .
module/cpyext/test/test_ndarrayobject.py sss
module/cpyext/test/test_number.py x...
module/cpyext/test/test_object.py ......s.....
module/cpyext/test/test_pycobject.py .
module/cpyext/test/test_pyerrors.py ....s.......ss..
module/cpyext/test/test_pyfile.py .
module/cpyext/test/test_pysignals.py .
module/cpyext/test/test_pystate.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_tupleobject.py .....
module/cpyext/test/test_typeobject.py ..........s....s...............................................
module/cpyext/test/test_unicodeobject.py .........
module/cpyext/test/test_userslots.py ...
module/cpyext/test/test_version.py ..
module/cpyext/test/test_weakref.py ..
============= 312 passed, 14 skipped, 3 xfailed in 183.81 seconds ==============
in sq_inplace_repeat, n=3
got no exc
got no exc
got exc
++ 09:56:14 starting module/crypt/test [41 started in total]
__ module/crypt/test [41 done in total, somefailed=False] _____________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 1 items
module/crypt/test/test_crypt.py s
========================== 1 skipped in 3.29 seconds ===========================
++ 09:56:19 starting module/errno/test [42 started in total]
__ module/errno/test [42 done in total, somefailed=False] _____________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 3 items
module/errno/test/test_errno.py ...
=========================== 3 passed in 3.23 seconds ===========================
++ 09:56:23 starting module/exceptions/test [43 started in total]
__ module/exceptions/test [43 done in total, somefailed=False] ________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 24 items
module/exceptions/test/test_exc.py ..........s.............
===================== 23 passed, 1 skipped in 3.37 seconds =====================
++ 09:56:28 starting module/faulthandler/test [44 started in total]
__ module/faulthandler/test [44 done in total, somefailed=False] ______________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 2 items
module/faulthandler/test/test_faulthander.py ..
=========================== 2 passed in 3.24 seconds ===========================
++ 09:56:32 starting module/fcntl/test [45 started in total]
__ module/fcntl/test [45 done in total, somefailed=False] _____________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 8 items
module/fcntl/test/test_fcntl.py ........
=========================== 8 passed in 3.86 seconds ===========================
++ 09:56:38 starting module/gc/test [46 started in total]
__ module/gc/test [46 done in total, somefailed=False] ________________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 24 items
module/gc/test/test_gc.py sssssx..
module/gc/test/test_hook.py ssssssss
module/gc/test/test_referents.py ........
=============== 10 passed, 13 skipped, 1 xfailed in 8.09 seconds ===============
++ 09:56:48 starting module/imp/test [47 started in total]
__ module/imp/test [47 done in total, somefailed=False] _______________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 110 items
module/imp/test/test_app.py ................
module/imp/test/test_import.py ..............................s...............................sss.......................sss.s.
==================== 102 passed, 8 skipped in 6.53 seconds =====================
++ 09:56:56 starting module/itertools/test [48 started in total]
__ module/itertools/test [48 done in total, somefailed=False] _________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 72 items
module/itertools/test/test_itertools.py ........................................................................
========================== 72 passed in 3.48 seconds ===========================
++ 09:57:01 starting module/marshal/test [49 started in total]
__ module/marshal/test [49 done in total, somefailed=False] ___________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 79 items
module/marshal/test/test_marshal.py .................................ssssssssssssssssssssssssssssssssss
module/marshal/test/test_marshalimpl.py ......ssssss
==================== 39 passed, 40 skipped in 4.00 seconds =====================
++ 09:57:06 starting module/math/test [50 started in total]
__ module/math/test [50 done in total, somefailed=False] ______________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 14 items
module/math/test/test_math.py .........s....
===================== 13 passed, 1 skipped in 2.68 seconds =====================
++ 09:57:10 starting module/micronumpy/test [51 started in total]
__ module/micronumpy/test [51 done in total, somefailed=False] ________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 646 items / 1 skipped
module/micronumpy/test/test_appbridge.py ..
module/micronumpy/test/test_arrayops.py ....................
module/micronumpy/test/test_broadcast.py .......
module/micronumpy/test/test_casting.py ......
module/micronumpy/test/test_complex.py .........................
module/micronumpy/test/test_deprecations.py .
module/micronumpy/test/test_dtypes.py ...........................................................................s.s......
module/micronumpy/test/test_flagsobj.py .......
module/micronumpy/test/test_ndarray.py .............................................................................................................................................................................................................................................................s............................
module/micronumpy/test/test_nditer.py .......s......ss..s
module/micronumpy/test/test_object_arrays.py ......s..s..s
module/micronumpy/test/test_outarg.py .....
module/micronumpy/test/test_scalar.py ...................................
module/micronumpy/test/test_selection.py ........s.sss.....
module/micronumpy/test/test_subtype.py .........................
module/micronumpy/test/test_support_app.py ....
module/micronumpy/test/test_ufuncs.py .............................................................................................
==================== 632 passed, 15 skipped in 7.44 seconds ====================
++ 09:57:19 starting module/mmap/test [52 started in total]
__ module/mmap/test [52 done in total, somefailed=False] ______________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 43 items
module/mmap/test/test_mmap.py ......................s....................
===================== 42 passed, 1 skipped in 2.82 seconds =====================
++ 09:57:23 starting module/operator/test [53 started in total]
__ module/operator/test [53 done in total, somefailed=False] __________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 18 items
module/operator/test/test_operator.py ..................
========================== 18 passed in 2.57 seconds ===========================
++ 09:57:27 starting module/parser/test [54 started in total]
__ module/parser/test [54 done in total, somefailed=False] ____________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 7 items
module/parser/test/test_parser.py .......
=========================== 7 passed in 2.83 seconds ===========================
++ 09:57:31 starting module/posix/test [55 started in total]
__ module/posix/test [55 done in total, somefailed=False] _____________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 106 items
module/posix/test/test_posix2.py ...........................................................................s.........s................
module/posix/test/test_posix_libfile.py ....
==================== 104 passed, 2 skipped in 7.70 seconds =====================
++ 09:57:41 starting module/pwd/test [56 started in total]
__ module/pwd/test [56 done in total, somefailed=False] _______________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 3 items
module/pwd/test/test_pwd.py ...
=========================== 3 passed in 2.70 seconds ===========================
++ 09:57:45 starting module/pyexpat/test [57 started in total]
__ module/pyexpat/test [57 done in total, somefailed=False] ___________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 20 items
module/pyexpat/test/test_parser.py ....................
========================== 20 passed in 2.97 seconds ===========================
++ 09:57:49 starting module/pypyjit/test [58 started in total]
__ module/pypyjit/test [58 done in total, somefailed=False] ___________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 15 items
module/pypyjit/test/test_jit_hook.py sssssssss
module/pypyjit/test/test_jit_not_in_trace.py ..
module/pypyjit/test/test_jit_setup.py ....
===================== 6 passed, 9 skipped in 3.36 seconds ======================
++ 09:57:53 starting module/select/test [59 started in total]
__ module/select/test [59 done in total, somefailed=False] ____________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 40 items
module/select/test/test_epoll.py ........
module/select/test/test_kqueue.py sssss
module/select/test/test_select.py ...........................
===================== 35 passed, 5 skipped in 7.63 seconds =====================
++ 09:58:02 starting module/signal/test [60 started in total]
__ module/signal/test [60 done in total, somefailed=False] ____________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 17 items
module/signal/test/test_signal.py ...............ss
==================== 15 passed, 2 skipped in 10.05 seconds =====================
++ 09:58:14 starting module/struct/test [61 started in total]
__ module/struct/test [61 done in total, somefailed=False] ____________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 40 items
module/struct/test/test_struct.py ........................................
========================== 40 passed in 2.96 seconds ===========================
++ 09:58:18 starting module/sys/test [62 started in total]
__ module/sys/test [62 done in total, somefailed=False] _______________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 53 items
module/sys/test/test_sysmodule.py ......................s......s............s.......
module/sys/test/test_version.py ...
===================== 50 passed, 3 skipped in 2.80 seconds =====================
++ 09:58:22 starting module/termios/test [63 started in total]
__ module/termios/test [63 done in total, somefailed=False] ___________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 3 items
module/termios/test/test_termios.py ...
=========================== 3 passed in 2.83 seconds ===========================
++ 09:58:26 starting module/test_lib_pypy [64 started in total]
__ module/test_lib_pypy [64 done in total, somefailed=False] __________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 240 items / 2 skipped
module/test_lib_pypy/test_collections.py .....................
module/test_lib_pypy/test_curses.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....
==================== 237 passed, 5 skipped in 4.16 seconds =====================
++ 09:58:32 starting module/thread/test [65 started in total]
__ module/thread/test [65 done in total, somefailed=False] ____________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 41 items
module/thread/test/test_fork.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 ............
========================== 41 passed in 59.52 seconds ==========================
++ 09:59:37 starting module/time/test [66 started in total]
__ module/time/test [66 done in total, somefailed=False] ______________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 18 items
module/time/test/test_time.py ..................
========================== 18 passed in 3.43 seconds ===========================
++ 09:59:42 starting module/unicodedata/test [67 started in total]
__ module/unicodedata/test [67 done in total, somefailed=False] _______________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 10 items / 1 skipped
module/unicodedata/test/test_unicodedata.py ..........
===================== 10 passed, 1 skipped in 3.29 seconds =====================
++ 09:59:46 starting module/zipimport/test [68 started in total]
__ module/zipimport/test [68 done in total, somefailed=False] _________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
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 2.98 seconds ===========================
++ 09:59:50 starting module/zlib/test [69 started in total]
__ module/zlib/test [69 done in total, somefailed=False] ______________________
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-7.3.23-alpha], pytest-2.9.2, py-1.4.29, pluggy-0.3.1
pytest-2.9.2 from /build_dir/pypy-c-jit-linux-x86-32/build/pytest.pyc
rootdir: /build_dir/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
collected 30 items
module/zlib/test/test_zlib.py ........................s..s..
===================== 28 passed, 2 skipped in 2.86 seconds =====================
program finished with exit code 0
elapsedTime=680.889533