Hi! On a CI machine I am seeing weird behaviour of pants, everything takes a long time (sometimes veeeery long time) and even "pants --version" gives a message like "Executor shutdown took unexpectedly long: tasks were likely leaked!" What can I tweak to improve the situation? Running "pants package" seems to actually just hang (there is barely any cpu activity for the process)
h
happy-kitchen-89482
05/25/2023, 2:11 PM
Ooof. Is this a GitHub Actions hosted runner?
c
cold-vr-15232
05/25/2023, 2:13 PM
No it runs on a machine of our own. If I run with --no-pantsd and--no-local-cache, it runs better. Then it is "docker build" that hangs, but that is for another forum 🙂
h
happy-kitchen-89482
05/25/2023, 4:56 PM
So time to debug what's happening on your machine. Is the process being throttled, or is swap thrashing.
c
cold-vr-15232
05/25/2023, 5:12 PM
If I find something useful, I will let you know. With my luck, it will just start working as if nothig had been going on 🙂