pypy-venv/bin/pypy3 -m pip install --no-warn-script-location -r ../build/extra_tests/requirements.txt
in dir /buildbot/slave/pypy-c-jit-linux-aarch64/venv (timeout 1200 secs)
watching logfiles {}
argv: ['pypy-venv/bin/pypy3', '-m', 'pip', 'install', '--no-warn-script-location', '-r', '../build/extra_tests/requirements.txt']
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
Ignoring vmprof: markers 'platform_python_implementation == "pypy"' don't match your environment
Collecting pytest<=6.2.5 (from -r ../build/extra_tests/requirements.txt (line 1))
Downloading pytest-6.2.5-py3-none-any.whl.metadata (7.5 kB)
Collecting setuptools<70.1 (from -r ../build/extra_tests/requirements.txt (line 2))
Downloading setuptools-70.0.0-py3-none-any.whl.metadata (5.9 kB)
Collecting hypothesis<6.37.0 (from -r ../build/extra_tests/requirements.txt (line 4))
Downloading hypothesis-6.36.2-py3-none-any.whl.metadata (6.0 kB)
Collecting filelock (from -r ../build/extra_tests/requirements.txt (line 6))
Using cached filelock-3.32.0-py3-none-any.whl.metadata (2.0 kB)
Collecting pexpect (from -r ../build/extra_tests/requirements.txt (line 7))
Downloading pexpect-4.9.0-py2.py3-none-any.whl.metadata (2.5 kB)
Collecting pytest-xdist (from -r ../build/extra_tests/requirements.txt (line 10))
Downloading pytest_xdist-3.8.0-py3-none-any.whl.metadata (3.0 kB)
Collecting attrs>=19.2.0 (from pytest<=6.2.5->-r ../build/extra_tests/requirements.txt (line 1))
Downloading attrs-26.1.0-py3-none-any.whl.metadata (8.8 kB)
Collecting iniconfig (from pytest<=6.2.5->-r ../build/extra_tests/requirements.txt (line 1))
Downloading iniconfig-2.3.0-py3-none-any.whl.metadata (2.5 kB)
Collecting packaging (from pytest<=6.2.5->-r ../build/extra_tests/requirements.txt (line 1))
Downloading packaging-26.2-py3-none-any.whl.metadata (3.5 kB)
Collecting pluggy<2.0,>=0.12 (from pytest<=6.2.5->-r ../build/extra_tests/requirements.txt (line 1))
Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
Collecting py>=1.8.2 (from pytest<=6.2.5->-r ../build/extra_tests/requirements.txt (line 1))
Downloading py-1.11.0-py2.py3-none-any.whl.metadata (2.8 kB)
Collecting toml (from pytest<=6.2.5->-r ../build/extra_tests/requirements.txt (line 1))
Downloading toml-0.10.2-py2.py3-none-any.whl.metadata (7.1 kB)
Collecting sortedcontainers<3.0.0,>=2.1.0 (from hypothesis<6.37.0->-r ../build/extra_tests/requirements.txt (line 4))
Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB)
Collecting ptyprocess>=0.5 (from pexpect->-r ../build/extra_tests/requirements.txt (line 7))
Downloading ptyprocess-0.7.0-py2.py3-none-any.whl.metadata (1.3 kB)
Collecting execnet>=2.1 (from pytest-xdist->-r ../build/extra_tests/requirements.txt (line 10))
Downloading execnet-2.1.2-py3-none-any.whl.metadata (2.9 kB)
INFO: pip is looking at multiple versions of pytest-xdist to determine which version is compatible with other requirements. This could take a while.
Collecting pytest-xdist (from -r ../build/extra_tests/requirements.txt (line 10))
Downloading pytest_xdist-3.7.0-py3-none-any.whl.metadata (3.0 kB)
Downloading pytest_xdist-3.6.1-py3-none-any.whl.metadata (4.3 kB)
Downloading pytest_xdist-3.5.0-py3-none-any.whl.metadata (3.1 kB)
Downloading pytest-6.2.5-py3-none-any.whl (280 kB)
Downloading setuptools-70.0.0-py3-none-any.whl (863 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 863.4/863.4 kB 40.2 MB/s 0:00:00
Downloading hypothesis-6.36.2-py3-none-any.whl (376 kB)
Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB)
Using cached filelock-3.32.0-py3-none-any.whl (97 kB)
Downloading pexpect-4.9.0-py2.py3-none-any.whl (63 kB)
Downloading pytest_xdist-3.5.0-py3-none-any.whl (42 kB)
Downloading attrs-26.1.0-py3-none-any.whl (67 kB)
Downloading execnet-2.1.2-py3-none-any.whl (40 kB)
Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
Downloading py-1.11.0-py2.py3-none-any.whl (98 kB)
Downloading iniconfig-2.3.0-py3-none-any.whl (7.5 kB)
Downloading packaging-26.2-py3-none-any.whl (100 kB)
Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB)
Installing collected packages: sortedcontainers, ptyprocess, toml, setuptools, py, pluggy, pexpect, packaging, iniconfig, filelock, execnet, attrs, pytest, hypothesis, pytest-xdist
Attempting uninstall: setuptools
Found existing installation: setuptools 83.0.0
Uninstalling setuptools-83.0.0:
Successfully uninstalled setuptools-83.0.0
Successfully installed attrs-26.1.0 execnet-2.1.2 filelock-3.32.0 hypothesis-6.36.2 iniconfig-2.3.0 packaging-26.2 pexpect-4.9.0 pluggy-1.6.0 ptyprocess-0.7.0 py-1.11.0 pytest-6.2.5 pytest-xdist-3.5.0 setuptools-70.0.0 sortedcontainers-2.4.0 toml-0.10.2
program finished with exit code 0
elapsedTime=8.226608