[INFO] fetching crate elftools 0.1.0... [INFO] checking elftools-0.1.0 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate elftools 0.1.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate elftools 0.1.0 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", 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-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "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-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c3a0c3eca1c09d01195d3c66d13cc2bbc1b80eba3aa44e5eff3721a956b8251b [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" "c3a0c3eca1c09d01195d3c66d13cc2bbc1b80eba3aa44e5eff3721a956b8251b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c3a0c3eca1c09d01195d3c66d13cc2bbc1b80eba3aa44e5eff3721a956b8251b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c3a0c3eca1c09d01195d3c66d13cc2bbc1b80eba3aa44e5eff3721a956b8251b", kill_on_drop: false }` [INFO] [stdout] c3a0c3eca1c09d01195d3c66d13cc2bbc1b80eba3aa44e5eff3721a956b8251b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2b3acabc2675fb8b77d96419007cf7c405100fb19069d21fbfccd9018a256501 [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" "2b3acabc2675fb8b77d96419007cf7c405100fb19069d21fbfccd9018a256501", kill_on_drop: false }` [INFO] [stderr] Compiling semver v0.1.20 [INFO] [stderr] Checking bitflags v0.4.0 [INFO] [stderr] Compiling rustc_version v0.1.7 [INFO] [stderr] Compiling nix v0.6.0 [INFO] [stderr] Checking elftools v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `libc::pid_t` [INFO] [stdout] --> src/lib.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use libc::pid_t; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `libc::c_void` [INFO] [stdout] --> src/lib.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use libc::c_void; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `libc::wait` [INFO] [stdout] --> src/lib.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use libc::wait; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `libc::c_int` [INFO] [stdout] --> src/lib.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `libc::WIFSTOPPED` [INFO] [stdout] --> src/lib.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use libc::WIFSTOPPED; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ptr` [INFO] [stdout] --> src/lib.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::ptr; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::str` [INFO] [stdout] --> src/lib.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use std::str; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::slice` [INFO] [stdout] --> src/lib.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use std::slice; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::mem` [INFO] [stdout] --> src/lib.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use std::mem; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `File`, `self` [INFO] [stdout] --> src/lib.rs:14:15 [INFO] [stdout] | [INFO] [stdout] 14 | use std::fs::{self, File}; [INFO] [stdout] | ^^^^ ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `BufRead`, `BufReader`, `Read`, `SeekFrom`, `Seek`, `self` [INFO] [stdout] --> src/lib.rs:15:15 [INFO] [stdout] | [INFO] [stdout] 15 | use std::io::{self, BufRead, BufReader, Read, Seek, SeekFrom}; [INFO] [stdout] | ^^^^ ^^^^^^^ ^^^^^^^^^ ^^^^ ^^^^ ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ffi::CString` [INFO] [stdout] --> src/lib.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | use std::ffi::CString; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [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: unused import: `libc::pid_t` [INFO] [stdout] --> src/lib.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use libc::pid_t; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `libc::c_void` [INFO] [stdout] --> src/lib.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use libc::c_void; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `libc::wait` [INFO] [stdout] --> src/lib.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use libc::wait; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `libc::c_int` [INFO] [stdout] --> src/lib.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use libc::c_int; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `libc::WIFSTOPPED` [INFO] [stdout] --> src/lib.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use libc::WIFSTOPPED; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ptr` [INFO] [stdout] --> src/lib.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::ptr; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::str` [INFO] [stdout] --> src/lib.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use std::str; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::slice` [INFO] [stdout] --> src/lib.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use std::slice; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::mem` [INFO] [stdout] --> src/lib.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use std::mem; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `File`, `self` [INFO] [stdout] --> src/lib.rs:14:15 [INFO] [stdout] | [INFO] [stdout] 14 | use std::fs::{self, File}; [INFO] [stdout] | ^^^^ ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `BufRead`, `BufReader`, `Read`, `SeekFrom`, `Seek`, `self` [INFO] [stdout] --> src/lib.rs:15:15 [INFO] [stdout] | [INFO] [stdout] 15 | use std::io::{self, BufRead, BufReader, Read, Seek, SeekFrom}; [INFO] [stdout] | ^^^^ ^^^^^^^ ^^^^^^^^^ ^^^^ ^^^^ ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ffi::CString` [INFO] [stdout] --> src/lib.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | use std::ffi::CString; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: 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: constant `SHT_SUNW_move` should have an upper case name [INFO] [stdout] --> src/elftools_const.rs:673:11 [INFO] [stdout] | [INFO] [stdout] 673 | pub const SHT_SUNW_move: i32 = 0x6ffffffa; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `SHT_SUNW_MOVE` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `SHT_SUNW_syminfo` should have an upper case name [INFO] [stdout] --> src/elftools_const.rs:677:11 [INFO] [stdout] | [INFO] [stdout] 677 | pub const SHT_SUNW_syminfo: i32 = 0x6ffffffc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SHT_SUNW_SYMINFO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `SHT_GNU_verdef` should have an upper case name [INFO] [stdout] --> src/elftools_const.rs:679:11 [INFO] [stdout] | [INFO] [stdout] 679 | pub const SHT_GNU_verdef: i32 = 0x6ffffffd; /* Version definition section. */ [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SHT_GNU_VERDEF` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `SHT_GNU_verneed` should have an upper case name [INFO] [stdout] --> src/elftools_const.rs:681:11 [INFO] [stdout] | [INFO] [stdout] 681 | pub const SHT_GNU_verneed: i32 = 0x6ffffffe; /* Version needs section. */ [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SHT_GNU_VERNEED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `SHT_GNU_versym` should have an upper case name [INFO] [stdout] --> src/elftools_const.rs:683:11 [INFO] [stdout] | [INFO] [stdout] 683 | pub const SHT_GNU_versym: i32 = 0x6fffffff; /* Version symbol table. */ [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SHT_GNU_VERSYM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `SHT_SUNW_move` should have an upper case name [INFO] [stdout] --> src/elftools_const.rs:673:11 [INFO] [stdout] | [INFO] [stdout] 673 | pub const SHT_SUNW_move: i32 = 0x6ffffffa; [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `SHT_SUNW_MOVE` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `SHT_SUNW_syminfo` should have an upper case name [INFO] [stdout] --> src/elftools_const.rs:677:11 [INFO] [stdout] | [INFO] [stdout] 677 | pub const SHT_SUNW_syminfo: i32 = 0x6ffffffc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SHT_SUNW_SYMINFO` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `SHT_GNU_verdef` should have an upper case name [INFO] [stdout] --> src/elftools_const.rs:679:11 [INFO] [stdout] | [INFO] [stdout] 679 | pub const SHT_GNU_verdef: i32 = 0x6ffffffd; /* Version definition section. */ [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SHT_GNU_VERDEF` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `SHT_GNU_verneed` should have an upper case name [INFO] [stdout] --> src/elftools_const.rs:681:11 [INFO] [stdout] | [INFO] [stdout] 681 | pub const SHT_GNU_verneed: i32 = 0x6ffffffe; /* Version needs section. */ [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SHT_GNU_VERNEED` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `SHT_GNU_versym` should have an upper case name [INFO] [stdout] --> src/elftools_const.rs:683:11 [INFO] [stdout] | [INFO] [stdout] 683 | pub const SHT_GNU_versym: i32 = 0x6fffffff; /* Version symbol table. */ [INFO] [stdout] | ^^^^^^^^^^^^^^ help: convert the identifier to upper case: `SHT_GNU_VERSYM` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: literal out of range for `i32` [INFO] [stdout] --> src/elftools_const.rs:693:29 [INFO] [stdout] | [INFO] [stdout] 693 | pub const SHT_LOUSER: i32 = 0x80000000; /* Start of application-specific */ [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(overflowing_literals)]` on by default [INFO] [stdout] = note: the literal `0x80000000` (decimal `2147483648`) does not fit into the type `i32` and will become `-2147483648i32` [INFO] [stdout] = help: consider using the type `u32` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: literal out of range for `i32` [INFO] [stdout] --> src/elftools_const.rs:695:29 [INFO] [stdout] | [INFO] [stdout] 695 | pub const SHT_HIUSER: i32 = 0x8fffffff; /* End of application-specific */ [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the literal `0x8fffffff` (decimal `2415919103`) does not fit into the type `i32` and will become `-1879048193i32` [INFO] [stdout] = help: consider using the type `u32` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: literal out of range for `i32` [INFO] [stdout] --> src/elftools_const.rs:728:31 [INFO] [stdout] | [INFO] [stdout] 728 | pub const SHF_MASKPROC: i32 = 0xf0000000; /* Processor-specific */ [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the literal `0xf0000000` (decimal `4026531840`) does not fit into the type `i32` and will become `-268435456i32` [INFO] [stdout] = help: consider using the type `u32` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: literal out of range for `i32` [INFO] [stdout] --> src/elftools_const.rs:1162:30 [INFO] [stdout] | [INFO] [stdout] 1162 | pub const PF_MASKPROC: i32 = 0xf0000000; /* Processor-specific */ [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the literal `0xf0000000` (decimal `4026531840`) does not fit into the type `i32` and will become `-268435456i32` [INFO] [stdout] = help: consider using the type `u32` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: literal out of range for `i32` [INFO] [stdout] --> src/elftools_const.rs:693:29 [INFO] [stdout] | [INFO] [stdout] 693 | pub const SHT_LOUSER: i32 = 0x80000000; /* Start of application-specific */ [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(overflowing_literals)]` on by default [INFO] [stdout] = note: the literal `0x80000000` (decimal `2147483648`) does not fit into the type `i32` and will become `-2147483648i32` [INFO] [stdout] = help: consider using the type `u32` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: literal out of range for `i32` [INFO] [stdout] --> src/elftools_const.rs:695:29 [INFO] [stdout] | [INFO] [stdout] 695 | pub const SHT_HIUSER: i32 = 0x8fffffff; /* End of application-specific */ [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the literal `0x8fffffff` (decimal `2415919103`) does not fit into the type `i32` and will become `-1879048193i32` [INFO] [stdout] = help: consider using the type `u32` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: literal out of range for `i32` [INFO] [stdout] --> src/elftools_const.rs:728:31 [INFO] [stdout] | [INFO] [stdout] 728 | pub const SHF_MASKPROC: i32 = 0xf0000000; /* Processor-specific */ [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the literal `0xf0000000` (decimal `4026531840`) does not fit into the type `i32` and will become `-268435456i32` [INFO] [stdout] = help: consider using the type `u32` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: literal out of range for `i32` [INFO] [stdout] --> src/elftools_const.rs:2570:31 [INFO] [stdout] | [INFO] [stdout] 2570 | pub const EF_MIPS_ARCH: i32 = 0xf0000000; /* MIPS architecture level */ [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the literal `0xf0000000` (decimal `4026531840`) does not fit into the type `i32` and will become `-268435456i32` [INFO] [stdout] = help: consider using the type `u32` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: literal out of range for `i32` [INFO] [stdout] --> src/elftools_const.rs:1162:30 [INFO] [stdout] | [INFO] [stdout] 1162 | pub const PF_MASKPROC: i32 = 0xf0000000; /* Processor-specific */ [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the literal `0xf0000000` (decimal `4026531840`) does not fit into the type `i32` and will become `-268435456i32` [INFO] [stdout] = help: consider using the type `u32` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: literal out of range for `i32` [INFO] [stdout] --> src/elftools_const.rs:2729:35 [INFO] [stdout] | [INFO] [stdout] 2729 | pub const SHF_MIPS_STRINGS: i32 = 0x80000000; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the literal `0x80000000` (decimal `2147483648`) does not fit into the type `i32` and will become `-2147483648i32` [INFO] [stdout] = help: consider using the type `u32` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: literal out of range for `i32` [INFO] [stdout] --> src/elftools_const.rs:2570:31 [INFO] [stdout] | [INFO] [stdout] 2570 | pub const EF_MIPS_ARCH: i32 = 0xf0000000; /* MIPS architecture level */ [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the literal `0xf0000000` (decimal `4026531840`) does not fit into the type `i32` and will become `-268435456i32` [INFO] [stdout] = help: consider using the type `u32` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: literal out of range for `i32` [INFO] [stdout] --> src/elftools_const.rs:2729:35 [INFO] [stdout] | [INFO] [stdout] 2729 | pub const SHF_MIPS_STRINGS: i32 = 0x80000000; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the literal `0x80000000` (decimal `2147483648`) does not fit into the type `i32` and will become `-2147483648i32` [INFO] [stdout] = help: consider using the type `u32` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: literal out of range for `i32` [INFO] [stdout] --> src/elftools_const.rs:3385:33 [INFO] [stdout] | [INFO] [stdout] 3385 | pub const SHF_PARISC_SBP: i32 = 0x80000000; /* Static branch prediction code. */ [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the literal `0x80000000` (decimal `2147483648`) does not fit into the type `i32` and will become `-2147483648i32` [INFO] [stdout] = help: consider using the type `u32` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: literal out of range for `i32` [INFO] [stdout] --> src/elftools_const.rs:3385:33 [INFO] [stdout] | [INFO] [stdout] 3385 | pub const SHF_PARISC_SBP: i32 = 0x80000000; /* Static branch prediction code. */ [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the literal `0x80000000` (decimal `2147483648`) does not fit into the type `i32` and will become `-2147483648i32` [INFO] [stdout] = help: consider using the type `u32` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: literal out of range for `i32` [INFO] [stdout] --> src/elftools_const.rs:3861:29 [INFO] [stdout] | [INFO] [stdout] 3861 | pub const EF_PPC_EMB: i32 = 0x80000000; /* PowerPC embedded flag */ [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the literal `0x80000000` (decimal `2147483648`) does not fit into the type `i32` and will become `-2147483648i32` [INFO] [stdout] = help: consider using the type `u32` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: literal out of range for `i32` [INFO] [stdout] --> src/elftools_const.rs:4414:34 [INFO] [stdout] | [INFO] [stdout] 4414 | pub const EF_ARM_EABIMASK: i32 = 0xFF000000; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the literal `0xFF000000` (decimal `4278190080`) does not fit into the type `i32` and will become `-16777216i32` [INFO] [stdout] = help: consider using the type `u32` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: literal out of range for `i32` [INFO] [stdout] --> src/elftools_const.rs:4644:32 [INFO] [stdout] | [INFO] [stdout] 4644 | pub const EF_IA_64_ARCH: i32 = 0xff000000; /* arch. version mask */ [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the literal `0xff000000` (decimal `4278190080`) does not fit into the type `i32` and will become `-16777216i32` [INFO] [stdout] = help: consider using the type `u32` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: literal out of range for `i32` [INFO] [stdout] --> src/elftools_const.rs:4666:35 [INFO] [stdout] | [INFO] [stdout] 4666 | pub const PF_IA_64_NORECOV: i32 = 0x80000000; /* spec insns w/o recovery */ [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the literal `0x80000000` (decimal `2147483648`) does not fit into the type `i32` and will become `-2147483648i32` [INFO] [stdout] = help: consider using the type `u32` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: literal out of range for `i32` [INFO] [stdout] --> src/elftools_const.rs:3861:29 [INFO] [stdout] | [INFO] [stdout] 3861 | pub const EF_PPC_EMB: i32 = 0x80000000; /* PowerPC embedded flag */ [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the literal `0x80000000` (decimal `2147483648`) does not fit into the type `i32` and will become `-2147483648i32` [INFO] [stdout] = help: consider using the type `u32` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: literal out of range for `i32` [INFO] [stdout] --> src/elftools_const.rs:4414:34 [INFO] [stdout] | [INFO] [stdout] 4414 | pub const EF_ARM_EABIMASK: i32 = 0xFF000000; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the literal `0xFF000000` (decimal `4278190080`) does not fit into the type `i32` and will become `-16777216i32` [INFO] [stdout] = help: consider using the type `u32` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: literal out of range for `i32` [INFO] [stdout] --> src/elftools_const.rs:4644:32 [INFO] [stdout] | [INFO] [stdout] 4644 | pub const EF_IA_64_ARCH: i32 = 0xff000000; /* arch. version mask */ [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the literal `0xff000000` (decimal `4278190080`) does not fit into the type `i32` and will become `-16777216i32` [INFO] [stdout] = help: consider using the type `u32` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: literal out of range for `i32` [INFO] [stdout] --> src/elftools_const.rs:4666:35 [INFO] [stdout] | [INFO] [stdout] 4666 | pub const PF_IA_64_NORECOV: i32 = 0x80000000; /* spec insns w/o recovery */ [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the literal `0x80000000` (decimal `2147483648`) does not fit into the type `i32` and will become `-2147483648i32` [INFO] [stdout] = help: consider using the type `u32` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 11 previous errors; 85 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 11 previous errors; 85 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `elftools` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "2b3acabc2675fb8b77d96419007cf7c405100fb19069d21fbfccd9018a256501", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b3acabc2675fb8b77d96419007cf7c405100fb19069d21fbfccd9018a256501", kill_on_drop: false }` [INFO] [stdout] 2b3acabc2675fb8b77d96419007cf7c405100fb19069d21fbfccd9018a256501