[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 4fcf39725a9c99bd495d8c73af83628a256ff9a9 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flima-limon-inc%2Fcustom-test-harness" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-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-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lima-limon-inc/custom-test-harness on toolchain 4fcf39725a9c99bd495d8c73af83628a256ff9a9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4fcf39725a9c99bd495d8c73af83628a256ff9a9" "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" "+4fcf39725a9c99bd495d8c73af83628a256ff9a9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: unused field `authors` in `workspace.package`
[INFO] [stderr]  --> Cargo.toml:6:1
[INFO] [stderr]   |
[INFO] [stderr] 6 | authors = ["miden contributors"]
[INFO] [stderr]   | ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::unused_workspace_package_fields` is set to `warn` by default
[INFO] [stderr] help: consider removing the field `workspace.package.authors`
[INFO] [stderr] warning: unused field `edition` in `workspace.package`
[INFO] [stderr]  --> Cargo.toml:7:1
[INFO] [stderr]   |
[INFO] [stderr] 7 | edition = "2024"
[INFO] [stderr]   | ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: consider removing the field `workspace.package.edition`
[INFO] [stderr] warning: unused field `license` in `workspace.package`
[INFO] [stderr]  --> Cargo.toml:8:1
[INFO] [stderr]   |
[INFO] [stderr] 8 | license = "MIT"
[INFO] [stderr]   | ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: consider removing the field `workspace.package.license`
[INFO] [stderr] warning: unused field `rust-version` in `workspace.package`
[INFO] [stderr]  --> Cargo.toml:9:1
[INFO] [stderr]   |
[INFO] [stderr] 9 | rust-version = "1.90"
[INFO] [stderr]   | ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: consider removing the field `workspace.package.rust-version`
[INFO] [stderr] warning: unused field `version` in `workspace.package`
[INFO] [stderr]   --> Cargo.toml:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | version = "0.12.0"
[INFO] [stderr]    | ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the field `workspace.package.version`
[INFO] [stderr] warning: workspace (manifest) generated 5 warnings
[INFO] [stderr] error: crates/usecase/Cargo.toml: 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`
[INFO] [stderr] error: could not parse `miden-test-use-case` (manifest) due to 1 previous error


overridden task result to prepare-fail:unknown

Caused by:
    0: uncategorized prepare error
    1: command failed: exit status: 101
       
       warning: unused field `authors` in `workspace.package`
        --> Cargo.toml:6:1
         |
       6 | authors = ["miden contributors"]
         | ^^^^^^^
         |
         = note: `cargo::unused_workspace_package_fields` is set to `warn` by default
       help: consider removing the field `workspace.package.authors`
       warning: unused field `edition` in `workspace.package`
        --> Cargo.toml:7:1
         |
       7 | edition = "2024"
         | ^^^^^^^
         |
       help: consider removing the field `workspace.package.edition`
       warning: unused field `license` in `workspace.package`
        --> Cargo.toml:8:1
         |
       8 | license = "MIT"
         | ^^^^^^^
         |
       help: consider removing the field `workspace.package.license`
       warning: unused field `rust-version` in `workspace.package`
        --> Cargo.toml:9:1
         |
       9 | rust-version = "1.90"
         | ^^^^^^^^^^^^
         |
       help: consider removing the field `workspace.package.rust-version`
       warning: unused field `version` in `workspace.package`
         --> Cargo.toml:10:1
          |
       10 | version = "0.12.0"
          | ^^^^^^^
          |
       help: consider removing the field `workspace.package.version`
       warning: workspace (manifest) generated 5 warnings
       error: crates/usecase/Cargo.toml: 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`
       error: could not parse `miden-test-use-case` (manifest) due to 1 previous error