[INFO] cloning repository https://github.com/axel-kaliff/zuul [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/axel-kaliff/zuul" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faxel-kaliff%2Fzuul", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faxel-kaliff%2Fzuul'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 793066c10761e91789c2ba3d16f8f11fad3339d5 [INFO] checking axel-kaliff/zuul against master#90442458ac46b1d5eed752c316da25450f67285b for pr-81477 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faxel-kaliff%2Fzuul" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/axel-kaliff/zuul on toolchain 90442458ac46b1d5eed752c316da25450f67285b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/axel-kaliff/zuul [INFO] finished tweaking git repo https://github.com/axel-kaliff/zuul [INFO] tweaked toml for git repo https://github.com/axel-kaliff/zuul written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/axel-kaliff/zuul already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3c9d36bde1e5fe9465de90450eba83986e64cb6f1997e31a9eb1d2a9f864a1d2 [INFO] running `Command { std: "docker" "start" "-a" "3c9d36bde1e5fe9465de90450eba83986e64cb6f1997e31a9eb1d2a9f864a1d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3c9d36bde1e5fe9465de90450eba83986e64cb6f1997e31a9eb1d2a9f864a1d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3c9d36bde1e5fe9465de90450eba83986e64cb6f1997e31a9eb1d2a9f864a1d2", kill_on_drop: false }` [INFO] [stdout] 3c9d36bde1e5fe9465de90450eba83986e64cb6f1997e31a9eb1d2a9f864a1d2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c8ac8de20e2ca8dcc3040d66c2e5cfe696c3925b55765a42117756ec2c430de9 [INFO] running `Command { std: "docker" "start" "-a" "c8ac8de20e2ca8dcc3040d66c2e5cfe696c3925b55765a42117756ec2c430de9", kill_on_drop: false }` [INFO] [stderr] Checking zuul v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variant `south` should have an upper camel case name [INFO] [stdout] --> src/direction.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | south, [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `South` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `north` should have an upper camel case name [INFO] [stdout] --> src/direction.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | north, [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `North` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `east` should have an upper camel case name [INFO] [stdout] --> src/direction.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | east, [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case: `East` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `west` should have an upper camel case name [INFO] [stdout] --> src/direction.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | west [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case (notice the capitalization): `West` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/room.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | _ => return None [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `south` should have an upper camel case name [INFO] [stdout] --> src/direction.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | south, [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `South` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `north` should have an upper camel case name [INFO] [stdout] --> src/direction.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | north, [INFO] [stdout] | ^^^^^ help: convert the identifier to upper camel case: `North` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `east` should have an upper camel case name [INFO] [stdout] --> src/direction.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | east, [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case: `East` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `west` should have an upper camel case name [INFO] [stdout] --> src/direction.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | west [INFO] [stdout] | ^^^^ help: convert the identifier to upper camel case (notice the capitalization): `West` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/game.rs:34:17 [INFO] [stdout] | [INFO] [stdout] 34 | let mut command_direction: Option; [INFO] [stdout] | ----^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Id` should have a snake case name [INFO] [stdout] --> src/room.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | Id: u8, [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `id` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `West` should have a snake case name [INFO] [stdout] --> src/room.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | West: Option, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case (notice the capitalization): `west` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `East` should have a snake case name [INFO] [stdout] --> src/room.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | East: Option, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `east` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `North` should have a snake case name [INFO] [stdout] --> src/room.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | North: Option, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `north` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `South` should have a snake case name [INFO] [stdout] --> src/room.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | South: Option, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case (notice the capitalization): `south` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Id` should have a snake case name [INFO] [stdout] --> src/room.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn new(Id: u8, West: Option, East: Option, North: Option, South: Option, description: String) -> Room { [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `West` should have a snake case name [INFO] [stdout] --> src/room.rs:14:20 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn new(Id: u8, West: Option, East: Option, North: Option, South: Option, description: String) -> Room { [INFO] [stdout] | ^^^^ help: convert the identifier to snake case (notice the capitalization): `west` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `East` should have a snake case name [INFO] [stdout] --> src/room.rs:14:38 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn new(Id: u8, West: Option, East: Option, North: Option, South: Option, description: String) -> Room { [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `east` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `North` should have a snake case name [INFO] [stdout] --> src/room.rs:14:56 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn new(Id: u8, West: Option, East: Option, North: Option, South: Option, description: String) -> Room { [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `north` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `South` should have a snake case name [INFO] [stdout] --> src/room.rs:14:75 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn new(Id: u8, West: Option, East: Option, North: Option, South: Option, description: String) -> Room { [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case (notice the capitalization): `south` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Rooms` should have a snake case name [INFO] [stdout] --> src/game.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub Rooms: Vec, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `rooms` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/room.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | _ => return None [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/game.rs:34:17 [INFO] [stdout] | [INFO] [stdout] 34 | let mut command_direction: Option; [INFO] [stdout] | ----^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Id` should have a snake case name [INFO] [stdout] --> src/room.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | Id: u8, [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `id` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `West` should have a snake case name [INFO] [stdout] --> src/room.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | West: Option, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case (notice the capitalization): `west` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `East` should have a snake case name [INFO] [stdout] --> src/room.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | East: Option, [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `east` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `North` should have a snake case name [INFO] [stdout] --> src/room.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | North: Option, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `north` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `South` should have a snake case name [INFO] [stdout] --> src/room.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | South: Option, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case (notice the capitalization): `south` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `Id` should have a snake case name [INFO] [stdout] --> src/room.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn new(Id: u8, West: Option, East: Option, North: Option, South: Option, description: String) -> Room { [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `West` should have a snake case name [INFO] [stdout] --> src/room.rs:14:20 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn new(Id: u8, West: Option, East: Option, North: Option, South: Option, description: String) -> Room { [INFO] [stdout] | ^^^^ help: convert the identifier to snake case (notice the capitalization): `west` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `East` should have a snake case name [INFO] [stdout] --> src/room.rs:14:38 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn new(Id: u8, West: Option, East: Option, North: Option, South: Option, description: String) -> Room { [INFO] [stdout] | ^^^^ help: convert the identifier to snake case: `east` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `North` should have a snake case name [INFO] [stdout] --> src/room.rs:14:56 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn new(Id: u8, West: Option, East: Option, North: Option, South: Option, description: String) -> Room { [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `north` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `South` should have a snake case name [INFO] [stdout] --> src/room.rs:14:75 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn new(Id: u8, West: Option, East: Option, North: Option, South: Option, description: String) -> Room { [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case (notice the capitalization): `south` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `Rooms` should have a snake case name [INFO] [stdout] --> src/game.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | pub Rooms: Vec, [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `rooms` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.41s [INFO] running `Command { std: "docker" "inspect" "c8ac8de20e2ca8dcc3040d66c2e5cfe696c3925b55765a42117756ec2c430de9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c8ac8de20e2ca8dcc3040d66c2e5cfe696c3925b55765a42117756ec2c430de9", kill_on_drop: false }` [INFO] [stdout] c8ac8de20e2ca8dcc3040d66c2e5cfe696c3925b55765a42117756ec2c430de9