[INFO] fetching crate libgcrypt-sys 0.7.0... [INFO] testing libgcrypt-sys-0.7.0 against try#722e1797249a965b6335aebd65d777f917e498f1 for pr-91031 [INFO] extracting crate libgcrypt-sys 0.7.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate libgcrypt-sys 0.7.0 on toolchain 722e1797249a965b6335aebd65d777f917e498f1 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate libgcrypt-sys 0.7.0 [INFO] finished tweaking crates.io crate libgcrypt-sys 0.7.0 [INFO] tweaked toml for crates.io crate libgcrypt-sys 0.7.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded libgpg-error-sys v0.5.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4923f2b5524a8c6dd5d28b429b68d0b66a11c925d3ec39ede0940fbea7be45ee [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" "4923f2b5524a8c6dd5d28b429b68d0b66a11c925d3ec39ede0940fbea7be45ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4923f2b5524a8c6dd5d28b429b68d0b66a11c925d3ec39ede0940fbea7be45ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4923f2b5524a8c6dd5d28b429b68d0b66a11c925d3ec39ede0940fbea7be45ee", kill_on_drop: false }` [INFO] [stdout] 4923f2b5524a8c6dd5d28b429b68d0b66a11c925d3ec39ede0940fbea7be45ee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 35c5a91b1115dbcf03e2354c432d43e4b54ff691fe852ec32b6e3e4969354093 [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" "35c5a91b1115dbcf03e2354c432d43e4b54ff691fe852ec32b6e3e4969354093", kill_on_drop: false }` [INFO] [stderr] Compiling libgpg-error-sys v0.5.2 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Compiling libgcrypt-sys v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> consts.rs:175:40 [INFO] [stdout] | [INFO] [stdout] 175 | pub const GCRY_GCM_BLOCK_LEN: c_uint = (128 / 8); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 175 - pub const GCRY_GCM_BLOCK_LEN: c_uint = (128 / 8); [INFO] [stdout] 175 + pub const GCRY_GCM_BLOCK_LEN: c_uint = 128 / 8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> consts.rs:176:40 [INFO] [stdout] | [INFO] [stdout] 176 | pub const GCRY_CCM_BLOCK_LEN: c_uint = (128 / 8); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 176 - pub const GCRY_CCM_BLOCK_LEN: c_uint = (128 / 8); [INFO] [stdout] 176 + pub const GCRY_CCM_BLOCK_LEN: c_uint = 128 / 8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> consts.rs:177:40 [INFO] [stdout] | [INFO] [stdout] 177 | pub const GCRY_OCB_BLOCK_LEN: c_uint = (128 / 8); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 177 - pub const GCRY_OCB_BLOCK_LEN: c_uint = (128 / 8); [INFO] [stdout] 177 + pub const GCRY_OCB_BLOCK_LEN: c_uint = 128 / 8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> consts.rs:308:44 [INFO] [stdout] | [INFO] [stdout] 308 | pub const GCRY_PRIME_FLAG_SECRET: c_uint = (1 << 0); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 308 - pub const GCRY_PRIME_FLAG_SECRET: c_uint = (1 << 0); [INFO] [stdout] 308 + pub const GCRY_PRIME_FLAG_SECRET: c_uint = 1 << 0; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> consts.rs:309:52 [INFO] [stdout] | [INFO] [stdout] 309 | pub const GCRY_PRIME_FLAG_SPECIAL_FACTOR: c_uint = (1 << 1); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 309 - pub const GCRY_PRIME_FLAG_SPECIAL_FACTOR: c_uint = (1 << 1); [INFO] [stdout] 309 + pub const GCRY_PRIME_FLAG_SPECIAL_FACTOR: c_uint = 1 << 1; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.08s [INFO] running `Command { std: "docker" "inspect" "35c5a91b1115dbcf03e2354c432d43e4b54ff691fe852ec32b6e3e4969354093", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "35c5a91b1115dbcf03e2354c432d43e4b54ff691fe852ec32b6e3e4969354093", kill_on_drop: false }` [INFO] [stdout] 35c5a91b1115dbcf03e2354c432d43e4b54ff691fe852ec32b6e3e4969354093 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6d95e14b2d5ac954f2f120285c1822f6a5e7ddb2636dcd08cf16f197f01d125d [INFO] running `Command { std: "docker" "start" "-a" "6d95e14b2d5ac954f2f120285c1822f6a5e7ddb2636dcd08cf16f197f01d125d", kill_on_drop: false }` [INFO] [stderr] Compiling libgcrypt-sys v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> consts.rs:175:40 [INFO] [stdout] | [INFO] [stdout] 175 | pub const GCRY_GCM_BLOCK_LEN: c_uint = (128 / 8); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 175 - pub const GCRY_GCM_BLOCK_LEN: c_uint = (128 / 8); [INFO] [stdout] 175 + pub const GCRY_GCM_BLOCK_LEN: c_uint = 128 / 8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> consts.rs:176:40 [INFO] [stdout] | [INFO] [stdout] 176 | pub const GCRY_CCM_BLOCK_LEN: c_uint = (128 / 8); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 176 - pub const GCRY_CCM_BLOCK_LEN: c_uint = (128 / 8); [INFO] [stdout] 176 + pub const GCRY_CCM_BLOCK_LEN: c_uint = 128 / 8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> consts.rs:177:40 [INFO] [stdout] | [INFO] [stdout] 177 | pub const GCRY_OCB_BLOCK_LEN: c_uint = (128 / 8); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 177 - pub const GCRY_OCB_BLOCK_LEN: c_uint = (128 / 8); [INFO] [stdout] 177 + pub const GCRY_OCB_BLOCK_LEN: c_uint = 128 / 8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> consts.rs:308:44 [INFO] [stdout] | [INFO] [stdout] 308 | pub const GCRY_PRIME_FLAG_SECRET: c_uint = (1 << 0); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 308 - pub const GCRY_PRIME_FLAG_SECRET: c_uint = (1 << 0); [INFO] [stdout] 308 + pub const GCRY_PRIME_FLAG_SECRET: c_uint = 1 << 0; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> consts.rs:309:52 [INFO] [stdout] | [INFO] [stdout] 309 | pub const GCRY_PRIME_FLAG_SPECIAL_FACTOR: c_uint = (1 << 1); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 309 - pub const GCRY_PRIME_FLAG_SPECIAL_FACTOR: c_uint = (1 << 1); [INFO] [stdout] 309 + pub const GCRY_PRIME_FLAG_SPECIAL_FACTOR: c_uint = 1 << 1; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> consts.rs:175:40 [INFO] [stdout] | [INFO] [stdout] 175 | pub const GCRY_GCM_BLOCK_LEN: c_uint = (128 / 8); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 175 - pub const GCRY_GCM_BLOCK_LEN: c_uint = (128 / 8); [INFO] [stdout] 175 + pub const GCRY_GCM_BLOCK_LEN: c_uint = 128 / 8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> consts.rs:176:40 [INFO] [stdout] | [INFO] [stdout] 176 | pub const GCRY_CCM_BLOCK_LEN: c_uint = (128 / 8); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 176 - pub const GCRY_CCM_BLOCK_LEN: c_uint = (128 / 8); [INFO] [stdout] 176 + pub const GCRY_CCM_BLOCK_LEN: c_uint = 128 / 8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> consts.rs:177:40 [INFO] [stdout] | [INFO] [stdout] 177 | pub const GCRY_OCB_BLOCK_LEN: c_uint = (128 / 8); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 177 - pub const GCRY_OCB_BLOCK_LEN: c_uint = (128 / 8); [INFO] [stdout] 177 + pub const GCRY_OCB_BLOCK_LEN: c_uint = 128 / 8; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> consts.rs:308:44 [INFO] [stdout] | [INFO] [stdout] 308 | pub const GCRY_PRIME_FLAG_SECRET: c_uint = (1 << 0); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 308 - pub const GCRY_PRIME_FLAG_SECRET: c_uint = (1 << 0); [INFO] [stdout] 308 + pub const GCRY_PRIME_FLAG_SECRET: c_uint = 1 << 0; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> consts.rs:309:52 [INFO] [stdout] | [INFO] [stdout] 309 | pub const GCRY_PRIME_FLAG_SPECIAL_FACTOR: c_uint = (1 << 1); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 309 - pub const GCRY_PRIME_FLAG_SPECIAL_FACTOR: c_uint = (1 << 1); [INFO] [stdout] 309 + pub const GCRY_PRIME_FLAG_SPECIAL_FACTOR: c_uint = 1 << 1; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.92s [INFO] running `Command { std: "docker" "inspect" "6d95e14b2d5ac954f2f120285c1822f6a5e7ddb2636dcd08cf16f197f01d125d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d95e14b2d5ac954f2f120285c1822f6a5e7ddb2636dcd08cf16f197f01d125d", kill_on_drop: false }` [INFO] [stdout] 6d95e14b2d5ac954f2f120285c1822f6a5e7ddb2636dcd08cf16f197f01d125d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b6721288a9297bc65fbc0d81fbc6c8b47af012418ced8ab02b0d80e096919c14 [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" "b6721288a9297bc65fbc0d81fbc6c8b47af012418ced8ab02b0d80e096919c14", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stdout] running 0 tests [INFO] [stderr] --> consts.rs:175:40 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] 175 | pub const GCRY_GCM_BLOCK_LEN: c_uint = (128 / 8); [INFO] [stdout] [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 175 - pub const GCRY_GCM_BLOCK_LEN: c_uint = (128 / 8); [INFO] [stderr] 175 + pub const GCRY_GCM_BLOCK_LEN: c_uint = 128 / 8; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> consts.rs:176:40 [INFO] [stderr] | [INFO] [stderr] 176 | pub const GCRY_CCM_BLOCK_LEN: c_uint = (128 / 8); [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 176 - pub const GCRY_CCM_BLOCK_LEN: c_uint = (128 / 8); [INFO] [stderr] 176 + pub const GCRY_CCM_BLOCK_LEN: c_uint = 128 / 8; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> consts.rs:177:40 [INFO] [stderr] | [INFO] [stderr] 177 | pub const GCRY_OCB_BLOCK_LEN: c_uint = (128 / 8); [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 177 - pub const GCRY_OCB_BLOCK_LEN: c_uint = (128 / 8); [INFO] [stderr] 177 + pub const GCRY_OCB_BLOCK_LEN: c_uint = 128 / 8; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> consts.rs:308:44 [INFO] [stderr] | [INFO] [stderr] 308 | pub const GCRY_PRIME_FLAG_SECRET: c_uint = (1 << 0); [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 308 - pub const GCRY_PRIME_FLAG_SECRET: c_uint = (1 << 0); [INFO] [stderr] 308 + pub const GCRY_PRIME_FLAG_SECRET: c_uint = 1 << 0; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> consts.rs:309:52 [INFO] [stderr] | [INFO] [stderr] 309 | pub const GCRY_PRIME_FLAG_SPECIAL_FACTOR: c_uint = (1 << 1); [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 309 - pub const GCRY_PRIME_FLAG_SPECIAL_FACTOR: c_uint = (1 << 1); [INFO] [stderr] 309 + pub const GCRY_PRIME_FLAG_SPECIAL_FACTOR: c_uint = 1 << 1; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `libgcrypt-sys` (lib) generated 5 warnings [INFO] [stderr] warning: `libgcrypt-sys` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/libgcrypt_sys-480066eb13893ca1) [INFO] [stderr] Doc-tests libgcrypt_sys [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> /opt/rustwide/workdir/consts.rs:175:40 [INFO] [stderr] | [INFO] [stderr] 175 | pub const GCRY_GCM_BLOCK_LEN: c_uint = (128 / 8); [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 175 - pub const GCRY_GCM_BLOCK_LEN: c_uint = (128 / 8); [INFO] [stderr] 175 + pub const GCRY_GCM_BLOCK_LEN: c_uint = 128 / 8; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> /opt/rustwide/workdir/consts.rs:176:40 [INFO] [stderr] | [INFO] [stderr] 176 | pub const GCRY_CCM_BLOCK_LEN: c_uint = (128 / 8); [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 176 - pub const GCRY_CCM_BLOCK_LEN: c_uint = (128 / 8); [INFO] [stderr] 176 + pub const GCRY_CCM_BLOCK_LEN: c_uint = 128 / 8; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> /opt/rustwide/workdir/consts.rs:177:40 [INFO] [stderr] | [INFO] [stderr] 177 | pub const GCRY_OCB_BLOCK_LEN: c_uint = (128 / 8); [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 177 - pub const GCRY_OCB_BLOCK_LEN: c_uint = (128 / 8); [INFO] [stderr] 177 + pub const GCRY_OCB_BLOCK_LEN: c_uint = 128 / 8; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> /opt/rustwide/workdir/consts.rs:308:44 [INFO] [stderr] | [INFO] [stderr] 308 | pub const GCRY_PRIME_FLAG_SECRET: c_uint = (1 << 0); [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 308 - pub const GCRY_PRIME_FLAG_SECRET: c_uint = (1 << 0); [INFO] [stderr] 308 + pub const GCRY_PRIME_FLAG_SECRET: c_uint = 1 << 0; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> /opt/rustwide/workdir/consts.rs:309:52 [INFO] [stderr] | [INFO] [stderr] 309 | pub const GCRY_PRIME_FLAG_SPECIAL_FACTOR: c_uint = (1 << 1); [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 309 - pub const GCRY_PRIME_FLAG_SPECIAL_FACTOR: c_uint = (1 << 1); [INFO] [stderr] 309 + pub const GCRY_PRIME_FLAG_SPECIAL_FACTOR: c_uint = 1 << 1; [INFO] [stderr] | [INFO] [stderr] [INFO] [stdout] [INFO] [stderr] warning: 5 warnings emitted [INFO] [stdout] running 0 tests [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b6721288a9297bc65fbc0d81fbc6c8b47af012418ced8ab02b0d80e096919c14", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b6721288a9297bc65fbc0d81fbc6c8b47af012418ced8ab02b0d80e096919c14", kill_on_drop: false }` [INFO] [stdout] b6721288a9297bc65fbc0d81fbc6c8b47af012418ced8ab02b0d80e096919c14