[INFO] fetching crate libgcrypt-sys 0.7.0... [INFO] testing libgcrypt-sys-0.7.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate libgcrypt-sys 0.7.0 into /workspace/builds/worker-20/source [INFO] validating manifest of crates.io crate libgcrypt-sys 0.7.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-20/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a41e989135040aad079938fd2ddf08bcc807f97178e85f3e5ff6e6aad1b91b7e [INFO] running `Command { std: "docker" "start" "-a" "a41e989135040aad079938fd2ddf08bcc807f97178e85f3e5ff6e6aad1b91b7e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a41e989135040aad079938fd2ddf08bcc807f97178e85f3e5ff6e6aad1b91b7e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a41e989135040aad079938fd2ddf08bcc807f97178e85f3e5ff6e6aad1b91b7e", kill_on_drop: false }` [INFO] [stdout] a41e989135040aad079938fd2ddf08bcc807f97178e85f3e5ff6e6aad1b91b7e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b2daacc8b7e44fca6af404e31b62644b12dddded9a981d87a00d15271f9cfe17 [INFO] running `Command { std: "docker" "start" "-a" "b2daacc8b7e44fca6af404e31b62644b12dddded9a981d87a00d15271f9cfe17", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libgpg-error-sys v0.5.2 [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 1.82s [INFO] running `Command { std: "docker" "inspect" "b2daacc8b7e44fca6af404e31b62644b12dddded9a981d87a00d15271f9cfe17", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b2daacc8b7e44fca6af404e31b62644b12dddded9a981d87a00d15271f9cfe17", kill_on_drop: false }` [INFO] [stdout] b2daacc8b7e44fca6af404e31b62644b12dddded9a981d87a00d15271f9cfe17 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2ed2d3bf70717fc7a2784a99c443ddd2d13bccb98264225574463aadc2440e29 [INFO] running `Command { std: "docker" "start" "-a" "2ed2d3bf70717fc7a2784a99c443ddd2d13bccb98264225574463aadc2440e29", 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.63s [INFO] [stderr] Executable unittests lib.rs (/opt/rustwide/target/debug/deps/libgcrypt_sys-feaff717f2f14b3e) [INFO] running `Command { std: "docker" "inspect" "2ed2d3bf70717fc7a2784a99c443ddd2d13bccb98264225574463aadc2440e29", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ed2d3bf70717fc7a2784a99c443ddd2d13bccb98264225574463aadc2440e29", kill_on_drop: false }` [INFO] [stdout] 2ed2d3bf70717fc7a2784a99c443ddd2d13bccb98264225574463aadc2440e29 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-20/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=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6a9d9c6f5db44979bec4744984a141465535f4807ac56e9d1427ce9f9aa1f1b3 [INFO] running `Command { std: "docker" "start" "-a" "6a9d9c6f5db44979bec4744984a141465535f4807ac56e9d1427ce9f9aa1f1b3", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> 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] --> 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.01s [INFO] [stderr] Running unittests lib.rs (/opt/rustwide/target/debug/deps/libgcrypt_sys-feaff717f2f14b3e) [INFO] [stdout] [INFO] [stderr] Doc-tests libgcrypt_sys [INFO] [stdout] running 0 tests [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] [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] [stderr] warning: 5 warnings emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 0 tests [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" "6a9d9c6f5db44979bec4744984a141465535f4807ac56e9d1427ce9f9aa1f1b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6a9d9c6f5db44979bec4744984a141465535f4807ac56e9d1427ce9f9aa1f1b3", kill_on_drop: false }` [INFO] [stdout] 6a9d9c6f5db44979bec4744984a141465535f4807ac56e9d1427ce9f9aa1f1b3