python testrunner/app_level_tests.py
in dir /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build (timeout 4000 secs)
watching logfiles {'pytestLog': 'pytest-A.log'}
argv: ['python', 'testrunner/app_level_tests.py']
environment:
HOME=/Users/matti
HOMEBREW_CELLAR=/opt/homebrew/Cellar
HOMEBREW_PREFIX=/opt/homebrew
HOMEBREW_REPOSITORY=/opt/homebrew
INFOPATH=/opt/homebrew/share/info:
LANG=en_US.UTF-8
LC_ADDRESS=en_AU.UTF-8
LC_IDENTIFICATION=en_AU.UTF-8
LC_MEASUREMENT=en_AU.UTF-8
LC_MONETARY=en_AU.UTF-8
LC_NAME=en_AU.UTF-8
LC_NUMERIC=en_AU.UTF-8
LC_PAPER=en_AU.UTF-8
LC_TELEPHONE=en_AU.UTF-8
LC_TIME=en_AU.UTF-8
LOGNAME=matti
OLDPWD=/Users/matti
PATH=/Users/matti/oss/pypy-arm64-buildbot/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Library/Frameworks/Python.framework/Versions/3.11/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin
PKG_CONFIG_PATH=/opt/homebrew/Cellar/openssl@1.1/1.1.1t/lib/pkgconfig
PWD=/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build
PYPY_USESSION_DIR=/tmp/buildbot-arm64
SHELL=/bin/zsh
SHLVL=2
SSH_CLIENT=10.0.0.20 54836 22
SSH_CONNECTION=10.0.0.20 54836 10.0.0.16 22
SSH_TTY=/dev/ttys000
TERM=tmux-256color
TMPDIR=/tmp/buildbot-arm64/pytest
USER=matti
_=/Users/matti/oss/pypy-arm64-buildbot/bin/buildslave
using PTY: False
using config pypy/pytest-A.cfg
using config pypy/pytest-A.py
ignoring non-existant config /Users/matti/machine-A_cfg.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
-- 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
-- interpreter/test/test_app_main.py
-- 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
-- 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
-- objspace/test
-- 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
-- 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
-- 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
-- objspace/std/test/test_longobject.py
-- objspace/std/test/test_mapdict.py
-- objspace/std/test/test_memoryobject.py
-- objspace/std/test/test_methodcache.py
-- objspace/std/test/test_newformat.py
-- objspace/std/test/test_noneobject.py
-- objspace/std/test/test_obj.py
-- objspace/std/test/test_prebuiltint.py
-- objspace/std/test/test_proxy.py
-- 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
-- objspace/std/test/test_sliceobject.py
-- objspace/std/test/test_smalllongobject.py
-- objspace/std/test/test_specialisedtupleobject.py
-- objspace/std/test/test_stdobjspace.py
-- objspace/std/test/test_tupleobject.py
-- objspace/std/test/test_typeobject.py
-- objspace/std/test/test_unicodeobject.py
-- objspace/std/test/test_userobject.py
-- objspace/std/test/test_versionedtype.py
-- 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/test_collections.py
-- module/test_lib_pypy/test_coroutine.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
-- module/test_lib_pypy/test_os_wait.py
-- module/test_lib_pypy/test_pickle_extra.py
-- 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_pickle.py
-- module/test_lib_pypy/test_stackless_pickling.py
-- module/test_lib_pypy/test_structseq.py
-- module/test_lib_pypy/test_tputil.py
-- module/thread/test
-- module/time/test
-- module/unicodedata/test
-- module/zipimport/test
-- module/zlib/test
-- total: 169 to run
++ 14:57:14 starting interpreter/astcompiler/test/test_ast.py [1 started in total]
__ interpreter/astcompiler/test/test_ast.py [1 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 0.26 seconds ==========================
++ 14:57:14 starting interpreter/astcompiler/test/test_astbuilder.py [2 started in total]
__ interpreter/astcompiler/test/test_astbuilder.py [2 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 3.57 seconds ==========================
++ 14:57:18 starting interpreter/astcompiler/test/test_compiler.py [3 started in total]
__ interpreter/astcompiler/test/test_compiler.py [3 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 5 items
interpreter/astcompiler/test/test_compiler.py ...s. [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 4 passed, 1 skipped, 1 warnings in 0.84 seconds ================
++ 14:57:20 starting interpreter/astcompiler/test/test_misc.py [4 started in total]
__ interpreter/astcompiler/test/test_misc.py [4 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 0.23 seconds ==========================
++ 14:57:21 starting interpreter/astcompiler/test/test_symtable.py [5 started in total]
__ interpreter/astcompiler/test/test_symtable.py [5 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 0.29 seconds ==========================
++ 14:57:22 starting interpreter/pyparser/test/test_automata.py [6 started in total]
__ interpreter/pyparser/test/test_automata.py [6 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 0.01 seconds ==========================
++ 14:57:22 starting interpreter/pyparser/test/test_future.py [7 started in total]
__ interpreter/pyparser/test/test_future.py [7 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 0.27 seconds ==========================
++ 14:57:23 starting interpreter/pyparser/test/test_gendfa.py [8 started in total]
__ interpreter/pyparser/test/test_gendfa.py [8 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 0.01 seconds ==========================
++ 14:57:24 starting interpreter/pyparser/test/test_metaparser.py [9 started in total]
__ interpreter/pyparser/test/test_metaparser.py [9 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 0.03 seconds ==========================
++ 14:57:24 starting interpreter/pyparser/test/test_parser.py [10 started in total]
__ interpreter/pyparser/test/test_parser.py [10 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 0.03 seconds ==========================
++ 14:57:25 starting interpreter/pyparser/test/test_parsestring.py [11 started in total]
__ interpreter/pyparser/test/test_parsestring.py [11 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 0.28 seconds ==========================
++ 14:57:26 starting interpreter/pyparser/test/test_pyparse.py [12 started in total]
__ interpreter/pyparser/test/test_pyparse.py [12 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 0.26 seconds ==========================
++ 14:57:27 starting interpreter/pyparser/test/test_pytokenizer.py [13 started in total]
__ interpreter/pyparser/test/test_pytokenizer.py [13 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 0.03 seconds ==========================
++ 14:57:28 starting interpreter/test/test_app_main.py [14 started in total]
__ interpreter/test/test_app_main.py [14 done in total, somefailed=False] _____
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 3 items
interpreter/test/test_app_main.py sss [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 3 skipped, 1 warnings in 0.42 seconds =====================
++ 14:57:29 starting interpreter/test/test_appinterp.py [15 started in total]
__ interpreter/test/test_appinterp.py [15 done in total, somefailed=False] ____
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 1 item
interpreter/test/test_appinterp.py . [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 1 passed, 1 warnings in 0.41 seconds =====================
++ 14:57:30 starting interpreter/test/test_argument.py [16 started in total]
__ interpreter/test/test_argument.py [16 done in total, somefailed=False] _____
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 9 items
interpreter/test/test_argument.py ......... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 9 passed, 1 warnings in 0.44 seconds =====================
++ 14:57:31 starting interpreter/test/test_buffer.py [17 started in total]
__ interpreter/test/test_buffer.py [17 done in total, somefailed=False] _______
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 0.16 seconds ==========================
++ 14:57:32 starting interpreter/test/test_cellfamily.py [18 started in total]
__ interpreter/test/test_cellfamily.py [18 done in total, somefailed=False] ___
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 0.23 seconds ==========================
++ 14:57:32 starting interpreter/test/test_code.py [19 started in total]
__ interpreter/test/test_code.py [19 done in total, somefailed=False] _________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 7 items
interpreter/test/test_code.py ....... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 7 passed, 1 warnings in 0.44 seconds =====================
++ 14:57:33 starting interpreter/test/test_compiler.py [20 started in total]
__ interpreter/test/test_compiler.py [20 done in total, somefailed=False] _____
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 29 items
interpreter/test/test_compiler.py ......s...................... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 28 passed, 1 skipped, 1 warnings in 0.50 seconds ===============
++ 14:57:34 starting interpreter/test/test_descrtypecheck.py [21 started in total]
__ interpreter/test/test_descrtypecheck.py [21 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 2 items
interpreter/test/test_descrtypecheck.py .. [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 2 passed, 1 warnings in 0.43 seconds =====================
++ 14:57:35 starting interpreter/test/test_error.py [22 started in total]
__ interpreter/test/test_error.py [22 done in total, somefailed=False] ________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 0.15 seconds ==========================
++ 14:57:36 starting interpreter/test/test_exceptcomp.py [23 started in total]
__ interpreter/test/test_exceptcomp.py [23 done in total, somefailed=False] ___
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 11 items
interpreter/test/test_exceptcomp.py ........... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 11 passed, 1 warnings in 0.45 seconds =====================
++ 14:57:37 starting interpreter/test/test_exec.py [24 started in total]
__ interpreter/test/test_exec.py [24 done in total, somefailed=False] _________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 0.06 seconds ==========================
++ 14:57:37 starting interpreter/test/test_executioncontext.py [25 started in total]
__ interpreter/test/test_executioncontext.py [25 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 4 items
interpreter/test/test_executioncontext.py .... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 4 passed, 1 warnings in 0.40 seconds =====================
++ 14:57:39 starting interpreter/test/test_extmodules.py [26 started in total]
__ interpreter/test/test_extmodules.py [26 done in total, somefailed=False] ___
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 1 item
interpreter/test/test_extmodules.py s [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.64 seconds =====================
++ 14:57:40 starting interpreter/test/test_function.py [27 started in total]
__ interpreter/test/test_function.py [27 done in total, somefailed=False] _____
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 0.23 seconds ==========================
++ 14:57:40 starting interpreter/test/test_gateway.py [28 started in total]
__ interpreter/test/test_gateway.py [28 done in total, somefailed=False] ______
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 7 items
interpreter/test/test_gateway.py ....... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 7 passed, 1 warnings in 0.44 seconds =====================
++ 14:57:41 starting interpreter/test/test_generator.py [29 started in total]
__ interpreter/test/test_generator.py [29 done in total, somefailed=False] ____
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 0.01 seconds ==========================
++ 14:57:42 starting interpreter/test/test_interpreter.py [30 started in total]
__ interpreter/test/test_interpreter.py [30 done in total, somefailed=False] __
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 12 items
interpreter/test/test_interpreter.py ............ [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 12 passed, 1 warnings in 0.43 seconds =====================
++ 14:57:43 starting interpreter/test/test_main.py [31 started in total]
__ interpreter/test/test_main.py [31 done in total, somefailed=False] _________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 0.22 seconds ==========================
++ 14:57:43 starting interpreter/test/test_mixedmodule.py [32 started in total]
__ interpreter/test/test_mixedmodule.py [32 done in total, somefailed=False] __
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 4 items
interpreter/test/test_mixedmodule.py ssss [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 4 skipped, 1 warnings in 0.41 seconds =====================
++ 14:57:44 starting interpreter/test/test_module.py [33 started in total]
__ interpreter/test/test_module.py [33 done in total, somefailed=False] _______
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 5 items
interpreter/test/test_module.py ..... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 5 passed, 1 warnings in 0.43 seconds =====================
++ 14:57:46 starting interpreter/test/test_objspace.py [34 started in total]
__ interpreter/test/test_objspace.py [34 done in total, somefailed=False] _____
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 0.23 seconds ==========================
++ 14:57:46 starting interpreter/test/test_pycode.py [35 started in total]
__ interpreter/test/test_pycode.py [35 done in total, somefailed=False] _______
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 0.22 seconds ==========================
++ 14:57:47 starting interpreter/test/test_pyframe.py [36 started in total]
__ interpreter/test/test_pyframe.py [36 done in total, somefailed=False] ______
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 2 items
interpreter/test/test_pyframe.py s. [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 1 passed, 1 skipped, 1 warnings in 0.41 seconds ================
++ 14:57:48 starting interpreter/test/test_reverse_debugging.py [37 started in total]
__ interpreter/test/test_reverse_debugging.py [37 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 0.75 seconds ==========================
++ 14:57:49 starting interpreter/test/test_special.py [38 started in total]
__ interpreter/test/test_special.py [38 done in total, somefailed=False] ______
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 2 items
interpreter/test/test_special.py .. [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 2 passed, 1 warnings in 0.44 seconds =====================
++ 14:57:50 starting interpreter/test/test_syntax.py [39 started in total]
__ interpreter/test/test_syntax.py [39 done in total, somefailed=False] _______
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 30 items
interpreter/test/test_syntax.py .............................. [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 30 passed, 1 warnings in 0.48 seconds =====================
++ 14:57:51 starting interpreter/test/test_targetpypy.py [40 started in total]
__ interpreter/test/test_targetpypy.py [40 done in total, somefailed=False] ___
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 0.42 seconds ==========================
++ 14:57:52 starting interpreter/test/test_typedef.py [41 started in total]
__ interpreter/test/test_typedef.py [41 done in total, somefailed=False] ______
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 10 items
interpreter/test/test_typedef.py .......... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 10 passed, 1 warnings in 0.52 seconds =====================
++ 14:57:53 starting interpreter/test/test_unicodehelper.py [42 started in total]
__ interpreter/test/test_unicodehelper.py [42 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 0.26 seconds ==========================
++ 14:57:54 starting interpreter/test/test_zpy.py [43 started in total]
__ interpreter/test/test_zpy.py [43 done in total, somefailed=False] __________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 0.06 seconds ==========================
++ 14:57:54 starting interpreter/test/test_zzpickle_and_slow.py [44 started in total]
__ interpreter/test/test_zzpickle_and_slow.py [44 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 35 items
interpreter/test/test_zzpickle_and_slow.py .ssssssssssssssssssssssssssss [ 82%]
ssss.. [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 3 passed, 32 skipped, 1 warnings in 0.45 seconds ===============
++ 14:57:55 starting objspace/test [45 started in total]
__ objspace/test [45 done in total, somefailed=False] _________________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 0.01 seconds ==========================
++ 14:57:56 starting objspace/std/test/test_boolobject.py [46 started in total]
__ objspace/std/test/test_boolobject.py [46 done in total, somefailed=False] __
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 0.01 seconds ==========================
++ 14:57:56 starting objspace/std/test/test_bytearrayobject.py [47 started in total]
__ objspace/std/test/test_bytearrayobject.py [47 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 55 items
objspace/std/test/test_bytearrayobject.py .............................. [ 54%]
......................... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 55 passed, 1 warnings in 0.77 seconds =====================
++ 14:57:57 starting objspace/std/test/test_bytesobject.py [48 started in total]
__ objspace/std/test/test_bytesobject.py [48 done in total, somefailed=False] _
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 69 items
objspace/std/test/test_bytesobject.py .................................. [ 49%]
.....s.....................s....... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 67 passed, 2 skipped, 1 warnings in 0.52 seconds ===============
++ 14:57:59 starting objspace/std/test/test_callmethod.py [49 started in total]
__ objspace/std/test/test_callmethod.py [49 done in total, somefailed=False] __
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 0.01 seconds ==========================
++ 14:57:59 starting objspace/std/test/test_celldict.py [50 started in total]
__ objspace/std/test/test_celldict.py [50 done in total, somefailed=False] ____
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 6 items
objspace/std/test/test_celldict.py s...ss [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 3 passed, 3 skipped, 1 warnings in 0.47 seconds ================
++ 14:58:00 starting objspace/std/test/test_complexobject.py [51 started in total]
__ objspace/std/test/test_complexobject.py [51 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 0.46 seconds ==========================
++ 14:58:01 starting objspace/std/test/test_dictmultiobject.py [52 started in total]
__ objspace/std/test/test_dictmultiobject.py [52 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 132 items
objspace/std/test/test_dictmultiobject.py .............................. [ 22%]
........................................................................ [ 77%]
........................ssssss [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 126 passed, 6 skipped, 1 warnings in 0.66 seconds ===============
++ 14:58:02 starting objspace/std/test/test_dictproxy.py [53 started in total]
__ objspace/std/test/test_dictproxy.py [53 done in total, somefailed=False] ___
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 10 items
objspace/std/test/test_dictproxy.py .....sssss [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 5 passed, 5 skipped, 1 warnings in 0.41 seconds ================
++ 14:58:03 starting objspace/std/test/test_floatobject.py [54 started in total]
__ objspace/std/test/test_floatobject.py [54 done in total, somefailed=False] _
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 35 items
objspace/std/test/test_floatobject.py .................................. [ 97%]
. [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 35 passed, 1 warnings in 0.55 seconds =====================
++ 14:58:05 starting objspace/std/test/test_identitydict.py [55 started in total]
__ objspace/std/test/test_identitydict.py [55 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 6 items
objspace/std/test/test_identitydict.py ssssss [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 6 skipped, 1 warnings in 0.43 seconds =====================
++ 14:58:06 starting objspace/std/test/test_identityset.py [56 started in total]
__ objspace/std/test/test_identityset.py [56 done in total, somefailed=False] _
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 7 items
objspace/std/test/test_identityset.py sssssss [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 7 skipped, 1 warnings in 0.47 seconds =====================
++ 14:58:07 starting objspace/std/test/test_index.py [57 started in total]
__ objspace/std/test/test_index.py [57 done in total, somefailed=False] _______
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 46 items
objspace/std/test/test_index.py ........................................ [ 86%]
...... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 46 passed, 1 warnings in 0.47 seconds =====================
++ 14:58:08 starting objspace/std/test/test_intobject.py [58 started in total]
__ objspace/std/test/test_intobject.py [58 done in total, somefailed=False] ___
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 84 items
objspace/std/test/test_intobject.py ...........................s........ [ 42%]
................................s............... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 82 passed, 2 skipped, 1 warnings in 0.53 seconds ===============
++ 14:58:09 starting objspace/std/test/test_iterobject.py [59 started in total]
__ objspace/std/test/test_iterobject.py [59 done in total, somefailed=False] __
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 0.24 seconds ==========================
++ 14:58:09 starting objspace/std/test/test_jsondict.py [60 started in total]
__ objspace/std/test/test_jsondict.py [60 done in total, somefailed=False] ____
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 11 items
objspace/std/test/test_jsondict.py ........... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 11 passed, 1 warnings in 0.41 seconds =====================
++ 14:58:11 starting objspace/std/test/test_kwargsdict.py [61 started in total]
__ objspace/std/test/test_kwargsdict.py [61 done in total, somefailed=False] __
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 5 items
objspace/std/test/test_kwargsdict.py sssss [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 5 skipped, 1 warnings in 0.46 seconds =====================
++ 14:58:12 starting objspace/std/test/test_lengthhint.py [62 started in total]
__ objspace/std/test/test_lengthhint.py [62 done in total, somefailed=False] __
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 0.25 seconds ==========================
++ 14:58:12 starting objspace/std/test/test_listobject.py [63 started in total]
__ objspace/std/test/test_listobject.py [63 done in total, somefailed=False] __
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 88 items
objspace/std/test/test_listobject.py ................................... [ 39%]
....s.......................................ssssssss. [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 79 passed, 9 skipped, 1 warnings in 2.71 seconds ===============
++ 14:58:16 starting objspace/std/test/test_liststrategies.py [64 started in total]
__ objspace/std/test/test_liststrategies.py [64 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 0.53 seconds ==========================
++ 14:58:17 starting objspace/std/test/test_longobject.py [65 started in total]
__ objspace/std/test/test_longobject.py [65 done in total, somefailed=False] __
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 38 items
objspace/std/test/test_longobject.py ................................... [ 92%]
... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 38 passed, 1 warnings in 0.50 seconds =====================
++ 14:58:18 starting objspace/std/test/test_mapdict.py [66 started in total]
__ objspace/std/test/test_mapdict.py [66 done in total, somefailed=False] _____
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 60 items
objspace/std/test/test_mapdict.py ................ssssssssssssssssssssss [ 63%]
ssssssssssssssssssssss [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 16 passed, 44 skipped, 1 warnings in 0.55 seconds ===============
++ 14:58:19 starting objspace/std/test/test_memoryobject.py [67 started in total]
__ objspace/std/test/test_memoryobject.py [67 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 7 items
objspace/std/test/test_memoryobject.py ....... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 7 passed, 1 warnings in 0.46 seconds =====================
++ 14:58:20 starting objspace/std/test/test_methodcache.py [68 started in total]
__ objspace/std/test/test_methodcache.py [68 done in total, somefailed=False] _
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 71 items
objspace/std/test/test_methodcache.py ssssssssssssssssssssssssssssssssss [ 47%]
sssssssssssssssssssssssssssssssssssss [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 71 skipped, 1 warnings in 0.49 seconds ====================
++ 14:58:21 starting objspace/std/test/test_newformat.py [69 started in total]
__ objspace/std/test/test_newformat.py [69 done in total, somefailed=True] ____
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 96 items
objspace/std/test/test_newformat.py .................................... [ 37%]
..................................................Fs........ [100%]
=================================== FAILURES ===================================
__________________ AppTestFloatFormatting.test_locale_german ___________________
self = <CallInfo when='call' exception: >
func = <function <lambda> at 0x00000001480de3e0>, when = 'call'
treat_keyboard_interrupt_as_exception = False
def __init__(self, func, when, treat_keyboard_interrupt_as_exception=False):
#: context of invocation: one of "setup", "call",
#: "teardown", "memocollect"
self.when = when
self.start = time()
try:
> self.result = func()
../_pytest/runner.py:212:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> lambda: ihook(item=item, **kwds),
when=when,
treat_keyboard_interrupt_as_exception=item.config.getvalue("usepdb"),
)
../_pytest/runner.py:194:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <_HookCaller 'pytest_runtest_call'>, args = ()
kwargs = {'item': <AppTestMethod 'test_locale_german'>}, notincall = set([])
def __call__(self, *args, **kwargs):
if args:
raise TypeError("hook calling supports only keyword arguments")
assert not self.is_historic()
if self.spec and self.spec.argnames:
notincall = (
set(self.spec.argnames) - set(["__multicall__"]) - set(kwargs.keys())
)
if notincall:
warnings.warn(
"Argument(s) {} which are declared in the hookspec "
"can not be found in this hook call".format(tuple(notincall)),
stacklevel=2,
)
> return self._hookexec(self, self.get_hookimpls(), kwargs)
../_pytest/vendored_packages/pluggy/hooks.py:289:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <_pytest.config.PytestPluginManager object at 0x0000000129298790>
hook = <_HookCaller 'pytest_runtest_call'>
methods = [<HookImpl plugin_name='runner', plugin=<module '_pytest.runner' from '/Users/matti/build-worker-arm64/pypy-c-jit-maco...4396e0>>, <HookImpl plugin_name='logging-plugin', plugin=<_pytest.logging.LoggingPlugin object at 0x00000001184a72b8>>]
kwargs = {'item': <AppTestMethod 'test_locale_german'>}
def _hookexec(self, hook, methods, kwargs):
# called from all hookcaller instances.
# enable_tracing will set its own wrapping function at self._inner_hookexec
> return self._inner_hookexec(hook, methods, kwargs)
../_pytest/vendored_packages/pluggy/manager.py:68:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
hook = <_HookCaller 'pytest_runtest_call'>
methods = [<HookImpl plugin_name='runner', plugin=<module '_pytest.runner' from '/Users/matti/build-worker-arm64/pypy-c-jit-maco...4396e0>>, <HookImpl plugin_name='logging-plugin', plugin=<_pytest.logging.LoggingPlugin object at 0x00000001184a72b8>>]
kwargs = {'item': <AppTestMethod 'test_locale_german'>}
self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
methods,
kwargs,
> firstresult=hook.spec.opts.get("firstresult") if hook.spec else False,
)
../_pytest/vendored_packages/pluggy/manager.py:62:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
hook_impls = [<HookImpl plugin_name='runner', plugin=<module '_pytest.runner' from '/Users/matti/build-worker-arm64/pypy-c-jit-maco...4396e0>>, <HookImpl plugin_name='logging-plugin', plugin=<_pytest.logging.LoggingPlugin object at 0x00000001184a72b8>>]
caller_kwargs = {'item': <AppTestMethod 'test_locale_german'>}
firstresult = False
def _multicall(hook_impls, caller_kwargs, firstresult=False):
"""Execute a call into multiple python functions/methods and return the
result(s).
``caller_kwargs`` comes from _HookCaller.__call__().
"""
__tracebackhide__ = True
results = []
excinfo = None
try: # run impl and wrapper setup functions in a loop
teardowns = []
try:
for hook_impl in reversed(hook_impls):
try:
args = [caller_kwargs[argname] for argname in hook_impl.argnames]
except KeyError:
for argname in hook_impl.argnames:
if argname not in caller_kwargs:
raise HookCallError(
"hook call must provide argument %r" % (argname,)
)
if hook_impl.hookwrapper:
try:
gen = hook_impl.function(*args)
next(gen) # first yield
teardowns.append(gen)
except StopIteration:
_raise_wrapfail(gen, "did not yield")
else:
res = hook_impl.function(*args)
if res is not None:
results.append(res)
if firstresult: # halt further impl calls
break
except BaseException:
excinfo = sys.exc_info()
finally:
if firstresult: # first result hooks return a single value
outcome = _Result(results[0] if results else None, excinfo)
else:
outcome = _Result(results, excinfo)
# run all wrapper post-yield blocks
for gen in reversed(teardowns):
try:
gen.send(outcome)
_raise_wrapfail(gen, "has second yield")
except StopIteration:
pass
> return outcome.get_result()
../_pytest/vendored_packages/pluggy/callers.py:208:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pluggy.callers._Result object at 0x00000001414eb590>
def get_result(self):
"""Get the result(s) for this hook call.
If the hook was marked as a ``firstresult`` only a single value
will be returned otherwise a list of results.
"""
__tracebackhide__ = True
if self._excinfo is None:
return self._result
else:
ex = self._excinfo
if _py3:
raise ex[1].with_traceback(ex[2])
> _reraise(*ex) # noqa
../_pytest/vendored_packages/pluggy/callers.py:81:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
hook_impls = [<HookImpl plugin_name='runner', plugin=<module '_pytest.runner' from '/Users/matti/build-worker-arm64/pypy-c-jit-maco...4396e0>>, <HookImpl plugin_name='logging-plugin', plugin=<_pytest.logging.LoggingPlugin object at 0x00000001184a72b8>>]
caller_kwargs = {'item': <AppTestMethod 'test_locale_german'>}
firstresult = False
def _multicall(hook_impls, caller_kwargs, firstresult=False):
"""Execute a call into multiple python functions/methods and return the
result(s).
``caller_kwargs`` comes from _HookCaller.__call__().
"""
__tracebackhide__ = True
results = []
excinfo = None
try: # run impl and wrapper setup functions in a loop
teardowns = []
try:
for hook_impl in reversed(hook_impls):
try:
args = [caller_kwargs[argname] for argname in hook_impl.argnames]
except KeyError:
for argname in hook_impl.argnames:
if argname not in caller_kwargs:
raise HookCallError(
"hook call must provide argument %r" % (argname,)
)
if hook_impl.hookwrapper:
try:
gen = hook_impl.function(*args)
next(gen) # first yield
teardowns.append(gen)
except StopIteration:
_raise_wrapfail(gen, "did not yield")
else:
> res = hook_impl.function(*args)
../_pytest/vendored_packages/pluggy/callers.py:187:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
item = <AppTestMethod 'test_locale_german'>
def pytest_runtest_call(item):
_update_current_test_var(item, "call")
sys.last_type, sys.last_value, sys.last_traceback = (None, None, None)
try:
> item.runtest()
../_pytest/runner.py:122:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <AppTestMethod 'test_locale_german'>
def runtest(self):
target = self.obj
if self.config.option.runappdirect:
> return target()
tool/pytest/apptest.py:84:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.objspace.std.test.test_newformat.AppTestFloatFormatting instance at 0x00000001414e7820>
def test_locale_german(self):
import locale, sys
for name in ['de_DE', 'de_DE.utf8']:
try:
locale.setlocale(locale.LC_NUMERIC, name)
break
except locale.Error:
pass
else:
skip("no german locale")
x = 1234.567890
try:
if sys.platform != "darwin":
assert locale.format('%g', x, grouping=True) == '1.234,57'
assert format(x, 'n') == '1.234,57'
assert format(12345678901234, 'n') == '12.345.678.901.234'
else:
# No thousands separator on German in MacOS since 10.4
> assert locale.format('%g', x, grouping=True) == '1234,57'
E AssertionError
objspace/std/test/test_newformat.py:413: AssertionError
=========================== short test summary info ============================
FAIL objspace/std/test/test_newformat.py::AppTestFloatFormatting::()::test_locale_german
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========== 1 failed, 94 passed, 1 skipped, 1 warnings in 0.74 seconds ==========
++ 14:58:22 starting objspace/std/test/test_noneobject.py [70 started in total]
__ objspace/std/test/test_noneobject.py [70 done in total, somefailed=False] __
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 0.01 seconds ==========================
++ 14:58:23 starting objspace/std/test/test_obj.py [71 started in total]
__ objspace/std/test/test_obj.py [71 done in total, somefailed=False] _________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 22 items
objspace/std/test/test_obj.py ..........s...sss.s... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 17 passed, 5 skipped, 1 warnings in 0.44 seconds ===============
++ 14:58:24 starting objspace/std/test/test_prebuiltint.py [72 started in total]
__ objspace/std/test/test_prebuiltint.py [72 done in total, somefailed=False] _
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 43 items
objspace/std/test/test_prebuiltint.py ssssssssssssssssssssssssssssssssss [ 79%]
sssssssss [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 43 skipped, 1 warnings in 0.51 seconds ====================
++ 14:58:25 starting objspace/std/test/test_proxy.py [73 started in total]
__ objspace/std/test/test_proxy.py [73 done in total, somefailed=False] _______
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 12 items
objspace/std/test/test_proxy.py ssssssssssss [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 12 skipped, 1 warnings in 0.43 seconds ====================
++ 14:58:26 starting objspace/std/test/test_proxy_function.py [74 started in total]
__ objspace/std/test/test_proxy_function.py [74 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 8 items
objspace/std/test/test_proxy_function.py ........ [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 8 passed, 1 warnings in 0.46 seconds =====================
++ 14:58:27 starting objspace/std/test/test_proxy_internals.py [75 started in total]
__ objspace/std/test/test_proxy_internals.py [75 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 8 items
objspace/std/test/test_proxy_internals.py s....... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 7 passed, 1 skipped, 1 warnings in 0.45 seconds ================
++ 14:58:28 starting objspace/std/test/test_proxy_iter.py [76 started in total]
__ objspace/std/test/test_proxy_iter.py [76 done in total, somefailed=False] __
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 1 item
objspace/std/test/test_proxy_iter.py . [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 1 passed, 1 warnings in 0.43 seconds =====================
++ 14:58:29 starting objspace/std/test/test_proxy_object.py [77 started in total]
__ objspace/std/test/test_proxy_object.py [77 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 10 items
objspace/std/test/test_proxy_object.py .......... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 10 passed, 1 warnings in 0.48 seconds =====================
++ 14:58:30 starting objspace/std/test/test_proxy_usercreated.py [78 started in total]
__ objspace/std/test/test_proxy_usercreated.py [78 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 1 item
objspace/std/test/test_proxy_usercreated.py s [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.43 seconds =====================
++ 14:58:31 starting objspace/std/test/test_random_attr.py [79 started in total]
__ objspace/std/test/test_random_attr.py [79 done in total, somefailed=False] _
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items / 1 skipped
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.35 seconds =====================
++ 14:58:33 starting objspace/std/test/test_setobject.py [80 started in total]
__ objspace/std/test/test_setobject.py [80 done in total, somefailed=False] ___
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 78 items
objspace/std/test/test_setobject.py .................................... [ 46%]
.......................................... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 78 passed, 1 warnings in 0.70 seconds =====================
++ 14:58:34 starting objspace/std/test/test_setstrategies.py [81 started in total]
__ objspace/std/test/test_setstrategies.py [81 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 0.48 seconds ==========================
++ 14:58:35 starting objspace/std/test/test_sliceobject.py [82 started in total]
__ objspace/std/test/test_sliceobject.py [82 done in total, somefailed=False] _
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 7 items
objspace/std/test/test_sliceobject.py ....... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 7 passed, 1 warnings in 0.45 seconds =====================
++ 14:58:36 starting objspace/std/test/test_smalllongobject.py [83 started in total]
__ objspace/std/test/test_smalllongobject.py [83 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 129 items
objspace/std/test/test_smalllongobject.py ...........................s.. [ 23%]
............ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 79%]
sssssssssssssssssssssssssss [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 41 passed, 88 skipped, 1 warnings in 0.66 seconds ===============
++ 14:58:37 starting objspace/std/test/test_specialisedtupleobject.py [84 started in total]
__ objspace/std/test/test_specialisedtupleobject.py [84 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 38 items
objspace/std/test/test_specialisedtupleobject.py .............ss........ [ 60%]
............... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 36 passed, 2 skipped, 1 warnings in 0.48 seconds ===============
++ 14:58:38 starting objspace/std/test/test_stdobjspace.py [85 started in total]
__ objspace/std/test/test_stdobjspace.py [85 done in total, somefailed=False] _
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 0.12 seconds ==========================
++ 14:58:39 starting objspace/std/test/test_tupleobject.py [86 started in total]
__ objspace/std/test/test_tupleobject.py [86 done in total, somefailed=False] _
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 21 items
objspace/std/test/test_tupleobject.py ..................... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 21 passed, 1 warnings in 0.43 seconds =====================
++ 14:58:40 starting objspace/std/test/test_typeobject.py [87 started in total]
__ objspace/std/test/test_typeobject.py [87 done in total, somefailed=False] __
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 74 items
objspace/std/test/test_typeobject.py ................................... [ 47%]
.............................s.ssssssss [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 65 passed, 9 skipped, 1 warnings in 0.53 seconds ===============
++ 14:58:41 starting objspace/std/test/test_unicodeobject.py [88 started in total]
__ objspace/std/test/test_unicodeobject.py [88 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 97 items
objspace/std/test/test_unicodeobject.py ......................s......... [ 32%]
...............................................s................. [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
pypy/objspace/std/test/test_unicodeobject.py::AppTestUnicodeStringStdOnly::()::test_compares
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pypy/objspace/std/test/test_unicodeobject.py:259: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
assert not s == u # UnicodeWarning
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pypy/objspace/std/test/test_unicodeobject.py:260: UnicodeWarning: Unicode unequal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
assert s != u
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pypy/objspace/std/test/test_unicodeobject.py:261: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
assert not u == s
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pypy/objspace/std/test/test_unicodeobject.py:262: UnicodeWarning: Unicode unequal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
assert u != s
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 95 passed, 2 skipped, 5 warnings in 0.55 seconds ===============
++ 14:58:42 starting objspace/std/test/test_userobject.py [89 started in total]
__ objspace/std/test/test_userobject.py [89 done in total, somefailed=False] __
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 1 item
objspace/std/test/test_userobject.py . [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 1 passed, 1 warnings in 0.48 seconds =====================
++ 14:58:43 starting objspace/std/test/test_versionedtype.py [90 started in total]
__ objspace/std/test/test_versionedtype.py [90 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 0.27 seconds ==========================
++ 14:58:43 starting module/__builtin__/test [91 started in total]
__ module/__builtin__/test [91 done in total, somefailed=False] _______________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 292 items
module/__builtin__/test/test_abstractinst.py .......... [ 3%]
module/__builtin__/test/test_apply.py ... [ 4%]
module/__builtin__/test/test_builtin.py ................................ [ 15%]
.................................. [ 27%]
module/__builtin__/test/test_classobj.py ............................... [ 37%]
........................ssss [ 47%]
module/__builtin__/test/test_descriptor.py .......................... [ 56%]
module/__builtin__/test/test_filter.py ........... [ 59%]
module/__builtin__/test/test_functional.py ............................. [ 69%]
................... [ 76%]
module/__builtin__/test/test_minmax.py .......................... [ 85%]
module/__builtin__/test/test_range.py ........................ [ 93%]
module/__builtin__/test/test_rawinput.py ... [ 94%]
module/__builtin__/test/test_reduce.py .... [ 95%]
module/__builtin__/test/test_vars.py ... [ 96%]
module/__builtin__/test/test_zip.py ......... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 288 passed, 4 skipped, 1 warnings in 1.09 seconds ===============
++ 14:58:45 starting module/__pypy__/test [92 started in total]
__ module/__pypy__/test [92 done in total, somefailed=False] __________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 68 items
module/__pypy__/test/test_builders.py ..... [ 7%]
module/__pypy__/test/test_bytebuffer.py .. [ 10%]
module/__pypy__/test/test_debug.py sssssss [ 20%]
module/__pypy__/test/test_identitydict.py ...... [ 29%]
module/__pypy__/test/test_intop.py ........... [ 45%]
module/__pypy__/test/test_locals2fast.py ..... [ 52%]
module/__pypy__/test/test_magic.py .....s. [ 63%]
module/__pypy__/test/test_newmemoryview.py ... [ 67%]
module/__pypy__/test/test_os.py . [ 69%]
module/__pypy__/test/test_signal.py ..... [ 76%]
module/__pypy__/test/test_special.py sssssssssss.. [ 95%]
module/__pypy__/test/test_time.py ... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 49 passed, 19 skipped, 1 warnings in 3.80 seconds ===============
++ 14:58:50 starting module/_ast/test [93 started in total]
__ module/_ast/test [93 done in total, somefailed=False] ______________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 36 items
module/_ast/test/test_ast.py .........s.......................... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 35 passed, 1 skipped, 1 warnings in 0.49 seconds ===============
++ 14:58:51 starting module/_cffi_backend/test [94 started in total]
__ module/_cffi_backend/test [94 done in total, somefailed=True] ______________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 442 items
module/_cffi_backend/test/test_c.py .................................... [ 8%]
......................................F.....sss.s....................... [ 24%]
.............................s.....s...................s...s............ [ 40%]
......s..........s........................s...... [ 51%]
module/_cffi_backend/test/test_fastpath.py .................. [ 55%]
module/_cffi_backend/test/test_ffi_obj.py .............................. [ 62%]
F............. [ 65%]
module/_cffi_backend/test/test_re_python.py .................... [ 70%]
module/_cffi_backend/test/test_recompiler.py sssssssssssssssssssssssssss [ 76%]
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss [ 92%]
sssssssssssssssssssssssss [ 98%]
module/_cffi_backend/test/test_unicode_literals.py ....... [100%]
=================================== FAILURES ===================================
________________________ AppTestC.test_call_function_9 _________________________
self = <CallInfo when='call' exception: >
func = <function <lambda> at 0x000000012979cf20>, when = 'call'
treat_keyboard_interrupt_as_exception = False
def __init__(self, func, when, treat_keyboard_interrupt_as_exception=False):
#: context of invocation: one of "setup", "call",
#: "teardown", "memocollect"
self.when = when
self.start = time()
try:
> self.result = func()
../_pytest/runner.py:212:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> lambda: ihook(item=item, **kwds),
when=when,
treat_keyboard_interrupt_as_exception=item.config.getvalue("usepdb"),
)
../_pytest/runner.py:194:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <_HookCaller 'pytest_runtest_call'>, args = ()
kwargs = {'item': <AppTestMethod 'test_call_function_9'>}, notincall = set([])
def __call__(self, *args, **kwargs):
if args:
raise TypeError("hook calling supports only keyword arguments")
assert not self.is_historic()
if self.spec and self.spec.argnames:
notincall = (
set(self.spec.argnames) - set(["__multicall__"]) - set(kwargs.keys())
)
if notincall:
warnings.warn(
"Argument(s) {} which are declared in the hookspec "
"can not be found in this hook call".format(tuple(notincall)),
stacklevel=2,
)
> return self._hookexec(self, self.get_hookimpls(), kwargs)
../_pytest/vendored_packages/pluggy/hooks.py:289:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <_pytest.config.PytestPluginManager object at 0x00000001492946b0>
hook = <_HookCaller 'pytest_runtest_call'>
methods = [<HookImpl plugin_name='runner', plugin=<module '_pytest.runner' from '/Users/matti/build-worker-arm64/pypy-c-jit-maco...61b7f8>>, <HookImpl plugin_name='logging-plugin', plugin=<_pytest.logging.LoggingPlugin object at 0x00000001496a97f8>>]
kwargs = {'item': <AppTestMethod 'test_call_function_9'>}
def _hookexec(self, hook, methods, kwargs):
# called from all hookcaller instances.
# enable_tracing will set its own wrapping function at self._inner_hookexec
> return self._inner_hookexec(hook, methods, kwargs)
../_pytest/vendored_packages/pluggy/manager.py:68:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
hook = <_HookCaller 'pytest_runtest_call'>
methods = [<HookImpl plugin_name='runner', plugin=<module '_pytest.runner' from '/Users/matti/build-worker-arm64/pypy-c-jit-maco...61b7f8>>, <HookImpl plugin_name='logging-plugin', plugin=<_pytest.logging.LoggingPlugin object at 0x00000001496a97f8>>]
kwargs = {'item': <AppTestMethod 'test_call_function_9'>}
self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
methods,
kwargs,
> firstresult=hook.spec.opts.get("firstresult") if hook.spec else False,
)
../_pytest/vendored_packages/pluggy/manager.py:62:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
hook_impls = [<HookImpl plugin_name='runner', plugin=<module '_pytest.runner' from '/Users/matti/build-worker-arm64/pypy-c-jit-maco...61b7f8>>, <HookImpl plugin_name='logging-plugin', plugin=<_pytest.logging.LoggingPlugin object at 0x00000001496a97f8>>]
caller_kwargs = {'item': <AppTestMethod 'test_call_function_9'>}
firstresult = False
def _multicall(hook_impls, caller_kwargs, firstresult=False):
"""Execute a call into multiple python functions/methods and return the
result(s).
``caller_kwargs`` comes from _HookCaller.__call__().
"""
__tracebackhide__ = True
results = []
excinfo = None
try: # run impl and wrapper setup functions in a loop
teardowns = []
try:
for hook_impl in reversed(hook_impls):
try:
args = [caller_kwargs[argname] for argname in hook_impl.argnames]
except KeyError:
for argname in hook_impl.argnames:
if argname not in caller_kwargs:
raise HookCallError(
"hook call must provide argument %r" % (argname,)
)
if hook_impl.hookwrapper:
try:
gen = hook_impl.function(*args)
next(gen) # first yield
teardowns.append(gen)
except StopIteration:
_raise_wrapfail(gen, "did not yield")
else:
res = hook_impl.function(*args)
if res is not None:
results.append(res)
if firstresult: # halt further impl calls
break
except BaseException:
excinfo = sys.exc_info()
finally:
if firstresult: # first result hooks return a single value
outcome = _Result(results[0] if results else None, excinfo)
else:
outcome = _Result(results, excinfo)
# run all wrapper post-yield blocks
for gen in reversed(teardowns):
try:
gen.send(outcome)
_raise_wrapfail(gen, "has second yield")
except StopIteration:
pass
> return outcome.get_result()
../_pytest/vendored_packages/pluggy/callers.py:208:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pluggy.callers._Result object at 0x00000001297f7a60>
def get_result(self):
"""Get the result(s) for this hook call.
If the hook was marked as a ``firstresult`` only a single value
will be returned otherwise a list of results.
"""
__tracebackhide__ = True
if self._excinfo is None:
return self._result
else:
ex = self._excinfo
if _py3:
raise ex[1].with_traceback(ex[2])
> _reraise(*ex) # noqa
../_pytest/vendored_packages/pluggy/callers.py:81:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
hook_impls = [<HookImpl plugin_name='runner', plugin=<module '_pytest.runner' from '/Users/matti/build-worker-arm64/pypy-c-jit-maco...61b7f8>>, <HookImpl plugin_name='logging-plugin', plugin=<_pytest.logging.LoggingPlugin object at 0x00000001496a97f8>>]
caller_kwargs = {'item': <AppTestMethod 'test_call_function_9'>}
firstresult = False
def _multicall(hook_impls, caller_kwargs, firstresult=False):
"""Execute a call into multiple python functions/methods and return the
result(s).
``caller_kwargs`` comes from _HookCaller.__call__().
"""
__tracebackhide__ = True
results = []
excinfo = None
try: # run impl and wrapper setup functions in a loop
teardowns = []
try:
for hook_impl in reversed(hook_impls):
try:
args = [caller_kwargs[argname] for argname in hook_impl.argnames]
except KeyError:
for argname in hook_impl.argnames:
if argname not in caller_kwargs:
raise HookCallError(
"hook call must provide argument %r" % (argname,)
)
if hook_impl.hookwrapper:
try:
gen = hook_impl.function(*args)
next(gen) # first yield
teardowns.append(gen)
except StopIteration:
_raise_wrapfail(gen, "did not yield")
else:
> res = hook_impl.function(*args)
../_pytest/vendored_packages/pluggy/callers.py:187:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
item = <AppTestMethod 'test_call_function_9'>
def pytest_runtest_call(item):
_update_current_test_var(item, "call")
sys.last_type, sys.last_value, sys.last_traceback = (None, None, None)
try:
> item.runtest()
../_pytest/runner.py:122:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <AppTestMethod 'test_call_function_9'>
def runtest(self):
target = self.obj
if self.config.option.runappdirect:
> return target()
tool/pytest/apptest.py:84:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module._cffi_backend.test.test_c.AppTestC object at 0x00000001297f7a28>
def test_call_function_9(self):
import _all_test_c
> _all_test_c.test_call_function_9()
/tmp/buildbot-arm64/usession-pytest3.10-784/test_c/_test_c.py:226:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
def test_call_function_9():
BInt = new_primitive_type("int")
BFunc9 = new_function_type((BInt,), BInt, True) # vararg
f = cast(BFunc9, _testfunc(9))
assert f(0) == 0
> assert f(1, cast(BInt, 42)) == 42
E AssertionError
/tmp/buildbot-arm64/usession-pytest3.10-784/test_c/_all_test_c.py:1195: AssertionError
____________________ AppTestFFIObj.test_ffi_new_allocator_1 ____________________
self = <CallInfo when='call' exception: cannot seem to get an int[10] not completely cleared>
func = <function <lambda> at 0x000000014af40110>, when = 'call'
treat_keyboard_interrupt_as_exception = False
def __init__(self, func, when, treat_keyboard_interrupt_as_exception=False):
#: context of invocation: one of "setup", "call",
#: "teardown", "memocollect"
self.when = when
self.start = time()
try:
> self.result = func()
../_pytest/runner.py:212:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> lambda: ihook(item=item, **kwds),
when=when,
treat_keyboard_interrupt_as_exception=item.config.getvalue("usepdb"),
)
../_pytest/runner.py:194:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <_HookCaller 'pytest_runtest_call'>, args = ()
kwargs = {'item': <AppTestMethod 'test_ffi_new_allocator_1'>}
notincall = set([])
def __call__(self, *args, **kwargs):
if args:
raise TypeError("hook calling supports only keyword arguments")
assert not self.is_historic()
if self.spec and self.spec.argnames:
notincall = (
set(self.spec.argnames) - set(["__multicall__"]) - set(kwargs.keys())
)
if notincall:
warnings.warn(
"Argument(s) {} which are declared in the hookspec "
"can not be found in this hook call".format(tuple(notincall)),
stacklevel=2,
)
> return self._hookexec(self, self.get_hookimpls(), kwargs)
../_pytest/vendored_packages/pluggy/hooks.py:289:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <_pytest.config.PytestPluginManager object at 0x00000001492946b0>
hook = <_HookCaller 'pytest_runtest_call'>
methods = [<HookImpl plugin_name='runner', plugin=<module '_pytest.runner' from '/Users/matti/build-worker-arm64/pypy-c-jit-maco...61b7f8>>, <HookImpl plugin_name='logging-plugin', plugin=<_pytest.logging.LoggingPlugin object at 0x00000001496a97f8>>]
kwargs = {'item': <AppTestMethod 'test_ffi_new_allocator_1'>}
def _hookexec(self, hook, methods, kwargs):
# called from all hookcaller instances.
# enable_tracing will set its own wrapping function at self._inner_hookexec
> return self._inner_hookexec(hook, methods, kwargs)
../_pytest/vendored_packages/pluggy/manager.py:68:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
hook = <_HookCaller 'pytest_runtest_call'>
methods = [<HookImpl plugin_name='runner', plugin=<module '_pytest.runner' from '/Users/matti/build-worker-arm64/pypy-c-jit-maco...61b7f8>>, <HookImpl plugin_name='logging-plugin', plugin=<_pytest.logging.LoggingPlugin object at 0x00000001496a97f8>>]
kwargs = {'item': <AppTestMethod 'test_ffi_new_allocator_1'>}
self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
methods,
kwargs,
> firstresult=hook.spec.opts.get("firstresult") if hook.spec else False,
)
../_pytest/vendored_packages/pluggy/manager.py:62:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
hook_impls = [<HookImpl plugin_name='runner', plugin=<module '_pytest.runner' from '/Users/matti/build-worker-arm64/pypy-c-jit-maco...61b7f8>>, <HookImpl plugin_name='logging-plugin', plugin=<_pytest.logging.LoggingPlugin object at 0x00000001496a97f8>>]
caller_kwargs = {'item': <AppTestMethod 'test_ffi_new_allocator_1'>}
firstresult = False
def _multicall(hook_impls, caller_kwargs, firstresult=False):
"""Execute a call into multiple python functions/methods and return the
result(s).
``caller_kwargs`` comes from _HookCaller.__call__().
"""
__tracebackhide__ = True
results = []
excinfo = None
try: # run impl and wrapper setup functions in a loop
teardowns = []
try:
for hook_impl in reversed(hook_impls):
try:
args = [caller_kwargs[argname] for argname in hook_impl.argnames]
except KeyError:
for argname in hook_impl.argnames:
if argname not in caller_kwargs:
raise HookCallError(
"hook call must provide argument %r" % (argname,)
)
if hook_impl.hookwrapper:
try:
gen = hook_impl.function(*args)
next(gen) # first yield
teardowns.append(gen)
except StopIteration:
_raise_wrapfail(gen, "did not yield")
else:
res = hook_impl.function(*args)
if res is not None:
results.append(res)
if firstresult: # halt further impl calls
break
except BaseException:
excinfo = sys.exc_info()
finally:
if firstresult: # first result hooks return a single value
outcome = _Result(results[0] if results else None, excinfo)
else:
outcome = _Result(results, excinfo)
# run all wrapper post-yield blocks
for gen in reversed(teardowns):
try:
gen.send(outcome)
_raise_wrapfail(gen, "has second yield")
except StopIteration:
pass
> return outcome.get_result()
../_pytest/vendored_packages/pluggy/callers.py:208:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pluggy.callers._Result object at 0x00000001384917f8>
def get_result(self):
"""Get the result(s) for this hook call.
If the hook was marked as a ``firstresult`` only a single value
will be returned otherwise a list of results.
"""
__tracebackhide__ = True
if self._excinfo is None:
return self._result
else:
ex = self._excinfo
if _py3:
raise ex[1].with_traceback(ex[2])
> _reraise(*ex) # noqa
../_pytest/vendored_packages/pluggy/callers.py:81:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
hook_impls = [<HookImpl plugin_name='runner', plugin=<module '_pytest.runner' from '/Users/matti/build-worker-arm64/pypy-c-jit-maco...61b7f8>>, <HookImpl plugin_name='logging-plugin', plugin=<_pytest.logging.LoggingPlugin object at 0x00000001496a97f8>>]
caller_kwargs = {'item': <AppTestMethod 'test_ffi_new_allocator_1'>}
firstresult = False
def _multicall(hook_impls, caller_kwargs, firstresult=False):
"""Execute a call into multiple python functions/methods and return the
result(s).
``caller_kwargs`` comes from _HookCaller.__call__().
"""
__tracebackhide__ = True
results = []
excinfo = None
try: # run impl and wrapper setup functions in a loop
teardowns = []
try:
for hook_impl in reversed(hook_impls):
try:
args = [caller_kwargs[argname] for argname in hook_impl.argnames]
except KeyError:
for argname in hook_impl.argnames:
if argname not in caller_kwargs:
raise HookCallError(
"hook call must provide argument %r" % (argname,)
)
if hook_impl.hookwrapper:
try:
gen = hook_impl.function(*args)
next(gen) # first yield
teardowns.append(gen)
except StopIteration:
_raise_wrapfail(gen, "did not yield")
else:
> res = hook_impl.function(*args)
../_pytest/vendored_packages/pluggy/callers.py:187:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
item = <AppTestMethod 'test_ffi_new_allocator_1'>
def pytest_runtest_call(item):
_update_current_test_var(item, "call")
sys.last_type, sys.last_value, sys.last_traceback = (None, None, None)
try:
> item.runtest()
../_pytest/runner.py:122:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <AppTestMethod 'test_ffi_new_allocator_1'>
def runtest(self):
target = self.obj
if self.config.option.runappdirect:
> return target()
tool/pytest/apptest.py:84:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module._cffi_backend.test.test_ffi_obj.AppTestFFIObj instance at 0x000000014afa8d60>
def test_ffi_new_allocator_1(self):
import _cffi_backend as _cffi1_backend
ffi = _cffi1_backend.FFI()
alloc1 = ffi.new_allocator()
alloc2 = ffi.new_allocator(should_clear_after_alloc=False)
for retry in range(100):
p1 = alloc1("int[10]")
p2 = alloc2("int[10]")
combination = 0
for i in range(10):
assert p1[i] == 0
combination |= p2[i]
p1[i] = -42
p2[i] = -43
if combination != 0:
break
del p1, p2
import gc; gc.collect()
else:
> raise AssertionError("cannot seem to get an int[10] not "
"completely cleared")
E AssertionError: cannot seem to get an int[10] not completely cleared
module/_cffi_backend/test/test_ffi_obj.py:433: AssertionError
=========================== short test summary info ============================
FAIL module/_cffi_backend/test/test_c.py::AppTestC::()::test_call_function_9
FAIL module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_ffi_new_allocator_1
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
pypy/module/_cffi_backend/test/test_c.py::AppTestC::()::test_cast_with_functionptr
/tmp/buildbot-arm64/usession-pytest3.10-784/test_c/_all_test_c.py:2124: UserWarning: implicit cast from 'char *' to 'void(*)()' will be forbidden in the future (check that the types are as you expect; use an explicit ffi.cast() if they are correct)
newp(BStructPtr, [cast(BCharP, 0)])
pypy/module/_cffi_backend/test/test_re_python.py::AppTestRecompilerPython::()::test_constant_1
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib_pypy/cffi/cparser.py:154: UserWarning: String literal found in cdef() or type source. String literals are ignored here, but you should remove them anyway because some character sequences confuse pre-parsing.
warnings.warn("String literal found in cdef() or type source. "
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib_pypy/cffi/cparser.py:165: UserWarning: Global variable 'globalvar42' in cdef(): for consistency with C it should have a storage class specifier (usually 'extern')
"(usually 'extern')" % (decl.name,))
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib_pypy/cffi/cparser.py:165: UserWarning: Global variable 'no_such_globalvar' in cdef(): for consistency with C it should have a storage class specifier (usually 'extern')
"(usually 'extern')" % (decl.name,))
-- Docs: https://docs.pytest.org/en/latest/warnings.html
======== 2 failed, 305 passed, 135 skipped, 5 warnings in 6.73 seconds =========
++ 14:58:59 starting module/_codecs/test [95 started in total]
__ module/_codecs/test [95 done in total, somefailed=False] ___________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 64 items
module/_codecs/test/test_codecs.py ..................................... [ 57%]
........................... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 64 passed, 1 warnings in 0.54 seconds =====================
++ 14:59:00 starting module/_continuation/test [96 started in total]
__ module/_continuation/test [96 done in total, somefailed=False] _____________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 120 items
module/_continuation/test/test_generator.py .... [ 3%]
module/_continuation/test/test_greenlet.py ............................ [ 26%]
module/_continuation/test/test_stacklet.py ............................. [ 50%]
......s..s [ 59%]
module/_continuation/test/test_translated.py ........................... [ 81%]
.. [ 83%]
module/_continuation/test/test_zpickle.py .................... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 118 passed, 2 skipped, 1 warnings in 7.78 seconds ===============
++ 14:59:09 starting module/_cppyy/test [97 started in total]
__ module/_cppyy/test [97 done in total, somefailed=False] ____________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 0.01 seconds ==========================
++ 14:59:09 starting module/_csv/test [98 started in total]
__ module/_csv/test [98 done in total, somefailed=False] ______________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 22 items
module/_csv/test/test_dialect.py ......... [ 40%]
module/_csv/test/test_reader.py ......... [ 81%]
module/_csv/test/test_writer.py .... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 22 passed, 1 warnings in 0.46 seconds =====================
++ 14:59:10 starting module/_demo/test [99 started in total]
__ module/_demo/test [99 done in total, somefailed=False] _____________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 1 item
module/_demo/test/test_sieve.py s [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.42 seconds =====================
++ 14:59:11 starting module/_file/test [100 started in total]
__ module/_file/test [100 done in total, somefailed=False] ____________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 252 items
module/_file/test/test_file.py .........s........ss.s.ss........ [ 13%]
module/_file/test/test_file_extra.py ................................... [ 26%]
........................................................................ [ 55%]
.......................................ss..............ss..............s [ 84%]
s..............ss................s.... [ 99%]
module/_file/test/test_large_file.py .s [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 236 passed, 16 skipped, 1 warnings in 7.50 seconds ==============
++ 14:59:20 starting module/_io/test [101 started in total]
__ module/_io/test [101 done in total, somefailed=False] ______________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 97 items / 1 skipped
module/_io/test/test_bufferedio.py .................................ssss [ 38%]
sssssssssssss........................... [ 79%]
module/_io/test/test_fileio.py .................... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 80 passed, 18 skipped, 1 warnings in 1.33 seconds ===============
++ 14:59:22 starting module/_jitlog/test [102 started in total]
__ module/_jitlog/test [102 done in total, somefailed=False] __________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 1 item
module/_jitlog/test/test__jitlog.py . [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 1 passed, 1 warnings in 0.42 seconds =====================
++ 14:59:23 starting module/_locale/test [103 started in total]
__ module/_locale/test [103 done in total, somefailed=False] __________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 14 items
module/_locale/test/test_locale.py ssssssssssssss [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 14 skipped, 1 warnings in 0.43 seconds ====================
++ 14:59:24 starting module/_lsprof/test [104 started in total]
__ module/_lsprof/test [104 done in total, somefailed=False] __________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 6 items
module/_lsprof/test/test_cprofile.py ...... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 6 passed, 1 warnings in 1.43 seconds =====================
++ 14:59:26 starting module/_md5/test [105 started in total]
__ module/_md5/test [105 done in total, somefailed=False] _____________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 6 items
module/_md5/test/test_md5.py .s.... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
pypy/module/_md5/test/test_md5.py::AppTestMD5::()::test_digest_size
<string>:2: DeprecationWarning: the md5 module is deprecated; use hashlib instead
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 5 passed, 1 skipped, 2 warnings in 0.42 seconds ================
++ 14:59:27 starting module/_minimal_curses/test [106 started in total]
__ module/_minimal_curses/test [106 done in total, somefailed=False] __________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 0.06 seconds ==========================
++ 14:59:27 starting module/_multibytecodec/test [107 started in total]
__ module/_multibytecodec/test [107 done in total, somefailed=False] __________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 33 items
module/_multibytecodec/test/test_app_codecs.py ................ [ 48%]
module/_multibytecodec/test/test_app_incremental.py ............ [ 84%]
module/_multibytecodec/test/test_app_stream.py ..... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 33 passed, 1 warnings in 0.50 seconds =====================
++ 14:59:28 starting module/_multiprocessing/test [108 started in total]
__ module/_multiprocessing/test [108 done in total, somefailed=False] _________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 21 items
module/_multiprocessing/test/test_connection.py .sss...... [ 47%]
module/_multiprocessing/test/test_memory.py .. [ 57%]
module/_multiprocessing/test/test_semaphore.py .ssssss [ 90%]
module/_multiprocessing/test/test_win32.py ss [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 10 passed, 11 skipped, 1 warnings in 1.66 seconds ===============
++ 14:59:31 starting module/_pypyjson/test [109 started in total]
__ module/_pypyjson/test [109 done in total, somefailed=False] ________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 27 items / 1 skipped
module/_pypyjson/test/test__pypyjson.py ........................... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 27 passed, 1 skipped, 1 warnings in 0.49 seconds ===============
++ 14:59:32 starting module/_random/test [110 started in total]
__ module/_random/test [110 done in total, somefailed=False] __________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 13 items
module/_random/test/test_random.py ............. [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 13 passed, 1 warnings in 1.57 seconds =====================
++ 14:59:35 starting module/_rawffi/alt/test [111 started in total]
__ module/_rawffi/alt/test [111 done in total, somefailed=False] ______________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 61 items
module/_rawffi/alt/test/test_ffitype.py ..... [ 8%]
module/_rawffi/alt/test/test_funcptr.py ................................ [ 60%]
..ssssss.s [ 77%]
module/_rawffi/alt/test/test_struct.py ...s.......... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 53 passed, 8 skipped, 1 warnings in 1.02 seconds ===============
++ 14:59:36 starting module/_rawffi/test [112 started in total]
__ module/_rawffi/test [112 done in total, somefailed=False] __________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 78 items
module/_rawffi/test/test__rawffi.py .....s.............................. [ 46%]
...............s..........s..... [ 87%]
module/_rawffi/test/test_exit.py . [ 88%]
module/_rawffi/test/test_nested.py ...... [ 96%]
module/_rawffi/test/test_tracker.py sss [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 72 passed, 6 skipped, 1 warnings in 1.09 seconds ===============
n: 2
Arg 0: 3
Arg 1: 15
++ 14:59:38 starting module/_sha/test [113 started in total]
__ module/_sha/test [113 done in total, somefailed=False] _____________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 6 items
module/_sha/test/test_sha.py .s.... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
pypy/module/_sha/test/test_sha.py::AppTestSHA::()::test_digest_size
<string>:2: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 5 passed, 1 skipped, 2 warnings in 0.44 seconds ================
++ 14:59:39 starting module/_socket/test [114 started in total]
__ module/_socket/test [114 done in total, somefailed=False] __________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 38 items
module/_socket/test/test_sock_app.py ..........s...........s....ss...... [ 92%]
... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 34 passed, 4 skipped, 1 warnings in 15.90 seconds ===============
++ 14:59:56 starting module/_sre/test [115 started in total]
__ module/_sre/test [115 done in total, somefailed=False] _____________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 139 items
module/_sre/test/test_app_sre.py ....................................... [ 28%]
................................ssssssssssssssssssssssssssssssssssss.... [ 79%]
.... [ 82%]
module/_sre/test/test_sre_buf.py ........................ [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 103 passed, 36 skipped, 1 warnings in 0.69 seconds ==============
++ 14:59:58 starting module/_vmprof/test [116 started in total]
__ module/_vmprof/test [116 done in total, somefailed=False] __________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 5 items
module/_vmprof/test/test__vmprof.py ....s [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib_pypy/cffi/cparser.py:165
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/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')
"(usually 'extern')" % (decl.name,))
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 4 passed, 1 skipped, 2 warnings in 0.97 seconds ================
++ 14:59:59 starting module/_warnings/test [117 started in total]
__ module/_warnings/test [117 done in total, somefailed=False] ________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========================== 1 warnings in 0.01 seconds ==========================
++ 15:00:00 starting module/_weakref/test [118 started in total]
__ module/_weakref/test [118 done in total, somefailed=False] _________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 42 items
module/_weakref/test/test_weakref.py ................................... [ 83%]
....... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 42 passed, 1 warnings in 1.09 seconds =====================
++ 15:00:02 starting module/_winreg/test [119 started in total]
__ module/_winreg/test [119 done in total, somefailed=False] __________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items / 1 skipped
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.09 seconds =====================
++ 15:00:02 starting module/array/test [120 started in total]
__ module/array/test [120 done in total, somefailed=False] ____________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 48 items
module/array/test/test_array.py ........................................ [ 83%]
........ [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 48 passed, 1 warnings in 0.54 seconds =====================
++ 15:00:03 starting module/binascii/test [121 started in total]
__ module/binascii/test [121 done in total, somefailed=False] _________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 14 items
module/binascii/test/test_binascii.py .............. [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 14 passed, 1 warnings in 0.42 seconds =====================
++ 15:00:04 starting module/bz2/test [122 started in total]
__ module/bz2/test [122 done in total, somefailed=False] ______________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 52 items
module/bz2/test/test_bz2_compdecomp.py ..s...........s... [ 34%]
module/bz2/test/test_bz2_file.py ................................. [ 98%]
module/bz2/test/test_large.py . [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
pypy/module/bz2/test/test_bz2_compdecomp.py::AppTestBZ2Compressor::()::test_compress
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pypy/module/bz2/test/test_bz2_compdecomp.py:20: DeprecationWarning: The popen2 module is deprecated. Use the subprocess module.
import popen2
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 50 passed, 2 skipped, 2 warnings in 0.95 seconds ===============
++ 15:00:06 starting module/cStringIO/test [123 started in total]
__ module/cStringIO/test [123 done in total, somefailed=False] ________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 15 items
module/cStringIO/test/test_interp_stringio.py ............... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 15 passed, 1 warnings in 0.42 seconds =====================
++ 15:00:07 starting module/cmath/test [124 started in total]
__ module/cmath/test [124 done in total, somefailed=False] ____________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 13 items
module/cmath/test/test_cmath.py ............. [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 13 passed, 1 warnings in 0.41 seconds =====================
++ 15:00:08 starting module/cpyext/test [125 started in total]
__ module/cpyext/test [125 done in total, somefailed=True] ____________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 329 items
module/cpyext/test/test_abstract.py ....... [ 2%]
module/cpyext/test/test_arraymodule.py ..........x...... [ 7%]
module/cpyext/test/test_boolobject.py ... [ 8%]
module/cpyext/test/test_borrow.py ..x [ 9%]
module/cpyext/test/test_bufferobject.py ..s. [ 10%]
module/cpyext/test/test_bytearrayobject.py ...... [ 12%]
module/cpyext/test/test_bytesobject.py .............. [ 16%]
module/cpyext/test/test_capsule.py . [ 16%]
module/cpyext/test/test_cell.py . [ 17%]
module/cpyext/test/test_classobject.py .. [ 17%]
module/cpyext/test/test_complexobject.py .... [ 18%]
module/cpyext/test/test_cpyext.py ..sF........s....s........ [ 26%]
module/cpyext/test/test_datetime.py ..... [ 28%]
module/cpyext/test/test_dictobject.py .......... [ 31%]
module/cpyext/test/test_eval.py ........ [ 33%]
module/cpyext/test/test_fileobject.py . [ 34%]
module/cpyext/test/test_floatobject.py ............ [ 37%]
module/cpyext/test/test_frameobject.py .. [ 38%]
module/cpyext/test/test_getargs.py ........... [ 41%]
module/cpyext/test/test_import.py . [ 41%]
module/cpyext/test/test_intobject.py ..... [ 43%]
module/cpyext/test/test_iterator.py .. [ 44%]
module/cpyext/test/test_listobject.py .... [ 45%]
module/cpyext/test/test_longobject.py .......... [ 48%]
module/cpyext/test/test_mapping.py . [ 48%]
module/cpyext/test/test_marshal.py .. [ 49%]
module/cpyext/test/test_memoryobject.py ...s.. [ 51%]
module/cpyext/test/test_methodobject.py ........... [ 54%]
module/cpyext/test/test_misc.py . [ 54%]
module/cpyext/test/test_ndarrayobject.py sss [ 55%]
module/cpyext/test/test_number.py x... [ 56%]
module/cpyext/test/test_object.py ......s..... [ 60%]
module/cpyext/test/test_pycobject.py . [ 60%]
module/cpyext/test/test_pyerrors.py ....s.......ss.. [ 65%]
module/cpyext/test/test_pyfile.py . [ 65%]
module/cpyext/test/test_pysignals.py . [ 66%]
module/cpyext/test/test_pystate.py ........... [ 69%]
module/cpyext/test/test_sequence.py .... [ 70%]
module/cpyext/test/test_setobject.py . [ 71%]
module/cpyext/test/test_sliceobject.py .... [ 72%]
module/cpyext/test/test_structseq.py . [ 72%]
module/cpyext/test/test_sysmodule.py .. [ 73%]
module/cpyext/test/test_thread.py .... [ 74%]
module/cpyext/test/test_tupleobject.py ..... [ 75%]
module/cpyext/test/test_typeobject.py ..........s....s.................. [ 86%]
............................. [ 95%]
module/cpyext/test/test_unicodeobject.py ......... [ 97%]
module/cpyext/test/test_userslots.py ... [ 98%]
module/cpyext/test/test_version.py .. [ 99%]
module/cpyext/test/test_weakref.py .. [100%]
=================================== FAILURES ===================================
__________________ AppTestCpythonExtension.test_createmodule ___________________
self = <CallInfo when='call' exception: command 'cc' terminated by signal 10>
func = <function <lambda> at 0x0000000110908db8>, when = 'call'
treat_keyboard_interrupt_as_exception = False
def __init__(self, func, when, treat_keyboard_interrupt_as_exception=False):
#: context of invocation: one of "setup", "call",
#: "teardown", "memocollect"
self.when = when
self.start = time()
try:
> self.result = func()
../_pytest/runner.py:212:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> lambda: ihook(item=item, **kwds),
when=when,
treat_keyboard_interrupt_as_exception=item.config.getvalue("usepdb"),
)
../_pytest/runner.py:194:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <_HookCaller 'pytest_runtest_call'>, args = ()
kwargs = {'item': <AppTestMethod 'test_createmodule'>}, notincall = set([])
def __call__(self, *args, **kwargs):
if args:
raise TypeError("hook calling supports only keyword arguments")
assert not self.is_historic()
if self.spec and self.spec.argnames:
notincall = (
set(self.spec.argnames) - set(["__multicall__"]) - set(kwargs.keys())
)
if notincall:
warnings.warn(
"Argument(s) {} which are declared in the hookspec "
"can not be found in this hook call".format(tuple(notincall)),
stacklevel=2,
)
> return self._hookexec(self, self.get_hookimpls(), kwargs)
../_pytest/vendored_packages/pluggy/hooks.py:289:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <_pytest.config.PytestPluginManager object at 0x000000012052e608>
hook = <_HookCaller 'pytest_runtest_call'>
methods = [<HookImpl plugin_name='runner', plugin=<module '_pytest.runner' from '/Users/matti/build-worker-arm64/pypy-c-jit-maco...b43590>>, <HookImpl plugin_name='logging-plugin', plugin=<_pytest.logging.LoggingPlugin object at 0x0000000120bcdf30>>]
kwargs = {'item': <AppTestMethod 'test_createmodule'>}
def _hookexec(self, hook, methods, kwargs):
# called from all hookcaller instances.
# enable_tracing will set its own wrapping function at self._inner_hookexec
> return self._inner_hookexec(hook, methods, kwargs)
../_pytest/vendored_packages/pluggy/manager.py:68:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
hook = <_HookCaller 'pytest_runtest_call'>
methods = [<HookImpl plugin_name='runner', plugin=<module '_pytest.runner' from '/Users/matti/build-worker-arm64/pypy-c-jit-maco...b43590>>, <HookImpl plugin_name='logging-plugin', plugin=<_pytest.logging.LoggingPlugin object at 0x0000000120bcdf30>>]
kwargs = {'item': <AppTestMethod 'test_createmodule'>}
self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
methods,
kwargs,
> firstresult=hook.spec.opts.get("firstresult") if hook.spec else False,
)
../_pytest/vendored_packages/pluggy/manager.py:62:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
hook_impls = [<HookImpl plugin_name='runner', plugin=<module '_pytest.runner' from '/Users/matti/build-worker-arm64/pypy-c-jit-maco...b43590>>, <HookImpl plugin_name='logging-plugin', plugin=<_pytest.logging.LoggingPlugin object at 0x0000000120bcdf30>>]
caller_kwargs = {'item': <AppTestMethod 'test_createmodule'>}
firstresult = False
def _multicall(hook_impls, caller_kwargs, firstresult=False):
"""Execute a call into multiple python functions/methods and return the
result(s).
``caller_kwargs`` comes from _HookCaller.__call__().
"""
__tracebackhide__ = True
results = []
excinfo = None
try: # run impl and wrapper setup functions in a loop
teardowns = []
try:
for hook_impl in reversed(hook_impls):
try:
args = [caller_kwargs[argname] for argname in hook_impl.argnames]
except KeyError:
for argname in hook_impl.argnames:
if argname not in caller_kwargs:
raise HookCallError(
"hook call must provide argument %r" % (argname,)
)
if hook_impl.hookwrapper:
try:
gen = hook_impl.function(*args)
next(gen) # first yield
teardowns.append(gen)
except StopIteration:
_raise_wrapfail(gen, "did not yield")
else:
res = hook_impl.function(*args)
if res is not None:
results.append(res)
if firstresult: # halt further impl calls
break
except BaseException:
excinfo = sys.exc_info()
finally:
if firstresult: # first result hooks return a single value
outcome = _Result(results[0] if results else None, excinfo)
else:
outcome = _Result(results, excinfo)
# run all wrapper post-yield blocks
for gen in reversed(teardowns):
try:
gen.send(outcome)
_raise_wrapfail(gen, "has second yield")
except StopIteration:
pass
> return outcome.get_result()
../_pytest/vendored_packages/pluggy/callers.py:208:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pluggy.callers._Result object at 0x0000000110904b10>
def get_result(self):
"""Get the result(s) for this hook call.
If the hook was marked as a ``firstresult`` only a single value
will be returned otherwise a list of results.
"""
__tracebackhide__ = True
if self._excinfo is None:
return self._result
else:
ex = self._excinfo
if _py3:
raise ex[1].with_traceback(ex[2])
> _reraise(*ex) # noqa
../_pytest/vendored_packages/pluggy/callers.py:81:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
hook_impls = [<HookImpl plugin_name='runner', plugin=<module '_pytest.runner' from '/Users/matti/build-worker-arm64/pypy-c-jit-maco...b43590>>, <HookImpl plugin_name='logging-plugin', plugin=<_pytest.logging.LoggingPlugin object at 0x0000000120bcdf30>>]
caller_kwargs = {'item': <AppTestMethod 'test_createmodule'>}
firstresult = False
def _multicall(hook_impls, caller_kwargs, firstresult=False):
"""Execute a call into multiple python functions/methods and return the
result(s).
``caller_kwargs`` comes from _HookCaller.__call__().
"""
__tracebackhide__ = True
results = []
excinfo = None
try: # run impl and wrapper setup functions in a loop
teardowns = []
try:
for hook_impl in reversed(hook_impls):
try:
args = [caller_kwargs[argname] for argname in hook_impl.argnames]
except KeyError:
for argname in hook_impl.argnames:
if argname not in caller_kwargs:
raise HookCallError(
"hook call must provide argument %r" % (argname,)
)
if hook_impl.hookwrapper:
try:
gen = hook_impl.function(*args)
next(gen) # first yield
teardowns.append(gen)
except StopIteration:
_raise_wrapfail(gen, "did not yield")
else:
> res = hook_impl.function(*args)
../_pytest/vendored_packages/pluggy/callers.py:187:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
item = <AppTestMethod 'test_createmodule'>
def pytest_runtest_call(item):
_update_current_test_var(item, "call")
sys.last_type, sys.last_value, sys.last_traceback = (None, None, None)
try:
> item.runtest()
../_pytest/runner.py:122:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <AppTestMethod 'test_createmodule'>
def runtest(self):
target = self.obj
if self.config.option.runappdirect:
> return target()
tool/pytest/apptest.py:84:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.cpyext.test.test_cpyext.AppTestCpythonExtension object at 0x00000001109048e0>
def test_createmodule(self):
import sys
init = """
if (Py_IsInitialized())
Py_InitModule("foo", NULL);
"""
> self.import_module(name='foo', init=init)
module/cpyext/test/test_cpyext.py:391:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.cpyext.test.test_cpyext.AppTestCpythonExtension object at 0x00000001109048e0>
name = 'foo'
init = '\n if (Py_IsInitialized())\n Py_InitModule("foo", NULL);\n '
body = '', filename = None, include_dirs = None, PY_SSIZE_T_CLEAN = False
def w_import_module(self, name, init=None, body='', filename=None,
include_dirs=None, PY_SSIZE_T_CLEAN=False):
from extbuild import get_sys_info_app
sys_info = get_sys_info_app(self.udir)
return sys_info.import_module(
name, init=init, body=body, filename=filename,
include_dirs=include_dirs,
> PY_SSIZE_T_CLEAN=PY_SSIZE_T_CLEAN)
module/cpyext/test/test_cpyext.py:249:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <extbuild.ExtensionCompiler object at 0x0000000110904870>, name = 'foo'
init = '\n if (Py_IsInitialized())\n Py_InitModule("foo", NULL);\n '
body = '', filename = None, include_dirs = None, PY_SSIZE_T_CLEAN = False
def import_module(self, name, init=None, body='', filename=None,
include_dirs=None, PY_SSIZE_T_CLEAN=False):
"""
init specifies the overall template of the module.
if init is None, the module source will be loaded from a file in this
test directory, give a name given by the filename parameter.
if filename is None, the module name will be used to construct the
filename.
"""
if init is not None:
code = make_source(name, init, body, PY_SSIZE_T_CLEAN)
kwds = dict(source_strings=[code])
else:
assert not PY_SSIZE_T_CLEAN
if filename is None:
filename = name
filename = HERE / (filename + ".c")
kwds = dict(source_files=[filename])
mod = self.compile_extension_module(
> name, include_dirs=include_dirs, **kwds)
tool/cpyext/extbuild.py:80:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <extbuild.ExtensionCompiler object at 0x0000000110904870>, name = 'foo'
include_dirs = []
source_files = [local('/tmp/buildbot-arm64/usession-pytest3.10-813/foo-35/source_0.c')]
source_strings = ['\n \n #include <Python.h>\n /* fix for cpython 2.7 Python.h if running tests with -A\n since pypy co...nitfoo(void) {\n \n if (Py_IsInitialized())\n Py_InitModule("foo", NULL);\n \n }\n ']
def compile_extension_module(self, name, include_dirs=None,
source_files=None, source_strings=None):
"""
Build an extension module and return the filename of the resulting
native code file.
name is the name of the module, possibly including dots if it is a
module inside a package.
"""
include_dirs = include_dirs or []
modname = name.split('.')[-1]
dirname = self.get_builddir(name=modname)
if source_strings:
assert not source_files
files = convert_sources_to_files(source_strings, dirname)
source_files = files
soname = c_compile(source_files, outputfilename=str(dirname / modname),
compile_extra=self.compile_extra,
link_extra=self.link_extra,
include_dirs=self.include_extra + include_dirs,
> libraries=self.extra_libs)
tool/cpyext/extbuild.py:54:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
cfilenames = [local('/tmp/buildbot-arm64/usession-pytest3.10-813/foo-35/source_0.c')]
outputfilename = local('/tmp/buildbot-arm64/usession-pytest3.10-813/foo-35/foo.so')
compile_extra = [], link_extra = []
include_dirs = ['/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/include']
libraries = [], library_dirs = []
def c_compile(cfilenames, outputfilename,
compile_extra=None, link_extra=None,
include_dirs=None, libraries=None, library_dirs=None):
compile_extra = compile_extra or []
link_extra = link_extra or []
include_dirs = include_dirs or []
libraries = libraries or []
library_dirs = library_dirs or []
if sys.platform == 'win32':
link_extra = link_extra + ['/DEBUG'] # generate .pdb file
if sys.platform == 'darwin':
# support Fink & Darwinports
for s in ('/sw/', '/opt/local/'):
if (s + 'include' not in include_dirs
and os.path.exists(s + 'include')):
include_dirs.append(s + 'include')
if s + 'lib' not in library_dirs and os.path.exists(s + 'lib'):
library_dirs.append(s + 'lib')
outputfilename = py.path.local(outputfilename).new(ext=so_ext)
saved_environ = os.environ.copy()
try:
_build(
cfilenames, outputfilename,
compile_extra, link_extra,
> include_dirs, libraries, library_dirs)
tool/cpyext/extbuild.py:191:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
cfilenames = [local('/tmp/buildbot-arm64/usession-pytest3.10-813/foo-35/source_0.c')]
outputfilename = local('/tmp/buildbot-arm64/usession-pytest3.10-813/foo-35/foo.so')
compile_extra = [], link_extra = []
include_dirs = ['/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/include']
libraries = [], library_dirs = []
def _build(cfilenames, outputfilename, compile_extra, link_extra,
include_dirs, libraries, library_dirs):
try:
# monkeypatch distutils for some versions of msvc compiler
import setuptools
except ImportError:
# XXX if this fails and is required,
# we must call pypy -mensurepip after translation
pass
from distutils.ccompiler import new_compiler
from distutils import sysconfig
# XXX for Darwin running old versions of CPython 2.7.x
sysconfig.get_config_vars()
compiler = new_compiler(force=1)
sysconfig.customize_compiler(compiler) # XXX
objects = []
for cfile in cfilenames:
cfile = py.path.local(cfile)
old = cfile.dirpath().chdir()
try:
res = compiler.compile([cfile.basename],
> include_dirs=include_dirs, extra_preargs=compile_extra)
tool/cpyext/extbuild.py:223:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <distutils.unixccompiler.UnixCCompiler instance at 0x00000001319bdf20>
sources = ['source_0.c'], output_dir = None, macros = []
include_dirs = ['/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/include']
debug = 0, extra_preargs = [], extra_postargs = [], depends = None
def compile(self, sources, output_dir=None, macros=None,
include_dirs=None, debug=0, extra_preargs=None,
extra_postargs=None, depends=None):
"""Compile one or more source files.
'sources' must be a list of filenames, most likely C/C++
files, but in reality anything that can be handled by a
particular compiler and compiler class (eg. MSVCCompiler can
handle resource files in 'sources'). Return a list of object
filenames, one per source filename in 'sources'. Depending on
the implementation, not all source files will necessarily be
compiled, but all corresponding object filenames will be
returned.
If 'output_dir' is given, object files will be put under it, while
retaining their original path component. That is, "foo/bar.c"
normally compiles to "foo/bar.o" (for a Unix implementation); if
'output_dir' is "build", then it would compile to
"build/foo/bar.o".
'macros', if given, must be a list of macro definitions. A macro
definition is either a (name, value) 2-tuple or a (name,) 1-tuple.
The former defines a macro; if the value is None, the macro is
defined without an explicit value. The 1-tuple case undefines a
macro. Later definitions/redefinitions/ undefinitions take
precedence.
'include_dirs', if given, must be a list of strings, the
directories to add to the default include file search path for this
compilation only.
'debug' is a boolean; if true, the compiler will be instructed to
output debug symbols in (or alongside) the object file(s).
'extra_preargs' and 'extra_postargs' are implementation- dependent.
On platforms that have the notion of a command-line (e.g. Unix,
DOS/Windows), they are most likely lists of strings: extra
command-line arguments to prepand/append to the compiler command
line. On other platforms, consult the implementation class
documentation. In any event, they are intended as an escape hatch
for those occasions when the abstract compiler framework doesn't
cut the mustard.
'depends', if given, is a list of filenames that all targets
depend on. If a source file is older than any file in
depends, then the source file will be recompiled. This
supports dependency tracking, but only at a coarse
granularity.
Raises CompileError on failure.
"""
# A concrete compiler class can either override this method
# entirely or implement _compile().
macros, objects, extra_postargs, pp_opts, build = \
self._setup_compile(output_dir, macros, include_dirs, sources,
depends, extra_postargs)
cc_args = self._get_cc_args(pp_opts, debug, extra_preargs)
for obj in objects:
try:
src, ext = build[obj]
except KeyError:
continue
> self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
../lib-python/2.7/distutils/ccompiler.py:574:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <distutils.unixccompiler.UnixCCompiler instance at 0x00000001319bdf20>
obj = 'source_0.o', src = 'source_0.c', ext = '.c'
cc_args = ['-I/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/include', '-c']
extra_postargs = []
pp_opts = ['-I/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/include']
def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts):
compiler_so = self.compiler_so
if sys.platform == 'darwin':
compiler_so = _osx_support.compiler_fixup(compiler_so,
cc_args + extra_postargs)
try:
self.spawn(compiler_so + cc_args + [src, '-o', obj] +
extra_postargs)
except DistutilsExecError, msg:
> raise CompileError, msg
E CompileError: command 'cc' terminated by signal 10
../lib-python/2.7/distutils/unixccompiler.py:139: CompileError
=========================== short test summary info ============================
FAIL module/cpyext/test/test_cpyext.py::AppTestCpythonExtension::()::test_createmodule
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
== 1 failed, 311 passed, 14 skipped, 3 xfailed, 1 warnings in 151.36 seconds ===
in sq_inplace_repeat, n=3
got no exc
got no exc
got exc
++ 15:02:41 starting module/crypt/test [126 started in total]
__ module/crypt/test [126 done in total, somefailed=False] ____________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 1 item
module/crypt/test/test_crypt.py s [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.41 seconds =====================
++ 15:02:42 starting module/errno/test [127 started in total]
__ module/errno/test [127 done in total, somefailed=False] ____________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 3 items
module/errno/test/test_errno.py ... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 3 passed, 1 warnings in 0.44 seconds =====================
++ 15:02:43 starting module/exceptions/test [128 started in total]
__ module/exceptions/test [128 done in total, somefailed=False] _______________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 24 items
module/exceptions/test/test_exc.py ..........s............. [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 23 passed, 1 skipped, 1 warnings in 0.44 seconds ===============
++ 15:02:44 starting module/faulthandler/test [129 started in total]
__ module/faulthandler/test [129 done in total, somefailed=False] _____________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 2 items
module/faulthandler/test/test_faulthander.py .. [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 2 passed, 1 warnings in 0.51 seconds =====================
++ 15:02:45 starting module/fcntl/test [130 started in total]
__ module/fcntl/test [130 done in total, somefailed=False] ____________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 8 items
module/fcntl/test/test_fcntl.py ....s.ss [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 5 passed, 3 skipped, 1 warnings in 0.98 seconds ================
++ 15:02:47 starting module/gc/test [131 started in total]
__ module/gc/test [131 done in total, somefailed=False] _______________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 24 items
module/gc/test/test_gc.py sssssx.. [ 33%]
module/gc/test/test_hook.py ssssssss [ 66%]
module/gc/test/test_referents.py ........ [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========= 10 passed, 13 skipped, 1 xfailed, 1 warnings in 2.24 seconds =========
++ 15:02:49 starting module/imp/test [132 started in total]
__ module/imp/test [132 done in total, somefailed=False] ______________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 110 items
module/imp/test/test_app.py ................ [ 14%]
module/imp/test/test_import.py ..............................s.......... [ 51%]
.....................sss.......................sss.s. [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
pypy/module/imp/test/test_import.py::AppTestImport::()::test__package__
pkg.notarealmodule:1: RuntimeWarning: Parent module 'foo' not found while handling absolute import
notarealpkg.notarealmodule:1: RuntimeWarning: Parent module 'foo' not found while handling absolute import
pypy/module/imp/test/test_import.py::AppTestImportHooks::()::test_imp_wrapper
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pypy/module/imp/test/test_import.py:1352: DeprecationWarning: The compiler package is deprecated and removed in Python 3.x.
mod = imp.load_module(fullname, self.file, self.filename, self.stuff)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 102 passed, 8 skipped, 4 warnings in 4.40 seconds ===============
++ 15:02:55 starting module/itertools/test [133 started in total]
__ module/itertools/test [133 done in total, somefailed=False] ________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 72 items
module/itertools/test/test_itertools.py ................................ [ 44%]
........................................ [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 72 passed, 1 warnings in 0.60 seconds =====================
++ 15:02:56 starting module/marshal/test [134 started in total]
__ module/marshal/test [134 done in total, somefailed=False] __________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 79 items
module/marshal/test/test_marshal.py .................................sss [ 45%]
sssssssssssssssssssssssssssssss [ 84%]
module/marshal/test/test_marshalimpl.py ......ssssss [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 39 passed, 40 skipped, 1 warnings in 0.89 seconds ===============
++ 15:02:58 starting module/math/test [135 started in total]
__ module/math/test [135 done in total, somefailed=False] _____________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 14 items
module/math/test/test_math.py .........s.... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 13 passed, 1 skipped, 1 warnings in 0.46 seconds ===============
++ 15:02:59 starting module/micronumpy/test [136 started in total]
__ module/micronumpy/test [136 done in total, somefailed=True] ________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 646 items / 1 skipped
module/micronumpy/test/test_appbridge.py .. [ 0%]
module/micronumpy/test/test_arrayops.py .F.................. [ 3%]
module/micronumpy/test/test_broadcast.py ....... [ 4%]
module/micronumpy/test/test_casting.py ...... [ 5%]
module/micronumpy/test/test_complex.py ......................... [ 9%]
module/micronumpy/test/test_deprecations.py . [ 9%]
module/micronumpy/test/test_dtypes.py .................................. [ 14%]
.........................................s.s...... [ 22%]
module/micronumpy/test/test_flagsobj.py ....... [ 23%]
module/micronumpy/test/test_ndarray.py ................................. [ 28%]
........................................................................ [ 39%]
........................................................................ [ 50%]
........................................................................ [ 62%]
....s............................ [ 67%]
module/micronumpy/test/test_nditer.py .......s......ss..s [ 70%]
module/micronumpy/test/test_object_arrays.py ......s..s..s [ 72%]
module/micronumpy/test/test_outarg.py ..... [ 72%]
module/micronumpy/test/test_scalar.py .................................. [ 78%]
. [ 78%]
module/micronumpy/test/test_selection.py ........s.sss..... [ 81%]
module/micronumpy/test/test_subtype.py ......................... [ 84%]
module/micronumpy/test/test_support_app.py .... [ 85%]
module/micronumpy/test/test_ufuncs.py .................................. [ 90%]
........................................................... [100%]
=================================== FAILURES ===================================
_________________________ AppTestNumSupport.test_empty _________________________
self = <CallInfo when='call' exception: empty() returned a zeroed out array every time>
func = <function <lambda> at 0x00000001405b46b0>, when = 'call'
treat_keyboard_interrupt_as_exception = False
def __init__(self, func, when, treat_keyboard_interrupt_as_exception=False):
#: context of invocation: one of "setup", "call",
#: "teardown", "memocollect"
self.when = when
self.start = time()
try:
> self.result = func()
../_pytest/runner.py:212:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> lambda: ihook(item=item, **kwds),
when=when,
treat_keyboard_interrupt_as_exception=item.config.getvalue("usepdb"),
)
../_pytest/runner.py:194:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <_HookCaller 'pytest_runtest_call'>, args = ()
kwargs = {'item': <AppTestMethod 'test_empty'>}, notincall = set([])
def __call__(self, *args, **kwargs):
if args:
raise TypeError("hook calling supports only keyword arguments")
assert not self.is_historic()
if self.spec and self.spec.argnames:
notincall = (
set(self.spec.argnames) - set(["__multicall__"]) - set(kwargs.keys())
)
if notincall:
warnings.warn(
"Argument(s) {} which are declared in the hookspec "
"can not be found in this hook call".format(tuple(notincall)),
stacklevel=2,
)
> return self._hookexec(self, self.get_hookimpls(), kwargs)
../_pytest/vendored_packages/pluggy/hooks.py:289:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <_pytest.config.PytestPluginManager object at 0x00000001290c8678>
hook = <_HookCaller 'pytest_runtest_call'>
methods = [<HookImpl plugin_name='runner', plugin=<module '_pytest.runner' from '/Users/matti/build-worker-arm64/pypy-c-jit-maco...851788>>, <HookImpl plugin_name='logging-plugin', plugin=<_pytest.logging.LoggingPlugin object at 0x00000001188c16e0>>]
kwargs = {'item': <AppTestMethod 'test_empty'>}
def _hookexec(self, hook, methods, kwargs):
# called from all hookcaller instances.
# enable_tracing will set its own wrapping function at self._inner_hookexec
> return self._inner_hookexec(hook, methods, kwargs)
../_pytest/vendored_packages/pluggy/manager.py:68:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
hook = <_HookCaller 'pytest_runtest_call'>
methods = [<HookImpl plugin_name='runner', plugin=<module '_pytest.runner' from '/Users/matti/build-worker-arm64/pypy-c-jit-maco...851788>>, <HookImpl plugin_name='logging-plugin', plugin=<_pytest.logging.LoggingPlugin object at 0x00000001188c16e0>>]
kwargs = {'item': <AppTestMethod 'test_empty'>}
self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
methods,
kwargs,
> firstresult=hook.spec.opts.get("firstresult") if hook.spec else False,
)
../_pytest/vendored_packages/pluggy/manager.py:62:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
hook_impls = [<HookImpl plugin_name='runner', plugin=<module '_pytest.runner' from '/Users/matti/build-worker-arm64/pypy-c-jit-maco...851788>>, <HookImpl plugin_name='logging-plugin', plugin=<_pytest.logging.LoggingPlugin object at 0x00000001188c16e0>>]
caller_kwargs = {'item': <AppTestMethod 'test_empty'>}, firstresult = False
def _multicall(hook_impls, caller_kwargs, firstresult=False):
"""Execute a call into multiple python functions/methods and return the
result(s).
``caller_kwargs`` comes from _HookCaller.__call__().
"""
__tracebackhide__ = True
results = []
excinfo = None
try: # run impl and wrapper setup functions in a loop
teardowns = []
try:
for hook_impl in reversed(hook_impls):
try:
args = [caller_kwargs[argname] for argname in hook_impl.argnames]
except KeyError:
for argname in hook_impl.argnames:
if argname not in caller_kwargs:
raise HookCallError(
"hook call must provide argument %r" % (argname,)
)
if hook_impl.hookwrapper:
try:
gen = hook_impl.function(*args)
next(gen) # first yield
teardowns.append(gen)
except StopIteration:
_raise_wrapfail(gen, "did not yield")
else:
res = hook_impl.function(*args)
if res is not None:
results.append(res)
if firstresult: # halt further impl calls
break
except BaseException:
excinfo = sys.exc_info()
finally:
if firstresult: # first result hooks return a single value
outcome = _Result(results[0] if results else None, excinfo)
else:
outcome = _Result(results, excinfo)
# run all wrapper post-yield blocks
for gen in reversed(teardowns):
try:
gen.send(outcome)
_raise_wrapfail(gen, "has second yield")
except StopIteration:
pass
> return outcome.get_result()
../_pytest/vendored_packages/pluggy/callers.py:208:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pluggy.callers._Result object at 0x000000012999ca68>
def get_result(self):
"""Get the result(s) for this hook call.
If the hook was marked as a ``firstresult`` only a single value
will be returned otherwise a list of results.
"""
__tracebackhide__ = True
if self._excinfo is None:
return self._result
else:
ex = self._excinfo
if _py3:
raise ex[1].with_traceback(ex[2])
> _reraise(*ex) # noqa
../_pytest/vendored_packages/pluggy/callers.py:81:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
hook_impls = [<HookImpl plugin_name='runner', plugin=<module '_pytest.runner' from '/Users/matti/build-worker-arm64/pypy-c-jit-maco...851788>>, <HookImpl plugin_name='logging-plugin', plugin=<_pytest.logging.LoggingPlugin object at 0x00000001188c16e0>>]
caller_kwargs = {'item': <AppTestMethod 'test_empty'>}, firstresult = False
def _multicall(hook_impls, caller_kwargs, firstresult=False):
"""Execute a call into multiple python functions/methods and return the
result(s).
``caller_kwargs`` comes from _HookCaller.__call__().
"""
__tracebackhide__ = True
results = []
excinfo = None
try: # run impl and wrapper setup functions in a loop
teardowns = []
try:
for hook_impl in reversed(hook_impls):
try:
args = [caller_kwargs[argname] for argname in hook_impl.argnames]
except KeyError:
for argname in hook_impl.argnames:
if argname not in caller_kwargs:
raise HookCallError(
"hook call must provide argument %r" % (argname,)
)
if hook_impl.hookwrapper:
try:
gen = hook_impl.function(*args)
next(gen) # first yield
teardowns.append(gen)
except StopIteration:
_raise_wrapfail(gen, "did not yield")
else:
> res = hook_impl.function(*args)
../_pytest/vendored_packages/pluggy/callers.py:187:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
item = <AppTestMethod 'test_empty'>
def pytest_runtest_call(item):
_update_current_test_var(item, "call")
sys.last_type, sys.last_value, sys.last_traceback = (None, None, None)
try:
> item.runtest()
../_pytest/runner.py:122:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <AppTestMethod 'test_empty'>
def runtest(self):
target = self.obj
if self.config.option.runappdirect:
> return target()
tool/pytest/apptest.py:84:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.micronumpy.test.test_arrayops.AppTestNumSupport object at 0x000000011a7c1ad0>
def test_empty(self):
from numpy import empty
import gc
for i in range(1000):
a = empty(3)
assert len(a) == 3
if not (a[0] == a[1] == a[2] == 0):
break # done
a[0] = 1.23
a[1] = 4.56
a[2] = 7.89
del a
gc.collect()
else:
raise AssertionError(
> "empty() returned a zeroed out array every time")
E AssertionError: empty() returned a zeroed out array every time
module/micronumpy/test/test_arrayops.py:26: AssertionError
=========================== short test summary info ============================
FAIL module/micronumpy/test/test_arrayops.py::AppTestNumSupport::()::test_empty
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
pypy/module/micronumpy/test/test_ndarray.py::AppTestNumArray::()::test_bool_array_index
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pypy/module/micronumpy/test/test_ndarray.py:2305: VisibleDeprecationWarning: boolean index did not match indexed array along dimension 0; dimension is 3 but corresponding boolean dimension is 1
b = a[c]
-- Docs: https://docs.pytest.org/en/latest/warnings.html
======== 1 failed, 631 passed, 15 skipped, 2 warnings in 36.51 seconds =========
++ 15:03:37 starting module/mmap/test [137 started in total]
__ module/mmap/test [137 done in total, somefailed=False] _____________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 43 items
module/mmap/test/test_mmap.py .....................s...............ss..s [ 97%]
. [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 39 passed, 4 skipped, 1 warnings in 0.50 seconds ===============
++ 15:03:38 starting module/operator/test [138 started in total]
__ module/operator/test [138 done in total, somefailed=False] _________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 18 items
module/operator/test/test_operator.py .................. [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 18 passed, 1 warnings in 0.45 seconds =====================
++ 15:03:39 starting module/parser/test [139 started in total]
__ module/parser/test [139 done in total, somefailed=False] ___________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 7 items
module/parser/test/test_parser.py ....... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 7 passed, 1 warnings in 0.42 seconds =====================
++ 15:03:40 starting module/posix/test [140 started in total]
__ module/posix/test [140 done in total, somefailed=False] ____________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 102 items
module/posix/test/test_posix2.py ....................................... [ 38%]
...................s..........ss.s........s................ [ 96%]
module/posix/test/test_posix_libfile.py .... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_tmpnam
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pypy/module/posix/test/test_posix2.py:1061: RuntimeWarning: tmpnam is a potential security risk to your program
s1 = os.tmpnam()
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pypy/module/posix/test/test_posix2.py:1062: RuntimeWarning: tmpnam is a potential security risk to your program
s2 = os.tmpnam()
pypy/module/posix/test/test_posix2.py::AppTestPosix::()::test_tempnam
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pypy/module/posix/test/test_posix2.py:1078: RuntimeWarning: tempnam is a potential security risk to your program
s1 = os.tempnam(dir, prefix)
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pypy/module/posix/test/test_posix2.py:1079: RuntimeWarning: tempnam is a potential security risk to your program
s2 = os.tempnam(dir, prefix)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 97 passed, 5 skipped, 5 warnings in 4.66 seconds ===============
++ 15:03:46 starting module/pwd/test [141 started in total]
__ module/pwd/test [141 done in total, somefailed=False] ______________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 3 items
module/pwd/test/test_pwd.py ... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 3 passed, 1 warnings in 0.44 seconds =====================
++ 15:03:47 starting module/pyexpat/test [142 started in total]
__ module/pyexpat/test [142 done in total, somefailed=False] __________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 20 items
module/pyexpat/test/test_parser.py ...s..............ss [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 17 passed, 3 skipped, 1 warnings in 0.50 seconds ===============
++ 15:03:48 starting module/pypyjit/test [143 started in total]
__ module/pypyjit/test [143 done in total, somefailed=False] __________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 15 items
module/pypyjit/test/test_jit_hook.py sssssssss [ 60%]
module/pypyjit/test/test_jit_not_in_trace.py .. [ 73%]
module/pypyjit/test/test_jit_setup.py .... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 6 passed, 9 skipped, 1 warnings in 0.48 seconds ================
++ 15:03:49 starting module/select/test [144 started in total]
__ module/select/test [144 done in total, somefailed=True] ____________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 40 items
module/select/test/test_epoll.py ssssssss [ 20%]
module/select/test/test_kqueue.py ..... [ 32%]
module/select/test/test_select.py .......................F... [100%]
=================================== FAILURES ===================================
________________ AppTestSelectWithSockets.test_read_end_closed _________________
self = <CallInfo when='call' exception: >
func = <function <lambda> at 0x00000001218679e8>, when = 'call'
treat_keyboard_interrupt_as_exception = False
def __init__(self, func, when, treat_keyboard_interrupt_as_exception=False):
#: context of invocation: one of "setup", "call",
#: "teardown", "memocollect"
self.when = when
self.start = time()
try:
> self.result = func()
../_pytest/runner.py:212:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> lambda: ihook(item=item, **kwds),
when=when,
treat_keyboard_interrupt_as_exception=item.config.getvalue("usepdb"),
)
../_pytest/runner.py:194:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <_HookCaller 'pytest_runtest_call'>, args = ()
kwargs = {'item': <AppTestMethod 'test_read_end_closed'>}, notincall = set([])
def __call__(self, *args, **kwargs):
if args:
raise TypeError("hook calling supports only keyword arguments")
assert not self.is_historic()
if self.spec and self.spec.argnames:
notincall = (
set(self.spec.argnames) - set(["__multicall__"]) - set(kwargs.keys())
)
if notincall:
warnings.warn(
"Argument(s) {} which are declared in the hookspec "
"can not be found in this hook call".format(tuple(notincall)),
stacklevel=2,
)
> return self._hookexec(self, self.get_hookimpls(), kwargs)
../_pytest/vendored_packages/pluggy/hooks.py:289:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <_pytest.config.PytestPluginManager object at 0x00000001212946b0>
hook = <_HookCaller 'pytest_runtest_call'>
methods = [<HookImpl plugin_name='runner', plugin=<module '_pytest.runner' from '/Users/matti/build-worker-arm64/pypy-c-jit-maco...8ab6e0>>, <HookImpl plugin_name='logging-plugin', plugin=<_pytest.logging.LoggingPlugin object at 0x0000000121919210>>]
kwargs = {'item': <AppTestMethod 'test_read_end_closed'>}
def _hookexec(self, hook, methods, kwargs):
# called from all hookcaller instances.
# enable_tracing will set its own wrapping function at self._inner_hookexec
> return self._inner_hookexec(hook, methods, kwargs)
../_pytest/vendored_packages/pluggy/manager.py:68:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
hook = <_HookCaller 'pytest_runtest_call'>
methods = [<HookImpl plugin_name='runner', plugin=<module '_pytest.runner' from '/Users/matti/build-worker-arm64/pypy-c-jit-maco...8ab6e0>>, <HookImpl plugin_name='logging-plugin', plugin=<_pytest.logging.LoggingPlugin object at 0x0000000121919210>>]
kwargs = {'item': <AppTestMethod 'test_read_end_closed'>}
self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
methods,
kwargs,
> firstresult=hook.spec.opts.get("firstresult") if hook.spec else False,
)
../_pytest/vendored_packages/pluggy/manager.py:62:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
hook_impls = [<HookImpl plugin_name='runner', plugin=<module '_pytest.runner' from '/Users/matti/build-worker-arm64/pypy-c-jit-maco...8ab6e0>>, <HookImpl plugin_name='logging-plugin', plugin=<_pytest.logging.LoggingPlugin object at 0x0000000121919210>>]
caller_kwargs = {'item': <AppTestMethod 'test_read_end_closed'>}
firstresult = False
def _multicall(hook_impls, caller_kwargs, firstresult=False):
"""Execute a call into multiple python functions/methods and return the
result(s).
``caller_kwargs`` comes from _HookCaller.__call__().
"""
__tracebackhide__ = True
results = []
excinfo = None
try: # run impl and wrapper setup functions in a loop
teardowns = []
try:
for hook_impl in reversed(hook_impls):
try:
args = [caller_kwargs[argname] for argname in hook_impl.argnames]
except KeyError:
for argname in hook_impl.argnames:
if argname not in caller_kwargs:
raise HookCallError(
"hook call must provide argument %r" % (argname,)
)
if hook_impl.hookwrapper:
try:
gen = hook_impl.function(*args)
next(gen) # first yield
teardowns.append(gen)
except StopIteration:
_raise_wrapfail(gen, "did not yield")
else:
res = hook_impl.function(*args)
if res is not None:
results.append(res)
if firstresult: # halt further impl calls
break
except BaseException:
excinfo = sys.exc_info()
finally:
if firstresult: # first result hooks return a single value
outcome = _Result(results[0] if results else None, excinfo)
else:
outcome = _Result(results, excinfo)
# run all wrapper post-yield blocks
for gen in reversed(teardowns):
try:
gen.send(outcome)
_raise_wrapfail(gen, "has second yield")
except StopIteration:
pass
> return outcome.get_result()
../_pytest/vendored_packages/pluggy/callers.py:208:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pluggy.callers._Result object at 0x00000001222331a0>
def get_result(self):
"""Get the result(s) for this hook call.
If the hook was marked as a ``firstresult`` only a single value
will be returned otherwise a list of results.
"""
__tracebackhide__ = True
if self._excinfo is None:
return self._result
else:
ex = self._excinfo
if _py3:
raise ex[1].with_traceback(ex[2])
> _reraise(*ex) # noqa
../_pytest/vendored_packages/pluggy/callers.py:81:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
hook_impls = [<HookImpl plugin_name='runner', plugin=<module '_pytest.runner' from '/Users/matti/build-worker-arm64/pypy-c-jit-maco...8ab6e0>>, <HookImpl plugin_name='logging-plugin', plugin=<_pytest.logging.LoggingPlugin object at 0x0000000121919210>>]
caller_kwargs = {'item': <AppTestMethod 'test_read_end_closed'>}
firstresult = False
def _multicall(hook_impls, caller_kwargs, firstresult=False):
"""Execute a call into multiple python functions/methods and return the
result(s).
``caller_kwargs`` comes from _HookCaller.__call__().
"""
__tracebackhide__ = True
results = []
excinfo = None
try: # run impl and wrapper setup functions in a loop
teardowns = []
try:
for hook_impl in reversed(hook_impls):
try:
args = [caller_kwargs[argname] for argname in hook_impl.argnames]
except KeyError:
for argname in hook_impl.argnames:
if argname not in caller_kwargs:
raise HookCallError(
"hook call must provide argument %r" % (argname,)
)
if hook_impl.hookwrapper:
try:
gen = hook_impl.function(*args)
next(gen) # first yield
teardowns.append(gen)
except StopIteration:
_raise_wrapfail(gen, "did not yield")
else:
> res = hook_impl.function(*args)
../_pytest/vendored_packages/pluggy/callers.py:187:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
item = <AppTestMethod 'test_read_end_closed'>
def pytest_runtest_call(item):
_update_current_test_var(item, "call")
sys.last_type, sys.last_value, sys.last_traceback = (None, None, None)
try:
> item.runtest()
../_pytest/runner.py:122:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <AppTestMethod 'test_read_end_closed'>
def runtest(self):
target = self.obj
if self.config.option.runappdirect:
> return target()
tool/pytest/apptest.py:84:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <pypy.module.select.test.test_select.AppTestSelectWithSockets instance at 0x00000001281cd2e0>
def test_read_end_closed(self):
"""
select.select returns elements from the "write list" (the second
parameter) when they are not writable but when the corresponding
read end has been closed. (this test currently doesn't make the
write end non-writable before testing its selectability. -exarkun)
"""
import select
readend, writeend = self.getpair()
readend.close()
try:
iwtd, owtd, ewtd = select.select([writeend], [writeend], [writeend])
> assert iwtd == owtd == [writeend]
E AssertionError
module/select/test/test_select.py:197: AssertionError
----------------------------- Captured stdout call -----------------------------
binding to port 1023:
[Errno 13] Permission denied
binding to port 20000:
[Errno 48] Address already in use
binding to port 20437:
[Errno 48] Address already in use
binding to port 20874:
[Errno 48] Address already in use
binding to port 21311:
[Errno 48] Address already in use
binding to port 21748:
[Errno 48] Address already in use
binding to port 22185:
[Errno 48] Address already in use
binding to port 22622:
[Errno 48] Address already in use
binding to port 23059:
[Errno 48] Address already in use
binding to port 23496:
=========================== short test summary info ============================
FAIL module/select/test/test_select.py::AppTestSelectWithSockets::()::test_read_end_closed
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
========== 1 failed, 31 passed, 8 skipped, 1 warnings in 3.67 seconds ==========
++ 15:03:53 starting module/signal/test [145 started in total]
__ module/signal/test [145 done in total, somefailed=False] ___________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 17 items
module/signal/test/test_signal.py ...............ss [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 15 passed, 2 skipped, 1 warnings in 7.53 seconds ===============
++ 15:04:02 starting module/struct/test [146 started in total]
__ module/struct/test [146 done in total, somefailed=False] ___________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 40 items
module/struct/test/test_struct.py ...................................... [ 95%]
.. [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 40 passed, 1 warnings in 0.49 seconds =====================
++ 15:04:03 starting module/sys/test [147 started in total]
__ module/sys/test [147 done in total, somefailed=False] ______________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 53 items
module/sys/test/test_sysmodule.py ......................s......s........ [ 71%]
....s....... [ 94%]
module/sys/test/test_version.py ... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 50 passed, 3 skipped, 1 warnings in 0.54 seconds ===============
++ 15:04:04 starting module/termios/test [148 started in total]
__ module/termios/test [148 done in total, somefailed=False] __________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 3 items
module/termios/test/test_termios.py ... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 3 passed, 1 warnings in 0.42 seconds =====================
++ 15:04:05 starting module/test_lib_pypy/test_collections.py [149 started in total]
__ module/test_lib_pypy/test_collections.py [149 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 21 items
module/test_lib_pypy/test_collections.py ..................... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 21 passed, 1 warnings in 0.44 seconds =====================
++ 15:04:06 starting module/test_lib_pypy/test_coroutine.py [150 started in total]
__ module/test_lib_pypy/test_coroutine.py [150 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items / 1 skipped
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.02 seconds =====================
++ 15:04:07 starting module/test_lib_pypy/test_curses.py [151 started in total]
__ module/test_lib_pypy/test_curses.py [151 done in total, somefailed=False] __
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 2 items
module/test_lib_pypy/test_curses.py .. [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 2 passed, 1 warnings in 0.01 seconds =====================
++ 15:04:07 starting module/test_lib_pypy/test_marshal_extra.py [152 started in total]
__ module/test_lib_pypy/test_marshal_extra.py [152 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 151 items
module/test_lib_pypy/test_marshal_extra.py ............................. [ 19%]
........................................................................ [ 66%]
.................................................. [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 151 passed, 1 warnings in 0.23 seconds ====================
++ 15:04:08 starting module/test_lib_pypy/test_md5_extra.py [153 started in total]
__ module/test_lib_pypy/test_md5_extra.py [153 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 6 items
module/test_lib_pypy/test_md5_extra.py ...... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
module/test_lib_pypy/test_md5_extra.py:6
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pypy/module/test_lib_pypy/test_md5_extra.py:6: DeprecationWarning: the md5 module is deprecated; use hashlib instead
import md5
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 6 passed, 2 warnings in 0.43 seconds =====================
++ 15:04:09 starting module/test_lib_pypy/test_msvcrt.py [154 started in total]
__ module/test_lib_pypy/test_msvcrt.py [154 done in total, somefailed=False] __
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 1 item
module/test_lib_pypy/test_msvcrt.py s [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.41 seconds =====================
++ 15:04:10 starting module/test_lib_pypy/test_os_wait.py [155 started in total]
__ module/test_lib_pypy/test_os_wait.py [155 done in total, somefailed=False] _
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 3 items
module/test_lib_pypy/test_os_wait.py ... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 3 passed, 1 warnings in 0.02 seconds =====================
++ 15:04:11 starting module/test_lib_pypy/test_pickle_extra.py [156 started in total]
__ module/test_lib_pypy/test_pickle_extra.py [156 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 1 item
module/test_lib_pypy/test_pickle_extra.py s [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.01 seconds =====================
++ 15:04:11 starting module/test_lib_pypy/test_resource.py [157 started in total]
__ module/test_lib_pypy/test_resource.py [157 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 3 items
module/test_lib_pypy/test_resource.py ... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 3 passed, 1 warnings in 0.01 seconds =====================
++ 15:04:12 starting module/test_lib_pypy/test_sha_extra.py [158 started in total]
__ module/test_lib_pypy/test_sha_extra.py [158 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 3 items
module/test_lib_pypy/test_sha_extra.py ... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 3 passed, 1 warnings in 0.47 seconds =====================
++ 15:04:13 starting module/test_lib_pypy/test_site_extra.py [159 started in total]
__ module/test_lib_pypy/test_site_extra.py [159 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 1 item
module/test_lib_pypy/test_site_extra.py . [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 1 passed, 1 warnings in 0.04 seconds =====================
++ 15:04:13 starting module/test_lib_pypy/test_stackless.py [160 started in total]
__ module/test_lib_pypy/test_stackless.py [160 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 30 items
module/test_lib_pypy/test_stackless.py .............................. [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 30 passed, 1 warnings in 0.49 seconds =====================
++ 15:04:14 starting module/test_lib_pypy/test_stackless_pickle.py [161 started in total]
__ module/test_lib_pypy/test_stackless_pickle.py [161 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 0 items / 1 skipped
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 1 skipped, 1 warnings in 0.02 seconds =====================
++ 15:04:15 starting module/test_lib_pypy/test_stackless_pickling.py [162 started in total]
__ module/test_lib_pypy/test_stackless_pickling.py [162 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 2 items
module/test_lib_pypy/test_stackless_pickling.py .. [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 2 passed, 1 warnings in 0.42 seconds =====================
++ 15:04:16 starting module/test_lib_pypy/test_structseq.py [163 started in total]
__ module/test_lib_pypy/test_structseq.py [163 done in total, somefailed=False]
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 9 items
module/test_lib_pypy/test_structseq.py ......... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
===================== 9 passed, 1 warnings in 0.40 seconds =====================
++ 15:04:17 starting module/test_lib_pypy/test_tputil.py [164 started in total]
__ module/test_lib_pypy/test_tputil.py [164 done in total, somefailed=False] __
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 7 items
module/test_lib_pypy/test_tputil.py ..s.... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 6 passed, 1 skipped, 1 warnings in 0.43 seconds ================
++ 15:04:18 starting module/thread/test [165 started in total]
__ module/thread/test [165 done in total, somefailed=False] ___________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 41 items
module/thread/test/test_fork.py ... [ 7%]
module/thread/test/test_import_lock.py .... [ 17%]
module/thread/test/test_local.py ...... [ 31%]
module/thread/test/test_lock.py ................ [ 70%]
module/thread/test/test_thread.py ............ [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 41 passed, 1 warnings in 53.34 seconds ====================
++ 15:05:17 starting module/time/test [166 started in total]
__ module/time/test [166 done in total, somefailed=False] _____________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 18 items
module/time/test/test_time.py .................. [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 18 passed, 1 warnings in 0.61 seconds =====================
++ 15:05:18 starting module/unicodedata/test [167 started in total]
__ module/unicodedata/test [167 done in total, somefailed=False] ______________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 10 items / 1 skipped
module/unicodedata/test/test_unicodedata.py .......... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 10 passed, 1 skipped, 1 warnings in 0.44 seconds ===============
++ 15:05:19 starting module/zipimport/test [168 started in total]
__ module/zipimport/test [168 done in total, somefailed=False] ________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 47 items
module/zipimport/test/test_undocumented.py ...... [ 12%]
module/zipimport/test/test_zipimport.py .................... [ 55%]
module/zipimport/test/test_zipimport_deflated.py ..................... [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
==================== 47 passed, 1 warnings in 0.59 seconds =====================
++ 15:05:20 starting module/zlib/test [169 started in total]
__ module/zlib/test [169 done in total, somefailed=False] _____________________
============================= test session starts ==============================
platform darwin -- Python 2.7.18[pypy-7.3.23-alpha], pytest-3.10.1, py-1.11.0, pluggy-0.11.0
pytest-3.10.1 from /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/pytest.pyc
rootdir: /Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build, inifile: pytest.ini
collected 30 items
module/zlib/test/test_zlib.py ........................s..s.. [100%]
=============================== warnings summary ===============================
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39
/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/_pytest/resultlog.py:39: RemovedInPytest4Warning: --result-log is deprecated and scheduled for removal in pytest 4.0.
See https://docs.pytest.org/en/latest/usage.html#creating-resultlog-format-files for more information.
_issue_config_warning(RESULT_LOG, config)
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=============== 28 passed, 2 skipped, 1 warnings in 0.48 seconds ===============
program finished with exit code 1
elapsedTime=487.785414