[INFO] fetching crate exonum_sodiumoxide 0.0.23... [INFO] testing exonum_sodiumoxide-0.0.23 against 1.55.0 for beta-1.56-1 [INFO] extracting crate exonum_sodiumoxide 0.0.23 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate exonum_sodiumoxide 0.0.23 on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate exonum_sodiumoxide 0.0.23 [INFO] finished tweaking crates.io crate exonum_sodiumoxide 0.0.23 [INFO] tweaked toml for crates.io crate exonum_sodiumoxide 0.0.23 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 53f8e80438b233967dab0b5bb66a264ffbf3e4c9269a9a74b05316b812d79fcc [INFO] running `Command { std: "docker" "start" "-a" "53f8e80438b233967dab0b5bb66a264ffbf3e4c9269a9a74b05316b812d79fcc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "53f8e80438b233967dab0b5bb66a264ffbf3e4c9269a9a74b05316b812d79fcc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "53f8e80438b233967dab0b5bb66a264ffbf3e4c9269a9a74b05316b812d79fcc", kill_on_drop: false }` [INFO] [stdout] 53f8e80438b233967dab0b5bb66a264ffbf3e4c9269a9a74b05316b812d79fcc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7daa03e0fe2b6674507e595e48aca43186ff5fa3aade51baaf8ca1970bedd3b9 [INFO] running `Command { std: "docker" "start" "-a" "7daa03e0fe2b6674507e595e48aca43186ff5fa3aade51baaf8ca1970bedd3b9", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling filetime v0.2.15 [INFO] [stderr] Compiling bzip2-sys v0.1.11+1.0.8 [INFO] [stderr] Compiling thiserror-impl v1.0.29 [INFO] [stderr] Compiling tar v0.4.37 [INFO] [stderr] Compiling bzip2 v0.4.3 [INFO] [stderr] Compiling thiserror v1.0.29 [INFO] [stderr] Compiling zip v0.5.13 [INFO] [stderr] Compiling exonum_libsodium-sys v0.0.23 [INFO] [stderr] Compiling exonum_sodiumoxide v0.0.23 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/crypto/auth/auth_macros.rs:212:30 [INFO] [stdout] | [INFO] [stdout] 212 | let mut s = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha256.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | / auth_state!( [INFO] [stdout] 17 | | crypto_auth_hmacsha256_state, [INFO] [stdout] 18 | | crypto_auth_hmacsha256_init, [INFO] [stdout] 19 | | crypto_auth_hmacsha256_update, [INFO] [stdout] 20 | | crypto_auth_hmacsha256_final, [INFO] [stdout] 21 | | crypto_auth_hmacsha256_BYTES [INFO] [stdout] 22 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `auth_state` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/crypto/auth/auth_macros.rs:212:30 [INFO] [stdout] | [INFO] [stdout] 212 | let mut s = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha512.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | / auth_state!( [INFO] [stdout] 17 | | crypto_auth_hmacsha512_state, [INFO] [stdout] 18 | | crypto_auth_hmacsha512_init, [INFO] [stdout] 19 | | crypto_auth_hmacsha512_update, [INFO] [stdout] 20 | | crypto_auth_hmacsha512_final, [INFO] [stdout] 21 | | crypto_auth_hmacsha512_BYTES [INFO] [stdout] 22 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `auth_state` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/crypto/auth/auth_macros.rs:212:30 [INFO] [stdout] | [INFO] [stdout] 212 | let mut s = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha512256.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / auth_state!( [INFO] [stdout] 19 | | crypto_auth_hmacsha512256_state, [INFO] [stdout] 20 | | crypto_auth_hmacsha512256_init, [INFO] [stdout] 21 | | crypto_auth_hmacsha512256_update, [INFO] [stdout] 22 | | crypto_auth_hmacsha512256_final, [INFO] [stdout] 23 | | crypto_auth_hmacsha512256_BYTES [INFO] [stdout] 24 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `auth_state` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/crypto/hash/hash_macros.rs:48:30 [INFO] [stdout] | [INFO] [stdout] 48 | let mut s = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/hash/sha256.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / hash_module!( [INFO] [stdout] 14 | | crypto_hash_sha256, [INFO] [stdout] 15 | | crypto_hash_sha256_BYTES, [INFO] [stdout] 16 | | 64, [INFO] [stdout] ... | [INFO] [stdout] 20 | | crypto_hash_sha256_final [INFO] [stdout] 21 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `hash_module` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/crypto/hash/hash_macros.rs:48:30 [INFO] [stdout] | [INFO] [stdout] 48 | let mut s = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/hash/sha512.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / hash_module!( [INFO] [stdout] 14 | | crypto_hash_sha512, [INFO] [stdout] 15 | | crypto_hash_sha512_BYTES, [INFO] [stdout] 16 | | 128, [INFO] [stdout] ... | [INFO] [stdout] 20 | | crypto_hash_sha512_final [INFO] [stdout] 21 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `hash_module` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/crypto/sign/ed25519.rs:210:30 [INFO] [stdout] | [INFO] [stdout] 210 | let mut s = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.82s [INFO] running `Command { std: "docker" "inspect" "7daa03e0fe2b6674507e595e48aca43186ff5fa3aade51baaf8ca1970bedd3b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7daa03e0fe2b6674507e595e48aca43186ff5fa3aade51baaf8ca1970bedd3b9", kill_on_drop: false }` [INFO] [stdout] 7daa03e0fe2b6674507e595e48aca43186ff5fa3aade51baaf8ca1970bedd3b9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dbb4ec0e0e53a8213ff11a8c744aea4fc91afc3aec537b81423510f1f61d2598 [INFO] running `Command { std: "docker" "start" "-a" "dbb4ec0e0e53a8213ff11a8c744aea4fc91afc3aec537b81423510f1f61d2598", kill_on_drop: false }` [INFO] [stderr] Compiling rmp v0.8.10 [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/crypto/auth/auth_macros.rs:212:30 [INFO] [stdout] | [INFO] [stdout] 212 | let mut s = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha256.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | / auth_state!( [INFO] [stdout] 17 | | crypto_auth_hmacsha256_state, [INFO] [stdout] 18 | | crypto_auth_hmacsha256_init, [INFO] [stdout] 19 | | crypto_auth_hmacsha256_update, [INFO] [stdout] 20 | | crypto_auth_hmacsha256_final, [INFO] [stdout] 21 | | crypto_auth_hmacsha256_BYTES [INFO] [stdout] 22 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `auth_state` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/crypto/auth/auth_macros.rs:212:30 [INFO] [stdout] | [INFO] [stdout] 212 | let mut s = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha512.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | / auth_state!( [INFO] [stdout] 17 | | crypto_auth_hmacsha512_state, [INFO] [stdout] 18 | | crypto_auth_hmacsha512_init, [INFO] [stdout] 19 | | crypto_auth_hmacsha512_update, [INFO] [stdout] 20 | | crypto_auth_hmacsha512_final, [INFO] [stdout] 21 | | crypto_auth_hmacsha512_BYTES [INFO] [stdout] 22 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `auth_state` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/crypto/auth/auth_macros.rs:212:30 [INFO] [stdout] | [INFO] [stdout] 212 | let mut s = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha512256.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / auth_state!( [INFO] [stdout] 19 | | crypto_auth_hmacsha512256_state, [INFO] [stdout] 20 | | crypto_auth_hmacsha512256_init, [INFO] [stdout] 21 | | crypto_auth_hmacsha512256_update, [INFO] [stdout] 22 | | crypto_auth_hmacsha512256_final, [INFO] [stdout] 23 | | crypto_auth_hmacsha512256_BYTES [INFO] [stdout] 24 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `auth_state` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/crypto/hash/hash_macros.rs:48:30 [INFO] [stdout] | [INFO] [stdout] 48 | let mut s = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/hash/sha256.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / hash_module!( [INFO] [stdout] 14 | | crypto_hash_sha256, [INFO] [stdout] 15 | | crypto_hash_sha256_BYTES, [INFO] [stdout] 16 | | 64, [INFO] [stdout] ... | [INFO] [stdout] 20 | | crypto_hash_sha256_final [INFO] [stdout] 21 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `hash_module` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/crypto/hash/hash_macros.rs:48:30 [INFO] [stdout] | [INFO] [stdout] 48 | let mut s = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/hash/sha512.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / hash_module!( [INFO] [stdout] 14 | | crypto_hash_sha512, [INFO] [stdout] 15 | | crypto_hash_sha512_BYTES, [INFO] [stdout] 16 | | 128, [INFO] [stdout] ... | [INFO] [stdout] 20 | | crypto_hash_sha512_final [INFO] [stdout] 21 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `hash_module` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/crypto/sign/ed25519.rs:210:30 [INFO] [stdout] | [INFO] [stdout] 210 | let mut s = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rmp-serde v0.13.7 [INFO] [stderr] Compiling exonum_sodiumoxide v0.0.23 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/crypto/auth/auth_macros.rs:212:30 [INFO] [stdout] | [INFO] [stdout] 212 | let mut s = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha256.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | / auth_state!( [INFO] [stdout] 17 | | crypto_auth_hmacsha256_state, [INFO] [stdout] 18 | | crypto_auth_hmacsha256_init, [INFO] [stdout] 19 | | crypto_auth_hmacsha256_update, [INFO] [stdout] 20 | | crypto_auth_hmacsha256_final, [INFO] [stdout] 21 | | crypto_auth_hmacsha256_BYTES [INFO] [stdout] 22 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `auth_state` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/crypto/auth/auth_macros.rs:212:30 [INFO] [stdout] | [INFO] [stdout] 212 | let mut s = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha512.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | / auth_state!( [INFO] [stdout] 17 | | crypto_auth_hmacsha512_state, [INFO] [stdout] 18 | | crypto_auth_hmacsha512_init, [INFO] [stdout] 19 | | crypto_auth_hmacsha512_update, [INFO] [stdout] 20 | | crypto_auth_hmacsha512_final, [INFO] [stdout] 21 | | crypto_auth_hmacsha512_BYTES [INFO] [stdout] 22 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `auth_state` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/crypto/auth/auth_macros.rs:212:30 [INFO] [stdout] | [INFO] [stdout] 212 | let mut s = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/auth/hmacsha512256.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | / auth_state!( [INFO] [stdout] 19 | | crypto_auth_hmacsha512256_state, [INFO] [stdout] 20 | | crypto_auth_hmacsha512256_init, [INFO] [stdout] 21 | | crypto_auth_hmacsha512256_update, [INFO] [stdout] 22 | | crypto_auth_hmacsha512256_final, [INFO] [stdout] 23 | | crypto_auth_hmacsha512256_BYTES [INFO] [stdout] 24 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `auth_state` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/crypto/hash/hash_macros.rs:48:30 [INFO] [stdout] | [INFO] [stdout] 48 | let mut s = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/hash/sha256.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / hash_module!( [INFO] [stdout] 14 | | crypto_hash_sha256, [INFO] [stdout] 15 | | crypto_hash_sha256_BYTES, [INFO] [stdout] 16 | | 64, [INFO] [stdout] ... | [INFO] [stdout] 20 | | crypto_hash_sha256_final [INFO] [stdout] 21 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `hash_module` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/crypto/hash/hash_macros.rs:48:30 [INFO] [stdout] | [INFO] [stdout] 48 | let mut s = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/crypto/hash/sha512.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / hash_module!( [INFO] [stdout] 14 | | crypto_hash_sha512, [INFO] [stdout] 15 | | crypto_hash_sha512_BYTES, [INFO] [stdout] 16 | | 128, [INFO] [stdout] ... | [INFO] [stdout] 20 | | crypto_hash_sha512_final [INFO] [stdout] 21 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `hash_module` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/crypto/sign/ed25519.rs:210:30 [INFO] [stdout] | [INFO] [stdout] 210 | let mut s = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.09s [INFO] running `Command { std: "docker" "inspect" "dbb4ec0e0e53a8213ff11a8c744aea4fc91afc3aec537b81423510f1f61d2598", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dbb4ec0e0e53a8213ff11a8c744aea4fc91afc3aec537b81423510f1f61d2598", kill_on_drop: false }` [INFO] [stdout] dbb4ec0e0e53a8213ff11a8c744aea4fc91afc3aec537b81423510f1f61d2598 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 69de86d932c672304b583c9a697bac8306e47e09c9ad9f0937f343cdec70ed6f [INFO] running `Command { std: "docker" "start" "-a" "69de86d932c672304b583c9a697bac8306e47e09c9ad9f0937f343cdec70ed6f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stderr] --> src/crypto/auth/auth_macros.rs:212:30 [INFO] [stderr] | [INFO] [stderr] 212 | let mut s = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/crypto/auth/hmacsha256.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / auth_state!( [INFO] [stderr] 17 | | crypto_auth_hmacsha256_state, [INFO] [stderr] 18 | | crypto_auth_hmacsha256_init, [INFO] [stderr] 19 | | crypto_auth_hmacsha256_update, [INFO] [stderr] 20 | | crypto_auth_hmacsha256_final, [INFO] [stderr] 21 | | crypto_auth_hmacsha256_BYTES [INFO] [stderr] 22 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `auth_state` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stderr] --> src/crypto/auth/auth_macros.rs:212:30 [INFO] [stderr] | [INFO] [stderr] 212 | let mut s = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/crypto/auth/hmacsha512.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / auth_state!( [INFO] [stderr] 17 | | crypto_auth_hmacsha512_state, [INFO] [stderr] 18 | | crypto_auth_hmacsha512_init, [INFO] [stderr] 19 | | crypto_auth_hmacsha512_update, [INFO] [stderr] 20 | | crypto_auth_hmacsha512_final, [INFO] [stderr] 21 | | crypto_auth_hmacsha512_BYTES [INFO] [stderr] 22 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `auth_state` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stderr] --> src/crypto/auth/auth_macros.rs:212:30 [INFO] [stderr] | [INFO] [stderr] 212 | let mut s = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/crypto/auth/hmacsha512256.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 | / auth_state!( [INFO] [stderr] 19 | | crypto_auth_hmacsha512256_state, [INFO] [stderr] 20 | | crypto_auth_hmacsha512256_init, [INFO] [stderr] 21 | | crypto_auth_hmacsha512256_update, [INFO] [stderr] 22 | | crypto_auth_hmacsha512256_final, [INFO] [stderr] 23 | | crypto_auth_hmacsha512256_BYTES [INFO] [stderr] 24 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `auth_state` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stderr] --> src/crypto/hash/hash_macros.rs:48:30 [INFO] [stderr] | [INFO] [stderr] 48 | let mut s = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/crypto/hash/sha256.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / hash_module!( [INFO] [stderr] 14 | | crypto_hash_sha256, [INFO] [stderr] 15 | | crypto_hash_sha256_BYTES, [INFO] [stderr] 16 | | 64, [INFO] [stderr] ... | [INFO] [stderr] 20 | | crypto_hash_sha256_final [INFO] [stderr] 21 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `hash_module` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stderr] --> src/crypto/hash/hash_macros.rs:48:30 [INFO] [stderr] | [INFO] [stderr] 48 | let mut s = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/crypto/hash/sha512.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / hash_module!( [INFO] [stderr] 14 | | crypto_hash_sha512, [INFO] [stderr] 15 | | crypto_hash_sha512_BYTES, [INFO] [stderr] 16 | | 128, [INFO] [stderr] ... | [INFO] [stderr] 20 | | crypto_hash_sha512_final [INFO] [stderr] 21 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `hash_module` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stderr] --> src/crypto/sign/ed25519.rs:210:30 [INFO] [stderr] | [INFO] [stderr] 210 | let mut s = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `exonum_sodiumoxide` (lib) generated 6 warnings [INFO] [stderr] warning: `exonum_sodiumoxide` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/exonum_sodiumoxide-4f9d488e75c2e7b5) [INFO] [stdout] running 137 tests [INFO] [stdout] test crypto::aead::chacha20poly1305::test::test_vector_1 ... ok [INFO] [stdout] test crypto::aead::chacha20poly1305_ietf::test::test_vector_1 ... ok [INFO] [stdout] test crypto::auth::hmacsha512256::test::test_vector_1 ... ok [INFO] [stdout] test crypto::aead::chacha20poly1305_ietf::test_m::test_seal_open_detached_tamper ... ok [INFO] [stdout] test crypto::aead::chacha20poly1305::test_m::test_seal_open_tamper ... ok [INFO] [stdout] test crypto::aead::chacha20poly1305::test_m::test_seal_open_detached ... ok [INFO] [stdout] test crypto::aead::chacha20poly1305::test_m::test_seal_open ... ok [INFO] [stdout] test crypto::aead::chacha20poly1305::test_m::test_seal_open_detached_tamper ... ok [INFO] [stdout] test crypto::auth::hmacsha512256::test_m::test_auth_verify ... ok [INFO] [stdout] test crypto::aead::chacha20poly1305_ietf::test_m::test_seal_open ... ok [INFO] [stdout] test crypto::auth::hmacsha512256::test_s::test_auth_eq_auth_state_chunked ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_open_detached_precomputed_failure_does_not_modify ... ok [INFO] [stdout] test crypto::auth::hmacsha512256::test_s::test_auth_eq_auth_state ... ok [INFO] [stdout] test crypto::auth::hmacsha256::test_m::test_auth_verify ... ok [INFO] [stdout] test crypto::auth::hmacsha256::test_m::test_auth_verify_tamper ... ok [INFO] [stdout] test crypto::auth::hmacsha512256::test_m::test_auth_verify_tamper ... ok [INFO] [stdout] test crypto::auth::hmacsha256::test::test_vector_state_1 ... ok [INFO] [stdout] test crypto::auth::hmacsha512256::test::test_vector_state_1 ... ok [INFO] [stdout] test crypto::auth::hmacsha512::test::test_vector_1 ... ok [INFO] [stdout] test crypto::auth::hmacsha512::test::test_vector_state_1 ... ok [INFO] [stdout] test crypto::auth::hmacsha256::test_s::test_auth_eq_auth_state ... ok [INFO] [stdout] test crypto::aead::chacha20poly1305_ietf::test_m::test_seal_open_tamper ... ok [INFO] [stdout] test crypto::auth::hmacsha512::test_m::test_auth_verify ... ok [INFO] [stdout] test crypto::hash::sha256::test::test_streaming_hashing ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_open_detached_failure_does_not_modify ... ok [INFO] [stdout] test crypto::auth::hmacsha512::test_s::test_auth_eq_auth_state ... ok [INFO] [stdout] test crypto::auth::hmacsha512::test_m::test_auth_verify_tamper ... ok [INFO] [stdout] test crypto::auth::hmacsha256::test_m::test_serialisation ... ok [INFO] [stdout] test crypto::aead::chacha20poly1305::test_m::test_seal_open_detached_same ... ok [INFO] [stdout] test crypto::aead::chacha20poly1305_ietf::test_m::test_seal_open_detached ... ok [INFO] [stdout] test crypto::auth::hmacsha256::test::test_vector_1 ... ok [INFO] [stdout] test crypto::aead::chacha20poly1305_ietf::test_m::test_seal_open_detached_same ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_seal_combined_then_open_detached ... ok [INFO] [stdout] test crypto::hash::sha256::test::test_vector_1 ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_vector_1 ... ok [INFO] [stdout] test crypto::hash::sha256::test::test_vectors_nist_short ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_seal_open_precomputed_tamper ... ok [INFO] [stdout] test crypto::auth::hmacsha512256::test_m::test_serialisation ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_vector_2 ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_seal_combined_then_open_detached_precomputed ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_seal_detached_precomputed_then_open_combined ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_seal_open_detached_precomputed_tamper ... ok [INFO] [stdout] test crypto::hash::sha256::test::test_vector_2 ... ok [INFO] [stdout] test crypto::auth::hmacsha256::test_s::test_auth_eq_auth_state_chunked ... ok [INFO] [stdout] test crypto::hash::sha256::test_encode::test_serialisation ... ok [INFO] [stdout] test crypto::hash::sha512::test::test_vector_1 ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_seal_open_detached_tamper ... ok [INFO] [stdout] test crypto::auth::hmacsha512::test_s::test_auth_eq_auth_state_chunked ... ok [INFO] [stdout] test crypto::kx::x25519blake2b::test::test_kx_non_acceptable_keys ... ok [INFO] [stdout] test crypto::kx::x25519blake2b::test::test_kx ... ok [INFO] [stdout] test crypto::hash::sha512::test_encode::test_serialisation ... ok [INFO] [stdout] test crypto::kx::x25519blake2b::test::test_vectors ... ok [INFO] [stdout] test crypto::scalarmult::curve25519::test::test_vector_3 ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_seal_open_tamper ... ok [INFO] [stdout] test crypto::hash::sha512::test::test_streaming_hashing ... ok [INFO] [stdout] test crypto::hash::sha512::test::test_vectors_nist_short ... ok [INFO] [stdout] test crypto::onetimeauth::poly1305::test_m::test_auth_verify_tamper ... ok [INFO] [stdout] test crypto::secretbox::xsalsa20poly1305::test::test_open_detached_failure_does_not_modify ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_seal_open_detached_precomputed ... ok [INFO] [stdout] test crypto::secretbox::xsalsa20poly1305::test::test_seal_combined_then_open_detached ... ok [INFO] [stdout] test crypto::onetimeauth::poly1305::test_m::test_auth_verify ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_serialisation ... ok [INFO] [stdout] test crypto::scalarmult::curve25519::test::test_vector_2 ... ok [INFO] [stdout] test crypto::onetimeauth::poly1305::test::test_vector_1 ... ok [INFO] [stdout] test crypto::scalarmult::curve25519::test::test_vector_1 ... ok [INFO] [stdout] test crypto::scalarmult::curve25519::test::test_vector_4 ... ok [INFO] [stdout] test crypto::secretbox::xsalsa20poly1305::test::test_seal_open ... ok [INFO] [stdout] test crypto::auth::hmacsha512::test_m::test_serialisation ... ok [INFO] [stdout] test crypto::secretbox::xsalsa20poly1305::test::test_seal_open_detached_tamper ... ok [INFO] [stdout] test crypto::secretbox::xsalsa20poly1305::test::test_seal_open_tamper ... ok [INFO] [stdout] test crypto::secretbox::xsalsa20poly1305::test::test_seal_open_detached ... ok [INFO] [stdout] test crypto::secretbox::xsalsa20poly1305::test::test_vector_1 ... ok [INFO] [stdout] test crypto::shorthash::siphash24::test::test_serialisation ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_convert_sk_to_seed ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_chunks_sign ... ok [INFO] [stdout] test crypto::shorthash::siphash24::test::test_vectors ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_convert_sk_to_pk ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_crypto_sign_ed25519_to_curve25519 ... ok [INFO] [stdout] test crypto::secretbox::xsalsa20poly1305::test::test_seal_detached_then_open_combined ... ok [INFO] [stdout] test crypto::stream::chacha20::test::test_vector_1 ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_seal_open_precomputed ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_sign_verify_detached ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_seal_open ... ok [INFO] [stdout] test crypto::hash::sha256::test::test_vectors_nist_long ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_seal_detached_then_open_combined ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_seal_open_detached ... ok [INFO] [stdout] test crypto::onetimeauth::poly1305::test_m::test_serialisation ... ok [INFO] [stdout] test crypto::pwhash::scryptsalsa208sha256::test::test_derive_key ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_sign_verify ... ok [INFO] [stdout] test crypto::sealedbox::curve25519blake2bxsalsa20poly1305::test::test_seal_open ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_streaming_sign ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_sign_verify_seed ... ok [INFO] [stdout] test crypto::secretbox::xsalsa20poly1305::test::test_serialisation ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_serialisation ... ok [INFO] [stdout] test crypto::sealedbox::curve25519blake2bxsalsa20poly1305::test::test_seal_open_tamper ... ok [INFO] [stdout] test crypto::stream::xsalsa20::test::test_vector_3 ... ok [INFO] [stdout] test crypto::stream::xsalsa20::test::test_vector_2 ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_sign_verify_tamper ... ok [INFO] [stdout] test crypto::hash::sha512::test::test_vectors_nist_long ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_sign_verify_detached_tamper ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_sign_verify_tamper_seed ... ok [INFO] [stdout] test crypto::scalarmult::curve25519::test::test_all_zero - should panic ... ok [INFO] [stdout] test crypto::verify::test::test_verify_16 ... ok [INFO] [stdout] test crypto::verify::test::test_verify_64 ... ok [INFO] [stdout] test utils::test::test_increment_le_overflow ... ok [INFO] [stdout] test crypto::verify::test::test_verify_32 ... ok [INFO] [stdout] test crypto::stream::salsa208::test_m::test_serialisation ... ok [INFO] [stdout] test version::test::test_version_string ... ok [INFO] [stdout] test utils::test::test_increment_le_vectors ... ok [INFO] [stdout] test utils::test::test_increment_le_zero ... ok [INFO] [stdout] test crypto::stream::salsa2012::test_m::test_serialisation ... ok [INFO] [stdout] test crypto::stream::salsa20::test_m::test_serialisation ... ok [INFO] [stdout] test crypto::stream::salsa2012::test_m::test_stream_xor_inplace ... ok [INFO] [stdout] test crypto::stream::xsalsa20::test_m::test_serialisation ... ok [INFO] [stdout] test crypto::stream::chacha20::test_m::test_encrypt_decrypt ... ok [INFO] [stdout] test utils::test::test_memcmp ... ok [INFO] [stdout] test crypto::stream::salsa208::test_m::test_stream_xor_inplace ... ok [INFO] [stdout] test crypto::stream::chacha20::test_m::test_stream_xor_inplace ... ok [INFO] [stdout] test crypto::stream::salsa208::test_m::test_encrypt_decrypt ... ok [INFO] [stdout] test crypto::stream::xsalsa20::test_m::test_stream_xor_inplace ... ok [INFO] [stdout] test crypto::stream::salsa2012::test_m::test_encrypt_decrypt ... ok [INFO] [stdout] test crypto::stream::salsa20::test_m::test_encrypt_decrypt ... ok [INFO] [stdout] test crypto::stream::salsa2012::test_m::test_stream_xor ... ok [INFO] [stdout] test crypto::stream::chacha20::test_m::test_serialisation ... ok [INFO] [stdout] test crypto::stream::xsalsa20::test_m::test_encrypt_decrypt ... ok [INFO] [stdout] test crypto::stream::chacha20::test_m::test_stream_xor ... ok [INFO] [stdout] test crypto::stream::salsa20::test_m::test_stream_xor_inplace ... ok [INFO] [stdout] test crypto::stream::salsa208::test_m::test_stream_xor ... ok [INFO] [stdout] test crypto::stream::xsalsa20::test_m::test_stream_xor ... ok [INFO] [stdout] test crypto::stream::salsa20::test_m::test_stream_xor ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_vectors ... ok [INFO] [stdout] test crypto::stream::salsa20::test::test_vector_1 ... ok [INFO] [stdout] test crypto::stream::xsalsa20::test::test_vector_1 ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_vectors_detached ... ok [INFO] [stdout] test crypto::pwhash::scryptsalsa208sha256::test::test_serialisation ... ok [INFO] [stdout] test crypto::pwhash::scryptsalsa208sha256::test::test_pwhash_verify ... ok [INFO] [stdout] test crypto::pwhash::scryptsalsa208sha256::test::test_pwhash_verify_tamper ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 137 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 13.73s [INFO] [stdout] [INFO] [stderr] Doc-tests exonum_sodiumoxide [INFO] [stdout] [INFO] [stdout] running 19 tests [INFO] [stdout] test src/crypto/auth/mod.rs - crypto::auth (line 37) ... ok [INFO] [stdout] test src/crypto/kx/mod.rs - crypto::kx (line 10) ... ok [INFO] [stdout] test src/crypto/stream/mod.rs - crypto::stream (line 54) ... ok [INFO] [stdout] test src/crypto/sign/mod.rs - crypto::sign (line 37) ... ok [INFO] [stdout] test src/crypto/hash/mod.rs - crypto::hash (line 33) ... ok [INFO] [stdout] test src/crypto/pwhash/mod.rs - crypto::pwhash (line 55) ... ok [INFO] [stdout] test src/crypto/auth/mod.rs - crypto::auth (line 47) ... ok [INFO] [stdout] test src/crypto/pwhash/mod.rs - crypto::pwhash (line 44) ... ok [INFO] [stdout] test src/crypto/sign/mod.rs - crypto::sign (line 27) ... ok [INFO] [stdout] test src/crypto/onetimeauth/mod.rs - crypto::onetimeauth (line 22) ... ok [INFO] [stdout] test src/crypto/box_/mod.rs - crypto::box_ (line 61) ... ok [INFO] [stdout] test src/crypto/shorthash/mod.rs - crypto::shorthash (line 16) ... ok [INFO] [stdout] test src/crypto/stream/mod.rs - crypto::stream (line 75) ... ok [INFO] [stdout] test src/crypto/stream/mod.rs - crypto::stream (line 63) ... ok [INFO] [stdout] test src/crypto/aead/mod.rs - crypto::aead (line 31) ... ok [INFO] [stdout] test src/crypto/secretbox/mod.rs - crypto::secretbox (line 26) ... ok [INFO] [stdout] test src/crypto/aead/mod.rs - crypto::aead (line 15) ... ok [INFO] [stdout] test src/crypto/box_/mod.rs - crypto::box_ (line 48) ... ok [INFO] [stdout] test src/crypto/pwhash/mod.rs - crypto::pwhash (line 28) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.13s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "69de86d932c672304b583c9a697bac8306e47e09c9ad9f0937f343cdec70ed6f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "69de86d932c672304b583c9a697bac8306e47e09c9ad9f0937f343cdec70ed6f", kill_on_drop: false }` [INFO] [stdout] 69de86d932c672304b583c9a697bac8306e47e09c9ad9f0937f343cdec70ed6f