famous-kite-46295
07/04/2024, 12:13 AMpants generate-lockfiles
on what it’s currently doing? I am trying to resolve a large set of requirements and I am not sure if it just gets stuck in some cycle or so or why it’s taking so long. If there is no way to do this directly in pantsbuild, is there a way to get the exact pex command from pantsbuild and then launch that manually with extra debug flags?fierce-truck-19259
07/04/2024, 12:17 PMpants -ldebug generate-lockfiles
ancient-france-42909
07/04/2024, 6:35 PM--keep-sandboxes=always
, you'll get the sandbox in which it's trying to generate the lockfiles. In there, there's a __run.sh
file, if you edit that and add PEX_VERBOSE=9
to the list of env vars it uses then run it, you should get the more logs.curved-television-6568
07/04/2024, 6:58 PMps
and tail that..
searching the slack history can give you more hints 😉famous-kite-46295
07/06/2024, 1:14 AM