silly-breakfast-1564
02/14/2023, 8:33 PMpack: open __pkg__.a: permission denied
. It appears for a couple of the dependencies I’m using (namely golang.org/x/sys/unix and github.com/cespare/xxhash/v2).
My theory is there is a name collision or something between these dependencies and others, anyone have an idea for how to deal with this/get around it and/or if my intuition is wrong?fast-nail-55400
02/14/2023, 8:37 PMsilly-breakfast-1564
02/14/2023, 8:39 PMfast-nail-55400
02/14/2023, 9:04 PMsilly-breakfast-1564
02/14/2023, 9:10 PMfast-nail-55400
02/14/2023, 9:14 PM-ldebug
) with exact versions of the dependencies at issue.silly-breakfast-1564
02/14/2023, 9:23 PMhappy-kitchen-89482
02/14/2023, 10:25 PM--keep-sandboxes=on_failure
and Pants will log the location of the sandbox dir the relevant process ran insilly-breakfast-1564
02/14/2023, 10:37 PMhappy-kitchen-89482
02/15/2023, 9:17 AM