[INFO] fetching crate netsnmp-sys 0.1.1... [INFO] checking netsnmp-sys-0.1.1 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145342-1 [INFO] extracting crate netsnmp-sys 0.1.1 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate netsnmp-sys 0.1.1 [INFO] finished tweaking crates.io crate netsnmp-sys 0.1.1 [INFO] tweaked toml for crates.io crate netsnmp-sys 0.1.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate netsnmp-sys 0.1.1 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 1 package to latest compatible version [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b4af984485b61c3fef35fb6e2fb094404caf7be862b797939c968e34c19a5dee [INFO] running `Command { std: "docker" "start" "-a" "b4af984485b61c3fef35fb6e2fb094404caf7be862b797939c968e34c19a5dee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b4af984485b61c3fef35fb6e2fb094404caf7be862b797939c968e34c19a5dee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b4af984485b61c3fef35fb6e2fb094404caf7be862b797939c968e34c19a5dee", kill_on_drop: false }` [INFO] [stdout] b4af984485b61c3fef35fb6e2fb094404caf7be862b797939c968e34c19a5dee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ce0cbc0c954ca8e07e915204840e959e794501018f0a6eaf5a42f02ce2b54e22 [INFO] running `Command { std: "docker" "start" "-a" "ce0cbc0c954ca8e07e915204840e959e794501018f0a6eaf5a42f02ce2b54e22", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Compiling netsnmp-sys v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: for loop over a `Result`. This is more readably written as an `if let` statement [INFO] [stdout] --> build.rs:4:19 [INFO] [stdout] | [INFO] [stdout] 4 | for output in Command::new("net-snmp-config").arg("--libdir").output() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(for_loops_over_fallibles)]` on by default [INFO] [stdout] help: to check pattern in a loop use `while let` [INFO] [stdout] | [INFO] [stdout] 4 - for output in Command::new("net-snmp-config").arg("--libdir").output() { [INFO] [stdout] 4 + while let Ok(output) = Command::new("net-snmp-config").arg("--libdir").output() { [INFO] [stdout] | [INFO] [stdout] help: consider using `if let` to clear intent [INFO] [stdout] | [INFO] [stdout] 4 - for output in Command::new("net-snmp-config").arg("--libdir").output() { [INFO] [stdout] 4 + if let Ok(output) = Command::new("net-snmp-config").arg("--libdir").output() { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: for loop over a `Result`. This is more readably written as an `if let` statement [INFO] [stdout] --> build.rs:6:25 [INFO] [stdout] | [INFO] [stdout] 6 | for path in String::from_utf8(output.stdout) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: to check pattern in a loop use `while let` [INFO] [stdout] | [INFO] [stdout] 6 - for path in String::from_utf8(output.stdout) { [INFO] [stdout] 6 + while let Ok(path) = String::from_utf8(output.stdout) { [INFO] [stdout] | [INFO] [stdout] help: consider using `if let` to clear intent [INFO] [stdout] | [INFO] [stdout] 6 - for path in String::from_utf8(output.stdout) { [INFO] [stdout] 6 + if let Ok(path) = String::from_utf8(output.stdout) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:31:49 [INFO] [stdout] | [INFO] [stdout] 31 | pub const SNMP_NOSUCHOBJECT: raw::c_uchar = (ASN_CONTEXT | ASN_PRIMITIVE | 0x0); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 31 - pub const SNMP_NOSUCHOBJECT: raw::c_uchar = (ASN_CONTEXT | ASN_PRIMITIVE | 0x0); [INFO] [stdout] 31 + pub const SNMP_NOSUCHOBJECT: raw::c_uchar = ASN_CONTEXT | ASN_PRIMITIVE | 0x0; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:32:49 [INFO] [stdout] | [INFO] [stdout] 32 | pub const SNMP_NOSUCHINSTANCE: raw::c_uchar = (ASN_CONTEXT | ASN_PRIMITIVE | 0x1); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 32 - pub const SNMP_NOSUCHINSTANCE: raw::c_uchar = (ASN_CONTEXT | ASN_PRIMITIVE | 0x1); [INFO] [stdout] 32 + pub const SNMP_NOSUCHINSTANCE: raw::c_uchar = ASN_CONTEXT | ASN_PRIMITIVE | 0x1; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:33:49 [INFO] [stdout] | [INFO] [stdout] 33 | pub const SNMP_ENDOFMIBVIEW: raw::c_uchar = (ASN_CONTEXT | ASN_PRIMITIVE | 0x2); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 33 - pub const SNMP_ENDOFMIBVIEW: raw::c_uchar = (ASN_CONTEXT | ASN_PRIMITIVE | 0x2); [INFO] [stdout] 33 + pub const SNMP_ENDOFMIBVIEW: raw::c_uchar = ASN_CONTEXT | ASN_PRIMITIVE | 0x2; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:142:44 [INFO] [stdout] | [INFO] [stdout] 142 | pub const ASN_IPADDRESS: raw::c_uchar = (ASN_APPLICATION | 0); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 142 - pub const ASN_IPADDRESS: raw::c_uchar = (ASN_APPLICATION | 0); [INFO] [stdout] 142 + pub const ASN_IPADDRESS: raw::c_uchar = ASN_APPLICATION | 0; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:143:44 [INFO] [stdout] | [INFO] [stdout] 143 | pub const ASN_COUNTER: raw::c_uchar = (ASN_APPLICATION | 1); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 143 - pub const ASN_COUNTER: raw::c_uchar = (ASN_APPLICATION | 1); [INFO] [stdout] 143 + pub const ASN_COUNTER: raw::c_uchar = ASN_APPLICATION | 1; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:144:44 [INFO] [stdout] | [INFO] [stdout] 144 | pub const ASN_GAUGE: raw::c_uchar = (ASN_APPLICATION | 2); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 144 - pub const ASN_GAUGE: raw::c_uchar = (ASN_APPLICATION | 2); [INFO] [stdout] 144 + pub const ASN_GAUGE: raw::c_uchar = ASN_APPLICATION | 2; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:145:44 [INFO] [stdout] | [INFO] [stdout] 145 | pub const ASN_UNSIGNED: raw::c_uchar = (ASN_APPLICATION | 2); // RFC 1902 - same as GAUGE [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 145 - pub const ASN_UNSIGNED: raw::c_uchar = (ASN_APPLICATION | 2); // RFC 1902 - same as GAUGE [INFO] [stdout] 145 + pub const ASN_UNSIGNED: raw::c_uchar = ASN_APPLICATION | 2; // RFC 1902 - same as GAUGE [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:146:44 [INFO] [stdout] | [INFO] [stdout] 146 | pub const ASN_TIMETICKS: raw::c_uchar = (ASN_APPLICATION | 3); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 146 - pub const ASN_TIMETICKS: raw::c_uchar = (ASN_APPLICATION | 3); [INFO] [stdout] 146 + pub const ASN_TIMETICKS: raw::c_uchar = ASN_APPLICATION | 3; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:147:44 [INFO] [stdout] | [INFO] [stdout] 147 | pub const ASN_OPAQUE: raw::c_uchar = (ASN_APPLICATION | 4); // changed so no conflict with other includes [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 147 - pub const ASN_OPAQUE: raw::c_uchar = (ASN_APPLICATION | 4); // changed so no conflict with other includes [INFO] [stdout] 147 + pub const ASN_OPAQUE: raw::c_uchar = ASN_APPLICATION | 4; // changed so no conflict with other includes [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:148:44 [INFO] [stdout] | [INFO] [stdout] 148 | pub const ASN_NSAP: raw::c_uchar = (ASN_APPLICATION | 5); // historic - don't use [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 148 - pub const ASN_NSAP: raw::c_uchar = (ASN_APPLICATION | 5); // historic - don't use [INFO] [stdout] 148 + pub const ASN_NSAP: raw::c_uchar = ASN_APPLICATION | 5; // historic - don't use [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:149:44 [INFO] [stdout] | [INFO] [stdout] 149 | pub const ASN_COUNTER64: raw::c_uchar = (ASN_APPLICATION | 6); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 149 - pub const ASN_COUNTER64: raw::c_uchar = (ASN_APPLICATION | 6); [INFO] [stdout] 149 + pub const ASN_COUNTER64: raw::c_uchar = ASN_APPLICATION | 6; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:150:44 [INFO] [stdout] | [INFO] [stdout] 150 | pub const ASN_UINTEGER: raw::c_uchar = (ASN_APPLICATION | 7); // historic - don't use [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 150 - pub const ASN_UINTEGER: raw::c_uchar = (ASN_APPLICATION | 7); // historic - don't use [INFO] [stdout] 150 + pub const ASN_UINTEGER: raw::c_uchar = ASN_APPLICATION | 7; // historic - don't use [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:151:44 [INFO] [stdout] | [INFO] [stdout] 151 | pub const ASN_FLOAT: raw::c_uchar = (ASN_APPLICATION | 8); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 151 - pub const ASN_FLOAT: raw::c_uchar = (ASN_APPLICATION | 8); [INFO] [stdout] 151 + pub const ASN_FLOAT: raw::c_uchar = ASN_APPLICATION | 8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:152:44 [INFO] [stdout] | [INFO] [stdout] 152 | pub const ASN_DOUBLE: raw::c_uchar = (ASN_APPLICATION | 9); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 152 - pub const ASN_DOUBLE: raw::c_uchar = (ASN_APPLICATION | 9); [INFO] [stdout] 152 + pub const ASN_DOUBLE: raw::c_uchar = ASN_APPLICATION | 9; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:153:44 [INFO] [stdout] | [INFO] [stdout] 153 | pub const ASN_INTEGER64: raw::c_uchar = (ASN_APPLICATION | 10); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 153 - pub const ASN_INTEGER64: raw::c_uchar = (ASN_APPLICATION | 10); [INFO] [stdout] 153 + pub const ASN_INTEGER64: raw::c_uchar = ASN_APPLICATION | 10; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:154:44 [INFO] [stdout] | [INFO] [stdout] 154 | pub const ASN_UNSIGNED64: raw::c_uchar = (ASN_APPLICATION | 11); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 154 - pub const ASN_UNSIGNED64: raw::c_uchar = (ASN_APPLICATION | 11); [INFO] [stdout] 154 + pub const ASN_UNSIGNED64: raw::c_uchar = ASN_APPLICATION | 11; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred [INFO] [stdout] --> src/lib.rs:5:23 [INFO] [stdout] | [INFO] [stdout] 5 | use std::sync::{Once, ONCE_INIT}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred [INFO] [stdout] --> src/lib.rs:162:21 [INFO] [stdout] | [INFO] [stdout] 162 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: replace the use of the deprecated constant [INFO] [stdout] | [INFO] [stdout] 162 - static INIT: Once = ONCE_INIT; [INFO] [stdout] 162 + static INIT: Once = Once::new(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:31:49 [INFO] [stdout] | [INFO] [stdout] 31 | pub const SNMP_NOSUCHOBJECT: raw::c_uchar = (ASN_CONTEXT | ASN_PRIMITIVE | 0x0); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 31 - pub const SNMP_NOSUCHOBJECT: raw::c_uchar = (ASN_CONTEXT | ASN_PRIMITIVE | 0x0); [INFO] [stdout] 31 + pub const SNMP_NOSUCHOBJECT: raw::c_uchar = ASN_CONTEXT | ASN_PRIMITIVE | 0x0; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:32:49 [INFO] [stdout] | [INFO] [stdout] 32 | pub const SNMP_NOSUCHINSTANCE: raw::c_uchar = (ASN_CONTEXT | ASN_PRIMITIVE | 0x1); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 32 - pub const SNMP_NOSUCHINSTANCE: raw::c_uchar = (ASN_CONTEXT | ASN_PRIMITIVE | 0x1); [INFO] [stdout] 32 + pub const SNMP_NOSUCHINSTANCE: raw::c_uchar = ASN_CONTEXT | ASN_PRIMITIVE | 0x1; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:33:49 [INFO] [stdout] | [INFO] [stdout] 33 | pub const SNMP_ENDOFMIBVIEW: raw::c_uchar = (ASN_CONTEXT | ASN_PRIMITIVE | 0x2); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 33 - pub const SNMP_ENDOFMIBVIEW: raw::c_uchar = (ASN_CONTEXT | ASN_PRIMITIVE | 0x2); [INFO] [stdout] 33 + pub const SNMP_ENDOFMIBVIEW: raw::c_uchar = ASN_CONTEXT | ASN_PRIMITIVE | 0x2; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:142:44 [INFO] [stdout] | [INFO] [stdout] 142 | pub const ASN_IPADDRESS: raw::c_uchar = (ASN_APPLICATION | 0); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 142 - pub const ASN_IPADDRESS: raw::c_uchar = (ASN_APPLICATION | 0); [INFO] [stdout] 142 + pub const ASN_IPADDRESS: raw::c_uchar = ASN_APPLICATION | 0; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:143:44 [INFO] [stdout] | [INFO] [stdout] 143 | pub const ASN_COUNTER: raw::c_uchar = (ASN_APPLICATION | 1); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 143 - pub const ASN_COUNTER: raw::c_uchar = (ASN_APPLICATION | 1); [INFO] [stdout] 143 + pub const ASN_COUNTER: raw::c_uchar = ASN_APPLICATION | 1; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:144:44 [INFO] [stdout] | [INFO] [stdout] 144 | pub const ASN_GAUGE: raw::c_uchar = (ASN_APPLICATION | 2); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 144 - pub const ASN_GAUGE: raw::c_uchar = (ASN_APPLICATION | 2); [INFO] [stdout] 144 + pub const ASN_GAUGE: raw::c_uchar = ASN_APPLICATION | 2; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:145:44 [INFO] [stdout] | [INFO] [stdout] 145 | pub const ASN_UNSIGNED: raw::c_uchar = (ASN_APPLICATION | 2); // RFC 1902 - same as GAUGE [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 145 - pub const ASN_UNSIGNED: raw::c_uchar = (ASN_APPLICATION | 2); // RFC 1902 - same as GAUGE [INFO] [stdout] 145 + pub const ASN_UNSIGNED: raw::c_uchar = ASN_APPLICATION | 2; // RFC 1902 - same as GAUGE [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:146:44 [INFO] [stdout] | [INFO] [stdout] 146 | pub const ASN_TIMETICKS: raw::c_uchar = (ASN_APPLICATION | 3); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 146 - pub const ASN_TIMETICKS: raw::c_uchar = (ASN_APPLICATION | 3); [INFO] [stdout] 146 + pub const ASN_TIMETICKS: raw::c_uchar = ASN_APPLICATION | 3; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:147:44 [INFO] [stdout] | [INFO] [stdout] 147 | pub const ASN_OPAQUE: raw::c_uchar = (ASN_APPLICATION | 4); // changed so no conflict with other includes [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 147 - pub const ASN_OPAQUE: raw::c_uchar = (ASN_APPLICATION | 4); // changed so no conflict with other includes [INFO] [stdout] 147 + pub const ASN_OPAQUE: raw::c_uchar = ASN_APPLICATION | 4; // changed so no conflict with other includes [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:148:44 [INFO] [stdout] | [INFO] [stdout] 148 | pub const ASN_NSAP: raw::c_uchar = (ASN_APPLICATION | 5); // historic - don't use [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 148 - pub const ASN_NSAP: raw::c_uchar = (ASN_APPLICATION | 5); // historic - don't use [INFO] [stdout] 148 + pub const ASN_NSAP: raw::c_uchar = ASN_APPLICATION | 5; // historic - don't use [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:149:44 [INFO] [stdout] | [INFO] [stdout] 149 | pub const ASN_COUNTER64: raw::c_uchar = (ASN_APPLICATION | 6); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 149 - pub const ASN_COUNTER64: raw::c_uchar = (ASN_APPLICATION | 6); [INFO] [stdout] 149 + pub const ASN_COUNTER64: raw::c_uchar = ASN_APPLICATION | 6; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:150:44 [INFO] [stdout] | [INFO] [stdout] 150 | pub const ASN_UINTEGER: raw::c_uchar = (ASN_APPLICATION | 7); // historic - don't use [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 150 - pub const ASN_UINTEGER: raw::c_uchar = (ASN_APPLICATION | 7); // historic - don't use [INFO] [stdout] 150 + pub const ASN_UINTEGER: raw::c_uchar = ASN_APPLICATION | 7; // historic - don't use [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:151:44 [INFO] [stdout] | [INFO] [stdout] 151 | pub const ASN_FLOAT: raw::c_uchar = (ASN_APPLICATION | 8); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 151 - pub const ASN_FLOAT: raw::c_uchar = (ASN_APPLICATION | 8); [INFO] [stdout] 151 + pub const ASN_FLOAT: raw::c_uchar = ASN_APPLICATION | 8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:152:44 [INFO] [stdout] | [INFO] [stdout] 152 | pub const ASN_DOUBLE: raw::c_uchar = (ASN_APPLICATION | 9); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 152 - pub const ASN_DOUBLE: raw::c_uchar = (ASN_APPLICATION | 9); [INFO] [stdout] 152 + pub const ASN_DOUBLE: raw::c_uchar = ASN_APPLICATION | 9; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:153:44 [INFO] [stdout] | [INFO] [stdout] 153 | pub const ASN_INTEGER64: raw::c_uchar = (ASN_APPLICATION | 10); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 153 - pub const ASN_INTEGER64: raw::c_uchar = (ASN_APPLICATION | 10); [INFO] [stdout] 153 + pub const ASN_INTEGER64: raw::c_uchar = ASN_APPLICATION | 10; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:154:44 [INFO] [stdout] | [INFO] [stdout] 154 | pub const ASN_UNSIGNED64: raw::c_uchar = (ASN_APPLICATION | 11); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 154 - pub const ASN_UNSIGNED64: raw::c_uchar = (ASN_APPLICATION | 11); [INFO] [stdout] 154 + pub const ASN_UNSIGNED64: raw::c_uchar = ASN_APPLICATION | 11; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred [INFO] [stdout] --> src/lib.rs:5:23 [INFO] [stdout] | [INFO] [stdout] 5 | use std::sync::{Once, ONCE_INIT}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred [INFO] [stdout] --> src/lib.rs:162:21 [INFO] [stdout] | [INFO] [stdout] 162 | static INIT: Once = ONCE_INIT; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: replace the use of the deprecated constant [INFO] [stdout] | [INFO] [stdout] 162 - static INIT: Once = ONCE_INIT; [INFO] [stdout] 162 + static INIT: Once = Once::new(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.78s [INFO] running `Command { std: "docker" "inspect" "ce0cbc0c954ca8e07e915204840e959e794501018f0a6eaf5a42f02ce2b54e22", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce0cbc0c954ca8e07e915204840e959e794501018f0a6eaf5a42f02ce2b54e22", kill_on_drop: false }` [INFO] [stdout] ce0cbc0c954ca8e07e915204840e959e794501018f0a6eaf5a42f02ce2b54e22