reproduce.sh fails.
I am trying to repro a clusterfuzz testcase for chromium using the commands:
git clone https://github.com/google/clusterfuzz && cd clusterfuzz && git checkout tags/reproduce-tool-stable
./reproduce.sh -t $url_to_testcase -b /path/to/build
The second command fails to run for me since psutil can't be installed. The error I get:
[pipenv.exceptions.InstallError]: ERROR: Command errored out with exit status 1: /...directory........./.local/share/virtualenvs/clusterfuzz-sJ4looSY/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-u1a6btsv/psutil/setup.py'"'"'; file='"'"'/tmp/pip-install-u1a6btsv/psutil/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-700554x4/install-record.txt --single-version-externally-managed --compile --install-headers /...directory........./.local/share/virtualenvs/virtualenvs/clusterfuzz-sJ4looSY/include/site/python3.7/psutil Check the logs for full command output.
This seems similar to https://github.com/giampaolo/psutil/issues/1143 but I am not able to resolve it. Any pointers?
@mbarbella-chromium can you take a look.