[INFO] cloning repository https://github.com/chris6676776/mesh-lz-image [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/chris6676776/mesh-lz-image" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchris6676776%2Fmesh-lz-image", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchris6676776%2Fmesh-lz-image'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 061de7a3017c6cd5fc551b3071ce216074c9d646 [INFO] checking chris6676776/mesh-lz-image against 98fd715edd3a0a5aa8f2041d7e20a3143b0fc0d3 for pr-160235-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchris6676776%2Fmesh-lz-image" "/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/chris6676776/mesh-lz-image [INFO] finished tweaking git repo https://github.com/chris6676776/mesh-lz-image [INFO] tweaked toml for git repo https://github.com/chris6676776/mesh-lz-image written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/chris6676776/mesh-lz-image 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/chris6676776/mesh-lz-image 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 `master_bench` bench at `benches/master_bench.rs` or `benches/master_bench/main.rs`. Please specify bench.path if you want to use a non-default path. [INFO] [stderr] warning: binary `mesh_lz_codec` should have a kebab-case name [INFO] [stderr] | [INFO] [stderr] 1 | /workspace/builds/worker-1-tc1/source/target/.../mesh_lz_codec [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 `mesh-lz-codec`, convert `package.name` [INFO] [stderr] --> Cargo.toml:27:8 [INFO] [stderr] | [INFO] [stderr] 27 - name = "mesh_lz_codec" [INFO] [stderr] 27 + name = "mesh-lz-codec" [INFO] [stderr] | [INFO] [stderr] help: to change the binary name to `mesh-lz-codec`, specify `bin.name` [INFO] [stderr] --> Cargo.toml:28:19 [INFO] [stderr] | [INFO] [stderr] 28 ~ version = "0.1.0" [INFO] [stderr] 29 + [[bin]] [INFO] [stderr] 30 + name = "mesh-lz-codec" [INFO] [stderr] 31 + path = "src/main.rs" [INFO] [stderr] | [INFO] [stderr] warning: binary `test_cq` should have a kebab-case name [INFO] [stderr] | [INFO] [stderr] 1 | /workspace/builds/worker-1-tc1/source/target/.../test_cq [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: to change the binary name to `test-cq`, convert the file stem [INFO] [stderr] | [INFO] [stderr] 1 - src/bin/test_cq.rs [INFO] [stderr] 1 + src/bin/test-cq.rs [INFO] [stderr] | [INFO] [stderr] warning: `mesh_lz_codec` (manifest) generated 2 warnings [INFO] [stderr] error: could not parse `mesh_lz_codec` (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 `master_bench` bench at `benches/master_bench.rs` or `benches/master_bench/main.rs`. Please specify bench.path if you want to use a non-default path. warning: binary `mesh_lz_codec` should have a kebab-case name | 1 | /workspace/builds/worker-1-tc1/source/target/.../mesh_lz_codec | ^^^^^^^^^^^^^ | = note: `cargo::non_kebab_case_bins` is set to `warn` by default help: to change the binary name to `mesh-lz-codec`, convert `package.name` --> Cargo.toml:27:8 | 27 - name = "mesh_lz_codec" 27 + name = "mesh-lz-codec" | help: to change the binary name to `mesh-lz-codec`, specify `bin.name` --> Cargo.toml:28:19 | 28 ~ version = "0.1.0" 29 + [[bin]] 30 + name = "mesh-lz-codec" 31 + path = "src/main.rs" | warning: binary `test_cq` should have a kebab-case name | 1 | /workspace/builds/worker-1-tc1/source/target/.../test_cq | ^^^^^^^ | help: to change the binary name to `test-cq`, convert the file stem | 1 - src/bin/test_cq.rs 1 + src/bin/test-cq.rs | warning: `mesh_lz_codec` (manifest) generated 2 warnings error: could not parse `mesh_lz_codec` (manifest) due to 1 previous error