I'm not entirely sure when this started occurring but I'm seeing the following error in some rust_doc_test targets
==================== Test output for //:rustdoc_test:
error: Failed to load argument file: IO Error: rustdoc_test.rustdoc_test.sh-0.params: No such file or directory (os error 2)
================================================================================
Through some bisecting I found the change in behavior to happen between bbccf77 and c435cf4 but that delta doesn't make much sense to me since neither of these commits look like they'd impact this behavior. Perhaps the error message is not deterministic. This also no longer seems to happen for hosts other than windows. More info is needed.
I'm not entirely sure when this started occurring but I'm seeing the following error in some
rust_doc_testtargetsThrough some bisecting I found the change in behavior to happen between bbccf77 and c435cf4 but that delta doesn't make much sense to me since neither of these commits look like they'd impact this behavior. Perhaps the error message is not deterministic. This also no longer seems to happen for hosts other than windows. More info is needed.