[INFO] updating cached repository https://github.com/axel-kaliff/zuul [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 793066c10761e91789c2ba3d16f8f11fad3339d5 [INFO] checking axel-kaliff/zuul against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faxel-kaliff%2Fzuul" "/workspace/builds/worker-10/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/axel-kaliff/zuul on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [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-10/source/Cargo.toml [INFO] crate git repo https://github.com/axel-kaliff/zuul already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] e263b4439671b0971f2e6dadfd0ea0b59ed8d8f94713b0e7100a956bbcb2b567 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "e263b4439671b0971f2e6dadfd0ea0b59ed8d8f94713b0e7100a956bbcb2b567"` [INFO] [stderr] Checking zuul v0.1.0 (/opt/rustwide/workdir) [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: 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: 17 warnings emitted [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: 17 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.87s [INFO] running `"docker" "inspect" "e263b4439671b0971f2e6dadfd0ea0b59ed8d8f94713b0e7100a956bbcb2b567"` [INFO] running `"docker" "rm" "-f" "e263b4439671b0971f2e6dadfd0ea0b59ed8d8f94713b0e7100a956bbcb2b567"` [INFO] [stdout] e263b4439671b0971f2e6dadfd0ea0b59ed8d8f94713b0e7100a956bbcb2b567