[INFO] updating cached repository https://github.com/mjd95/bcrust [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 384c6fb4795fde4f2ce8e06ef68a7ff7ded1ef68 [INFO] testing mjd95/bcrust against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmjd95%2Fbcrust" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mjd95/bcrust on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/mjd95/bcrust [INFO] finished tweaking git repo https://github.com/mjd95/bcrust [INFO] tweaked toml for git repo https://github.com/mjd95/bcrust written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/mjd95/bcrust already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 50cbf71cd5ecaba1a7f1ee474d3a44f4871a568648bc03f55f0c732331098d8d [INFO] running `"docker" "start" "-a" "50cbf71cd5ecaba1a7f1ee474d3a44f4871a568648bc03f55f0c732331098d8d"` [INFO] [stderr] Compiling bcrust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling rand_isaac v0.1.0 [INFO] [stderr] Compiling base64 v0.10.0 [INFO] [stderr] Compiling rand v0.6.0 [INFO] [stderr] warning: src/c/bcrypt.c: In function 'decode_base64': [INFO] [stderr] warning: src/c/bcrypt.c:205:22: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] [INFO] [stderr] warning: const u_int8_t *p = b64data; [INFO] [stderr] warning: ^~~~~~~ [INFO] [stderr] warning: src/c/bcrypt.c: In function 'encode_base64': [INFO] [stderr] warning: src/c/bcrypt.c:247:17: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] [INFO] [stderr] warning: u_int8_t *bp = b64buffer; [INFO] [stderr] warning: ^~~~~~~~~ [INFO] [stderr] warning: In file included from src/c/bcrypt_pbkdf.c:24:0: [INFO] [stderr] warning: src/c/sha2.h:68:2: warning: '__bounded__' attribute directive ignored [-Wattributes] [INFO] [stderr] warning: __attribute__((__bounded__(__string__,2,3))); [INFO] [stderr] warning: ^~~~~~~~~~~~~ [INFO] [stderr] warning: src/c/sha2.h:70:2: warning: '__bounded__' attribute directive ignored [-Wattributes] [INFO] [stderr] warning: __attribute__((__bounded__(__minbytes__,1,SHA256_DIGEST_LENGTH))); [INFO] [stderr] warning: ^~~~~~~~~~~~~ [INFO] [stderr] warning: src/c/sha2.h:74:2: warning: '__bounded__' attribute directive ignored [-Wattributes] [INFO] [stderr] warning: __attribute__((__bounded__(__string__,2,3))); [INFO] [stderr] warning: ^~~~~~~~~~~~~ [INFO] [stderr] warning: src/c/sha2.h:76:2: warning: '__bounded__' attribute directive ignored [-Wattributes] [INFO] [stderr] warning: __attribute__((__bounded__(__minbytes__,1,SHA384_DIGEST_LENGTH))); [INFO] [stderr] warning: ^~~~~~~~~~~~~ [INFO] [stderr] warning: src/c/sha2.h:80:2: warning: '__bounded__' attribute directive ignored [-Wattributes] [INFO] [stderr] warning: __attribute__((__bounded__(__string__,2,3))); [INFO] [stderr] warning: ^~~~~~~~~~~~~ [INFO] [stderr] warning: src/c/sha2.h:82:2: warning: '__bounded__' attribute directive ignored [-Wattributes] [INFO] [stderr] warning: __attribute__((__bounded__(__minbytes__,1,SHA512_DIGEST_LENGTH))); [INFO] [stderr] warning: ^~~~~~~~~~~~~ [INFO] [stderr] warning: In file included from src/c/sha2.c:38:0: [INFO] [stderr] warning: src/c/sha2.h:68:2: warning: '__bounded__' attribute directive ignored [-Wattributes] [INFO] [stderr] warning: __attribute__((__bounded__(__string__,2,3))); [INFO] [stderr] warning: ^~~~~~~~~~~~~ [INFO] [stderr] warning: src/c/sha2.h:70:2: warning: '__bounded__' attribute directive ignored [-Wattributes] [INFO] [stderr] warning: __attribute__((__bounded__(__minbytes__,1,SHA256_DIGEST_LENGTH))); [INFO] [stderr] warning: ^~~~~~~~~~~~~ [INFO] [stderr] warning: src/c/sha2.h:74:2: warning: '__bounded__' attribute directive ignored [-Wattributes] [INFO] [stderr] warning: __attribute__((__bounded__(__string__,2,3))); [INFO] [stderr] warning: ^~~~~~~~~~~~~ [INFO] [stderr] warning: src/c/sha2.h:76:2: warning: '__bounded__' attribute directive ignored [-Wattributes] [INFO] [stderr] warning: __attribute__((__bounded__(__minbytes__,1,SHA384_DIGEST_LENGTH))); [INFO] [stderr] warning: ^~~~~~~~~~~~~ [INFO] [stderr] warning: src/c/sha2.h:80:2: warning: '__bounded__' attribute directive ignored [-Wattributes] [INFO] [stderr] warning: __attribute__((__bounded__(__string__,2,3))); [INFO] [stderr] warning: ^~~~~~~~~~~~~ [INFO] [stderr] warning: src/c/sha2.h:82:2: warning: '__bounded__' attribute directive ignored [-Wattributes] [INFO] [stderr] warning: __attribute__((__bounded__(__minbytes__,1,SHA512_DIGEST_LENGTH))); [INFO] [stderr] warning: ^~~~~~~~~~~~~ [INFO] [stderr] warning: src/c/sha2.c:122:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] [INFO] [stderr] warning: const static u_int32_t K256[64] = { [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: src/c/sha2.c:142:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] [INFO] [stderr] warning: const static u_int32_t sha256_initial_hash_value[8] = { [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: src/c/sha2.c:154:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] [INFO] [stderr] warning: const static u_int64_t K512[80] = { [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: src/c/sha2.c:198:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] [INFO] [stderr] warning: const static u_int64_t sha384_initial_hash_value[8] = { [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: src/c/sha2.c:210:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] [INFO] [stderr] warning: const static u_int64_t sha512_initial_hash_value[8] = { [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: unused import: `std::ffi::CString` [INFO] [stderr] --> src/main.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use std::ffi::CString; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.86s [INFO] running `"docker" "inspect" "50cbf71cd5ecaba1a7f1ee474d3a44f4871a568648bc03f55f0c732331098d8d"` [INFO] running `"docker" "rm" "-f" "50cbf71cd5ecaba1a7f1ee474d3a44f4871a568648bc03f55f0c732331098d8d"` [INFO] [stdout] 50cbf71cd5ecaba1a7f1ee474d3a44f4871a568648bc03f55f0c732331098d8d [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 7532664425f4321680de33178255487c9f31b3ad36e2809343f12d1ab54dc9fc [INFO] running `"docker" "start" "-a" "7532664425f4321680de33178255487c9f31b3ad36e2809343f12d1ab54dc9fc"` [INFO] [stderr] warning: src/c/bcrypt.c: In function 'decode_base64': [INFO] [stderr] warning: src/c/bcrypt.c:205:22: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] [INFO] [stderr] warning: const u_int8_t *p = b64data; [INFO] [stderr] warning: ^~~~~~~ [INFO] [stderr] warning: src/c/bcrypt.c: In function 'encode_base64': [INFO] [stderr] warning: src/c/bcrypt.c:247:17: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] [INFO] [stderr] warning: u_int8_t *bp = b64buffer; [INFO] [stderr] warning: ^~~~~~~~~ [INFO] [stderr] warning: In file included from src/c/bcrypt_pbkdf.c:24:0: [INFO] [stderr] warning: src/c/sha2.h:68:2: warning: '__bounded__' attribute directive ignored [-Wattributes] [INFO] [stderr] warning: __attribute__((__bounded__(__string__,2,3))); [INFO] [stderr] warning: ^~~~~~~~~~~~~ [INFO] [stderr] warning: src/c/sha2.h:70:2: warning: '__bounded__' attribute directive ignored [-Wattributes] [INFO] [stderr] warning: __attribute__((__bounded__(__minbytes__,1,SHA256_DIGEST_LENGTH))); [INFO] [stderr] warning: ^~~~~~~~~~~~~ [INFO] [stderr] warning: src/c/sha2.h:74:2: warning: '__bounded__' attribute directive ignored [-Wattributes] [INFO] [stderr] warning: __attribute__((__bounded__(__string__,2,3))); [INFO] [stderr] warning: ^~~~~~~~~~~~~ [INFO] [stderr] warning: src/c/sha2.h:76:2: warning: '__bounded__' attribute directive ignored [-Wattributes] [INFO] [stderr] warning: __attribute__((__bounded__(__minbytes__,1,SHA384_DIGEST_LENGTH))); [INFO] [stderr] warning: ^~~~~~~~~~~~~ [INFO] [stderr] warning: src/c/sha2.h:80:2: warning: '__bounded__' attribute directive ignored [-Wattributes] [INFO] [stderr] warning: __attribute__((__bounded__(__string__,2,3))); [INFO] [stderr] warning: ^~~~~~~~~~~~~ [INFO] [stderr] warning: src/c/sha2.h:82:2: warning: '__bounded__' attribute directive ignored [-Wattributes] [INFO] [stderr] warning: __attribute__((__bounded__(__minbytes__,1,SHA512_DIGEST_LENGTH))); [INFO] [stderr] warning: ^~~~~~~~~~~~~ [INFO] [stderr] warning: In file included from src/c/sha2.c:38:0: [INFO] [stderr] warning: src/c/sha2.h:68:2: warning: '__bounded__' attribute directive ignored [-Wattributes] [INFO] [stderr] warning: __attribute__((__bounded__(__string__,2,3))); [INFO] [stderr] warning: ^~~~~~~~~~~~~ [INFO] [stderr] warning: src/c/sha2.h:70:2: warning: '__bounded__' attribute directive ignored [-Wattributes] [INFO] [stderr] warning: __attribute__((__bounded__(__minbytes__,1,SHA256_DIGEST_LENGTH))); [INFO] [stderr] warning: ^~~~~~~~~~~~~ [INFO] [stderr] warning: src/c/sha2.h:74:2: warning: '__bounded__' attribute directive ignored [-Wattributes] [INFO] [stderr] warning: __attribute__((__bounded__(__string__,2,3))); [INFO] [stderr] warning: ^~~~~~~~~~~~~ [INFO] [stderr] warning: src/c/sha2.h:76:2: warning: '__bounded__' attribute directive ignored [-Wattributes] [INFO] [stderr] warning: __attribute__((__bounded__(__minbytes__,1,SHA384_DIGEST_LENGTH))); [INFO] [stderr] warning: ^~~~~~~~~~~~~ [INFO] [stderr] warning: src/c/sha2.h:80:2: warning: '__bounded__' attribute directive ignored [-Wattributes] [INFO] [stderr] warning: __attribute__((__bounded__(__string__,2,3))); [INFO] [stderr] warning: ^~~~~~~~~~~~~ [INFO] [stderr] warning: src/c/sha2.h:82:2: warning: '__bounded__' attribute directive ignored [-Wattributes] [INFO] [stderr] warning: __attribute__((__bounded__(__minbytes__,1,SHA512_DIGEST_LENGTH))); [INFO] [stderr] warning: ^~~~~~~~~~~~~ [INFO] [stderr] warning: src/c/sha2.c:122:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] [INFO] [stderr] warning: const static u_int32_t K256[64] = { [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: src/c/sha2.c:142:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] [INFO] [stderr] warning: const static u_int32_t sha256_initial_hash_value[8] = { [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: src/c/sha2.c:154:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] [INFO] [stderr] warning: const static u_int64_t K512[80] = { [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: src/c/sha2.c:198:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] [INFO] [stderr] warning: const static u_int64_t sha384_initial_hash_value[8] = { [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: src/c/sha2.c:210:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] [INFO] [stderr] warning: const static u_int64_t sha512_initial_hash_value[8] = { [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] Compiling bcrust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `std::ffi::CString` [INFO] [stderr] --> src/main.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use std::ffi::CString; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.55s [INFO] running `"docker" "inspect" "7532664425f4321680de33178255487c9f31b3ad36e2809343f12d1ab54dc9fc"` [INFO] running `"docker" "rm" "-f" "7532664425f4321680de33178255487c9f31b3ad36e2809343f12d1ab54dc9fc"` [INFO] [stdout] 7532664425f4321680de33178255487c9f31b3ad36e2809343f12d1ab54dc9fc [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] a1ff06b3e51e387ec3d31fa42c0c89e2ffdfb07940b8032cae0ff0a55f3c87a2 [INFO] running `"docker" "start" "-a" "a1ff06b3e51e387ec3d31fa42c0c89e2ffdfb07940b8032cae0ff0a55f3c87a2"` [INFO] [stderr] warning: src/c/bcrypt.c: In function 'decode_base64': [INFO] [stderr] warning: src/c/bcrypt.c:205:22: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] [INFO] [stderr] warning: const u_int8_t *p = b64data; [INFO] [stderr] warning: ^~~~~~~ [INFO] [stderr] warning: src/c/bcrypt.c: In function 'encode_base64': [INFO] [stderr] warning: src/c/bcrypt.c:247:17: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] [INFO] [stderr] warning: u_int8_t *bp = b64buffer; [INFO] [stderr] warning: ^~~~~~~~~ [INFO] [stderr] warning: In file included from src/c/bcrypt_pbkdf.c:24:0: [INFO] [stderr] warning: src/c/sha2.h:68:2: warning: '__bounded__' attribute directive ignored [-Wattributes] [INFO] [stderr] warning: __attribute__((__bounded__(__string__,2,3))); [INFO] [stderr] warning: ^~~~~~~~~~~~~ [INFO] [stderr] warning: src/c/sha2.h:70:2: warning: '__bounded__' attribute directive ignored [-Wattributes] [INFO] [stderr] warning: __attribute__((__bounded__(__minbytes__,1,SHA256_DIGEST_LENGTH))); [INFO] [stderr] warning: ^~~~~~~~~~~~~ [INFO] [stderr] warning: src/c/sha2.h:74:2: warning: '__bounded__' attribute directive ignored [-Wattributes] [INFO] [stderr] warning: __attribute__((__bounded__(__string__,2,3))); [INFO] [stderr] warning: ^~~~~~~~~~~~~ [INFO] [stderr] warning: src/c/sha2.h:76:2: warning: '__bounded__' attribute directive ignored [-Wattributes] [INFO] [stderr] warning: __attribute__((__bounded__(__minbytes__,1,SHA384_DIGEST_LENGTH))); [INFO] [stderr] warning: ^~~~~~~~~~~~~ [INFO] [stderr] warning: src/c/sha2.h:80:2: warning: '__bounded__' attribute directive ignored [-Wattributes] [INFO] [stderr] warning: __attribute__((__bounded__(__string__,2,3))); [INFO] [stderr] warning: ^~~~~~~~~~~~~ [INFO] [stderr] warning: src/c/sha2.h:82:2: warning: '__bounded__' attribute directive ignored [-Wattributes] [INFO] [stderr] warning: __attribute__((__bounded__(__minbytes__,1,SHA512_DIGEST_LENGTH))); [INFO] [stderr] warning: ^~~~~~~~~~~~~ [INFO] [stderr] warning: In file included from src/c/sha2.c:38:0: [INFO] [stderr] warning: src/c/sha2.h:68:2: warning: '__bounded__' attribute directive ignored [-Wattributes] [INFO] [stderr] warning: __attribute__((__bounded__(__string__,2,3))); [INFO] [stderr] warning: ^~~~~~~~~~~~~ [INFO] [stderr] warning: src/c/sha2.h:70:2: warning: '__bounded__' attribute directive ignored [-Wattributes] [INFO] [stderr] warning: __attribute__((__bounded__(__minbytes__,1,SHA256_DIGEST_LENGTH))); [INFO] [stderr] warning: ^~~~~~~~~~~~~ [INFO] [stderr] warning: src/c/sha2.h:74:2: warning: '__bounded__' attribute directive ignored [-Wattributes] [INFO] [stderr] warning: __attribute__((__bounded__(__string__,2,3))); [INFO] [stderr] warning: ^~~~~~~~~~~~~ [INFO] [stderr] warning: src/c/sha2.h:76:2: warning: '__bounded__' attribute directive ignored [-Wattributes] [INFO] [stderr] warning: __attribute__((__bounded__(__minbytes__,1,SHA384_DIGEST_LENGTH))); [INFO] [stderr] warning: ^~~~~~~~~~~~~ [INFO] [stderr] warning: src/c/sha2.h:80:2: warning: '__bounded__' attribute directive ignored [-Wattributes] [INFO] [stderr] warning: __attribute__((__bounded__(__string__,2,3))); [INFO] [stderr] warning: ^~~~~~~~~~~~~ [INFO] [stderr] warning: src/c/sha2.h:82:2: warning: '__bounded__' attribute directive ignored [-Wattributes] [INFO] [stderr] warning: __attribute__((__bounded__(__minbytes__,1,SHA512_DIGEST_LENGTH))); [INFO] [stderr] warning: ^~~~~~~~~~~~~ [INFO] [stderr] warning: src/c/sha2.c:122:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] [INFO] [stderr] warning: const static u_int32_t K256[64] = { [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: src/c/sha2.c:142:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] [INFO] [stderr] warning: const static u_int32_t sha256_initial_hash_value[8] = { [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: src/c/sha2.c:154:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] [INFO] [stderr] warning: const static u_int64_t K512[80] = { [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: src/c/sha2.c:198:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] [INFO] [stderr] warning: const static u_int64_t sha384_initial_hash_value[8] = { [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: src/c/sha2.c:210:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] [INFO] [stderr] warning: const static u_int64_t sha512_initial_hash_value[8] = { [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/bcrust-2f7fe9087dad3f07 [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "a1ff06b3e51e387ec3d31fa42c0c89e2ffdfb07940b8032cae0ff0a55f3c87a2"` [INFO] running `"docker" "rm" "-f" "a1ff06b3e51e387ec3d31fa42c0c89e2ffdfb07940b8032cae0ff0a55f3c87a2"` [INFO] [stdout] a1ff06b3e51e387ec3d31fa42c0c89e2ffdfb07940b8032cae0ff0a55f3c87a2