Hi! On a CI machine I am seeing weird behaviour of...
# general
c
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
Ooof. Is this a GitHub Actions hosted runner?
c
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
So time to debug what's happening on your machine. Is the process being throttled, or is swap thrashing.
c
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 🙂
h
Computers, man...