[INFO] crate ttk4145_elevator_server 0.1.3 is already in cache [INFO] checking ttk4145_elevator_server-0.1.3 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate ttk4145_elevator_server 0.1.3 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate ttk4145_elevator_server 0.1.3 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate ttk4145_elevator_server 0.1.3 [INFO] finished tweaking crates.io crate ttk4145_elevator_server 0.1.3 [INFO] tweaked toml for crates.io crate ttk4145_elevator_server 0.1.3 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f3007473ca9356ec156e61e842f936082e89761d3dfefe3bd716c70141495835 [INFO] running `"docker" "start" "-a" "f3007473ca9356ec156e61e842f936082e89761d3dfefe3bd716c70141495835"` [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking ttk4145_elevator_server v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:13:40 [INFO] [stderr] | [INFO] [stderr] 13 | pub(crate) const OBSTRUCTION: c_uint = (0x300+23); [INFO] [stderr] | ^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:14:33 [INFO] [stderr] | [INFO] [stderr] 14 | pub(crate) const STOP: c_uint = (0x300+22); [INFO] [stderr] | ^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:15:44 [INFO] [stderr] | [INFO] [stderr] 15 | pub(crate) const BUTTON_COMMAND0: c_uint = (0x300+21); [INFO] [stderr] | ^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:16:44 [INFO] [stderr] | [INFO] [stderr] 16 | pub(crate) const BUTTON_COMMAND1: c_uint = (0x300+20); [INFO] [stderr] | ^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:17:44 [INFO] [stderr] | [INFO] [stderr] 17 | pub(crate) const BUTTON_COMMAND2: c_uint = (0x300+19); [INFO] [stderr] | ^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:18:44 [INFO] [stderr] | [INFO] [stderr] 18 | pub(crate) const BUTTON_COMMAND3: c_uint = (0x300+18); [INFO] [stderr] | ^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:19:39 [INFO] [stderr] | [INFO] [stderr] 19 | pub(crate) const BUTTON_UP0: c_uint = (0x300+17); [INFO] [stderr] | ^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:20:39 [INFO] [stderr] | [INFO] [stderr] 20 | pub(crate) const BUTTON_UP1: c_uint = (0x300+16); [INFO] [stderr] | ^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:26:41 [INFO] [stderr] | [INFO] [stderr] 26 | pub(crate) const BUTTON_DOWN1: c_uint = (0x200+0); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:27:39 [INFO] [stderr] | [INFO] [stderr] 27 | pub(crate) const BUTTON_UP2: c_uint = (0x200+1); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:28:41 [INFO] [stderr] | [INFO] [stderr] 28 | pub(crate) const BUTTON_DOWN2: c_uint = (0x200+2); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:29:41 [INFO] [stderr] | [INFO] [stderr] 29 | pub(crate) const BUTTON_DOWN3: c_uint = (0x200+3); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:30:42 [INFO] [stderr] | [INFO] [stderr] 30 | pub(crate) const SENSOR_FLOOR0: c_uint = (0x200+4); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:31:42 [INFO] [stderr] | [INFO] [stderr] 31 | pub(crate) const SENSOR_FLOOR1: c_uint = (0x200+5); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:32:42 [INFO] [stderr] | [INFO] [stderr] 32 | pub(crate) const SENSOR_FLOOR2: c_uint = (0x200+6); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:33:42 [INFO] [stderr] | [INFO] [stderr] 33 | pub(crate) const SENSOR_FLOOR3: c_uint = (0x200+7); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:40:39 [INFO] [stderr] | [INFO] [stderr] 40 | pub(crate) const LIGHT_STOP: c_uint = (0x300+14); [INFO] [stderr] | ^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:41:43 [INFO] [stderr] | [INFO] [stderr] 41 | pub(crate) const LIGHT_COMMAND0: c_uint = (0x300+13); [INFO] [stderr] | ^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:42:43 [INFO] [stderr] | [INFO] [stderr] 42 | pub(crate) const LIGHT_COMMAND1: c_uint = (0x300+12); [INFO] [stderr] | ^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:43:43 [INFO] [stderr] | [INFO] [stderr] 43 | pub(crate) const LIGHT_COMMAND2: c_uint = (0x300+11); [INFO] [stderr] | ^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:44:43 [INFO] [stderr] | [INFO] [stderr] 44 | pub(crate) const LIGHT_COMMAND3: c_uint = (0x300+10); [INFO] [stderr] | ^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:45:38 [INFO] [stderr] | [INFO] [stderr] 45 | pub(crate) const LIGHT_UP0: c_uint = (0x300+9); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:46:38 [INFO] [stderr] | [INFO] [stderr] 46 | pub(crate) const LIGHT_UP1: c_uint = (0x300+8); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:52:40 [INFO] [stderr] | [INFO] [stderr] 52 | pub(crate) const LIGHT_DOWN1: c_uint = (0x300+7); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:53:38 [INFO] [stderr] | [INFO] [stderr] 53 | pub(crate) const LIGHT_UP2: c_uint = (0x300+6); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:54:40 [INFO] [stderr] | [INFO] [stderr] 54 | pub(crate) const LIGHT_DOWN2: c_uint = (0x300+5); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:55:40 [INFO] [stderr] | [INFO] [stderr] 55 | pub(crate) const LIGHT_DOWN3: c_uint = (0x300+4); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:56:44 [INFO] [stderr] | [INFO] [stderr] 56 | pub(crate) const LIGHT_DOOR_OPEN: c_uint = (0x300+3); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:57:44 [INFO] [stderr] | [INFO] [stderr] 57 | pub(crate) const LIGHT_FLOOR_IND1: c_uint =(0x300+1); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:58:44 [INFO] [stderr] | [INFO] [stderr] 58 | pub(crate) const LIGHT_FLOOR_IND0: c_uint =(0x300+0); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:61:34 [INFO] [stderr] | [INFO] [stderr] 61 | pub(crate) const MOTOR: c_uint = (0x100+0); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: crate `ElevatorServer` should have a snake case name [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] = help: convert the identifier to snake case: `elevator_server` [INFO] [stderr] [INFO] [stderr] warning: 32 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:13:40 [INFO] [stderr] | [INFO] [stderr] 13 | pub(crate) const OBSTRUCTION: c_uint = (0x300+23); [INFO] [stderr] | ^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:14:33 [INFO] [stderr] | [INFO] [stderr] 14 | pub(crate) const STOP: c_uint = (0x300+22); [INFO] [stderr] | ^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:15:44 [INFO] [stderr] | [INFO] [stderr] 15 | pub(crate) const BUTTON_COMMAND0: c_uint = (0x300+21); [INFO] [stderr] | ^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:16:44 [INFO] [stderr] | [INFO] [stderr] 16 | pub(crate) const BUTTON_COMMAND1: c_uint = (0x300+20); [INFO] [stderr] | ^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:17:44 [INFO] [stderr] | [INFO] [stderr] 17 | pub(crate) const BUTTON_COMMAND2: c_uint = (0x300+19); [INFO] [stderr] | ^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:18:44 [INFO] [stderr] | [INFO] [stderr] 18 | pub(crate) const BUTTON_COMMAND3: c_uint = (0x300+18); [INFO] [stderr] | ^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:19:39 [INFO] [stderr] | [INFO] [stderr] 19 | pub(crate) const BUTTON_UP0: c_uint = (0x300+17); [INFO] [stderr] | ^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:20:39 [INFO] [stderr] | [INFO] [stderr] 20 | pub(crate) const BUTTON_UP1: c_uint = (0x300+16); [INFO] [stderr] | ^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:26:41 [INFO] [stderr] | [INFO] [stderr] 26 | pub(crate) const BUTTON_DOWN1: c_uint = (0x200+0); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:27:39 [INFO] [stderr] | [INFO] [stderr] 27 | pub(crate) const BUTTON_UP2: c_uint = (0x200+1); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:28:41 [INFO] [stderr] | [INFO] [stderr] 28 | pub(crate) const BUTTON_DOWN2: c_uint = (0x200+2); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:29:41 [INFO] [stderr] | [INFO] [stderr] 29 | pub(crate) const BUTTON_DOWN3: c_uint = (0x200+3); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:30:42 [INFO] [stderr] | [INFO] [stderr] 30 | pub(crate) const SENSOR_FLOOR0: c_uint = (0x200+4); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:31:42 [INFO] [stderr] | [INFO] [stderr] 31 | pub(crate) const SENSOR_FLOOR1: c_uint = (0x200+5); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:32:42 [INFO] [stderr] | [INFO] [stderr] 32 | pub(crate) const SENSOR_FLOOR2: c_uint = (0x200+6); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:33:42 [INFO] [stderr] | [INFO] [stderr] 33 | pub(crate) const SENSOR_FLOOR3: c_uint = (0x200+7); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:40:39 [INFO] [stderr] | [INFO] [stderr] 40 | pub(crate) const LIGHT_STOP: c_uint = (0x300+14); [INFO] [stderr] | ^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:41:43 [INFO] [stderr] | [INFO] [stderr] 41 | pub(crate) const LIGHT_COMMAND0: c_uint = (0x300+13); [INFO] [stderr] | ^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:42:43 [INFO] [stderr] | [INFO] [stderr] 42 | pub(crate) const LIGHT_COMMAND1: c_uint = (0x300+12); [INFO] [stderr] | ^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:43:43 [INFO] [stderr] | [INFO] [stderr] 43 | pub(crate) const LIGHT_COMMAND2: c_uint = (0x300+11); [INFO] [stderr] | ^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:44:43 [INFO] [stderr] | [INFO] [stderr] 44 | pub(crate) const LIGHT_COMMAND3: c_uint = (0x300+10); [INFO] [stderr] | ^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:45:38 [INFO] [stderr] | [INFO] [stderr] 45 | pub(crate) const LIGHT_UP0: c_uint = (0x300+9); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:46:38 [INFO] [stderr] | [INFO] [stderr] 46 | pub(crate) const LIGHT_UP1: c_uint = (0x300+8); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:52:40 [INFO] [stderr] | [INFO] [stderr] 52 | pub(crate) const LIGHT_DOWN1: c_uint = (0x300+7); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:53:38 [INFO] [stderr] | [INFO] [stderr] 53 | pub(crate) const LIGHT_UP2: c_uint = (0x300+6); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:54:40 [INFO] [stderr] | [INFO] [stderr] 54 | pub(crate) const LIGHT_DOWN2: c_uint = (0x300+5); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:55:40 [INFO] [stderr] | [INFO] [stderr] 55 | pub(crate) const LIGHT_DOWN3: c_uint = (0x300+4); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:56:44 [INFO] [stderr] | [INFO] [stderr] 56 | pub(crate) const LIGHT_DOOR_OPEN: c_uint = (0x300+3); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:57:44 [INFO] [stderr] | [INFO] [stderr] 57 | pub(crate) const LIGHT_FLOOR_IND1: c_uint =(0x300+1); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:58:44 [INFO] [stderr] | [INFO] [stderr] 58 | pub(crate) const LIGHT_FLOOR_IND0: c_uint =(0x300+0); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/channel.rs:61:34 [INFO] [stderr] | [INFO] [stderr] 61 | pub(crate) const MOTOR: c_uint = (0x100+0); [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> src/main.rs:422:13 [INFO] [stderr] | [INFO] [stderr] 422 | for i in 0..4 { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: crate `ElevatorServer` should have a snake case name [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] = help: convert the identifier to snake case: `elevator_server` [INFO] [stderr] [INFO] [stderr] warning: unused `std::sync::MutexGuard` that must be used [INFO] [stderr] --> src/main.rs:333:9 [INFO] [stderr] | [INFO] [stderr] 333 | ELEVATOR.lock().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: if unused the Mutex will immediately unlock [INFO] [stderr] [INFO] [stderr] warning: 34 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.88s [INFO] running `"docker" "inspect" "f3007473ca9356ec156e61e842f936082e89761d3dfefe3bd716c70141495835"` [INFO] running `"docker" "rm" "-f" "f3007473ca9356ec156e61e842f936082e89761d3dfefe3bd716c70141495835"` [INFO] [stdout] f3007473ca9356ec156e61e842f936082e89761d3dfefe3bd716c70141495835