[INFO] cloning repository https://github.com/lima-limon-inc/custom-test-harness
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lima-limon-inc/custom-test-harness" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flima-limon-inc%2Fcustom-test-harness", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flima-limon-inc%2Fcustom-test-harness'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4a33969de518f758edd4e02385d3d2b72df33812
[INFO] checking lima-limon-inc/custom-test-harness against master#3f6250a7bb79e600d9036bbc7c8f65af43933643 for pr-147859
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flima-limon-inc%2Fcustom-test-harness" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lima-limon-inc/custom-test-harness
[INFO] finished tweaking git repo https://github.com/lima-limon-inc/custom-test-harness
[INFO] tweaked toml for git repo https://github.com/lima-limon-inc/custom-test-harness written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lima-limon-inc/custom-test-harness on toolchain 3f6250a7bb79e600d9036bbc7c8f65af43933643
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3f6250a7bb79e600d9036bbc7c8f65af43933643" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lima-limon-inc/custom-test-harness already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3f6250a7bb79e600d9036bbc7c8f65af43933643" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] error: failed to parse manifest at `/workspace/builds/worker-1-tc1/source/crates/usecase/Cargo.toml`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   can't find `zar` test at `tests/zar.rs` or `tests/zar/main.rs`. Please specify test.path if you want to use a non-default path.
[INFO] [stderr] 
[INFO] [stderr]   help: a test with a similar name exists: `foo`


command failed: exit status: 101

error: failed to parse manifest at `/workspace/builds/worker-1-tc1/source/crates/usecase/Cargo.toml`

Caused by:
  can't find `zar` test at `tests/zar.rs` or `tests/zar/main.rs`. Please specify test.path if you want to use a non-default path.

  help: a test with a similar name exists: `foo`