clusterfuzz
clusterfuzz copied to clipboard
Failure in setup
$ ~/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.
...
- 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. $
Hmm... this seems to be caused by running inside screen
.
I'm seeing the same error (though without the python stack) while running inside Chrome Remote Desktop.
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.