[INFO] fetching crate libgcrypt-sys 0.7.0... [INFO] testing libgcrypt-sys-0.7.0 against 1.60.0 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 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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-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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 365d8f693b884063bf32e495fa8ca0522c7132ca874c74857d2416575811a5bc [INFO] running `Command { std: "docker" "start" "-a" "365d8f693b884063bf32e495fa8ca0522c7132ca874c74857d2416575811a5bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "365d8f693b884063bf32e495fa8ca0522c7132ca874c74857d2416575811a5bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "365d8f693b884063bf32e495fa8ca0522c7132ca874c74857d2416575811a5bc", kill_on_drop: false }` [INFO] [stdout] 365d8f693b884063bf32e495fa8ca0522c7132ca874c74857d2416575811a5bc [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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 563978f797149e856e8fdabe90c3a5162c4e3c02f74f3d688e37a9046e65c104 [INFO] running `Command { std: "docker" "start" "-a" "563978f797149e856e8fdabe90c3a5162c4e3c02f74f3d688e37a9046e65c104", 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 1.86s [INFO] running `Command { std: "docker" "inspect" "563978f797149e856e8fdabe90c3a5162c4e3c02f74f3d688e37a9046e65c104", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "563978f797149e856e8fdabe90c3a5162c4e3c02f74f3d688e37a9046e65c104", kill_on_drop: false }` [INFO] [stdout] 563978f797149e856e8fdabe90c3a5162c4e3c02f74f3d688e37a9046e65c104 [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" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fdda8b44fb6cd9cf5df60dde8de1bf6f662ad0e1b36ae4116b6194d7f4b0b826 [INFO] running `Command { std: "docker" "start" "-a" "fdda8b44fb6cd9cf5df60dde8de1bf6f662ad0e1b36ae4116b6194d7f4b0b826", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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] 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 test [unoptimized + debuginfo] target(s) in 0.41s [INFO] running `Command { std: "docker" "inspect" "fdda8b44fb6cd9cf5df60dde8de1bf6f662ad0e1b36ae4116b6194d7f4b0b826", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fdda8b44fb6cd9cf5df60dde8de1bf6f662ad0e1b36ae4116b6194d7f4b0b826", kill_on_drop: false }` [INFO] [stdout] fdda8b44fb6cd9cf5df60dde8de1bf6f662ad0e1b36ae4116b6194d7f4b0b826 [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" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0b259488387ac8cdbd48723608b396833160022cc9fc4ca6b031a4b729051978 [INFO] running `Command { std: "docker" "start" "-a" "0b259488387ac8cdbd48723608b396833160022cc9fc4ca6b031a4b729051978", 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-508aeb2b0c302a9e) [INFO] [stderr] Doc-tests libgcrypt_sys [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] [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" "0b259488387ac8cdbd48723608b396833160022cc9fc4ca6b031a4b729051978", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b259488387ac8cdbd48723608b396833160022cc9fc4ca6b031a4b729051978", kill_on_drop: false }` [INFO] [stdout] 0b259488387ac8cdbd48723608b396833160022cc9fc4ca6b031a4b729051978