pypy-venv/bin/pypy -m pytest -D ../build/pypy --junitxml=test-D.log
in dir /buildbot/slave/pypy-c-jit-linux-aarch64/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=aarch64
AUDITWHEEL_PLAT=manylinux_2_28_aarch64
AUDITWHEEL_POLICY=manylinux_2_28
BASH_FUNC__module_raw%%=() { unset _mlshdbg;
if [ "${MODULES_SILENT_SHELL_DEBUG:-0}" = '1' ]; then
case "$-" in
*v*x*)
set +vx;
_mlshdbg='vx'
;;
*v*)
set +v;
_mlshdbg='v'
;;
*x*)
set +x;
_mlshdbg='x'
;;
*)
_mlshdbg=''
;;
esac;
fi;
unset _mlre _mlIFS;
if [ -n "${IFS+x}" ]; then
_mlIFS=$IFS;
fi;
IFS=' ';
for _mlv in ${MODULES_RUN_QUARANTINE:-};
do
if [ "${_mlv}" = "${_mlv##*[!A-Za-z0-9_]}" -a "${_mlv}" = "${_mlv#[0-9]}" ]; then
if [ -n "`eval 'echo ${'$_mlv'+x}'`" ]; then
_mlre="${_mlre:-}${_mlv}_modquar='`eval 'echo ${'$_mlv'}'`' ";
fi;
_mlrv="MODULES_RUNENV_${_mlv}";
_mlre="${_mlre:-}${_mlv}='`eval 'echo ${'$_mlrv':-}'`' ";
fi;
done;
if [ -n "${_mlre:-}" ]; then
eval `eval ${_mlre} /usr/bin/tclsh /usr/share/Modules/libexec/modulecmd.tcl bash '"$@"'`;
else
eval `/usr/bin/tclsh /usr/share/Modules/libexec/modulecmd.tcl bash "$@"`;
fi;
_mlstatus=$?;
if [ -n "${_mlIFS+x}" ]; then
IFS=$_mlIFS;
else
unset IFS;
fi;
unset _mlre _mlv _mlrv _mlIFS;
if [ -n "${_mlshdbg:-}" ]; then
set -$_mlshdbg;
fi;
unset _mlshdbg;
return $_mlstatus
}
BASH_FUNC_ml%%=() { module ml "$@"
}
BASH_FUNC_module%%=() { _module_raw "$@" 2>&1
}
BASH_FUNC_scl%%=() { if [ "$1" = "load" -o "$1" = "unload" ]; then
eval "module $@";
else
/usr/bin/scl "$@";
fi
}
BASH_FUNC_switchml%%=() { typeset swfound=1;
if [ "${MODULES_USE_COMPAT_VERSION:-0}" = '1' ]; then
typeset swname='main';
if [ -e /usr/share/Modules/libexec/modulecmd.tcl ]; then
typeset swfound=0;
unset MODULES_USE_COMPAT_VERSION;
fi;
else
typeset swname='compatibility';
if [ -e /usr/share/Modules/libexec/modulecmd-compat ]; then
typeset swfound=0;
MODULES_USE_COMPAT_VERSION=1;
export MODULES_USE_COMPAT_VERSION;
fi;
fi;
if [ $swfound -eq 0 ]; then
echo "Switching to Modules $swname version";
source /usr/share/Modules/init/bash;
else
echo "Cannot switch to Modules $swname version, command not found";
return 1;
fi
}
BASH_FUNC_which%%=() { ( alias;
eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@
}
DEVTOOLSET_ROOTPATH=/opt/rh/gcc-toolset-14/root
HOME=/home/buildworker
HOSTNAME=82ca314034ca
LANG=en_US.UTF-8
LANGUAGE=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
LESSOPEN=||/usr/bin/lesspipe.sh %s
LOADEDMODULES=
MANPATH=:
MODULEPATH=/etc/scl/modulefiles:/usr/share/Modules/modulefiles:/etc/modulefiles:/usr/share/modulefiles
MODULEPATH_modshare=/usr/share/Modules/modulefiles:2:/etc/modulefiles:2:/usr/share/modulefiles:2
MODULESHOME=/usr/share/Modules
MODULES_CMD=/usr/share/Modules/libexec/modulecmd.tcl
MODULES_RUN_QUARANTINE=LD_LIBRARY_PATH LD_PRELOAD
PATH=/tmp/venv/bin:/home/buildworker/.local/bin:/home/buildworker/bin:/usr/share/Modules/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-aarch64/bin
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
PS1=(venv) [\u@\h \W]\$
PWD=/buildbot/slave/pypy-c-jit-linux-aarch64/venv
PYPY_LOCALBASE=/usr/local
PYPY_MAKE_PORTABLE=1
SHLVL=0
SSL_CERT_FILE=/opt/_internal/certs.pem
TERM=xterm
VIRTUAL_ENV=/tmp/venv
which_declare=declare -f
using PTY: False
/buildbot/slave/pypy-c-jit-linux-aarch64/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-aarch64/venv/pypy-venv/site-packages/pytest.pyc
rootdir: /buildbot/slave/pypy-c-jit-linux-aarch64/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-aarch64/venv/test-D.log -
=============================== warnings summary ===============================
pypy/interpreter/astcompiler/test/apptest_misc.py::test_warning_to_error_translation
/buildbot/slave/pypy-c-jit-linux-aarch64/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-aarch64/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-aarch64/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-aarch64/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-aarch64/build/pypy/module/_warnings/test/apptest_warnings.py:15: DeprecationWarning: some message
_warnings.warn("some message", DeprecationWarning)
/buildbot/slave/pypy-c-jit-linux-aarch64/build/pypy/module/_warnings/test/apptest_warnings.py:16: Warning: some message
_warnings.warn("some message", Warning)
/buildbot/slave/pypy-c-jit-linux-aarch64/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-aarch64/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-aarch64/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-aarch64/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-aarch64/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-aarch64/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-aarch64/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-aarch64/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 8.89 seconds ==============
program finished with exit code 0
elapsedTime=10.973339