google / google/clusterfuzz

reproduce.sh fails.

Open
#2,025 1 comment 0 reactions 1 assignee Claimed by @mbarbella-chromium View on GitHub
Dominant language
Python
Stars
5.6k
Forks
629
Avg merge
4d 6h
Merged PRs (30d)
22

Description

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?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.