quaint-telephone-89068
02/09/2023, 1:13 AM--pantsd mode) in a subprocess with stdout piped for test use in assertions. This code here: https://github.com/pantsbuild/scie-pants/blob/3d269eb21ab7d764054496cd33530aaa364c6252/package/src/main.rs#L863-L892 The hang happens in the assert_pants_bin_name calls. The links above on the 1st or 2nd call, the example below in the 3rd or 4th call (can't say for sure if the hang is on pantsd down or pantsd up, but I think its on the bring-down which would make these 1st and 3rd).
I used this ssh rig to debug: pantsbuild/scie-pants#114
The commands run in the ssh session were:
$ sudo rm -rf target/
$ cargo run -p package -- test --tools-pex-mismatch-warn
<hang>
ctrl-Z
$ sudo apt install gdb
$ sudo gdb -p 16881
log-slim.txt
log-slim2.txt
pantsbuild/pantsuser
02/09/2023, 8:37 PM