[INFO] crate cryptonote-raw-crypto 0.1.5 is already in cache [INFO] extracting crate cryptonote-raw-crypto 0.1.5 into work/ex/beta-1.38-1/sources/1.37.0/reg/cryptonote-raw-crypto/0.1.5 [INFO] extracting crate cryptonote-raw-crypto 0.1.5 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/cryptonote-raw-crypto/0.1.5 [INFO] validating manifest of cryptonote-raw-crypto-0.1.5 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 cryptonote-raw-crypto-0.1.5 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 cryptonote-raw-crypto-0.1.5 [INFO] finished frobbing cryptonote-raw-crypto-0.1.5 [INFO] frobbed toml for cryptonote-raw-crypto-0.1.5 written to work/ex/beta-1.38-1/sources/1.37.0/reg/cryptonote-raw-crypto/0.1.5/Cargo.toml [INFO] started frobbing cryptonote-raw-crypto-0.1.5 [INFO] finished frobbing cryptonote-raw-crypto-0.1.5 [INFO] frobbed toml for cryptonote-raw-crypto-0.1.5 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/cryptonote-raw-crypto/0.1.5/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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 cryptonote-raw-crypto-0.1.5 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/cryptonote-raw-crypto/0.1.5:/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 1609a00c2a6df082135a6530089de7ced0c19489974d54fa47fc93553be8cee8 [INFO] running `"docker" "start" "-a" "1609a00c2a6df082135a6530089de7ced0c19489974d54fa47fc93553be8cee8"` [INFO] [stderr] Compiling bindgen v0.45.0 [INFO] [stderr] Compiling cryptonote-raw-crypto v0.1.5 (/opt/crater/workdir) [INFO] [stderr] warning: In file included from ext/hash-extra-jh.c:37:0: [INFO] [stderr] warning: ext/hash-ops.h: In function 'place_length': [INFO] [stderr] warning: ext/hash-ops.h:25:47: warning: implicit declaration of function 'swap32be' [-Wimplicit-function-declaration] [INFO] [stderr] warning: *(uint32_t *) padd(buffer, bufsize - 4) = swap32be(length); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: ext/hash-ops.h:27:47: warning: implicit declaration of function 'swap64be' [-Wimplicit-function-declaration] [INFO] [stderr] warning: *(uint64_t *) padd(buffer, bufsize - 8) = swap64be(length); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: In file included from ext/hash-extra-skein.c:34:0: [INFO] [stderr] warning: ext/hash-ops.h: In function 'place_length': [INFO] [stderr] warning: ext/hash-ops.h:25:47: warning: implicit declaration of function 'swap32be' [-Wimplicit-function-declaration] [INFO] [stderr] warning: *(uint32_t *) padd(buffer, bufsize - 4) = swap32be(length); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: ext/hash-ops.h:27:47: warning: implicit declaration of function 'swap64be' [-Wimplicit-function-declaration] [INFO] [stderr] warning: *(uint64_t *) padd(buffer, bufsize - 8) = swap64be(length); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: In file included from ext/skein.h:30:0, [INFO] [stderr] warning: from ext/hash-extra-skein.c:35: [INFO] [stderr] warning: ext/skein_port.h: At top level: [INFO] [stderr] warning: ext/skein_port.h:126:0: warning: "PLATFORM_BYTE_ORDER" redefined [INFO] [stderr] warning: # define PLATFORM_BYTE_ORDER IS_BIG_ENDIAN [INFO] [stderr] warning: [INFO] [stderr] warning: ext/skein_port.h:122:0: note: this is the location of the previous definition [INFO] [stderr] warning: # define PLATFORM_BYTE_ORDER IS_LITTLE_ENDIAN [INFO] [stderr] warning: [INFO] [stderr] warning: In file included from ext/hash.c:35:0: [INFO] [stderr] warning: ext/hash-ops.h: In function 'place_length': [INFO] [stderr] warning: ext/hash-ops.h:25:47: warning: implicit declaration of function 'swap32be' [-Wimplicit-function-declaration] [INFO] [stderr] warning: *(uint32_t *) padd(buffer, bufsize - 4) = swap32be(length); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: ext/hash-ops.h:27:47: warning: implicit declaration of function 'swap64be' [-Wimplicit-function-declaration] [INFO] [stderr] warning: *(uint64_t *) padd(buffer, bufsize - 8) = swap64be(length); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: In file included from ext/random.c:35:0: [INFO] [stderr] warning: ext/hash-ops.h: In function 'place_length': [INFO] [stderr] warning: ext/hash-ops.h:25:47: warning: implicit declaration of function 'swap32be' [-Wimplicit-function-declaration] [INFO] [stderr] warning: *(uint32_t *) padd(buffer, bufsize - 4) = swap32be(length); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: ext/hash-ops.h:27:47: warning: implicit declaration of function 'swap64be' [-Wimplicit-function-declaration] [INFO] [stderr] warning: *(uint64_t *) padd(buffer, bufsize - 8) = swap64be(length); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: In file included from ext/skein.h:30:0, [INFO] [stderr] warning: from ext/skein.c:15: [INFO] [stderr] warning: ext/skein_port.h:126:0: warning: "PLATFORM_BYTE_ORDER" redefined [INFO] [stderr] warning: # define PLATFORM_BYTE_ORDER IS_BIG_ENDIAN [INFO] [stderr] warning: [INFO] [stderr] warning: ext/skein_port.h:122:0: note: this is the location of the previous definition [INFO] [stderr] warning: # define PLATFORM_BYTE_ORDER IS_LITTLE_ENDIAN [INFO] [stderr] warning: [INFO] [stderr] warning: In file included from ext/tree-hash.c:35:0: [INFO] [stderr] warning: ext/hash-ops.h: In function 'place_length': [INFO] [stderr] warning: ext/hash-ops.h:25:47: warning: implicit declaration of function 'swap32be' [-Wimplicit-function-declaration] [INFO] [stderr] warning: *(uint32_t *) padd(buffer, bufsize - 4) = swap32be(length); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: ext/hash-ops.h:27:47: warning: implicit declaration of function 'swap64be' [-Wimplicit-function-declaration] [INFO] [stderr] warning: *(uint64_t *) padd(buffer, bufsize - 8) = swap64be(length); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: ext/crypto.c: In function 'hash_to_scalar': [INFO] [stderr] warning: ext/crypto.c:16:3: warning: implicit declaration of function 'cn_fast_hash' [-Wimplicit-function-declaration] [INFO] [stderr] warning: cn_fast_hash(data, length, res); [INFO] [stderr] warning: ^~~~~~~~~~~~ [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 27.61s [INFO] running `"docker" "inspect" "1609a00c2a6df082135a6530089de7ced0c19489974d54fa47fc93553be8cee8"` [INFO] running `"docker" "rm" "-f" "1609a00c2a6df082135a6530089de7ced0c19489974d54fa47fc93553be8cee8"` [INFO] [stdout] 1609a00c2a6df082135a6530089de7ced0c19489974d54fa47fc93553be8cee8 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/cryptonote-raw-crypto/0.1.5:/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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] c88e9e4c549edec09246553473b6b4abbd2aa7a47d01427f806e4bee9217c9bf [INFO] running `"docker" "start" "-a" "c88e9e4c549edec09246553473b6b4abbd2aa7a47d01427f806e4bee9217c9bf"` [INFO] [stderr] warning: In file included from ext/hash-extra-jh.c:37:0: [INFO] [stderr] warning: ext/hash-ops.h: In function 'place_length': [INFO] [stderr] warning: ext/hash-ops.h:25:47: warning: implicit declaration of function 'swap32be' [-Wimplicit-function-declaration] [INFO] [stderr] warning: *(uint32_t *) padd(buffer, bufsize - 4) = swap32be(length); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: ext/hash-ops.h:27:47: warning: implicit declaration of function 'swap64be' [-Wimplicit-function-declaration] [INFO] [stderr] warning: *(uint64_t *) padd(buffer, bufsize - 8) = swap64be(length); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: In file included from ext/hash-extra-skein.c:34:0: [INFO] [stderr] warning: ext/hash-ops.h: In function 'place_length': [INFO] [stderr] warning: ext/hash-ops.h:25:47: warning: implicit declaration of function 'swap32be' [-Wimplicit-function-declaration] [INFO] [stderr] warning: *(uint32_t *) padd(buffer, bufsize - 4) = swap32be(length); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: ext/hash-ops.h:27:47: warning: implicit declaration of function 'swap64be' [-Wimplicit-function-declaration] [INFO] [stderr] warning: *(uint64_t *) padd(buffer, bufsize - 8) = swap64be(length); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: In file included from ext/skein.h:30:0, [INFO] [stderr] warning: from ext/hash-extra-skein.c:35: [INFO] [stderr] warning: ext/skein_port.h: At top level: [INFO] [stderr] warning: ext/skein_port.h:126:0: warning: "PLATFORM_BYTE_ORDER" redefined [INFO] [stderr] warning: # define PLATFORM_BYTE_ORDER IS_BIG_ENDIAN [INFO] [stderr] warning: [INFO] [stderr] warning: ext/skein_port.h:122:0: note: this is the location of the previous definition [INFO] [stderr] warning: # define PLATFORM_BYTE_ORDER IS_LITTLE_ENDIAN [INFO] [stderr] warning: [INFO] [stderr] warning: In file included from ext/hash.c:35:0: [INFO] [stderr] warning: ext/hash-ops.h: In function 'place_length': [INFO] [stderr] warning: ext/hash-ops.h:25:47: warning: implicit declaration of function 'swap32be' [-Wimplicit-function-declaration] [INFO] [stderr] warning: *(uint32_t *) padd(buffer, bufsize - 4) = swap32be(length); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: ext/hash-ops.h:27:47: warning: implicit declaration of function 'swap64be' [-Wimplicit-function-declaration] [INFO] [stderr] warning: *(uint64_t *) padd(buffer, bufsize - 8) = swap64be(length); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: In file included from ext/random.c:35:0: [INFO] [stderr] warning: ext/hash-ops.h: In function 'place_length': [INFO] [stderr] warning: ext/hash-ops.h:25:47: warning: implicit declaration of function 'swap32be' [-Wimplicit-function-declaration] [INFO] [stderr] warning: *(uint32_t *) padd(buffer, bufsize - 4) = swap32be(length); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: ext/hash-ops.h:27:47: warning: implicit declaration of function 'swap64be' [-Wimplicit-function-declaration] [INFO] [stderr] warning: *(uint64_t *) padd(buffer, bufsize - 8) = swap64be(length); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: In file included from ext/skein.h:30:0, [INFO] [stderr] warning: from ext/skein.c:15: [INFO] [stderr] warning: ext/skein_port.h:126:0: warning: "PLATFORM_BYTE_ORDER" redefined [INFO] [stderr] warning: # define PLATFORM_BYTE_ORDER IS_BIG_ENDIAN [INFO] [stderr] warning: [INFO] [stderr] warning: ext/skein_port.h:122:0: note: this is the location of the previous definition [INFO] [stderr] warning: # define PLATFORM_BYTE_ORDER IS_LITTLE_ENDIAN [INFO] [stderr] warning: [INFO] [stderr] warning: In file included from ext/tree-hash.c:35:0: [INFO] [stderr] warning: ext/hash-ops.h: In function 'place_length': [INFO] [stderr] warning: ext/hash-ops.h:25:47: warning: implicit declaration of function 'swap32be' [-Wimplicit-function-declaration] [INFO] [stderr] warning: *(uint32_t *) padd(buffer, bufsize - 4) = swap32be(length); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: ext/hash-ops.h:27:47: warning: implicit declaration of function 'swap64be' [-Wimplicit-function-declaration] [INFO] [stderr] warning: *(uint64_t *) padd(buffer, bufsize - 8) = swap64be(length); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: ext/crypto.c: In function 'hash_to_scalar': [INFO] [stderr] warning: ext/crypto.c:16:3: warning: implicit declaration of function 'cn_fast_hash' [-Wimplicit-function-declaration] [INFO] [stderr] warning: cn_fast_hash(data, length, res); [INFO] [stderr] warning: ^~~~~~~~~~~~ [INFO] [stderr] Compiling cryptonote-raw-crypto v0.1.5 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.12s [INFO] running `"docker" "inspect" "c88e9e4c549edec09246553473b6b4abbd2aa7a47d01427f806e4bee9217c9bf"` [INFO] running `"docker" "rm" "-f" "c88e9e4c549edec09246553473b6b4abbd2aa7a47d01427f806e4bee9217c9bf"` [INFO] [stdout] c88e9e4c549edec09246553473b6b4abbd2aa7a47d01427f806e4bee9217c9bf [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/cryptonote-raw-crypto/0.1.5:/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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 3d2453bf34621fbb09d45cd6649a01c035aea084c7fe5f2138380c6830b330fd [INFO] running `"docker" "start" "-a" "3d2453bf34621fbb09d45cd6649a01c035aea084c7fe5f2138380c6830b330fd"` [INFO] [stderr] warning: In file included from ext/hash-extra-jh.c:37:0: [INFO] [stderr] warning: ext/hash-ops.h: In function 'place_length': [INFO] [stderr] warning: ext/hash-ops.h:25:47: warning: implicit declaration of function 'swap32be' [-Wimplicit-function-declaration] [INFO] [stderr] warning: *(uint32_t *) padd(buffer, bufsize - 4) = swap32be(length); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: ext/hash-ops.h:27:47: warning: implicit declaration of function 'swap64be' [-Wimplicit-function-declaration] [INFO] [stderr] warning: *(uint64_t *) padd(buffer, bufsize - 8) = swap64be(length); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: In file included from ext/hash-extra-skein.c:34:0: [INFO] [stderr] warning: ext/hash-ops.h: In function 'place_length': [INFO] [stderr] warning: ext/hash-ops.h:25:47: warning: implicit declaration of function 'swap32be' [-Wimplicit-function-declaration] [INFO] [stderr] warning: *(uint32_t *) padd(buffer, bufsize - 4) = swap32be(length); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: ext/hash-ops.h:27:47: warning: implicit declaration of function 'swap64be' [-Wimplicit-function-declaration] [INFO] [stderr] warning: *(uint64_t *) padd(buffer, bufsize - 8) = swap64be(length); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: In file included from ext/skein.h:30:0, [INFO] [stderr] warning: from ext/hash-extra-skein.c:35: [INFO] [stderr] warning: ext/skein_port.h: At top level: [INFO] [stderr] warning: ext/skein_port.h:126:0: warning: "PLATFORM_BYTE_ORDER" redefined [INFO] [stderr] warning: # define PLATFORM_BYTE_ORDER IS_BIG_ENDIAN [INFO] [stderr] warning: [INFO] [stderr] warning: ext/skein_port.h:122:0: note: this is the location of the previous definition [INFO] [stderr] warning: # define PLATFORM_BYTE_ORDER IS_LITTLE_ENDIAN [INFO] [stderr] warning: [INFO] [stderr] warning: In file included from ext/hash.c:35:0: [INFO] [stderr] warning: ext/hash-ops.h: In function 'place_length': [INFO] [stderr] warning: ext/hash-ops.h:25:47: warning: implicit declaration of function 'swap32be' [-Wimplicit-function-declaration] [INFO] [stderr] warning: *(uint32_t *) padd(buffer, bufsize - 4) = swap32be(length); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: ext/hash-ops.h:27:47: warning: implicit declaration of function 'swap64be' [-Wimplicit-function-declaration] [INFO] [stderr] warning: *(uint64_t *) padd(buffer, bufsize - 8) = swap64be(length); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: In file included from ext/random.c:35:0: [INFO] [stderr] warning: ext/hash-ops.h: In function 'place_length': [INFO] [stderr] warning: ext/hash-ops.h:25:47: warning: implicit declaration of function 'swap32be' [-Wimplicit-function-declaration] [INFO] [stderr] warning: *(uint32_t *) padd(buffer, bufsize - 4) = swap32be(length); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: ext/hash-ops.h:27:47: warning: implicit declaration of function 'swap64be' [-Wimplicit-function-declaration] [INFO] [stderr] warning: *(uint64_t *) padd(buffer, bufsize - 8) = swap64be(length); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: In file included from ext/skein.h:30:0, [INFO] [stderr] warning: from ext/skein.c:15: [INFO] [stderr] warning: ext/skein_port.h:126:0: warning: "PLATFORM_BYTE_ORDER" redefined [INFO] [stderr] warning: # define PLATFORM_BYTE_ORDER IS_BIG_ENDIAN [INFO] [stderr] warning: [INFO] [stderr] warning: ext/skein_port.h:122:0: note: this is the location of the previous definition [INFO] [stderr] warning: # define PLATFORM_BYTE_ORDER IS_LITTLE_ENDIAN [INFO] [stderr] warning: [INFO] [stderr] warning: In file included from ext/tree-hash.c:35:0: [INFO] [stderr] warning: ext/hash-ops.h: In function 'place_length': [INFO] [stderr] warning: ext/hash-ops.h:25:47: warning: implicit declaration of function 'swap32be' [-Wimplicit-function-declaration] [INFO] [stderr] warning: *(uint32_t *) padd(buffer, bufsize - 4) = swap32be(length); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: ext/hash-ops.h:27:47: warning: implicit declaration of function 'swap64be' [-Wimplicit-function-declaration] [INFO] [stderr] warning: *(uint64_t *) padd(buffer, bufsize - 8) = swap64be(length); [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: ext/crypto.c: In function 'hash_to_scalar': [INFO] [stderr] warning: ext/crypto.c:16:3: warning: implicit declaration of function 'cn_fast_hash' [-Wimplicit-function-declaration] [INFO] [stderr] warning: cn_fast_hash(data, length, res); [INFO] [stderr] warning: ^~~~~~~~~~~~ [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/cryptonote_raw_crypto-a9956644313413a6 [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test tests::should_get_fast_hash ... ok [INFO] [stdout] test tests::should_get_public_key_from_secret_key ... ok [INFO] [stdout] test tests::should_get_public_key_from_generated_secret_key ... ok [INFO] [stdout] test tests::should_generate_key_and_cipher_contents ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests cryptonote-raw-crypto [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" "3d2453bf34621fbb09d45cd6649a01c035aea084c7fe5f2138380c6830b330fd"` [INFO] running `"docker" "rm" "-f" "3d2453bf34621fbb09d45cd6649a01c035aea084c7fe5f2138380c6830b330fd"` [INFO] [stdout] 3d2453bf34621fbb09d45cd6649a01c035aea084c7fe5f2138380c6830b330fd