hundreds-breakfast-49010
12/30/2019, 10:41 PMhundreds-breakfast-49010
12/30/2019, 10:42 PMhundreds-father-404
12/30/2019, 10:42 PM./pants
invoke already finishedhundreds-breakfast-49010
12/30/2019, 10:43 PM/tmp9ud9ds6g
, that appear to have nothign except a single copy of native_engine.sohundreds-breakfast-49010
12/30/2019, 10:43 PMhundreds-breakfast-49010
12/30/2019, 10:44 PMhundreds-breakfast-49010
12/30/2019, 10:44 PMhundreds-breakfast-49010
12/30/2019, 10:45 PMtempfile
crate in the rust engine, maybe this crate specifically does something different on a mac vs linux?hundreds-breakfast-49010
12/30/2019, 10:48 PMhundreds-breakfast-49010
12/30/2019, 10:48 PMhundreds-breakfast-49010
12/30/2019, 10:49 PMaloof-angle-91616
12/30/2019, 10:49 PMrm -rf /private/var/folders
hundreds-breakfast-49010
12/30/2019, 10:50 PMhundreds-breakfast-49010
12/30/2019, 10:51 PMaloof-angle-91616
12/30/2019, 10:51 PMhundreds-breakfast-49010
12/30/2019, 10:51 PMaloof-angle-91616
12/30/2019, 10:51 PMhundreds-breakfast-49010
12/30/2019, 10:52 PMaloof-angle-91616
12/30/2019, 10:52 PMhundreds-breakfast-49010
12/30/2019, 10:53 PMtempfile
crate is actually doing, is using file system APIs to create a randomly-named directory in /tmp
. then when the handle to that directory goes out of scope in Rust, it runs a drop
method that deletes that same directoryhundreds-breakfast-49010
12/30/2019, 10:54 PMdrop
. if the program crashes before that, it will just never delete the tempdir it createdhundreds-breakfast-49010
12/30/2019, 10:54 PM/tmp
goes away on a system reboot, and I assume the same is true on a macaloof-angle-91616
12/30/2019, 10:55 PMaloof-angle-91616
12/30/2019, 10:59 PMhundreds-breakfast-49010
12/30/2019, 11:01 PMaloof-angle-91616
12/30/2019, 11:14 PMhundreds-breakfast-49010
12/31/2019, 12:26 AMhundreds-breakfast-49010
12/31/2019, 12:27 AMreturn PANTS_FAILED_EXIT_CODE
never get run? because _trace_on_error
always throws an exception that nothing else catches?adamant-mouse-92628
12/31/2019, 12:28 AMadamant-mouse-92628
12/31/2019, 12:29 AM