Is there a good way to debug why `pants generate-l...
# general
b
Is there a good way to debug why
pants generate-lockfiles
runs slowly? I used to be able to run this command in about 3 minutes, now it doesn’t finish even after 10 minutes. I tried setting some PEX-related environment variables like
PEX_VERBOSE
to get more info but that hasn’t been helping much
1
r
Did you add any boto/botocore related stuff?
b
They’ve both been in the repo for a long time, but this lockfile update did bump patch versions for both boto and botocore. Is this a known issue?
I did find this issue, which seems related: https://github.com/pantsbuild/pants/issues/17896
c
I dig up the pip log file from the ps process list and tail that..
b
Ah thanks Andreas, that’s very helpful and is working for me!
👍 1
Fixed this. It turned out to be a bad version constraint in a downstream dependency that was blowing up pip's resolution time