[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] testing axel-kaliff/zuul against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faxel-kaliff%2Fzuul" "/workspace/builds/worker-59/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-59/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/axel-kaliff/zuul on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-59/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" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c4b3af1a29db3a20b2fb06a803d5d90c909941551d7e34a0baa6350dde2e3639 [INFO] running `Command { std: "docker" "start" "-a" "c4b3af1a29db3a20b2fb06a803d5d90c909941551d7e34a0baa6350dde2e3639", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c4b3af1a29db3a20b2fb06a803d5d90c909941551d7e34a0baa6350dde2e3639", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c4b3af1a29db3a20b2fb06a803d5d90c909941551d7e34a0baa6350dde2e3639", kill_on_drop: false }` [INFO] [stdout] c4b3af1a29db3a20b2fb06a803d5d90c909941551d7e34a0baa6350dde2e3639 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3080ca0d638c58aad361058dbe8ca8d55cdfa7595f9a95d19abce5a04ed7fac2 [INFO] running `Command { std: "docker" "start" "-a" "3080ca0d638c58aad361058dbe8ca8d55cdfa7595f9a95d19abce5a04ed7fac2", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling 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: 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: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.26s [INFO] running `Command { std: "docker" "inspect" "3080ca0d638c58aad361058dbe8ca8d55cdfa7595f9a95d19abce5a04ed7fac2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3080ca0d638c58aad361058dbe8ca8d55cdfa7595f9a95d19abce5a04ed7fac2", kill_on_drop: false }` [INFO] [stdout] 3080ca0d638c58aad361058dbe8ca8d55cdfa7595f9a95d19abce5a04ed7fac2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7286c9cf1ee340579278e7dc1b01aeb233d9cd7d858074888c1eaec8118aef9e [INFO] running `Command { std: "docker" "start" "-a" "7286c9cf1ee340579278e7dc1b01aeb233d9cd7d858074888c1eaec8118aef9e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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] [stderr] Compiling zuul v0.1.0 (/opt/rustwide/workdir) [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: 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: 17 warnings emitted [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: 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: 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 test [unoptimized + debuginfo] target(s) in 1m 31s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/zuul-046f18fca75fa9be) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/zuul-4cf39b1fafd7cff4) [INFO] running `Command { std: "docker" "inspect" "7286c9cf1ee340579278e7dc1b01aeb233d9cd7d858074888c1eaec8118aef9e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7286c9cf1ee340579278e7dc1b01aeb233d9cd7d858074888c1eaec8118aef9e", kill_on_drop: false }` [INFO] [stdout] 7286c9cf1ee340579278e7dc1b01aeb233d9cd7d858074888c1eaec8118aef9e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a8ea0098faa62f86d9e10f6465b41dd9695f851ff286cf14af4ac51dd6ad4bcd [INFO] running `Command { std: "docker" "start" "-a" "a8ea0098faa62f86d9e10f6465b41dd9695f851ff286cf14af4ac51dd6ad4bcd", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: variant `south` should have an upper camel case name [INFO] [stderr] --> src/direction.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | south, [INFO] [stderr] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `South` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant `north` should have an upper camel case name [INFO] [stderr] --> src/direction.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | north, [INFO] [stderr] | ^^^^^ help: convert the identifier to upper camel case: `North` [INFO] [stderr] [INFO] [stderr] warning: variant `east` should have an upper camel case name [INFO] [stderr] --> src/direction.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | east, [INFO] [stderr] | ^^^^ help: convert the identifier to upper camel case: `East` [INFO] [stderr] [INFO] [stderr] warning: variant `west` should have an upper camel case name [INFO] [stderr] --> src/direction.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | west [INFO] [stderr] | ^^^^ help: convert the identifier to upper camel case (notice the capitalization): `West` [INFO] [stderr] [INFO] [stderr] warning: unreachable pattern [INFO] [stderr] --> src/room.rs:39:21 [INFO] [stderr] | [INFO] [stderr] 39 | _ => return None [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/game.rs:34:17 [INFO] [stderr] | [INFO] [stderr] 34 | let mut command_direction: Option; [INFO] [stderr] | ----^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: structure field `Id` should have a snake case name [INFO] [stderr] --> src/room.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | Id: u8, [INFO] [stderr] | ^^ help: convert the identifier to snake case (notice the capitalization): `id` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] warning: structure field `West` should have a snake case name [INFO] [stderr] --> src/room.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | West: Option, [INFO] [stderr] | ^^^^ help: convert the identifier to snake case (notice the capitalization): `west` [INFO] [stderr] [INFO] [stderr] warning: structure field `East` should have a snake case name [INFO] [stderr] --> src/room.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | East: Option, [INFO] [stderr] | ^^^^ help: convert the identifier to snake case: `east` [INFO] [stderr] [INFO] [stderr] warning: structure field `North` should have a snake case name [INFO] [stderr] --> src/room.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | North: Option, [INFO] [stderr] | ^^^^^ help: convert the identifier to snake case: `north` [INFO] [stderr] [INFO] [stderr] warning: structure field `South` should have a snake case name [INFO] [stderr] --> src/room.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | South: Option, [INFO] [stderr] | ^^^^^ help: convert the identifier to snake case (notice the capitalization): `south` [INFO] [stderr] [INFO] [stderr] warning: variable `Id` should have a snake case name [INFO] [stderr] --> src/room.rs:14:12 [INFO] [stderr] | [INFO] [stderr] 14 | pub fn new(Id: u8, West: Option, East: Option, North: Option, South: Option, description: String) -> Room { [INFO] [stderr] | ^^ help: convert the identifier to snake case (notice the capitalization): `id` [INFO] [stderr] [INFO] [stderr] warning: variable `West` should have a snake case name [INFO] [stderr] --> src/room.rs:14:20 [INFO] [stderr] | [INFO] [stderr] 14 | pub fn new(Id: u8, West: Option, East: Option, North: Option, South: Option, description: String) -> Room { [INFO] [stderr] | ^^^^ help: convert the identifier to snake case (notice the capitalization): `west` [INFO] [stderr] [INFO] [stderr] warning: variable `East` should have a snake case name [INFO] [stderr] --> src/room.rs:14:38 [INFO] [stderr] | [INFO] [stderr] 14 | pub fn new(Id: u8, West: Option, East: Option, North: Option, South: Option, description: String) -> Room { [INFO] [stderr] | ^^^^ help: convert the identifier to snake case: `east` [INFO] [stderr] [INFO] [stderr] warning: variable `North` should have a snake case name [INFO] [stderr] --> src/room.rs:14:56 [INFO] [stderr] | [INFO] [stderr] 14 | pub fn new(Id: u8, West: Option, East: Option, North: Option, South: Option, description: String) -> Room { [INFO] [stderr] | ^^^^^ help: convert the identifier to snake case: `north` [INFO] [stderr] [INFO] [stderr] warning: variable `South` should have a snake case name [INFO] [stderr] --> src/room.rs:14:75 [INFO] [stderr] | [INFO] [stderr] 14 | pub fn new(Id: u8, West: Option, East: Option, North: Option, South: Option, description: String) -> Room { [INFO] [stderr] | ^^^^^ help: convert the identifier to snake case (notice the capitalization): `south` [INFO] [stderr] [INFO] [stderr] warning: structure field `Rooms` should have a snake case name [INFO] [stderr] --> src/game.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | pub Rooms: Vec, [INFO] [stderr] | ^^^^^ help: convert the identifier to snake case: `rooms` [INFO] [stderr] [INFO] [stderr] warning: `zuul` (lib) generated 17 warnings [INFO] [stderr] warning: `zuul` (lib test) generated 17 warnings (17 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.42s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/zuul-046f18fca75fa9be) [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/zuul-4cf39b1fafd7cff4) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests zuul [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] warning: variant `south` should have an upper camel case name [INFO] [stderr] --> /opt/rustwide/workdir/src/direction.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | south, [INFO] [stderr] | ^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `South` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant `north` should have an upper camel case name [INFO] [stderr] --> /opt/rustwide/workdir/src/direction.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | north, [INFO] [stderr] | ^^^^^ help: convert the identifier to upper camel case: `North` [INFO] [stderr] [INFO] [stderr] warning: variant `east` should have an upper camel case name [INFO] [stderr] --> /opt/rustwide/workdir/src/direction.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | east, [INFO] [stderr] | ^^^^ help: convert the identifier to upper camel case: `East` [INFO] [stderr] [INFO] [stderr] warning: variant `west` should have an upper camel case name [INFO] [stderr] --> /opt/rustwide/workdir/src/direction.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | west [INFO] [stderr] | ^^^^ help: convert the identifier to upper camel case (notice the capitalization): `West` [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a8ea0098faa62f86d9e10f6465b41dd9695f851ff286cf14af4ac51dd6ad4bcd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a8ea0098faa62f86d9e10f6465b41dd9695f851ff286cf14af4ac51dd6ad4bcd", kill_on_drop: false }` [INFO] [stdout] a8ea0098faa62f86d9e10f6465b41dd9695f851ff286cf14af4ac51dd6ad4bcd