pypy-venv/bin/pypy -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/pypy', '-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 DEPRECATION: pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. Collecting pytest<=4.0 Downloading pytest-4.0.0-py2.py3-none-any.whl (217 kB) Collecting hypothesis Downloading hypothesis-4.57.1.tar.gz (233 kB) Collecting vmprof Downloading vmprof-0.4.18.1.tar.gz (293 kB) Collecting py>=1.5.0 Downloading py-1.11.0-py2.py3-none-any.whl (98 kB) Collecting six>=1.10.0 Using cached six-1.17.0-py2.py3-none-any.whl (11 kB) Requirement already satisfied: setuptools in ./pypy-venv/site-packages (from pytest<=4.0->-r ../build/extra_tests/requirements.txt (line 1)) (44.1.1) Collecting attrs>=17.4.0 Downloading attrs-21.4.0-py2.py3-none-any.whl (60 kB) Collecting more-itertools>=4.0.0 Downloading more_itertools-5.0.0-py2-none-any.whl (52 kB) Collecting atomicwrites>=1.0 Downloading atomicwrites-1.4.1.tar.gz (14 kB) Collecting pluggy>=0.7 Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB) Collecting funcsigs; python_version < "3.0" Downloading funcsigs-1.0.2-py2.py3-none-any.whl (17 kB) Collecting pathlib2>=2.2.0; python_version < "3.6" Using cached pathlib2-2.3.7.post1-py2.py3-none-any.whl (18 kB) Collecting sortedcontainers<3.0.0,>=2.1.0 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) Collecting enum34 Downloading enum34-1.1.10-py2-none-any.whl (11 kB) Collecting requests Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB) Collecting pytz Downloading pytz-2026.2-py2.py3-none-any.whl (510 kB) Collecting colorama Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) Collecting backports.shutil_which Downloading backports.shutil_which-3.5.2-py2.py3-none-any.whl (2.7 kB) Collecting importlib-metadata>=0.12; python_version < "3.8" Using cached importlib_metadata-2.1.3-py2.py3-none-any.whl (10 kB) Collecting scandir; python_version < "3.5" Using cached scandir-1.10.0.tar.gz (33 kB) Collecting typing; python_version < "3.5" Using cached typing-3.10.0.0-py2-none-any.whl (26 kB) Collecting urllib3<1.27,>=1.21.1 Downloading urllib3-1.26.20-py2.py3-none-any.whl (144 kB) Collecting certifi>=2017.4.17 Downloading certifi-2021.10.8-py2.py3-none-any.whl (149 kB) Collecting chardet<5,>=3.0.2; python_version < "3" Downloading chardet-4.0.0-py2.py3-none-any.whl (178 kB) Collecting idna<3,>=2.5; python_version < "3" Downloading idna-2.10-py2.py3-none-any.whl (58 kB) Collecting zipp>=0.5 Using cached zipp-1.2.0-py2.py3-none-any.whl (4.8 kB) Collecting contextlib2; python_version < "3" Using cached contextlib2-0.6.0.post1-py2.py3-none-any.whl (9.8 kB) Collecting configparser>=3.5; python_version < "3" Using cached configparser-4.0.2-py2.py3-none-any.whl (22 kB) Building wheels for collected packages: hypothesis, vmprof, atomicwrites, scandir Building wheel for hypothesis (setup.py): started Building wheel for hypothesis (setup.py): finished with status 'done' Created wheel for hypothesis: filename=hypothesis-4.57.1-py2-none-any.whl size=297408 sha256=7318638190bc03a9b35b6ae1fde34db0ed3d85aa4845201b53c223df920ae617 Stored in directory: /home/buildworker/.cache/pip/wheels/81/1b/e4/4b736d87747edc27f5b1c34cbd6c1744d528181ae6dd1b5d30 Building wheel for vmprof (setup.py): started Building wheel for vmprof (setup.py): finished with status 'done' Created wheel for vmprof: filename=vmprof-0.4.18.1-py2-none-any.whl size=36158 sha256=c0be33b7b0f8bb52edee5dd343fbca4424b7f530b6057769d4f19bf34bb9c0c1 Stored in directory: /home/buildworker/.cache/pip/wheels/69/72/3c/c4a7022044be2c56f4d6d31adf85a2021c3c151e134e2020d9 Building wheel for atomicwrites (setup.py): started Building wheel for atomicwrites (setup.py): finished with status 'done' Created wheel for atomicwrites: filename=atomicwrites-1.4.1-py2.py3-none-any.whl size=6945 sha256=7016c4621bbeddc08d67d5ba65b0e6a2dc5dafeb020e800815b15a55a0ee0364 Stored in directory: /home/buildworker/.cache/pip/wheels/eb/41/2e/21f650feef013506dbee3bbd1d55beee2bc50670bed8a07b4b Building wheel for scandir (setup.py): started Building wheel for scandir (setup.py): finished with status 'done' Created wheel for scandir: filename=scandir-1.10.0-pp27-pypy_80-linux_aarch64.whl size=21451 sha256=f54c5ef05879bbb974d60b628ce8cd27f08947fe1ec1e40bab9297b08009b125 Stored in directory: /home/buildworker/.cache/pip/wheels/c1/c8/97/fde533622b51b8c0b2c985b96990116d9e66c9ba33375e7080 Successfully built hypothesis vmprof atomicwrites scandir Installing collected packages: py, six, attrs, more-itertools, atomicwrites, contextlib2, zipp, scandir, typing, pathlib2, configparser, importlib-metadata, pluggy, funcsigs, pytest, sortedcontainers, enum34, hypothesis, urllib3, certifi, chardet, idna, requests, pytz, colorama, backports.shutil-which, vmprof Successfully installed atomicwrites-1.4.1 attrs-21.4.0 backports.shutil-which-3.5.2 certifi-2021.10.8 chardet-4.0.0 colorama-0.4.6 configparser-4.0.2 contextlib2-0.6.0.post1 enum34-1.1.10 funcsigs-1.0.2 hypothesis-4.57.1 idna-2.10 importlib-metadata-2.1.3 more-itertools-5.0.0 pathlib2-2.3.7.post1 pluggy-0.13.1 py-1.11.0 pytest-4.0.0 pytz-2026.2 requests-2.27.1 scandir-1.10.0 six-1.17.0 sortedcontainers-2.4.0 typing-3.10.0.0 urllib3-1.26.20 vmprof-0.4.18.1 zipp-1.2.0 program finished with exit code 0 elapsedTime=14.934060