[INFO] updating cached repository mjd95/bcrust [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/mjd95/bcrust [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/mjd95/bcrust" "work/ex/beta-1.38-1/sources/1.37.0/gh/mjd95/bcrust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/mjd95/bcrust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/mjd95/bcrust" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mjd95/bcrust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mjd95/bcrust'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 384c6fb4795fde4f2ce8e06ef68a7ff7ded1ef68 [INFO] sha for GitHub repo mjd95/bcrust: 384c6fb4795fde4f2ce8e06ef68a7ff7ded1ef68 [INFO] validating manifest of mjd95/bcrust on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of mjd95/bcrust on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing mjd95/bcrust [INFO] finished frobbing mjd95/bcrust [INFO] frobbed toml for mjd95/bcrust written to work/ex/beta-1.38-1/sources/1.37.0/gh/mjd95/bcrust/Cargo.toml [INFO] started frobbing mjd95/bcrust [INFO] finished frobbing mjd95/bcrust [INFO] frobbed toml for mjd95/bcrust written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/mjd95/bcrust/Cargo.toml [INFO] crate mjd95/bcrust already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing mjd95/bcrust against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/mjd95/bcrust:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] a34ac1883703e5d2cf837a2cef6a0116f2e4a2be8e86cc0fde4779305cead98d [INFO] running `"docker" "start" "-a" "a34ac1883703e5d2cf837a2cef6a0116f2e4a2be8e86cc0fde4779305cead98d"` [INFO] [stderr] Compiling bcrust v0.1.0 (/opt/crater/workdir) [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 6.88s [INFO] running `"docker" "inspect" "a34ac1883703e5d2cf837a2cef6a0116f2e4a2be8e86cc0fde4779305cead98d"` [INFO] running `"docker" "rm" "-f" "a34ac1883703e5d2cf837a2cef6a0116f2e4a2be8e86cc0fde4779305cead98d"` [INFO] [stdout] a34ac1883703e5d2cf837a2cef6a0116f2e4a2be8e86cc0fde4779305cead98d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/mjd95/bcrust:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] a27fa236737abf3eaff672563929d421ebf2258b655508732a0a37b1a7bf97e3 [INFO] running `"docker" "start" "-a" "a27fa236737abf3eaff672563929d421ebf2258b655508732a0a37b1a7bf97e3"` [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/crater/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.79s [INFO] running `"docker" "inspect" "a27fa236737abf3eaff672563929d421ebf2258b655508732a0a37b1a7bf97e3"` [INFO] running `"docker" "rm" "-f" "a27fa236737abf3eaff672563929d421ebf2258b655508732a0a37b1a7bf97e3"` [INFO] [stdout] a27fa236737abf3eaff672563929d421ebf2258b655508732a0a37b1a7bf97e3 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/mjd95/bcrust:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen"` [INFO] [stdout] c7241b109b36513bc8af1950a7afa48ea1a1c0f5ec5bc34304e2778432a87054 [INFO] running `"docker" "start" "-a" "c7241b109b36513bc8af1950a7afa48ea1a1c0f5ec5bc34304e2778432a87054"` [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.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/bcrust-e7844feb1195afe2 [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" "c7241b109b36513bc8af1950a7afa48ea1a1c0f5ec5bc34304e2778432a87054"` [INFO] running `"docker" "rm" "-f" "c7241b109b36513bc8af1950a7afa48ea1a1c0f5ec5bc34304e2778432a87054"` [INFO] [stdout] c7241b109b36513bc8af1950a7afa48ea1a1c0f5ec5bc34304e2778432a87054