python3 -c 'import glob, os, subprocess, sys
print("cwd:", os.getcwd())
print("cwd contents:", sorted(os.listdir(".")))
venv_dir = "venv"
if os.path.isdir(venv_dir):
print("venv/ contents:", sorted(os.listdir(venv_dir)))
else:
print("venv/ directory does not exist")
scripts = sorted(glob.glob("patch_*_pypy.py"))
print("Applying patches:", scripts)
for f in scripts:
subprocess.check_call([sys.executable, f])
'
in dir /buildbot/slave/jit-benchmark2-linux-x86-64/. (timeout 1200 secs)
watching logfiles {}
argv: ['python3', '-c', 'import glob, os, subprocess, sys\nprint("cwd:", os.getcwd())\nprint("cwd contents:", sorted(os.listdir(".")))\nvenv_dir = "venv"\nif os.path.isdir(venv_dir):\n print("venv/ contents:", sorted(os.listdir(venv_dir)))\nelse:\n print("venv/ directory does not exist")\nscripts = sorted(glob.glob("patch_*_pypy.py"))\nprint("Applying patches:", scripts)\nfor f in scripts:\n subprocess.check_call([sys.executable, f])\n']
environment:
AUDITWHEEL_ARCH=x86_64
AUDITWHEEL_PLAT=manylinux_2_28_x86_64
AUDITWHEEL_POLICY=manylinux_2_28
DEVTOOLSET_ROOTPATH=/opt/rh/gcc-toolset-14/root
HGDEMANDIMPORT=disable
HOME=/home/buildworker
HOSTNAME=benchmarker2
LANG=en_US.UTF-8
LANGUAGE=en_US.UTF-8
LC_ALL=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
OLDPWD=/buildbot/slave
PATH=/tmp/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/opt/pypy2.7-v7.3.22-linux64/bin
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
PS1=(venv)
PWD=/buildbot/slave/jit-benchmark2-linux-x86-64
PYPY_LOCALBASE=/usr/local
SHLVL=0
SSL_CERT_FILE=/opt/_internal/certs.pem
TERM=xterm
VIRTUAL_ENV=/tmp/venv
container=podman
using PTY: False
ERROR: bm_pickle run_benchmark.py not found – patch failed
Traceback (most recent call last):
File "<string>", line 12, in <module>
File "/usr/lib64/python3.11/subprocess.py", line 413, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/usr/bin/python3', 'patch_bm_pickle_pypy.py']' returned non-zero exit status 1.
cwd: /buildbot/slave/jit-benchmark2-linux-x86-64
cwd contents: ['benchmarks', 'build', 'bulk_upload.py', 'patch_bm_pickle_pypy.py', 'patch_sqlalchemy_identity_pypy.py', 'pyperformance_venv']
venv/ directory does not exist
Applying patches: ['patch_bm_pickle_pypy.py', 'patch_sqlalchemy_identity_pypy.py']
program finished with exit code 1
elapsedTime=0.037949