/buildbot/slave/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy-c -mpip install --upgrade --no-warn-script-location pip setuptools virtualenv in dir /buildbot/slave/pypy-c-jit-linux-aarch64/venv (timeout 1200 secs) watching logfiles {} argv: ['/buildbot/slave/pypy-c-jit-linux-aarch64/build/pypy/goal/pypy-c', '-mpip', 'install', '--upgrade', '--no-warn-script-location', 'pip', 'setuptools', 'virtualenv'] 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: A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support Collecting pip Downloading pip-20.3.4-py2.py3-none-any.whl (1.5 MB) Collecting setuptools Using cached setuptools-44.1.1-py2.py3-none-any.whl (583 kB) Collecting virtualenv Downloading virtualenv-20.15.1-py2.py3-none-any.whl (10.1 MB) Collecting distlib<1,>=0.3.1 Downloading distlib-0.4.3-py2.py3-none-any.whl (470 kB) Collecting filelock<4,>=3.2 Downloading filelock-3.2.1-py2.py3-none-any.whl (9.3 kB) Collecting platformdirs<3,>=2 Downloading platformdirs-2.0.2-py2.py3-none-any.whl (10 kB) Collecting six<2,>=1.9.0 Downloading six-1.17.0-py2.py3-none-any.whl (11 kB) Collecting pathlib2<3,>=2.3.3; python_version < "3.4" and sys_platform != "win32" Downloading pathlib2-2.3.7.post1-py2.py3-none-any.whl (18 kB) Collecting importlib-resources>=1.0; python_version < "3.7" Downloading importlib_resources-3.3.1-py2.py3-none-any.whl (26 kB) Collecting importlib-metadata>=0.12; python_version < "3.8" Downloading importlib_metadata-2.1.3-py2.py3-none-any.whl (10 kB) Collecting scandir; python_version < "3.5" Downloading scandir-1.10.0.tar.gz (33 kB) Collecting typing; python_version < "3.5" Downloading typing-3.10.0.0-py2-none-any.whl (26 kB) Collecting contextlib2; python_version < "3" Downloading contextlib2-0.6.0.post1-py2.py3-none-any.whl (9.8 kB) Collecting singledispatch; python_version < "3.4" Downloading singledispatch-3.7.0-py2.py3-none-any.whl (9.2 kB) Collecting zipp>=0.4; python_version < "3.8" Downloading zipp-1.2.0-py2.py3-none-any.whl (4.8 kB) Collecting configparser>=3.5; python_version < "3" Downloading configparser-4.0.2-py2.py3-none-any.whl (22 kB) Installing collected packages: pip, setuptools, distlib, filelock, platformdirs, six, scandir, typing, pathlib2, contextlib2, singledispatch, zipp, importlib-resources, configparser, importlib-metadata, virtualenv Attempting uninstall: pip Found existing installation: pip 20.0.2 Uninstalling pip-20.0.2: Successfully uninstalled pip-20.0.2 Attempting uninstall: setuptools Found existing installation: setuptools 44.0.0 Uninstalling setuptools-44.0.0: Successfully uninstalled setuptools-44.0.0 Running setup.py install for scandir: started Running setup.py install for scandir: finished with status 'done' Successfully installed configparser-4.0.2 contextlib2-0.6.0.post1 distlib-0.4.3 filelock-3.2.1 importlib-metadata-2.1.3 importlib-resources-3.3.1 pathlib2-2.3.7.post1 pip-20.3.4 platformdirs-2.0.2 scandir-1.10.0 setuptools-44.1.1 singledispatch-3.7.0 six-1.17.0 typing-3.10.0.0 virtualenv-20.15.1 zipp-1.2.0 program finished with exit code 0 elapsedTime=10.170299