[INFO] cloning repository https://github.com/paul-russo/f1udp [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/paul-russo/f1udp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpaul-russo%2Ff1udp", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpaul-russo%2Ff1udp'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 657a86fd60d02a6258a7956461e4a99c5b388534 [INFO] testing paul-russo/f1udp 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%2Fpaul-russo%2Ff1udp" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/paul-russo/f1udp 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/paul-russo/f1udp [INFO] finished tweaking git repo https://github.com/paul-russo/f1udp [INFO] tweaked toml for git repo https://github.com/paul-russo/f1udp written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/paul-russo/f1udp 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3435baa5c03724cf7d57ac3a19db999ef10cf8bab53f6fe2bc245cdb62c1046f [INFO] running `Command { std: "docker" "start" "-a" "3435baa5c03724cf7d57ac3a19db999ef10cf8bab53f6fe2bc245cdb62c1046f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3435baa5c03724cf7d57ac3a19db999ef10cf8bab53f6fe2bc245cdb62c1046f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3435baa5c03724cf7d57ac3a19db999ef10cf8bab53f6fe2bc245cdb62c1046f", kill_on_drop: false }` [INFO] [stdout] 3435baa5c03724cf7d57ac3a19db999ef10cf8bab53f6fe2bc245cdb62c1046f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6774512afa8aba5c87f0d07c8ef31edaeaa33bde3bf17ec2f497cd3b07ee5cf4 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6774512afa8aba5c87f0d07c8ef31edaeaa33bde3bf17ec2f497cd3b07ee5cf4", kill_on_drop: false }` [INFO] [stderr] Compiling f1udp v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `throttle` [INFO] [stdout] --> src/packet/car_telemetry.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | throttle: u8, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `CarTelemetryData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/packet/car_telemetry.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `steer` [INFO] [stdout] --> src/packet/car_telemetry.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | steer: i8, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CarTelemetryData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/packet/car_telemetry.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `brake` [INFO] [stdout] --> src/packet/car_telemetry.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | brake: u8, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CarTelemetryData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/packet/car_telemetry.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `clutch` [INFO] [stdout] --> src/packet/car_telemetry.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | clutch: u8, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CarTelemetryData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/packet/car_telemetry.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `gear` [INFO] [stdout] --> src/packet/car_telemetry.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | gear: i8, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CarTelemetryData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/packet/car_telemetry.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `engine_rpm` [INFO] [stdout] --> src/packet/car_telemetry.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | engine_rpm: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CarTelemetryData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/packet/car_telemetry.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `drs` [INFO] [stdout] --> src/packet/car_telemetry.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | drs: u8, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CarTelemetryData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/packet/car_telemetry.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `rev_lights_percent` [INFO] [stdout] --> src/packet/car_telemetry.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | rev_lights_percent: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CarTelemetryData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/packet/car_telemetry.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `brakes_temp` [INFO] [stdout] --> src/packet/car_telemetry.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | brakes_temp: [u16; 4], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CarTelemetryData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/packet/car_telemetry.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `tires_surface_temp` [INFO] [stdout] --> src/packet/car_telemetry.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | tires_surface_temp: [u16; 4], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CarTelemetryData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/packet/car_telemetry.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `tires_inner_temp` [INFO] [stdout] --> src/packet/car_telemetry.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | tires_inner_temp: [u16; 4], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CarTelemetryData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/packet/car_telemetry.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `engine_temp` [INFO] [stdout] --> src/packet/car_telemetry.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | engine_temp: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CarTelemetryData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/packet/car_telemetry.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `tires_pressure` [INFO] [stdout] --> src/packet/car_telemetry.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | tires_pressure: [f32; 4], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CarTelemetryData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/packet/car_telemetry.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `rev_lights_percent` [INFO] [stdout] --> src/packet/car_telemetry.rs:92:12 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn rev_lights_percent(&self) -> u8 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `packet_format` [INFO] [stdout] --> src/packet/header.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | packet_format: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PacketHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/packet/header.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `packet_version` [INFO] [stdout] --> src/packet/header.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | packet_version: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PacketHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/packet/header.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `session_uid` [INFO] [stdout] --> src/packet/header.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | session_uid: u64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PacketHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/packet/header.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `session_time` [INFO] [stdout] --> src/packet/header.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | session_time: f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PacketHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/packet/header.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `frame_identifier` [INFO] [stdout] --> src/packet/header.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | frame_identifier: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PacketHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/packet/header.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.77s [INFO] running `Command { std: "docker" "inspect" "6774512afa8aba5c87f0d07c8ef31edaeaa33bde3bf17ec2f497cd3b07ee5cf4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6774512afa8aba5c87f0d07c8ef31edaeaa33bde3bf17ec2f497cd3b07ee5cf4", kill_on_drop: false }` [INFO] [stdout] 6774512afa8aba5c87f0d07c8ef31edaeaa33bde3bf17ec2f497cd3b07ee5cf4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 82f0c2a9443949aed6ecb3f55571f0219ef4e9e80686fe82d6a3f3e931793fbb [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "82f0c2a9443949aed6ecb3f55571f0219ef4e9e80686fe82d6a3f3e931793fbb", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling f1udp v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `throttle` [INFO] [stdout] --> src/packet/car_telemetry.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | throttle: u8, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `CarTelemetryData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/packet/car_telemetry.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `steer` [INFO] [stdout] --> src/packet/car_telemetry.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | steer: i8, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CarTelemetryData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/packet/car_telemetry.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `brake` [INFO] [stdout] --> src/packet/car_telemetry.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | brake: u8, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CarTelemetryData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/packet/car_telemetry.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `clutch` [INFO] [stdout] --> src/packet/car_telemetry.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | clutch: u8, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CarTelemetryData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/packet/car_telemetry.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `gear` [INFO] [stdout] --> src/packet/car_telemetry.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | gear: i8, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CarTelemetryData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/packet/car_telemetry.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `engine_rpm` [INFO] [stdout] --> src/packet/car_telemetry.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | engine_rpm: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CarTelemetryData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/packet/car_telemetry.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `drs` [INFO] [stdout] --> src/packet/car_telemetry.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | drs: u8, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CarTelemetryData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/packet/car_telemetry.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `rev_lights_percent` [INFO] [stdout] --> src/packet/car_telemetry.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | rev_lights_percent: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CarTelemetryData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/packet/car_telemetry.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `brakes_temp` [INFO] [stdout] --> src/packet/car_telemetry.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | brakes_temp: [u16; 4], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CarTelemetryData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/packet/car_telemetry.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `tires_surface_temp` [INFO] [stdout] --> src/packet/car_telemetry.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | tires_surface_temp: [u16; 4], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CarTelemetryData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/packet/car_telemetry.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `tires_inner_temp` [INFO] [stdout] --> src/packet/car_telemetry.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | tires_inner_temp: [u16; 4], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CarTelemetryData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/packet/car_telemetry.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `engine_temp` [INFO] [stdout] --> src/packet/car_telemetry.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | engine_temp: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CarTelemetryData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/packet/car_telemetry.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `tires_pressure` [INFO] [stdout] --> src/packet/car_telemetry.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | tires_pressure: [f32; 4], [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CarTelemetryData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/packet/car_telemetry.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug, Default)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `rev_lights_percent` [INFO] [stdout] --> src/packet/car_telemetry.rs:92:12 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn rev_lights_percent(&self) -> u8 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `packet_format` [INFO] [stdout] --> src/packet/header.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | packet_format: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PacketHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/packet/header.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `packet_version` [INFO] [stdout] --> src/packet/header.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | packet_version: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PacketHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/packet/header.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `session_uid` [INFO] [stdout] --> src/packet/header.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | session_uid: u64, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PacketHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/packet/header.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `session_time` [INFO] [stdout] --> src/packet/header.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | session_time: f32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PacketHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/packet/header.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `frame_identifier` [INFO] [stdout] --> src/packet/header.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | frame_identifier: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `PacketHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/packet/header.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.36s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/f1udp-8b2d45cb78440475) [INFO] running `Command { std: "docker" "inspect" "82f0c2a9443949aed6ecb3f55571f0219ef4e9e80686fe82d6a3f3e931793fbb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "82f0c2a9443949aed6ecb3f55571f0219ef4e9e80686fe82d6a3f3e931793fbb", kill_on_drop: false }` [INFO] [stdout] 82f0c2a9443949aed6ecb3f55571f0219ef4e9e80686fe82d6a3f3e931793fbb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 72608e530c2a44901ef70627204de0841a924c02b05bf7807eb291ac35f11eba [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "72608e530c2a44901ef70627204de0841a924c02b05bf7807eb291ac35f11eba", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `throttle` [INFO] [stderr] --> src/packet/car_telemetry.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | throttle: u8, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `CarTelemetryData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/packet/car_telemetry.rs:4:10 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Debug, Default)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `steer` [INFO] [stderr] --> src/packet/car_telemetry.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | steer: i8, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `CarTelemetryData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/packet/car_telemetry.rs:4:10 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Debug, Default)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `brake` [INFO] [stderr] --> src/packet/car_telemetry.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | brake: u8, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `CarTelemetryData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/packet/car_telemetry.rs:4:10 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Debug, Default)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `clutch` [INFO] [stderr] --> src/packet/car_telemetry.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | clutch: u8, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `CarTelemetryData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/packet/car_telemetry.rs:4:10 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Debug, Default)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `gear` [INFO] [stderr] --> src/packet/car_telemetry.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | gear: i8, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `CarTelemetryData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/packet/car_telemetry.rs:4:10 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Debug, Default)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `engine_rpm` [INFO] [stderr] --> src/packet/car_telemetry.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | engine_rpm: u16, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `CarTelemetryData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/packet/car_telemetry.rs:4:10 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Debug, Default)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `drs` [INFO] [stderr] --> src/packet/car_telemetry.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | drs: u8, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `CarTelemetryData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/packet/car_telemetry.rs:4:10 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Debug, Default)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `rev_lights_percent` [INFO] [stderr] --> src/packet/car_telemetry.rs:23:5 [INFO] [stderr] | [INFO] [stderr] 23 | rev_lights_percent: u8, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `CarTelemetryData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/packet/car_telemetry.rs:4:10 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Debug, Default)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `brakes_temp` [INFO] [stderr] --> src/packet/car_telemetry.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | brakes_temp: [u16; 4], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `CarTelemetryData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/packet/car_telemetry.rs:4:10 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Debug, Default)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `tires_surface_temp` [INFO] [stderr] --> src/packet/car_telemetry.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | tires_surface_temp: [u16; 4], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `CarTelemetryData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/packet/car_telemetry.rs:4:10 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Debug, Default)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `tires_inner_temp` [INFO] [stderr] --> src/packet/car_telemetry.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | tires_inner_temp: [u16; 4], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `CarTelemetryData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/packet/car_telemetry.rs:4:10 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Debug, Default)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `engine_temp` [INFO] [stderr] --> src/packet/car_telemetry.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | engine_temp: u16, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `CarTelemetryData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/packet/car_telemetry.rs:4:10 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Debug, Default)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `tires_pressure` [INFO] [stderr] --> src/packet/car_telemetry.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | tires_pressure: [f32; 4], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `CarTelemetryData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/packet/car_telemetry.rs:4:10 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Debug, Default)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `rev_lights_percent` [INFO] [stderr] --> src/packet/car_telemetry.rs:92:12 [INFO] [stderr] | [INFO] [stderr] 92 | pub fn rev_lights_percent(&self) -> u8 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `packet_format` [INFO] [stderr] --> src/packet/header.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | packet_format: u16, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `PacketHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/packet/header.rs:4:10 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `packet_version` [INFO] [stderr] --> src/packet/header.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | packet_version: u8, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `PacketHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/packet/header.rs:4:10 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `session_uid` [INFO] [stderr] --> src/packet/header.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | session_uid: u64, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `PacketHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/packet/header.rs:4:10 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `session_time` [INFO] [stderr] --> src/packet/header.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | session_time: f32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `PacketHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/packet/header.rs:4:10 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `frame_identifier` [INFO] [stderr] --> src/packet/header.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | frame_identifier: u32, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `PacketHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/packet/header.rs:4:10 [INFO] [stderr] | [INFO] [stderr] 4 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `f1udp` (bin "f1udp" test) generated 19 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/f1udp-8b2d45cb78440475) [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" "72608e530c2a44901ef70627204de0841a924c02b05bf7807eb291ac35f11eba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "72608e530c2a44901ef70627204de0841a924c02b05bf7807eb291ac35f11eba", kill_on_drop: false }` [INFO] [stdout] 72608e530c2a44901ef70627204de0841a924c02b05bf7807eb291ac35f11eba