Daniel Moran
Daniel Moran
#6150 is the (ancient) parallel from the 1.x line
@howardtopher (and others hitting this): I took a stab at a fix for this, but walked it back for now. The server-side restore API allows restoring an existing bucket _but_...
I just saw a new error for the first time, still in the `Parse Dockerfile` stage 😮 ``` /tmp/pants_named_caches/pex_root/venvs/f92f4a34a585f3429d24d32fb8349b7f900ea322/cf26e88f2412df9ce2b3f6b83a6b129bc3e3bb55/bin/python: can't open file '/tmp/pants_named_caches/pex_root/venvs/f92f4a34a585f3429d24d32fb8349b7f900ea322/cf26e88f2412df9ce2b3f6b83a6b129bc3e3bb55/pex': [Errno 2] No such file or directory...
@jsirois the explanation makes sense for our CI context - we use ephemeral runners so the Pants cache and PEX root are empty at the start of each run, and...
@jsirois this is still a problem even with your patch - I just hit it running on `PANTS_SHA` f06bf22
Confirmed that when I look at at sandbox locally the `rm -rf ...` is gone 🤔
I think yes, but here it is just in case: ``` Exception caught: (pants.engine.internals.scheduler.ExecutionError) File "/home/runner/.pants/setup/bootstrap-Linux-x86_64/2.14.0rc1+gitf06bf22b_py38/bin/pants", line 8, in sys.exit(main()) File "/home/runner/.pants/setup/bootstrap-Linux-x86_64/2.14.0rc1+gitf06bf22b_py38/lib/python3.8/site-packages/pants/bin/pants_loader.py", line 112, in main PantsLoader.main() File "/home/runner/.pants/setup/bootstrap-Linux-x86_64/2.14.0rc1+gitf06bf22b_py38/lib/python3.8/site-packages/pants/bin/pants_loader.py", line...
@Eric-Arellano we already run with `--no-pantsd` and the equivalent of `--no-local-cache` (the cache is blown away between jobs). I honestly don't think it would be feasible to enable `--no-remote-cache-read` in...
Yes, happy to help 👍
Thanks for the reminder @jsirois! I've updated our repo to use the new configs, will let you know how it goes