[INFO] cloning repository https://github.com/Forlos/bininfo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Forlos/bininfo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FForlos%2Fbininfo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FForlos%2Fbininfo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ffca46a3cf7936f45147b504344b414bdfe658fe [INFO] checking Forlos/bininfo against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FForlos%2Fbininfo" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Forlos/bininfo on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Forlos/bininfo [INFO] finished tweaking git repo https://github.com/Forlos/bininfo [INFO] tweaked toml for git repo https://github.com/Forlos/bininfo written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/Forlos/bininfo already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9da51b380495951b0f8e5f40a41610a9cb857979c9ebbd0a16f892ad2d5464ad [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" "9da51b380495951b0f8e5f40a41610a9cb857979c9ebbd0a16f892ad2d5464ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9da51b380495951b0f8e5f40a41610a9cb857979c9ebbd0a16f892ad2d5464ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9da51b380495951b0f8e5f40a41610a9cb857979c9ebbd0a16f892ad2d5464ad", kill_on_drop: false }` [INFO] [stdout] 9da51b380495951b0f8e5f40a41610a9cb857979c9ebbd0a16f892ad2d5464ad [INFO] running `Command { std: "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" "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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 02ce9eee7b13f8bf5c96fc018a74a0446d098bcdd85a0c98e7ab48d30e6ac906 [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" "02ce9eee7b13f8bf5c96fc018a74a0446d098bcdd85a0c98e7ab48d30e6ac906", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.50 [INFO] [stderr] Compiling proc-macro2 v0.4.27 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v0.15.29 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling cc v1.0.30 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling autocfg v0.1.2 [INFO] [stderr] Compiling serde v1.0.89 [INFO] [stderr] Compiling unicode-segmentation v1.2.1 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Checking vec_map v0.8.1 [INFO] [stderr] Checking rustc-demangle v0.1.13 [INFO] [stderr] Checking cfg-if v0.1.7 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking encode_unicode v0.3.5 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling backtrace v0.3.14 [INFO] [stderr] Compiling scroll v0.9.2 [INFO] [stderr] Checking term v0.5.1 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling quote v0.6.11 [INFO] [stderr] Checking atty v0.2.11 [INFO] [stderr] Checking memchr v2.2.0 [INFO] [stderr] Checking term_size v0.3.1 [INFO] [stderr] Checking clap v2.32.0 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking csv-core v0.1.5 [INFO] [stderr] Checking csv v1.0.5 [INFO] [stderr] Checking prettytable-rs v0.8.0 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling structopt-derive v0.2.15 [INFO] [stderr] Compiling strum_macros v0.15.0 [INFO] [stderr] Compiling scroll_derive v0.9.5 [INFO] [stderr] Checking structopt v0.2.15 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking bininfo v0.2.7 (/tmp/fixit) [INFO] [stderr] Migrating src/main.rs from 2018 edition to 2021 [INFO] [stderr] Fixed src/formats/macho/macho_constants.rs (6 fixes) [INFO] [stderr] Fixed src/formats/javaclass/mod.rs (6 fixes) [INFO] [stderr] Fixed src/formats/elf/mod.rs (1 fix) [INFO] [stderr] Fixed src/formats/gif/mod.rs (2 fixes) [INFO] [stdout] warning: the item `Color` is imported redundantly [INFO] [stdout] --> src/formats/png/mod.rs:1036:13 [INFO] [stdout] | [INFO] [stdout] 2 | use ansi_term::Color; [INFO] [stdout] | ---------------- the item `Color` is already imported here [INFO] [stdout] ... [INFO] [stdout] 1036 | use ansi_term::Color; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Color` is imported redundantly [INFO] [stdout] --> src/formats/elf/mod.rs:1075:29 [INFO] [stdout] | [INFO] [stdout] 1051 | use ansi_term::Color; [INFO] [stdout] | ---------------- the item `Color` is already imported here [INFO] [stdout] ... [INFO] [stdout] 1075 | use ansi_term::{Color, ANSIString, ANSIStrings}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Color` is imported redundantly [INFO] [stdout] --> src/formats/png/mod.rs:1036:13 [INFO] [stdout] | [INFO] [stdout] 2 | use ansi_term::Color; [INFO] [stdout] | ---------------- the item `Color` is already imported here [INFO] [stdout] ... [INFO] [stdout] 1036 | use ansi_term::Color; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Color` is imported redundantly [INFO] [stdout] --> src/formats/elf/mod.rs:1075:29 [INFO] [stdout] | [INFO] [stdout] 1051 | use ansi_term::Color; [INFO] [stdout] | ---------------- the item `Color` is already imported here [INFO] [stdout] ... [INFO] [stdout] 1075 | use ansi_term::{Color, ANSIString, ANSIStrings}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Pread` [INFO] [stdout] --> src/formats/zip/mod.rs:4:20 [INFO] [stdout] | [INFO] [stdout] 4 | use scroll::{self, Pread}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Pread` [INFO] [stdout] --> src/formats/zip/mod.rs:4:20 [INFO] [stdout] | [INFO] [stdout] 4 | use scroll::{self, Pread}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `fmt_elf_flags` [INFO] [stdout] --> src/format.rs:79:8 [INFO] [stdout] | [INFO] [stdout] 79 | pub fn fmt_elf_flags(flags: u32) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_ENCODING` [INFO] [stdout] --> src/format.rs:315:1 [INFO] [stdout] | [INFO] [stdout] 315 | const DT_ENCODING: u64 = 32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_ADDRRNGLO` [INFO] [stdout] --> src/format.rs:338:1 [INFO] [stdout] | [INFO] [stdout] 338 | const DT_ADDRRNGLO: u64 = 0x6ffffe00; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_TLSDESC_PLT` [INFO] [stdout] --> src/format.rs:342:1 [INFO] [stdout] | [INFO] [stdout] 342 | const DT_TLSDESC_PLT: u64 = 0x6ffffef6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_TLSDESC_GOT` [INFO] [stdout] --> src/format.rs:344:1 [INFO] [stdout] | [INFO] [stdout] 344 | const DT_TLSDESC_GOT: u64 = 0x6ffffef7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_GNU_CONFLICT` [INFO] [stdout] --> src/format.rs:346:1 [INFO] [stdout] | [INFO] [stdout] 346 | const DT_GNU_CONFLICT: u64 = 0x6ffffef8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_GNU_LIBLIST` [INFO] [stdout] --> src/format.rs:348:1 [INFO] [stdout] | [INFO] [stdout] 348 | const DT_GNU_LIBLIST: u64 = 0x6ffffef9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_CONFIG` [INFO] [stdout] --> src/format.rs:350:1 [INFO] [stdout] | [INFO] [stdout] 350 | const DT_CONFIG: u64 = 0x6ffffefa; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_DEPAUDIT` [INFO] [stdout] --> src/format.rs:352:1 [INFO] [stdout] | [INFO] [stdout] 352 | const DT_DEPAUDIT: u64 = 0x6ffffefb; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_AUDIT` [INFO] [stdout] --> src/format.rs:354:1 [INFO] [stdout] | [INFO] [stdout] 354 | const DT_AUDIT: u64 = 0x6ffffefc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_PLTPAD` [INFO] [stdout] --> src/format.rs:356:1 [INFO] [stdout] | [INFO] [stdout] 356 | const DT_PLTPAD: u64 = 0x6ffffefd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_MOVETAB` [INFO] [stdout] --> src/format.rs:358:1 [INFO] [stdout] | [INFO] [stdout] 358 | const DT_MOVETAB: u64 = 0x6ffffefe; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_SYMINFO` [INFO] [stdout] --> src/format.rs:360:1 [INFO] [stdout] | [INFO] [stdout] 360 | const DT_SYMINFO: u64 = 0x6ffffeff; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_ADDRRNGHI` [INFO] [stdout] --> src/format.rs:362:1 [INFO] [stdout] | [INFO] [stdout] 362 | const DT_ADDRRNGHI: u64 = 0x6ffffeff; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_ADDRNUM` [INFO] [stdout] --> src/format.rs:365:1 [INFO] [stdout] | [INFO] [stdout] 365 | const DT_ADDRNUM: u64 = 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `X86` [INFO] [stdout] --> src/formats/macho/mod.rs:309:5 [INFO] [stdout] | [INFO] [stdout] 309 | X86, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ARM` [INFO] [stdout] --> src/formats/macho/mod.rs:310:5 [INFO] [stdout] | [INFO] [stdout] 310 | ARM, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `END_VALUE` [INFO] [stdout] --> src/formats/zip/mod.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | const END_VALUE: u32 = 0x06054b50; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `CENTRAL_VALUE` [INFO] [stdout] --> src/formats/zip/mod.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | const CENTRAL_VALUE: u32 = 0x02014b50; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EXTRA_VALUE` [INFO] [stdout] --> src/formats/zip/mod.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | const EXTRA_VALUE: u32 = 0x08064b50; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `LOCAL_FILE_VALUE` [INFO] [stdout] --> src/formats/zip/mod.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | const LOCAL_FILE_VALUE: u32 = 0x04034b50; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SIGNATURE_VALUE` [INFO] [stdout] --> src/formats/zip/mod.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | const SIGNATURE_VALUE: u32 = 0x05054b50; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `ZIP64_CENTRAL_VALUE` [INFO] [stdout] --> src/formats/zip/mod.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | const ZIP64_CENTRAL_VALUE: u32 = 0x06064b50; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `ZIP64_END_VALUE` [INFO] [stdout] --> src/formats/zip/mod.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | const ZIP64_END_VALUE: u32 = 0x07064b50; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `opt` [INFO] [stdout] --> src/formats/pdf/mod.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | opt: Opt, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 28 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `fmt_elf_flags` [INFO] [stdout] --> src/format.rs:79:8 [INFO] [stdout] | [INFO] [stdout] 79 | pub fn fmt_elf_flags(flags: u32) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_ENCODING` [INFO] [stdout] --> src/format.rs:315:1 [INFO] [stdout] | [INFO] [stdout] 315 | const DT_ENCODING: u64 = 32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_ADDRRNGLO` [INFO] [stdout] --> src/format.rs:338:1 [INFO] [stdout] | [INFO] [stdout] 338 | const DT_ADDRRNGLO: u64 = 0x6ffffe00; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_TLSDESC_PLT` [INFO] [stdout] --> src/format.rs:342:1 [INFO] [stdout] | [INFO] [stdout] 342 | const DT_TLSDESC_PLT: u64 = 0x6ffffef6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_TLSDESC_GOT` [INFO] [stdout] --> src/format.rs:344:1 [INFO] [stdout] | [INFO] [stdout] 344 | const DT_TLSDESC_GOT: u64 = 0x6ffffef7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_GNU_CONFLICT` [INFO] [stdout] --> src/format.rs:346:1 [INFO] [stdout] | [INFO] [stdout] 346 | const DT_GNU_CONFLICT: u64 = 0x6ffffef8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_GNU_LIBLIST` [INFO] [stdout] --> src/format.rs:348:1 [INFO] [stdout] | [INFO] [stdout] 348 | const DT_GNU_LIBLIST: u64 = 0x6ffffef9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_CONFIG` [INFO] [stdout] --> src/format.rs:350:1 [INFO] [stdout] | [INFO] [stdout] 350 | const DT_CONFIG: u64 = 0x6ffffefa; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_DEPAUDIT` [INFO] [stdout] --> src/format.rs:352:1 [INFO] [stdout] | [INFO] [stdout] 352 | const DT_DEPAUDIT: u64 = 0x6ffffefb; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_AUDIT` [INFO] [stdout] --> src/format.rs:354:1 [INFO] [stdout] | [INFO] [stdout] 354 | const DT_AUDIT: u64 = 0x6ffffefc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_PLTPAD` [INFO] [stdout] --> src/format.rs:356:1 [INFO] [stdout] | [INFO] [stdout] 356 | const DT_PLTPAD: u64 = 0x6ffffefd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_MOVETAB` [INFO] [stdout] --> src/format.rs:358:1 [INFO] [stdout] | [INFO] [stdout] 358 | const DT_MOVETAB: u64 = 0x6ffffefe; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_SYMINFO` [INFO] [stdout] --> src/format.rs:360:1 [INFO] [stdout] | [INFO] [stdout] 360 | const DT_SYMINFO: u64 = 0x6ffffeff; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_ADDRRNGHI` [INFO] [stdout] --> src/format.rs:362:1 [INFO] [stdout] | [INFO] [stdout] 362 | const DT_ADDRRNGHI: u64 = 0x6ffffeff; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_ADDRNUM` [INFO] [stdout] --> src/format.rs:365:1 [INFO] [stdout] | [INFO] [stdout] 365 | const DT_ADDRNUM: u64 = 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `X86` [INFO] [stdout] --> src/formats/macho/mod.rs:309:5 [INFO] [stdout] | [INFO] [stdout] 309 | X86, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ARM` [INFO] [stdout] --> src/formats/macho/mod.rs:310:5 [INFO] [stdout] | [INFO] [stdout] 310 | ARM, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `END_VALUE` [INFO] [stdout] --> src/formats/zip/mod.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | const END_VALUE: u32 = 0x06054b50; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `CENTRAL_VALUE` [INFO] [stdout] --> src/formats/zip/mod.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | const CENTRAL_VALUE: u32 = 0x02014b50; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EXTRA_VALUE` [INFO] [stdout] --> src/formats/zip/mod.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | const EXTRA_VALUE: u32 = 0x08064b50; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `LOCAL_FILE_VALUE` [INFO] [stdout] --> src/formats/zip/mod.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | const LOCAL_FILE_VALUE: u32 = 0x04034b50; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SIGNATURE_VALUE` [INFO] [stdout] --> src/formats/zip/mod.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | const SIGNATURE_VALUE: u32 = 0x05054b50; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `ZIP64_CENTRAL_VALUE` [INFO] [stdout] --> src/formats/zip/mod.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | const ZIP64_CENTRAL_VALUE: u32 = 0x06064b50; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `ZIP64_END_VALUE` [INFO] [stdout] --> src/formats/zip/mod.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | const ZIP64_END_VALUE: u32 = 0x07064b50; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `opt` [INFO] [stdout] --> src/formats/pdf/mod.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | opt: Opt, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 28 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 41.49s [INFO] [stderr] Running `cargo check` to verify 2021 [INFO] [stderr] Checking bininfo v0.2.7 (/tmp/fixit) [INFO] [stdout] warning: the item `Color` is imported redundantly [INFO] [stdout] --> src/formats/png/mod.rs:1036:13 [INFO] [stdout] | [INFO] [stdout] 2 | use ansi_term::Color; [INFO] [stdout] | ---------------- the item `Color` is already imported here [INFO] [stdout] ... [INFO] [stdout] 1036 | use ansi_term::Color; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Color` is imported redundantly [INFO] [stdout] --> src/formats/elf/mod.rs:1075:29 [INFO] [stdout] | [INFO] [stdout] 1051 | use ansi_term::Color; [INFO] [stdout] | ---------------- the item `Color` is already imported here [INFO] [stdout] ... [INFO] [stdout] 1075 | use ansi_term::{Color, ANSIString, ANSIStrings}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Color` is imported redundantly [INFO] [stdout] --> src/formats/png/mod.rs:1036:13 [INFO] [stdout] | [INFO] [stdout] 2 | use ansi_term::Color; [INFO] [stdout] | ---------------- the item `Color` is already imported here [INFO] [stdout] ... [INFO] [stdout] 1036 | use ansi_term::Color; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Color` is imported redundantly [INFO] [stdout] --> src/formats/elf/mod.rs:1075:29 [INFO] [stdout] | [INFO] [stdout] 1051 | use ansi_term::Color; [INFO] [stdout] | ---------------- the item `Color` is already imported here [INFO] [stdout] ... [INFO] [stdout] 1075 | use ansi_term::{Color, ANSIString, ANSIStrings}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Pread` [INFO] [stdout] --> src/formats/zip/mod.rs:4:20 [INFO] [stdout] | [INFO] [stdout] 4 | use scroll::{self, Pread}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Pread` [INFO] [stdout] --> src/formats/zip/mod.rs:4:20 [INFO] [stdout] | [INFO] [stdout] 4 | use scroll::{self, Pread}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `fmt_elf_flags` [INFO] [stdout] --> src/format.rs:79:8 [INFO] [stdout] | [INFO] [stdout] 79 | pub fn fmt_elf_flags(flags: u32) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_ENCODING` [INFO] [stdout] --> src/format.rs:315:1 [INFO] [stdout] | [INFO] [stdout] 315 | const DT_ENCODING: u64 = 32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_ADDRRNGLO` [INFO] [stdout] --> src/format.rs:338:1 [INFO] [stdout] | [INFO] [stdout] 338 | const DT_ADDRRNGLO: u64 = 0x6ffffe00; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_TLSDESC_PLT` [INFO] [stdout] --> src/format.rs:342:1 [INFO] [stdout] | [INFO] [stdout] 342 | const DT_TLSDESC_PLT: u64 = 0x6ffffef6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_TLSDESC_GOT` [INFO] [stdout] --> src/format.rs:344:1 [INFO] [stdout] | [INFO] [stdout] 344 | const DT_TLSDESC_GOT: u64 = 0x6ffffef7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_GNU_CONFLICT` [INFO] [stdout] --> src/format.rs:346:1 [INFO] [stdout] | [INFO] [stdout] 346 | const DT_GNU_CONFLICT: u64 = 0x6ffffef8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_GNU_LIBLIST` [INFO] [stdout] --> src/format.rs:348:1 [INFO] [stdout] | [INFO] [stdout] 348 | const DT_GNU_LIBLIST: u64 = 0x6ffffef9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_CONFIG` [INFO] [stdout] --> src/format.rs:350:1 [INFO] [stdout] | [INFO] [stdout] 350 | const DT_CONFIG: u64 = 0x6ffffefa; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_DEPAUDIT` [INFO] [stdout] --> src/format.rs:352:1 [INFO] [stdout] | [INFO] [stdout] 352 | const DT_DEPAUDIT: u64 = 0x6ffffefb; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_AUDIT` [INFO] [stdout] --> src/format.rs:354:1 [INFO] [stdout] | [INFO] [stdout] 354 | const DT_AUDIT: u64 = 0x6ffffefc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_PLTPAD` [INFO] [stdout] --> src/format.rs:356:1 [INFO] [stdout] | [INFO] [stdout] 356 | const DT_PLTPAD: u64 = 0x6ffffefd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_MOVETAB` [INFO] [stdout] --> src/format.rs:358:1 [INFO] [stdout] | [INFO] [stdout] 358 | const DT_MOVETAB: u64 = 0x6ffffefe; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_SYMINFO` [INFO] [stdout] --> src/format.rs:360:1 [INFO] [stdout] | [INFO] [stdout] 360 | const DT_SYMINFO: u64 = 0x6ffffeff; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_ADDRRNGHI` [INFO] [stdout] --> src/format.rs:362:1 [INFO] [stdout] | [INFO] [stdout] 362 | const DT_ADDRRNGHI: u64 = 0x6ffffeff; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_ADDRNUM` [INFO] [stdout] --> src/format.rs:365:1 [INFO] [stdout] | [INFO] [stdout] 365 | const DT_ADDRNUM: u64 = 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `X86` [INFO] [stdout] --> src/formats/macho/mod.rs:309:5 [INFO] [stdout] | [INFO] [stdout] 309 | X86, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ARM` [INFO] [stdout] --> src/formats/macho/mod.rs:310:5 [INFO] [stdout] | [INFO] [stdout] 310 | ARM, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `END_VALUE` [INFO] [stdout] --> src/formats/zip/mod.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | const END_VALUE: u32 = 0x06054b50; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `CENTRAL_VALUE` [INFO] [stdout] --> src/formats/zip/mod.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | const CENTRAL_VALUE: u32 = 0x02014b50; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EXTRA_VALUE` [INFO] [stdout] --> src/formats/zip/mod.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | const EXTRA_VALUE: u32 = 0x08064b50; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `LOCAL_FILE_VALUE` [INFO] [stdout] --> src/formats/zip/mod.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | const LOCAL_FILE_VALUE: u32 = 0x04034b50; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SIGNATURE_VALUE` [INFO] [stdout] --> src/formats/zip/mod.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | const SIGNATURE_VALUE: u32 = 0x05054b50; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `ZIP64_CENTRAL_VALUE` [INFO] [stdout] --> src/formats/zip/mod.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | const ZIP64_CENTRAL_VALUE: u32 = 0x06064b50; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `ZIP64_END_VALUE` [INFO] [stdout] --> src/formats/zip/mod.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | const ZIP64_END_VALUE: u32 = 0x07064b50; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `opt` [INFO] [stdout] --> src/formats/pdf/mod.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | opt: Opt, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `fmt_elf_flags` [INFO] [stdout] --> src/format.rs:79:8 [INFO] [stdout] | [INFO] [stdout] 79 | pub fn fmt_elf_flags(flags: u32) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_ENCODING` [INFO] [stdout] --> src/format.rs:315:1 [INFO] [stdout] | [INFO] [stdout] 315 | const DT_ENCODING: u64 = 32; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_ADDRRNGLO` [INFO] [stdout] --> src/format.rs:338:1 [INFO] [stdout] | [INFO] [stdout] 338 | const DT_ADDRRNGLO: u64 = 0x6ffffe00; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_TLSDESC_PLT` [INFO] [stdout] --> src/format.rs:342:1 [INFO] [stdout] | [INFO] [stdout] 342 | const DT_TLSDESC_PLT: u64 = 0x6ffffef6; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_TLSDESC_GOT` [INFO] [stdout] --> src/format.rs:344:1 [INFO] [stdout] | [INFO] [stdout] 344 | const DT_TLSDESC_GOT: u64 = 0x6ffffef7; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_GNU_CONFLICT` [INFO] [stdout] --> src/format.rs:346:1 [INFO] [stdout] | [INFO] [stdout] 346 | const DT_GNU_CONFLICT: u64 = 0x6ffffef8; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_GNU_LIBLIST` [INFO] [stdout] --> src/format.rs:348:1 [INFO] [stdout] | [INFO] [stdout] 348 | const DT_GNU_LIBLIST: u64 = 0x6ffffef9; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_CONFIG` [INFO] [stdout] --> src/format.rs:350:1 [INFO] [stdout] | [INFO] [stdout] 350 | const DT_CONFIG: u64 = 0x6ffffefa; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_DEPAUDIT` [INFO] [stdout] --> src/format.rs:352:1 [INFO] [stdout] | [INFO] [stdout] 352 | const DT_DEPAUDIT: u64 = 0x6ffffefb; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_AUDIT` [INFO] [stdout] --> src/format.rs:354:1 [INFO] [stdout] | [INFO] [stdout] 354 | const DT_AUDIT: u64 = 0x6ffffefc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_PLTPAD` [INFO] [stdout] --> src/format.rs:356:1 [INFO] [stdout] | [INFO] [stdout] 356 | const DT_PLTPAD: u64 = 0x6ffffefd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_MOVETAB` [INFO] [stdout] --> src/format.rs:358:1 [INFO] [stdout] | [INFO] [stdout] 358 | const DT_MOVETAB: u64 = 0x6ffffefe; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_SYMINFO` [INFO] [stdout] --> src/format.rs:360:1 [INFO] [stdout] | [INFO] [stdout] 360 | const DT_SYMINFO: u64 = 0x6ffffeff; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_ADDRRNGHI` [INFO] [stdout] --> src/format.rs:362:1 [INFO] [stdout] | [INFO] [stdout] 362 | const DT_ADDRRNGHI: u64 = 0x6ffffeff; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `DT_ADDRNUM` [INFO] [stdout] --> src/format.rs:365:1 [INFO] [stdout] | [INFO] [stdout] 365 | const DT_ADDRNUM: u64 = 11; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `X86` [INFO] [stdout] --> src/formats/macho/mod.rs:309:5 [INFO] [stdout] | [INFO] [stdout] 309 | X86, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `ARM` [INFO] [stdout] --> src/formats/macho/mod.rs:310:5 [INFO] [stdout] | [INFO] [stdout] 310 | ARM, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `END_VALUE` [INFO] [stdout] --> src/formats/zip/mod.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | const END_VALUE: u32 = 0x06054b50; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `CENTRAL_VALUE` [INFO] [stdout] --> src/formats/zip/mod.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | const CENTRAL_VALUE: u32 = 0x02014b50; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `EXTRA_VALUE` [INFO] [stdout] --> src/formats/zip/mod.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | const EXTRA_VALUE: u32 = 0x08064b50; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `LOCAL_FILE_VALUE` [INFO] [stdout] --> src/formats/zip/mod.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | const LOCAL_FILE_VALUE: u32 = 0x04034b50; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `SIGNATURE_VALUE` [INFO] [stdout] --> src/formats/zip/mod.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | const SIGNATURE_VALUE: u32 = 0x05054b50; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `ZIP64_CENTRAL_VALUE` [INFO] [stdout] --> src/formats/zip/mod.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | const ZIP64_CENTRAL_VALUE: u32 = 0x06064b50; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `ZIP64_END_VALUE` [INFO] [stdout] --> src/formats/zip/mod.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | const ZIP64_END_VALUE: u32 = 0x07064b50; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `opt` [INFO] [stdout] --> src/formats/pdf/mod.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | opt: Opt, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 28 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 28 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.77s [INFO] running `Command { std: "docker" "inspect" "02ce9eee7b13f8bf5c96fc018a74a0446d098bcdd85a0c98e7ab48d30e6ac906", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "02ce9eee7b13f8bf5c96fc018a74a0446d098bcdd85a0c98e7ab48d30e6ac906", kill_on_drop: false }` [INFO] [stdout] 02ce9eee7b13f8bf5c96fc018a74a0446d098bcdd85a0c98e7ab48d30e6ac906