google / clusterfuzz

Scalable fuzzing infrastructure.
https://google.github.io/clusterfuzz
Apache License 2.0
5.29k stars 554 forks source link

Failure in setup #2390

Open szager-chromium opened 3 years ago

szager-chromium commented 3 years ago

$ ~/workspace/clusterfuzz/reproduce.sh https://clusterfuzz.com/testcase-detail/5131939680681984 -b out/Debug Running first time setup. This may take a while, but is only required once. You may see several password prompts to install required packages. ... ... Virtualenv already exists! Removing existing virtualenv... Creating a virtualenv for this project... Pipfile: /usr/local/google/home/szager/chromium/src/Pipfile Using /usr/bin/python3.9 (3.9.2) to create virtualenv... ⠴ Creating virtual environment...created virtual environment CPython3.9.2.final.0-64 in 299ms creator CPython3Posix(dest=/usr/local/google/home/szager/.local/share/virtualenvs/src-bzNXckhY, clear=False, no_vcs_ignore=False, global=False) seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/usr/local/google/home/szager/.local/share/virtualenv) added seed packages: pip==21.1.3, setuptools==57.1.0, wheel==0.36.2 activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator,XonshActivator ✔ Successfully created virtual environment! Virtualenv location: /usr/local/google/home/szager/.local/share/virtualenvs/src-bzNXckhY

szager-chromium commented 3 years ago

Hmm... this seems to be caused by running inside screen.

dbaron commented 2 years ago

I'm seeing the same error (though without the python stack) while running inside Chrome Remote Desktop.

dbaron commented 2 years ago

What fixed it was running ./reproduce.sh with its own directory as the working directory, rather than running reproduce.sh with a different working directory.