[INFO] fetching crate elftools 0.1.0... [INFO] documenting elftools-0.1.0 against beta-2020-08-29 for beta-1.47-rustdoc-1 [INFO] extracting crate elftools 0.1.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate elftools 0.1.0 on toolchain beta-2020-08-29 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate elftools 0.1.0 [INFO] finished tweaking crates.io crate elftools 0.1.0 [INFO] tweaked toml for crates.io crate elftools 0.1.0 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+beta-2020-08-29" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 396234a6b0500525909da70c81a22f763cd8c34b2244b318af849304a1daa806 [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" "396234a6b0500525909da70c81a22f763cd8c34b2244b318af849304a1daa806", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "396234a6b0500525909da70c81a22f763cd8c34b2244b318af849304a1daa806", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "396234a6b0500525909da70c81a22f763cd8c34b2244b318af849304a1daa806", kill_on_drop: false }` [INFO] [stdout] 396234a6b0500525909da70c81a22f763cd8c34b2244b318af849304a1daa806 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "RUSTDOCFLAGS=--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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-08-29" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2182ad948d8e24a317d095fd26bc7f96a654116434aa016d1112e6a36859309e [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" "2182ad948d8e24a317d095fd26bc7f96a654116434aa016d1112e6a36859309e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling semver v0.1.20 [INFO] [stderr] Compiling rustc_version v0.1.7 [INFO] [stderr] Compiling nix v0.6.0 [INFO] [stderr] Documenting elftools v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:164:30 [INFO] [stdout] | [INFO] [stdout] 164 | pub const EI_NIDENT: usize = (16); [INFO] [stdout] | ^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:704:28 [INFO] [stdout] | [INFO] [stdout] 704 | pub const SHF_WRITE: i32 = (1 << 0); /* Writable */ [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:706:28 [INFO] [stdout] | [INFO] [stdout] 706 | pub const SHF_ALLOC: i32 = (1 << 1); /* Occupies memory during execution */ [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:708:32 [INFO] [stdout] | [INFO] [stdout] 708 | pub const SHF_EXECINSTR: i32 = (1 << 2); /* Executable */ [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:710:28 [INFO] [stdout] | [INFO] [stdout] 710 | pub const SHF_MERGE: i32 = (1 << 4); /* Might be merged */ [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:712:30 [INFO] [stdout] | [INFO] [stdout] 712 | pub const SHF_STRINGS: i32 = (1 << 5); /* Contains nul-terminated strings */ [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:714:32 [INFO] [stdout] | [INFO] [stdout] 714 | pub const SHF_INFO_LINK: i32 = (1 << 6); /* `sh_info' contains SHT index */ [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:716:33 [INFO] [stdout] | [INFO] [stdout] 716 | pub const SHF_LINK_ORDER: i32 = (1 << 7); /* Preserve order after combining */ [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:722:28 [INFO] [stdout] | [INFO] [stdout] 722 | pub const SHF_GROUP: i32 = (1 << 9); /* Section is member of a group. */ [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:724:26 [INFO] [stdout] | [INFO] [stdout] 724 | pub const SHF_TLS: i32 = (1 << 10); /* Section hold thread-local data. */ [INFO] [stdout] | ^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:1154:23 [INFO] [stdout] | [INFO] [stdout] 1154 | pub const PF_X: i32 = (1 << 0); /* Segment is executable */ [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:1156:23 [INFO] [stdout] | [INFO] [stdout] 1156 | pub const PF_W: i32 = (1 << 1); /* Segment is writable */ [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:1158:23 [INFO] [stdout] | [INFO] [stdout] 1158 | pub const PF_R: i32 = (1 << 2); /* Segment is readable */ [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:3213:33 [INFO] [stdout] | [INFO] [stdout] 3213 | pub const RHF_QUICKSTART: i32 = (1 << 0); /* Use quickstart */ [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:3215:29 [INFO] [stdout] | [INFO] [stdout] 3215 | pub const RHF_NOTPOT: i32 = (1 << 1); /* Hash size not power of 2 */ [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:3217:45 [INFO] [stdout] | [INFO] [stdout] 3217 | pub const RHF_NO_LIBRARY_REPLACEMENT: i32 = (1 << 2); /* Ignore LD_LIBRARY_PATH */ [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:3219:30 [INFO] [stdout] | [INFO] [stdout] 3219 | pub const RHF_NO_MOVE: i32 = (1 << 3); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:3221:31 [INFO] [stdout] | [INFO] [stdout] 3221 | pub const RHF_SGI_ONLY: i32 = (1 << 4); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:3223:37 [INFO] [stdout] | [INFO] [stdout] 3223 | pub const RHF_GUARANTEE_INIT: i32 = (1 << 5); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:3225:40 [INFO] [stdout] | [INFO] [stdout] 3225 | pub const RHF_DELTA_C_PLUS_PLUS: i32 = (1 << 6); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:3227:43 [INFO] [stdout] | [INFO] [stdout] 3227 | pub const RHF_GUARANTEE_START_INIT: i32 = (1 << 7); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:3229:28 [INFO] [stdout] | [INFO] [stdout] 3229 | pub const RHF_PIXIE: i32 = (1 << 8); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:3231:41 [INFO] [stdout] | [INFO] [stdout] 3231 | pub const RHF_DEFAULT_DELAY_LOAD: i32 = (1 << 9); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:3233:35 [INFO] [stdout] | [INFO] [stdout] 3233 | pub const RHF_REQUICKSTART: i32 = (1 << 10); [INFO] [stdout] | ^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:3235:37 [INFO] [stdout] | [INFO] [stdout] 3235 | pub const RHF_REQUICKSTARTED: i32 = (1 << 11); [INFO] [stdout] | ^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:3237:27 [INFO] [stdout] | [INFO] [stdout] 3237 | pub const RHF_CORD: i32 = (1 << 12); [INFO] [stdout] | ^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:3239:37 [INFO] [stdout] | [INFO] [stdout] 3239 | pub const RHF_NO_UNRES_UNDEF: i32 = (1 << 13); [INFO] [stdout] | ^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:3241:37 [INFO] [stdout] | [INFO] [stdout] 3241 | pub const RHF_RLD_ORDER_SAFE: i32 = (1 << 14); [INFO] [stdout] | ^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:3282:33 [INFO] [stdout] | [INFO] [stdout] 3282 | pub const LL_EXACT_MATCH: i32 = (1 << 0); /* Require exact match */ [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:3284:36 [INFO] [stdout] | [INFO] [stdout] 3284 | pub const LL_IGNORE_INT_VER: i32 = (1 << 1); /* Ignore interface version */ [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:3286:35 [INFO] [stdout] | [INFO] [stdout] 3286 | pub const LL_REQUIRE_MINOR: i32 = (1 << 2); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:3288:29 [INFO] [stdout] | [INFO] [stdout] 3288 | pub const LL_EXPORTS: i32 = (1 << 3); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:3290:32 [INFO] [stdout] | [INFO] [stdout] 3290 | pub const LL_DELAY_LOAD: i32 = (1 << 4); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:3292:27 [INFO] [stdout] | [INFO] [stdout] 3292 | pub const LL_DELTA: i32 = (1 << 5); [INFO] [stdout] | ^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:3398:32 [INFO] [stdout] | [INFO] [stdout] 3398 | pub const STT_HP_OPAQUE: i32 = (STT_LOOS + 0x1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:3400:30 [INFO] [stdout] | [INFO] [stdout] 3400 | pub const STT_HP_STUB: i32 = (STT_LOOS + 0x2); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:3636:28 [INFO] [stdout] | [INFO] [stdout] 3636 | pub const PT_HP_TLS: i32 = (PT_LOOS + 0x0); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:3638:34 [INFO] [stdout] | [INFO] [stdout] 3638 | pub const PT_HP_CORE_NONE: i32 = (PT_LOOS + 0x1); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:3640:37 [INFO] [stdout] | [INFO] [stdout] 3640 | pub const PT_HP_CORE_VERSION: i32 = (PT_LOOS + 0x2); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:3642:36 [INFO] [stdout] | [INFO] [stdout] 3642 | pub const PT_HP_CORE_KERNEL: i32 = (PT_LOOS + 0x3); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:3644:34 [INFO] [stdout] | [INFO] [stdout] 3644 | pub const PT_HP_CORE_COMM: i32 = (PT_LOOS + 0x4); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:3646:34 [INFO] [stdout] | [INFO] [stdout] 3646 | pub const PT_HP_CORE_PROC: i32 = (PT_LOOS + 0x5); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:3648:38 [INFO] [stdout] | [INFO] [stdout] 3648 | pub const PT_HP_CORE_LOADABLE: i32 = (PT_LOOS + 0x6); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:3650:35 [INFO] [stdout] | [INFO] [stdout] 3650 | pub const PT_HP_CORE_STACK: i32 = (PT_LOOS + 0x7); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:3652:33 [INFO] [stdout] | [INFO] [stdout] 3652 | pub const PT_HP_CORE_SHM: i32 = (PT_LOOS + 0x8); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:3654:33 [INFO] [stdout] | [INFO] [stdout] 3654 | pub const PT_HP_CORE_MMF: i32 = (PT_LOOS + 0x9); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:3656:33 [INFO] [stdout] | [INFO] [stdout] 3656 | pub const PT_HP_PARALLEL: i32 = (PT_LOOS + 0x10); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:3658:33 [INFO] [stdout] | [INFO] [stdout] 3658 | pub const PT_HP_FASTBIND: i32 = (PT_LOOS + 0x11); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:3660:34 [INFO] [stdout] | [INFO] [stdout] 3660 | pub const PT_HP_OPT_ANNOT: i32 = (PT_LOOS + 0x12); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:3662:34 [INFO] [stdout] | [INFO] [stdout] 3662 | pub const PT_HP_HSL_ANNOT: i32 = (PT_LOOS + 0x13); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:3664:30 [INFO] [stdout] | [INFO] [stdout] 3664 | pub const PT_HP_STACK: i32 = (PT_LOOS + 0x14); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:3847:33 [INFO] [stdout] | [INFO] [stdout] 3847 | pub const DT_ALPHA_PLTRO: i32 = (DT_LOPROC + 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:4102:29 [INFO] [stdout] | [INFO] [stdout] 4102 | pub const DT_PPC_GOT: i32 = (DT_LOPROC + 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:4354:33 [INFO] [stdout] | [INFO] [stdout] 4354 | pub const DT_PPC64_GLINK: i32 = (DT_LOPROC + 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:4356:31 [INFO] [stdout] | [INFO] [stdout] 4356 | pub const DT_PPC64_OPD: i32 = (DT_LOPROC + 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:4358:33 [INFO] [stdout] | [INFO] [stdout] 4358 | pub const DT_PPC64_OPDSZ: i32 = (DT_LOPROC + 2); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:4479:31 [INFO] [stdout] | [INFO] [stdout] 4479 | pub const PT_ARM_EXIDX: i32 = (PT_LOPROC + 1); /* ARM unwind segment. */ [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:4486:32 [INFO] [stdout] | [INFO] [stdout] 4486 | pub const SHT_ARM_EXIDX: i32 = (SHT_LOPROC + 1); /* ARM unwind section. */ [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:4488:37 [INFO] [stdout] | [INFO] [stdout] 4488 | pub const SHT_ARM_PREEMPTMAP: i32 = (SHT_LOPROC + 2); /* Preemption details. */ [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:4490:37 [INFO] [stdout] | [INFO] [stdout] 4490 | pub const SHT_ARM_ATTRIBUTES: i32 = (SHT_LOPROC + 3); /* ARM attributes section. */ [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:4651:35 [INFO] [stdout] | [INFO] [stdout] 4651 | pub const PT_IA_64_ARCHEXT: i32 = (PT_LOPROC + 0); /* arch extension bits */ [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:4653:34 [INFO] [stdout] | [INFO] [stdout] 4653 | pub const PT_IA_64_UNWIND: i32 = (PT_LOPROC + 1); /* ia64 unwind bits */ [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:4655:39 [INFO] [stdout] | [INFO] [stdout] 4655 | pub const PT_IA_64_HP_OPT_ANOT: i32 = (PT_LOOS + 0x12); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:4657:39 [INFO] [stdout] | [INFO] [stdout] 4657 | pub const PT_IA_64_HP_HSL_ANOT: i32 = (PT_LOOS + 0x13); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:4659:36 [INFO] [stdout] | [INFO] [stdout] 4659 | pub const PT_IA_64_HP_STACK: i32 = (PT_LOOS + 0x14); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:4673:32 [INFO] [stdout] | [INFO] [stdout] 4673 | pub const SHT_IA_64_EXT: i32 = (SHT_LOPROC + 0); /* extension bits */ [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:4675:35 [INFO] [stdout] | [INFO] [stdout] 4675 | pub const SHT_IA_64_UNWIND: i32 = (SHT_LOPROC + 1); /* unwind bits */ [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/elftools_const.rs:4691:39 [INFO] [stdout] | [INFO] [stdout] 4691 | pub const DT_IA_64_PLT_RESERVE: i32 = (DT_LOPROC + 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 68 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.94s [INFO] running `Command { std: "docker" "inspect" "2182ad948d8e24a317d095fd26bc7f96a654116434aa016d1112e6a36859309e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2182ad948d8e24a317d095fd26bc7f96a654116434aa016d1112e6a36859309e", kill_on_drop: false }` [INFO] [stdout] 2182ad948d8e24a317d095fd26bc7f96a654116434aa016d1112e6a36859309e