clusterfuzz icon indicating copy to clipboard operation
clusterfuzz copied to clipboard

Failure in setup

Open szager-chromium opened this issue 3 years ago • 3 comments

$ ~/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

  • python3 -m pipenv sync --dev [LockfileNotFound]: File "/usr/local/google/home/szager/.local/lib/python3.9/site-packages/pipenv/vendor/click/core.py", line 610, in invoke [LockfileNotFound]: return callback(*args, **kwargs) [LockfileNotFound]: File "/usr/local/google/home/szager/.local/lib/python3.9/site-packages/pipenv/vendor/click/decorators.py", line 73, in new_func [LockfileNotFound]: return ctx.invoke(f, obj, *args, **kwargs) [LockfileNotFound]: File "/usr/local/google/home/szager/.local/lib/python3.9/site-packages/pipenv/vendor/click/core.py", line 610, in invoke [LockfileNotFound]: return callback(*args, **kwargs) [LockfileNotFound]: File "/usr/local/google/home/szager/.local/lib/python3.9/site-packages/pipenv/vendor/click/decorators.py", line 21, in new_func [LockfileNotFound]: return f(get_current_context(), *args, **kwargs) [LockfileNotFound]: File "/usr/local/google/home/szager/.local/lib/python3.9/site-packages/pipenv/cli/command.py", line 684, in sync [LockfileNotFound]: retcode = do_sync( [LockfileNotFound]: File "/usr/local/google/home/szager/.local/lib/python3.9/site-packages/pipenv/core.py", line 2869, in do_sync [LockfileNotFound]: raise exceptions.LockfileNotFound("Pipfile.lock") ERROR: Pipfile.lock not found! You need to run $ pipenv lock before you can continue. $

szager-chromium avatar Jul 30 '21 01:07 szager-chromium

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

szager-chromium avatar Jul 30 '21 01:07 szager-chromium

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

dbaron avatar Mar 17 '22 18:03 dbaron

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.

dbaron avatar Mar 17 '22 18:03 dbaron