[INFO] fetching crate xifeng 0.0.1... [INFO] checking xifeng-0.0.1 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate xifeng 0.0.1 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate xifeng 0.0.1 on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate xifeng 0.0.1 [INFO] finished tweaking crates.io crate xifeng 0.0.1 [INFO] tweaked toml for crates.io crate xifeng 0.0.1 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "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] 1152bdca7ccf17e1824b32303ba0b508f195edd8f178ec63ef4a5352ddd3445b [INFO] running `Command { std: "docker" "start" "-a" "1152bdca7ccf17e1824b32303ba0b508f195edd8f178ec63ef4a5352ddd3445b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1152bdca7ccf17e1824b32303ba0b508f195edd8f178ec63ef4a5352ddd3445b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1152bdca7ccf17e1824b32303ba0b508f195edd8f178ec63ef4a5352ddd3445b", kill_on_drop: false }` [INFO] [stdout] 1152bdca7ccf17e1824b32303ba0b508f195edd8f178ec63ef4a5352ddd3445b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e70a76a7fcc78fc9d13ad89fdb83353c66e93ca456051eefaee018ad6794b894 [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" "e70a76a7fcc78fc9d13ad89fdb83353c66e93ca456051eefaee018ad6794b894", kill_on_drop: false }` [INFO] [stderr] Checking xifeng v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `path` [INFO] [stdout] --> src/bitmap/mod.rs:109:28 [INFO] [stdout] | [INFO] [stdout] 109 | pub fn save(&mut self, path: &str) -> bool { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_path` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `path` [INFO] [stdout] --> src/bitmap/mod.rs:109:28 [INFO] [stdout] | [INFO] [stdout] 109 | pub fn save(&mut self, path: &str) -> bool { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_path` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `bfType` [INFO] [stdout] --> src/bitmap/mod.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | bfType: [i8;2], [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `biSize` [INFO] [stdout] --> src/bitmap/mod.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | biSize: u32, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `biWidth` [INFO] [stdout] --> src/bitmap/mod.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | biWidth: u32, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `biHeight` [INFO] [stdout] --> src/bitmap/mod.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | biHeight: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `biPlanes` [INFO] [stdout] --> src/bitmap/mod.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | biPlanes: u16, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `biBitCount` [INFO] [stdout] --> src/bitmap/mod.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | biBitCount: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `biCompression` [INFO] [stdout] --> src/bitmap/mod.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | biCompression: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `biSizeImage` [INFO] [stdout] --> src/bitmap/mod.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | biSizeImage: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `biXPelsPerMeter` [INFO] [stdout] --> src/bitmap/mod.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | biXPelsPerMeter: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `biYPelsPerMeter` [INFO] [stdout] --> src/bitmap/mod.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | biYPelsPerMeter: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `biClrUsed` [INFO] [stdout] --> src/bitmap/mod.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | biClrUsed: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `biClrImportant` [INFO] [stdout] --> src/bitmap/mod.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | biClrImportant: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `RgbQuad` [INFO] [stdout] --> src/bitmap/mod.rs:60:8 [INFO] [stdout] | [INFO] [stdout] 60 | struct RgbQuad { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `info_header` [INFO] [stdout] --> src/bitmap/mod.rs:72:2 [INFO] [stdout] | [INFO] [stdout] 72 | info_header: BitMapInfoHeader, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `image_data` [INFO] [stdout] --> src/bitmap/mod.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 73 | image_data: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `bfType` [INFO] [stdout] --> src/bitmap/mod.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | bfType: [i8;2], [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `biSize` [INFO] [stdout] --> src/bitmap/mod.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | biSize: u32, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `biWidth` [INFO] [stdout] --> src/bitmap/mod.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | biWidth: u32, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `biHeight` [INFO] [stdout] --> src/bitmap/mod.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | biHeight: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `biPlanes` [INFO] [stdout] --> src/bitmap/mod.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | biPlanes: u16, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `biBitCount` [INFO] [stdout] --> src/bitmap/mod.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | biBitCount: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `biCompression` [INFO] [stdout] --> src/bitmap/mod.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | biCompression: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `biSizeImage` [INFO] [stdout] --> src/bitmap/mod.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | biSizeImage: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `biXPelsPerMeter` [INFO] [stdout] --> src/bitmap/mod.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | biXPelsPerMeter: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `bfType` should have a snake case name [INFO] [stdout] --> src/bitmap/mod.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | bfType: [i8;2], [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `bf_type` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `biYPelsPerMeter` [INFO] [stdout] --> src/bitmap/mod.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | biYPelsPerMeter: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `bfSize` should have a snake case name [INFO] [stdout] --> src/bitmap/mod.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | bfSize: u32, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `bf_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `biClrUsed` [INFO] [stdout] --> src/bitmap/mod.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | biClrUsed: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `bfReserved1` should have a snake case name [INFO] [stdout] --> src/bitmap/mod.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | bfReserved1: u16, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `bf_reserved1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `biClrImportant` [INFO] [stdout] --> src/bitmap/mod.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | biClrImportant: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `bfReserved2` should have a snake case name [INFO] [stdout] --> src/bitmap/mod.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | bfReserved2: u16, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `bf_reserved2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `RgbQuad` [INFO] [stdout] --> src/bitmap/mod.rs:60:8 [INFO] [stdout] | [INFO] [stdout] 60 | struct RgbQuad { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `bfOffBits` should have a snake case name [INFO] [stdout] --> src/bitmap/mod.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | bfOffBits: u32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `bf_off_bits` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `info_header` [INFO] [stdout] --> src/bitmap/mod.rs:72:2 [INFO] [stdout] | [INFO] [stdout] 72 | info_header: BitMapInfoHeader, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `biSize` should have a snake case name [INFO] [stdout] --> src/bitmap/mod.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | biSize: u32, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `bi_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `image_data` [INFO] [stdout] --> src/bitmap/mod.rs:73:5 [INFO] [stdout] | [INFO] [stdout] 73 | image_data: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `biWidth` should have a snake case name [INFO] [stdout] --> src/bitmap/mod.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | biWidth: u32, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `bi_width` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `biHeight` should have a snake case name [INFO] [stdout] --> src/bitmap/mod.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | biHeight: u32, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `bi_height` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `biPlanes` should have a snake case name [INFO] [stdout] --> src/bitmap/mod.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | biPlanes: u16, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `bi_planes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `biBitCount` should have a snake case name [INFO] [stdout] --> src/bitmap/mod.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | biBitCount: u16, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `bi_bit_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `biCompression` should have a snake case name [INFO] [stdout] --> src/bitmap/mod.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | biCompression: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `bi_compression` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `biSizeImage` should have a snake case name [INFO] [stdout] --> src/bitmap/mod.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | biSizeImage: u32, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `bi_size_image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `biXPelsPerMeter` should have a snake case name [INFO] [stdout] --> src/bitmap/mod.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | biXPelsPerMeter: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bi_xpels_per_meter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `biYPelsPerMeter` should have a snake case name [INFO] [stdout] --> src/bitmap/mod.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | biYPelsPerMeter: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bi_ypels_per_meter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `biClrUsed` should have a snake case name [INFO] [stdout] --> src/bitmap/mod.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | biClrUsed: u32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `bi_clr_used` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `biClrImportant` should have a snake case name [INFO] [stdout] --> src/bitmap/mod.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | biClrImportant: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bi_clr_important` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `rgbBlue` should have a snake case name [INFO] [stdout] --> src/bitmap/mod.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | rgbBlue: u8, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `rgb_blue` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `rgbGreen` should have a snake case name [INFO] [stdout] --> src/bitmap/mod.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | rgbGreen: u8, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `rgb_green` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `rgbRed` should have a snake case name [INFO] [stdout] --> src/bitmap/mod.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | rgbRed: u8, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `rgb_red` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `rgbReserved` should have a snake case name [INFO] [stdout] --> src/bitmap/mod.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 64 | rgbReserved: u8, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `rgb_reserved` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `bfType` should have a snake case name [INFO] [stdout] --> src/bitmap/mod.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | bfType: [i8;2], [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `bf_type` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `bfSize` should have a snake case name [INFO] [stdout] --> src/bitmap/mod.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | bfSize: u32, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `bf_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `bfReserved1` should have a snake case name [INFO] [stdout] --> src/bitmap/mod.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | bfReserved1: u16, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `bf_reserved1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `bfReserved2` should have a snake case name [INFO] [stdout] --> src/bitmap/mod.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | bfReserved2: u16, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `bf_reserved2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `bfOffBits` should have a snake case name [INFO] [stdout] --> src/bitmap/mod.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | bfOffBits: u32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `bf_off_bits` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `biSize` should have a snake case name [INFO] [stdout] --> src/bitmap/mod.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | biSize: u32, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `bi_size` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `biWidth` should have a snake case name [INFO] [stdout] --> src/bitmap/mod.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | biWidth: u32, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `bi_width` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `biHeight` should have a snake case name [INFO] [stdout] --> src/bitmap/mod.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | biHeight: u32, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `bi_height` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `biPlanes` should have a snake case name [INFO] [stdout] --> src/bitmap/mod.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | biPlanes: u16, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `bi_planes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `biBitCount` should have a snake case name [INFO] [stdout] --> src/bitmap/mod.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | biBitCount: u16, [INFO] [stdout] | ^^^^^^^^^^ help: convert the identifier to snake case: `bi_bit_count` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `biCompression` should have a snake case name [INFO] [stdout] --> src/bitmap/mod.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | biCompression: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to snake case: `bi_compression` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `biSizeImage` should have a snake case name [INFO] [stdout] --> src/bitmap/mod.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | biSizeImage: u32, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `bi_size_image` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `biXPelsPerMeter` should have a snake case name [INFO] [stdout] --> src/bitmap/mod.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | biXPelsPerMeter: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bi_xpels_per_meter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `biYPelsPerMeter` should have a snake case name [INFO] [stdout] --> src/bitmap/mod.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | biYPelsPerMeter: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bi_ypels_per_meter` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `biClrUsed` should have a snake case name [INFO] [stdout] --> src/bitmap/mod.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | biClrUsed: u32, [INFO] [stdout] | ^^^^^^^^^ help: convert the identifier to snake case: `bi_clr_used` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `biClrImportant` should have a snake case name [INFO] [stdout] --> src/bitmap/mod.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | biClrImportant: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `bi_clr_important` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `rgbBlue` should have a snake case name [INFO] [stdout] --> src/bitmap/mod.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | rgbBlue: u8, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `rgb_blue` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `rgbGreen` should have a snake case name [INFO] [stdout] --> src/bitmap/mod.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | rgbGreen: u8, [INFO] [stdout] | ^^^^^^^^ help: convert the identifier to snake case: `rgb_green` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `rgbRed` should have a snake case name [INFO] [stdout] --> src/bitmap/mod.rs:63:5 [INFO] [stdout] | [INFO] [stdout] 63 | rgbRed: u8, [INFO] [stdout] | ^^^^^^ help: convert the identifier to snake case: `rgb_red` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `rgbReserved` should have a snake case name [INFO] [stdout] --> src/bitmap/mod.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 64 | rgbReserved: u8, [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `rgb_reserved` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 36 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 36 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `std::result::Result` that must be used [INFO] [stdout] --> src/examples/document.rs:9:3 [INFO] [stdout] | [INFO] [stdout] 9 | file.read(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `std::result::Result` that must be used [INFO] [stdout] --> src/examples/document.rs:11:3 [INFO] [stdout] | [INFO] [stdout] 11 | output.save(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `std::result::Result` that must be used [INFO] [stdout] --> src/examples/document.rs:21:2 [INFO] [stdout] | [INFO] [stdout] 21 | test.kill(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `std::result::Result` that must be used [INFO] [stdout] --> src/examples/document.rs:9:3 [INFO] [stdout] | [INFO] [stdout] 9 | file.read(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `std::result::Result` that must be used [INFO] [stdout] --> src/examples/document.rs:11:3 [INFO] [stdout] | [INFO] [stdout] 11 | output.save(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `std::result::Result` that must be used [INFO] [stdout] --> src/examples/document.rs:21:2 [INFO] [stdout] | [INFO] [stdout] 21 | test.kill(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.10s [INFO] running `Command { std: "docker" "inspect" "e70a76a7fcc78fc9d13ad89fdb83353c66e93ca456051eefaee018ad6794b894", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e70a76a7fcc78fc9d13ad89fdb83353c66e93ca456051eefaee018ad6794b894", kill_on_drop: false }` [INFO] [stdout] e70a76a7fcc78fc9d13ad89fdb83353c66e93ca456051eefaee018ad6794b894