pypy-venv/bin/pypy3 -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/pypy3', '-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
============================= test session starts ==============================
platform linux -- Python 3.11.15[pypy-8.0.0-alpha], pytest-6.2.5, py-1.11.0, pluggy-1.6.0
pytest-6.2.5 from /buildbot/slave/pypy-c-jit-linux-aarch64/venv/pypy-venv/lib/pypy3.11/site-packages/pytest/__init__.py
rootdir: /buildbot/slave/pypy-c-jit-linux-aarch64/build, configfile: pytest.ini
plugins: xdist-3.5.0, hypothesis-6.36.2
collected 2011 items
../build/pypy/interpreter/astcompiler/test/apptest_compiler.py ...... [ 0%]
../build/pypy/interpreter/astcompiler/test/apptest_exceptiongroup.py ... [ 0%]
...................... [ 1%]
../build/pypy/interpreter/astcompiler/test/apptest_misc.py ............. [ 2%]
.. [ 2%]
../build/pypy/interpreter/astcompiler/test/apptest_patma.py ............ [ 2%]
............................. [ 4%]
../build/pypy/interpreter/pyparser/test/apptest_parsestring.py ...... [ 4%]
../build/pypy/interpreter/test/apptest_annotations.py .................. [ 5%]
........ [ 5%]
../build/pypy/interpreter/test/apptest_annotations_string.py ...... [ 6%]
../build/pypy/interpreter/test/apptest_buffer.py ..... [ 6%]
../build/pypy/interpreter/test/apptest_class.py ................ [ 7%]
../build/pypy/interpreter/test/apptest_coroutine.py .................... [ 8%]
................................. [ 9%]
../build/pypy/interpreter/test/apptest_descrtypecheck.py .. [ 9%]
../build/pypy/interpreter/test/apptest_exceptions.py ........s.......... [ 10%]
....... [ 11%]
../build/pypy/interpreter/test/apptest_exctable_dis.py ......... [ 11%]
../build/pypy/interpreter/test/apptest_exec.py ......................... [ 12%]
[ 12%]
../build/pypy/interpreter/test/apptest_extcall.py ..... [ 13%]
../build/pypy/interpreter/test/apptest_function.py ..................... [ 14%]
................s..................................................... [ 17%]
../build/pypy/interpreter/test/apptest_generator.py .................... [ 18%]
............................................... [ 21%]
../build/pypy/interpreter/test/apptest_nestedscope.py .................. [ 21%]
[ 21%]
../build/pypy/interpreter/test/apptest_pycode.py .... [ 22%]
../build/pypy/interpreter/test/apptest_pyframe.py ...................... [ 23%]
.......................................... [ 25%]
../build/pypy/interpreter/test/apptest_raise.py ........................ [ 26%]
.............................. [ 28%]
../build/pypy/interpreter/test/apptest_settrace_jump.py . [ 28%]
../build/pypy/interpreter/test/apptest_sys_settrace.py ................. [ 28%]
........................................................................ [ 32%]
..................................................... [ 35%]
../build/pypy/interpreter/test/apptest_traceback.py ........ [ 35%]
../build/pypy/interpreter/test/apptest_unraisable.py .... [ 35%]
../build/pypy/interpreter/test/apptest_with_leak.py ......... [ 36%]
../build/pypy/module/__builtin__/test/apptest_compile.py ............... [ 36%]
...... [ 37%]
../build/pypy/module/__builtin__/test/apptest_descriptor.py ..... [ 37%]
../build/pypy/module/__builtin__/test/apptest_operator.py ... [ 37%]
../build/pypy/module/__builtin__/test/apptest_print.py ... [ 37%]
../build/pypy/module/__pypy__/test/apptest_picklebuffer.py ...... [ 38%]
../build/pypy/module/_abc/test/apptest_abc.py ... [ 38%]
../build/pypy/module/_ast/test/apptest_ast.py ... [ 38%]
../build/pypy/module/_codecs/test/apptest_codecs.py .. [ 38%]
../build/pypy/module/_collections/test/apptest_defaultdict.py .......... [ 38%]
.... [ 39%]
../build/pypy/module/_collections/test/apptest_deque.py ................ [ 39%]
.......................... [ 41%]
../build/pypy/module/_collections/test/apptest_ordereddict.py .......... [ 41%]
[ 41%]
../build/pypy/module/_io/test/apptest_bufferedio.py . [ 41%]
../build/pypy/module/_io/test/apptest_bytesio.py ................. [ 42%]
../build/pypy/module/_io/test/apptest_io.py ............................ [ 44%]
............... [ 44%]
../build/pypy/module/_io/test/apptest_stringio.py ...................... [ 45%]
..... [ 46%]
../build/pypy/module/_io/test/apptest_textio.py ........................ [ 47%]
......s................. [ 48%]
../build/pypy/module/_multibytecodec/test/apptest_codecs.py ............ [ 49%]
....... [ 49%]
../build/pypy/module/_multibytecodec/test/apptest_incremental.py ....... [ 49%]
............. [ 50%]
../build/pypy/module/_multibytecodec/test/apptest_stream.py ..... [ 50%]
../build/pypy/module/_opcode/test/apptest_opcode.py ..... [ 50%]
../build/pypy/module/_pickle/test/apptest_optional_frames.py .. [ 51%]
../build/pypy/module/_pickle/test/apptest_pickle.py .................... [ 52%]
...........................................s... [ 54%]
../build/pypy/module/_pickle/test/apptest_pypy_extensions.py ........... [ 54%]
................ [ 55%]
../build/pypy/module/_pickle_support/test/apptest__pickle_support.py . [ 55%]
../build/pypy/module/_posixsubprocess/test/apptest_subprocess.py ....... [ 56%]
.. [ 56%]
../build/pypy/module/_pypyjson/test/apptest__pypyjson.py ........ [ 56%]
../build/pypy/module/_rawffi/test/apptest_rawffi.py . [ 56%]
../build/pypy/module/_socket/test/apptest_socket.py .................... [ 57%]
.ss..................s................F... [ 59%]
../build/pypy/module/_sre/test/apptest_sre.py .......................... [ 61%]
........................................ [ 63%]
../build/pypy/module/_warnings/test/apptest_warnings.py ........s.s..... [ 63%]
[ 63%]
../build/pypy/module/_weakref/test/apptest_weakref.py .................. [ 64%]
......................... [ 65%]
../build/pypy/module/array/test/apptest_array.py ... [ 66%]
../build/pypy/module/atexit/test/apptest_atexit.py .. [ 66%]
../build/pypy/module/bz2/test/apptest_bz2_compdecomp.py .s... [ 66%]
../build/pypy/module/exceptions/test/apptest_exceptions.py ............. [ 67%]
........................................ [ 69%]
../build/pypy/module/itertools/test/apptest_itertools.py .... [ 69%]
../build/pypy/module/marshal/test/apptest_marshal.py ................... [ 70%]
............................ [ 71%]
../build/pypy/module/math/test/apptest_math.py ............ [ 72%]
../build/pypy/module/posix/test/apptest_posix.py .... [ 72%]
../build/pypy/module/pyexpat/test/apptest_pyexpat.py ... [ 72%]
../build/pypy/module/signal/test/apptest_signal.py . [ 72%]
../build/pypy/module/struct/test/apptest_struct.py ..................... [ 73%]
..................... [ 74%]
../build/pypy/module/struct/test/apptest_structbuffer.py .. [ 74%]
../build/pypy/module/sys/test/apptest_audit.py ......... [ 75%]
../build/pypy/module/sys/test/apptest_initpath.py . [ 75%]
../build/pypy/module/sys/test/apptest_sys.py . [ 75%]
../build/pypy/module/time/test/apptest_time.py ........................s [ 76%]
................ [ 77%]
../build/pypy/module/token/test/apptest_token.py ........ [ 77%]
../build/pypy/module/zipimport/test/apptest_zipimport.py . [ 77%]
../build/pypy/objspace/std/test/apptest_boolobject.py ......... [ 78%]
../build/pypy/objspace/std/test/apptest_callmethod.py .......... [ 78%]
../build/pypy/objspace/std/test/apptest_complexobject.py ............... [ 79%]
..................... [ 80%]
../build/pypy/objspace/std/test/apptest_contains.py .. [ 80%]
../build/pypy/objspace/std/test/apptest_fstring.py ..................... [ 81%]
[ 81%]
../build/pypy/objspace/std/test/apptest_instmethobject.py ..... [ 81%]
../build/pypy/objspace/std/test/apptest_iterobject.py .................. [ 82%]
... [ 83%]
../build/pypy/objspace/std/test/apptest_memoryobject.py ........ [ 83%]
../build/pypy/objspace/std/test/apptest_operation.py . [ 83%]
../build/pypy/objspace/std/test/apptest_specializedtuple.py ............ [ 84%]
............ [ 84%]
../build/pypy/objspace/std/test/apptest_stringformat.py ................ [ 85%]
.s......s..................s........................ [ 88%]
../build/pypy/objspace/std/test/apptest_tuple.py ....................... [ 89%]
. [ 89%]
../build/pypy/objspace/std/test/apptest_typeobjject.py ........ [ 89%]
../build/pypy/objspace/std/test/apptest_unicode.py ..................... [ 90%]
......s................................................................. [ 94%]
......................... [ 95%]
../build/pypy/objspace/std/test/apptest_userobject.py .................. [ 96%]
...... [ 96%]
../build/pypy/objspace/test/apptest_binop_overriding.py . [ 96%]
../build/pypy/objspace/test/apptest_descriptor.py ....s.... [ 97%]
../build/pypy/objspace/test/apptest_descroperation.py ................s. [ 98%]
..................................... [ 99%]
../build/pypy/tool/pytest/fake_pytest/test/apptest_fake_pytest.py . [100%]
=================================== FAILURES ===================================
_____________________________ test_create_qipcrtr ______________________________
def test_create_qipcrtr():
import _socket
if not hasattr(_socket, 'AF_QIPCRTR'):
pytest.skip('No AF_QIPCRTR on this platform')
try:
> sock = _socket.socket(_socket.AF_QIPCRTR, _socket.SOCK_DGRAM)
E OSError: [Errno 97] Address family not supported by protocol
../build/pypy/module/_socket/test/apptest_socket.py:887: OSError
During handling of the above exception, another exception occurred:
def test_create_qipcrtr():
import _socket
if not hasattr(_socket, 'AF_QIPCRTR'):
pytest.skip('No AF_QIPCRTR on this platform')
try:
sock = _socket.socket(_socket.AF_QIPCRTR, _socket.SOCK_DGRAM)
assert sock.getsockname()[1] == 0
sock.bind((sock.getsockname()[0], 0))
assert sock.getsockname()[1] != 0
finally:
> sock.close()
E UnboundLocalError: local variable 'sock' referenced before assignment
../build/pypy/module/_socket/test/apptest_socket.py:892: UnboundLocalError
=============================== warnings summary ===============================
../build/pypy/objspace/std/test/apptest_unicode.py:650
/buildbot/slave/pypy-c-jit-linux-aarch64/build/pypy/objspace/std/test/apptest_unicode.py:650: DeprecationWarning: invalid escape sequence '\?'
('\?', b'+AFw?'),
pypy/module/_sre/test/apptest_sre.py::test_magic
/buildbot/slave/pypy-c-jit-linux-aarch64/build/pypy/module/_sre/test/apptest_sre.py:54: DeprecationWarning: module 'sre_constants' is deprecated
import _sre, sre_constants
pypy/module/_sre/test/apptest_sre.py::test_no_pattern
/buildbot/slave/pypy-c-jit-linux-aarch64/build/pypy/module/_sre/test/apptest_sre.py:271: DeprecationWarning: module 'sre_compile' is deprecated
import sre_compile, sre_parse
pypy/module/_sre/test/apptest_sre.py::test_no_pattern
/buildbot/slave/pypy-c-jit-linux-aarch64/build/pypy/module/_sre/test/apptest_sre.py:271: DeprecationWarning: module 'sre_parse' is deprecated
import sre_compile, sre_parse
pypy/module/_warnings/test/apptest_warnings.py::test_defaults
/buildbot/slave/pypy-c-jit-linux-aarch64/build/pypy/module/_warnings/test/apptest_warnings.py:20: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import pkg_resources
pypy/module/_weakref/test/apptest_weakref.py::test_buggy_case
/buildbot/slave/pypy-c-jit-linux-aarch64/venv/pypy-venv/lib/pypy3.11/site-packages/_pytest/unraisableexception.py:78: PytestUnraisableExceptionWarning: : <function test_buggy_case.<locals>.A.__del__ at 0x0000000011884320>
TypeError: test_buggy_case.<locals>.A.__del__() takes 0 positional arguments but 1 was given
warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))
pypy/module/_weakref/test/apptest_weakref.py::test_callback_raises
/buildbot/slave/pypy-c-jit-linux-aarch64/venv/pypy-venv/lib/pypy3.11/site-packages/_pytest/unraisableexception.py:78: PytestUnraisableExceptionWarning: Exception ignored in: weakref callback : <function test_callback_raises.<locals>.callback at 0x00000000118535e0>
Traceback (most recent call last):
File "/buildbot/slave/pypy-c-jit-linux-aarch64/build/pypy/module/_weakref/test/apptest_weakref.py", line 498, in callback
explode
NameError: name 'explode' is not defined
warnings.warn(pytest.PytestUnraisableExceptionWarning(msg))
-- Docs: https://docs.pytest.org/en/stable/warnings.html
- generated xml file: /buildbot/slave/pypy-c-jit-linux-aarch64/venv/test-D.log -
=========================== short test summary info ============================
FAILED ../build/pypy/module/_socket/test/apptest_socket.py::test_create_qipcrtr
=========== 1 failed, 1993 passed, 17 skipped, 7 warnings in 50.58s ============
program finished with exit code 1
elapsedTime=53.099758