Skip to content

Instantly share code, notes, and snippets.

@eholk
Created January 19, 2022 22:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eholk/07c54be54d345e259716af6c2cb872cc to your computer and use it in GitHub Desktop.
Save eholk/07c54be54d345e259716af6c2cb872cc to your computer and use it in GitHub Desktop.
failures:
---- bad_config::bad_target_links_overrides stdout ----
thread 'bad_config::bad_target_links_overrides' panicked at 'failed to remove "C:\\Users\\ericholk\\repo\\cargo\\target\\tmp\\cit\\t46": Os { code: 5, kind: PermissionDenied, message: "Access is denied." }', crates\cargo-test-support\src\paths.rs:145:17
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
---- bench::lib_bin_same_name stdout ----
thread 'bench::lib_bin_same_name' panicked at 'failed to remove "C:\\Users\\ericholk\\repo\\cargo\\target\\tmp\\cit\\t149": Os { code: 5, kind: PermissionDenied, message: "Access is denied." }', crates\cargo-test-support\src\paths.rs:145:17
---- freshness::cargo_env_changes stdout ----
thread 'freshness::cargo_env_changes' panicked at 'failed to remove "C:\\Users\\ericholk\\repo\\cargo\\target\\tmp\\cit\\t960": Os { code: 5, kind: PermissionDenied, message: "Access is denied." }', crates\cargo-test-support\src\paths.rs:145:17
failures:
bad_config::bad_target_links_overrides
bench::lib_bin_same_name
freshness::cargo_env_changes
test result: FAILED. 2265 passed; 3 failed; 9 ignored; 0 measured; 0 filtered out; finished in 316.83s
error: test failed, to rerun pass '--test testsuite'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment