[INFO] cloning repository https://github.com/rustnew/RustyGate [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rustnew/RustyGate" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frustnew%2FRustyGate", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frustnew%2FRustyGate'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9bc8b5f0c0daaa15471e6d9b9401ff4f82391f22 [INFO] checking rustnew/RustyGate against 98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3 for pr-160235-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frustnew%2FRustyGate" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/rustnew/RustyGate [INFO] finished tweaking git repo https://github.com/rustnew/RustyGate [INFO] tweaked toml for git repo https://github.com/rustnew/RustyGate written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/rustnew/RustyGate on toolchain 98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/rustnew/RustyGate 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" "+98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] error: Cargo.toml: can't find `proxy_bench` bench at `benches/proxy_bench.rs` or `benches/proxy_bench/main.rs`. Please specify bench.path if you want to use a non-default path. [INFO] [stderr] warning: binary `RustyGate` should have a kebab-case name [INFO] [stderr] | [INFO] [stderr] 1 | /workspace/builds/worker-5-tc1/source/target/.../RustyGate [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `cargo::non_kebab_case_bins` is set to `warn` by default [INFO] [stderr] help: to change the binary name to `rusty-gate`, convert `package.name` [INFO] [stderr] --> Cargo.toml:67:8 [INFO] [stderr] | [INFO] [stderr] 67 - name = "RustyGate" [INFO] [stderr] 67 + name = "rusty-gate" [INFO] [stderr] | [INFO] [stderr] help: to change the binary name to `rusty-gate`, specify `bin.name` [INFO] [stderr] --> Cargo.toml:68:19 [INFO] [stderr] | [INFO] [stderr] 68 ~ version = "0.1.0" [INFO] [stderr] 69 + [[bin]] [INFO] [stderr] 70 + name = "rusty-gate" [INFO] [stderr] 71 + path = "src/main.rs" [INFO] [stderr] | [INFO] [stderr] warning: `RustyGate` (manifest) generated 1 warning [INFO] [stderr] error: could not parse `RustyGate` (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 error: Cargo.toml: can't find `proxy_bench` bench at `benches/proxy_bench.rs` or `benches/proxy_bench/main.rs`. Please specify bench.path if you want to use a non-default path. warning: binary `RustyGate` should have a kebab-case name | 1 | /workspace/builds/worker-5-tc1/source/target/.../RustyGate | ^^^^^^^^^ | = note: `cargo::non_kebab_case_bins` is set to `warn` by default help: to change the binary name to `rusty-gate`, convert `package.name` --> Cargo.toml:67:8 | 67 - name = "RustyGate" 67 + name = "rusty-gate" | help: to change the binary name to `rusty-gate`, specify `bin.name` --> Cargo.toml:68:19 | 68 ~ version = "0.1.0" 69 + [[bin]] 70 + name = "rusty-gate" 71 + path = "src/main.rs" | warning: `RustyGate` (manifest) generated 1 warning error: could not parse `RustyGate` (manifest) due to 1 previous error