Also, has anyone ran into timeout errors with when...
# general
s
Also, has anyone ran into timeout errors with when building
pex_binary
targets that uses a
docker_environment
? I initially thought it was something to do with pulling from ECR, but I'm running into it with an environment that uses a simple python:3.9-slim image too (or any of my
docker_environments
for that matter)
Copy code
Exception: Failed to start Docker container `650937fe9f4829927de230dbdb32011b2a3c1d1107e70f1cc26f082a4dab9bc0` for image `sha256:24654773aa1e8ddd331c7fc2de5fd8c0000e1c0b0578967be3dc2d0d2b997980`: RequestTimeoutError
b
I’ve seen some issues with environment’s containers getting stuck. The symptoms I saw were different, but it doesn’t seem completely unreasonable that there’s an underlying root cause like “pants is confused about which containers exist” or something… https://github.com/pantsbuild/pants/issues/18209 https://github.com/pantsbuild/pants/issues/18210