pypy-venv/bin/pypy -m pytest -D ../build/pypy --junitxml=test-D.log
in dir /buildbot/slave/pypy-c-jit-linux-x86-32/venv (timeout 1200 secs)
watching logfiles {'pytestLog': 'test-D.log'}
argv: ['pypy-venv/bin/pypy', '-m', 'pytest', '-D', '../build/pypy', '--junitxml=test-D.log']
environment:
AUDITWHEEL_ARCH=i686
AUDITWHEEL_PLAT=manylinux_2_28_i686
AUDITWHEEL_POLICY=manylinux_2_28
DEVTOOLSET_ROOTPATH=/opt/rh/gcc-toolset-14/root
HGDEMANDIMPORT=disable
HOME=/home/buildworker
HOSTNAME=Debian-trixie-latest-amd64-base
LANG=en_US.UTF-8
LANGUAGE=en_US.UTF-8
LC_ALL=en_US.UTF-8
LD_LIBRARY_PATH=/usr/local/lib:/opt/rh/gcc-toolset-14/root/usr/lib64:/opt/rh/gcc-toolset-14/root/usr/lib:/opt/rh/gcc-toolset-14/root/usr/lib64/dyninst:/opt/rh/gcc-toolset-14/root/usr/lib/dyninst
OLDPWD=/buildbot/slave
PATH=/tmp/venv/bin:/opt/clang/bin:/opt/rh/gcc-toolset-14/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/pypy2.7-v7.3.22-linux32/bin
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
PS1=(venv)
PWD=/buildbot/slave/pypy-c-jit-linux-x86-32/venv
PYPY_LOCALBASE=/usr/local
PYPY_MAKE_PORTABLE=1
SHLVL=1
SSL_CERT_FILE=/opt/_internal/certs.pem
VIRTUAL_ENV=/tmp/venv
container=podman
using PTY: False
/buildbot/slave/pypy-c-jit-linux-x86-32/venv/pypy-venv/site-packages/hypothesis/extra/pytestplugin.py:61: HypothesisWarning:
You are using Pytest version 4.0.0. Hypothesis tests work with any test
runner, but our Pytest plugin requires Pytest 4.3 or newer.
Note that the Pytest developers no longer support this version either!
Disabling the Hypothesis pytest plugin...
warnings.warn(PYTEST_TOO_OLD_MESSAGE % (pytest.__version__,), HypothesisWarning)
============================= test session starts ==============================
platform linux2 -- Python 2.7.18[pypy-8.0.0-alpha], pytest-4.0.0, py-1.11.0, pluggy-0.13.1
pytest-4.0.0 from /buildbot/slave/pypy-c-jit-linux-x86-32/venv/pypy-venv/site-packages/pytest.pyc
rootdir: /buildbot/slave/pypy-c-jit-linux-x86-32/build, inifile: pytest.ini
plugins: hypothesis-4.57.1
collected 558 items
../build/pypy/interpreter/astcompiler/test/apptest_misc.py . [ 0%]
../build/pypy/interpreter/test/apptest_class.py ............... [ 2%]
../build/pypy/interpreter/test/apptest_exec.py ......................... [ 7%]
... [ 7%]
../build/pypy/interpreter/test/apptest_function.py ..................... [ 11%]
...s.............................. [ 17%]
../build/pypy/interpreter/test/apptest_generator.py .................... [ 21%]
.............. [ 23%]
../build/pypy/interpreter/test/apptest_nestedscope.py ............. [ 26%]
../build/pypy/interpreter/test/apptest_pyframe.py ...................... [ 30%]
....... [ 31%]
../build/pypy/interpreter/test/apptest_raise.py ..................... [ 35%]
../build/pypy/module/__builtin__/test/apptest_compile.py ........ [ 36%]
../build/pypy/module/_collections/test/apptest_defaultdict.py ......... [ 38%]
../build/pypy/module/_collections/test/apptest_deque.py ................ [ 41%]
.......... [ 42%]
../build/pypy/module/_io/test/apptest_bytesio.py ............ [ 44%]
../build/pypy/module/_io/test/apptest_io.py ............................ [ 50%]
.... [ 50%]
../build/pypy/module/_io/test/apptest_stringio.py ...................... [ 54%]
... [ 55%]
../build/pypy/module/_io/test/apptest_textio.py ........................ [ 59%]
... [ 60%]
../build/pypy/module/_rawffi/test/apptest_rawffi.py . [ 60%]
../build/pypy/module/_warnings/test/apptest_warnings.py ........... [ 62%]
../build/pypy/module/sys/test/apptest_initpath.py . [ 62%]
../build/pypy/module/token/test/apptest_token.py ... [ 62%]
../build/pypy/objspace/std/test/apptest_boolobject.py ........ [ 64%]
../build/pypy/objspace/std/test/apptest_bufferobject.py ............... [ 67%]
../build/pypy/objspace/std/test/apptest_callmethod.py ........ [ 68%]
../build/pypy/objspace/std/test/apptest_complexobject.py ............... [ 71%]
................ [ 74%]
../build/pypy/objspace/std/test/apptest_instmethobject.py ..... [ 74%]
../build/pypy/objspace/std/test/apptest_iterobject.py .............. [ 77%]
../build/pypy/objspace/std/test/apptest_operation.py ... [ 77%]
../build/pypy/objspace/std/test/apptest_stringformat.py ...............s [ 80%]
.......s...................s........ [ 87%]
../build/pypy/objspace/std/test/apptest_userobject.py .................. [ 90%]
.... [ 91%]
../build/pypy/objspace/test/apptest_binop_overriding.py . [ 91%]
../build/pypy/objspace/test/apptest_descriptor.py ........ [ 92%]
../build/pypy/objspace/test/apptest_descroperation.py ............s..... [ 96%]
..................... [ 99%]
../build/pypy/tool/pytest/fake_pytest/test/apptest_fake_pytest.py . [100%]
- generated xml file: /buildbot/slave/pypy-c-jit-linux-x86-32/venv/test-D.log --
=============================== warnings summary ===============================
pypy/interpreter/astcompiler/test/apptest_misc.py::test_warning_to_error_translation
/buildbot/slave/pypy-c-jit-linux-x86-32/build/pypy/interpreter/astcompiler/test/apptest_misc.py:18: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
assert err.message is not None
pypy/interpreter/test/apptest_exec.py::test_import_star_shadows_global
<string>:3: SyntaxWarning: import * only allowed at module level
pypy/interpreter/test/apptest_exec.py::test_import_global_takes_precendence
<string>:4: SyntaxWarning: import * only allowed at module level
pypy/interpreter/test/apptest_function.py::test_kwargs_nondict_mapping
/buildbot/slave/pypy-c-jit-linux-x86-32/build/pypy/interpreter/test/apptest_function.py:214: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
assert excinfo.value.message == (
pypy/interpreter/test/apptest_function.py::test_call_error_message
/buildbot/slave/pypy-c-jit-linux-x86-32/build/pypy/interpreter/test/apptest_function.py:310: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
assert "len() takes exactly 1 argument (0 given)" in e.message
/buildbot/slave/pypy-c-jit-linux-x86-32/build/pypy/interpreter/test/apptest_function.py:317: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
assert "len() takes exactly 1 argument (2 given)" in e.message
pypy/module/_warnings/test/apptest_warnings.py::test_warn
/buildbot/slave/pypy-c-jit-linux-x86-32/build/pypy/module/_warnings/test/apptest_warnings.py:15: DeprecationWarning: some message
_warnings.warn("some message", DeprecationWarning)
/buildbot/slave/pypy-c-jit-linux-x86-32/build/pypy/module/_warnings/test/apptest_warnings.py:16: Warning: some message
_warnings.warn("some message", Warning)
/buildbot/slave/pypy-c-jit-linux-x86-32/build/pypy/module/_warnings/test/apptest_warnings.py:17: Warning: ('some message', 1)
_warnings.warn(("some message",1), Warning)
pypy/module/_warnings/test/apptest_warnings.py::test_warn_explicit
<string>:1: DeprecationWarning: some message
<string>:1: Warning: some message
pypy/module/_warnings/test/apptest_warnings.py::test_filename_none
test.py:78: UserWarning: test
apptest_warnings:80: UserWarning: test
pypy/module/_warnings/test/apptest_warnings.py::test_issue31285
bar:1: UserWarning: eggs
pypy/objspace/std/test/apptest_complexobject.py::test_floordiv
/buildbot/slave/pypy-c-jit-linux-x86-32/build/pypy/objspace/std/test/apptest_complexobject.py:80: DeprecationWarning: complex divmod(), // and % are deprecated
assert almost_equal(complex.__floordiv__(3+0j, 1.5+0j), 2)
/buildbot/slave/pypy-c-jit-linux-x86-32/venv/pypy-venv/site-packages/_pytest/python_api.py:691: DeprecationWarning: complex divmod(), // and % are deprecated
func(*args[1:], **kwargs)
pypy/objspace/std/test/apptest_complexobject.py::test_mod
/buildbot/slave/pypy-c-jit-linux-x86-32/venv/pypy-venv/site-packages/_pytest/python_api.py:691: DeprecationWarning: complex divmod(), // and % are deprecated
func(*args[1:], **kwargs)
/buildbot/slave/pypy-c-jit-linux-x86-32/build/pypy/objspace/std/test/apptest_complexobject.py:1: DeprecationWarning: complex divmod(), // and % are deprecated
# spaceconfig = {"usemodules" : ["binascii", "time", "struct"]}
pypy/objspace/std/test/apptest_complexobject.py::test_divmod
/buildbot/slave/pypy-c-jit-linux-x86-32/venv/pypy-venv/site-packages/_pytest/python_api.py:691: DeprecationWarning: complex divmod(), // and % are deprecated
func(*args[1:], **kwargs)
pypy/objspace/std/test/apptest_complexobject.py::test_error_messages
/buildbot/slave/pypy-c-jit-linux-x86-32/venv/pypy-venv/site-packages/_pytest/_code/source.py:163: DeprecationWarning: complex divmod(), // and % are deprecated
co = compile(source, filename, mode, flag)
/buildbot/slave/pypy-c-jit-linux-x86-32/build/pypy/objspace/std/test/apptest_complexobject.py:1: DeprecationWarning: complex divmod(), // and % are deprecated
# spaceconfig = {"usemodules" : ["binascii", "time", "struct"]}
-- Docs: https://docs.pytest.org/en/latest/warnings.html
============== 553 passed, 5 skipped, 21 warnings in 4.97 seconds ==============
program finished with exit code 0
elapsedTime=6.653074