[INFO] fetching crate libgcrypt-sys 0.7.0... [INFO] testing libgcrypt-sys-0.7.0 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate libgcrypt-sys 0.7.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate libgcrypt-sys 0.7.0 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "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-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f93bc307e250986cf98e504ef6d41d5cc3673907331a2df0048c3bd4939842cd [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" "f93bc307e250986cf98e504ef6d41d5cc3673907331a2df0048c3bd4939842cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f93bc307e250986cf98e504ef6d41d5cc3673907331a2df0048c3bd4939842cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f93bc307e250986cf98e504ef6d41d5cc3673907331a2df0048c3bd4939842cd", kill_on_drop: false }` [INFO] [stdout] f93bc307e250986cf98e504ef6d41d5cc3673907331a2df0048c3bd4939842cd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--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] b3a82bd84967e5f26e1513a2162280178e716e79630169200d7cedd5961895bd [INFO] running `Command { std: "docker" "start" "-a" "b3a82bd84967e5f26e1513a2162280178e716e79630169200d7cedd5961895bd", kill_on_drop: false }` [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 3.89s [INFO] running `Command { std: "docker" "inspect" "b3a82bd84967e5f26e1513a2162280178e716e79630169200d7cedd5961895bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b3a82bd84967e5f26e1513a2162280178e716e79630169200d7cedd5961895bd", kill_on_drop: false }` [INFO] [stdout] b3a82bd84967e5f26e1513a2162280178e716e79630169200d7cedd5961895bd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7f2a9450a68fa77a0b2a12aa1486340085279de066ad7849d1d5bdcb0ff70f07 [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" "7f2a9450a68fa77a0b2a12aa1486340085279de066ad7849d1d5bdcb0ff70f07", 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.90s [INFO] running `Command { std: "docker" "inspect" "7f2a9450a68fa77a0b2a12aa1486340085279de066ad7849d1d5bdcb0ff70f07", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f2a9450a68fa77a0b2a12aa1486340085279de066ad7849d1d5bdcb0ff70f07", kill_on_drop: false }` [INFO] [stdout] 7f2a9450a68fa77a0b2a12aa1486340085279de066ad7849d1d5bdcb0ff70f07 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 70edcbfbcbef09277592f02330ed2fb456474bebe7bf9454505f3d6e5d978b82 [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" "70edcbfbcbef09277592f02330ed2fb456474bebe7bf9454505f3d6e5d978b82", kill_on_drop: false }` [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.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/libgcrypt_sys-f5d4b3a6807cf40b) [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" "70edcbfbcbef09277592f02330ed2fb456474bebe7bf9454505f3d6e5d978b82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70edcbfbcbef09277592f02330ed2fb456474bebe7bf9454505f3d6e5d978b82", kill_on_drop: false }` [INFO] [stdout] 70edcbfbcbef09277592f02330ed2fb456474bebe7bf9454505f3d6e5d978b82