[INFO] fetching crate sodiumoxide 0.2.7... [INFO] testing sodiumoxide-0.2.7 against try#d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2 for pr-86479 [INFO] extracting crate sodiumoxide 0.2.7 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate sodiumoxide 0.2.7 on toolchain d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate sodiumoxide 0.2.7 [INFO] finished tweaking crates.io crate sodiumoxide 0.2.7 [INFO] tweaked toml for crates.io crate sodiumoxide 0.2.7 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rmp v0.8.10 [INFO] [stderr] Downloaded rmp-serde v0.13.7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 099620b8334c3ce9aab43cc324a799cecab78ea871ee4befab89642527525d9f [INFO] running `Command { std: "docker" "start" "-a" "099620b8334c3ce9aab43cc324a799cecab78ea871ee4befab89642527525d9f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "099620b8334c3ce9aab43cc324a799cecab78ea871ee4befab89642527525d9f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "099620b8334c3ce9aab43cc324a799cecab78ea871ee4befab89642527525d9f", kill_on_drop: false }` [INFO] [stdout] 099620b8334c3ce9aab43cc324a799cecab78ea871ee4befab89642527525d9f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] be7372d768fe8f33ee9f5dedf67990dfa6b87c58dad995e755d59d2c25c3b16e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "be7372d768fe8f33ee9f5dedf67990dfa6b87c58dad995e755d59d2c25c3b16e", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling serde v1.0.127 [INFO] [stderr] Compiling libsodium-sys v0.2.7 [INFO] [stderr] Compiling sodiumoxide v0.2.7 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/crypto/nonce.rs:7:19 [INFO] [stdout] | [INFO] [stdout] 7 | fn from_bytes(Self::Bytes) -> Self; [INFO] [stdout] | ^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Bytes` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 17s [INFO] running `Command { std: "docker" "inspect" "be7372d768fe8f33ee9f5dedf67990dfa6b87c58dad995e755d59d2c25c3b16e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be7372d768fe8f33ee9f5dedf67990dfa6b87c58dad995e755d59d2c25c3b16e", kill_on_drop: false }` [INFO] [stdout] be7372d768fe8f33ee9f5dedf67990dfa6b87c58dad995e755d59d2c25c3b16e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2d5a4e6ae2e751eec8a8dbdf304cde4b02cebb7559efffa30f1b25a870ecd9d2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "2d5a4e6ae2e751eec8a8dbdf304cde4b02cebb7559efffa30f1b25a870ecd9d2", kill_on_drop: false }` [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/crypto/nonce.rs:7:19 [INFO] [stdout] | [INFO] [stdout] 7 | fn from_bytes(Self::Bytes) -> Self; [INFO] [stdout] | ^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Bytes` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling serde_json v1.0.66 [INFO] [stderr] Compiling rmp v0.8.10 [INFO] [stderr] Compiling rmp-serde v0.13.7 [INFO] [stderr] Compiling sodiumoxide v0.2.7 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/crypto/nonce.rs:7:19 [INFO] [stdout] | [INFO] [stdout] 7 | fn from_bytes(Self::Bytes) -> Self; [INFO] [stdout] | ^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Bytes` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 9.27s [INFO] running `Command { std: "docker" "inspect" "2d5a4e6ae2e751eec8a8dbdf304cde4b02cebb7559efffa30f1b25a870ecd9d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2d5a4e6ae2e751eec8a8dbdf304cde4b02cebb7559efffa30f1b25a870ecd9d2", kill_on_drop: false }` [INFO] [stdout] 2d5a4e6ae2e751eec8a8dbdf304cde4b02cebb7559efffa30f1b25a870ecd9d2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d2e9fff28e244f1ea4927194f1f9b77f93e2ffe2" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e77ecadd3b9747e3468284b261a1b721970cfbb4c63be7146a6f444bb27bc25e [INFO] running `Command { std: "docker" "start" "-a" "e77ecadd3b9747e3468284b261a1b721970cfbb4c63be7146a6f444bb27bc25e", kill_on_drop: false }` [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stderr] --> src/crypto/nonce.rs:7:19 [INFO] [stderr] | [INFO] [stderr] 7 | fn from_bytes(Self::Bytes) -> Self; [INFO] [stderr] | ^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: Self::Bytes` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: `sodiumoxide` (lib) generated 1 warning [INFO] [stderr] warning: `sodiumoxide` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/sodiumoxide-b4187980d34fb2d6) [INFO] [stdout] [INFO] [stdout] running 253 tests [INFO] [stdout] test base64::tests::test_decode ... ok [INFO] [stdout] test base64::tests::test_encode ... ok [INFO] [stdout] test crypto::aead::aes256gcm::aes_impl::test::test_vector_1 ... ok [INFO] [stdout] test crypto::aead::aes256gcm::aes_api::test::test_is_available ... ok [INFO] [stdout] test crypto::aead::aes256gcm::aes_impl::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_ietf::test::test_vector_4 ... ok [INFO] [stdout] test crypto::aead::aes256gcm::aes_impl::test_m::test_seal_open ... ok [INFO] [stdout] test crypto::aead::aes256gcm::aes_impl::test_m::test_seal_open_detached ... ok [INFO] [stdout] test crypto::aead::chacha20poly1305::test_m::test_seal_open ... ok [INFO] [stdout] test crypto::aead::aes256gcm::aes_api::test::test_seal_open_detached ... ok [INFO] [stdout] test crypto::aead::chacha20poly1305_ietf::test::test_vector_3 ... ok [INFO] [stdout] test crypto::aead::chacha20poly1305_ietf::test::test_vector_2 ... ok [INFO] [stdout] test crypto::aead::chacha20poly1305::test::test_vector_1 ... ok [INFO] [stdout] test crypto::aead::aes256gcm::aes_impl::test_m::test_seal_open_tamper ... 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_detached_tamper ... ok [INFO] [stdout] test crypto::aead::xchacha20poly1305_ietf::test::test_nonce_length ... ok [INFO] [stdout] test crypto::aead::chacha20poly1305_ietf::test::test_vector_1 ... ok [INFO] [stdout] test crypto::aead::chacha20poly1305::test_m::test_seal_open_detached ... ok [INFO] [stdout] test crypto::aead::aes256gcm::aes_impl::test_m::test_seal_open_detached_same ... ok [INFO] [stdout] test crypto::aead::aes256gcm::aes_api::test::test_seal_open ... ok [INFO] [stdout] test crypto::aead::chacha20poly1305_ietf::test_m::test_seal_open ... ok [INFO] [stdout] test crypto::aead::chacha20poly1305_ietf::test_m::test_seal_open_tamper ... 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::auth::hmacsha512256::test::test_vector_state_1 ... ok [INFO] [stdout] test crypto::aead::chacha20poly1305::test_m::test_seal_open_detached_same ... ok [INFO] [stdout] test crypto::auth::hmacsha512256::test::test_vector_1 ... ok [INFO] [stdout] test crypto::aead::xchacha20poly1305_ietf::test_m::test_seal_open_detached ... ok [INFO] [stdout] test crypto::aead::xchacha20poly1305_ietf::test_m::test_seal_open_tamper ... ok [INFO] [stdout] test crypto::aead::xchacha20poly1305_ietf::test::test_vector_1 ... ok [INFO] [stdout] test crypto::auth::hmacsha256::test_s::test_auth_eq_auth_state ... ok [INFO] [stdout] test crypto::auth::hmacsha512::test::test_vector_state_1 ... ok [INFO] [stdout] test crypto::auth::hmacsha512::test::test_vector_1 ... ok [INFO] [stdout] test crypto::aead::xchacha20poly1305_ietf::test_m::test_seal_open ... ok [INFO] [stdout] test crypto::auth::hmacsha256::test::test_vector_state_1 ... ok [INFO] [stdout] test crypto::aead::xchacha20poly1305_ietf::test_m::test_seal_open_detached_tamper ... ok [INFO] [stdout] test crypto::auth::hmacsha256::test_m::test_auth_verify ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_nonce_length ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_open_detached_failure_does_not_modify ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_open_detached_precomputed_failure_does_not_modify ... ok [INFO] [stdout] test crypto::auth::hmacsha512256::test_m::test_auth_verify ... ok [INFO] [stdout] test crypto::aead::xchacha20poly1305_ietf::test_m::test_seal_open_detached_same ... ok [INFO] [stdout] test crypto::aead::chacha20poly1305_ietf::test_m::test_seal_open_detached_same ... ok [INFO] [stdout] test crypto::auth::hmacsha512::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_s::test_auth_eq_auth_state ... ok [INFO] [stdout] test crypto::auth::hmacsha256::test_s::test_auth_eq_auth_state_chunked ... ok [INFO] [stdout] test crypto::auth::hmacsha512256::test_s::test_auth_eq_auth_state_chunked ... ok [INFO] [stdout] test crypto::auth::hmacsha512::test_s::test_auth_eq_auth_state ... ok [INFO] [stdout] test crypto::auth::hmacsha512::test_s::test_auth_eq_auth_state_chunked ... ok [INFO] [stdout] test crypto::auth::hmacsha512256::test_m::test_serialisation ... ok [INFO] [stdout] test crypto::auth::hmacsha512256::test_m::test_auth_verify_tamper ... ok [INFO] [stdout] test crypto::auth::hmacsha256::test_m::test_serialisation ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_seal_open_detached_precomputed_tamper ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_seal_open_precomputed_tamper ... ok [INFO] [stdout] test crypto::auth::hmacsha512::test_m::test_serialisation ... ok [INFO] [stdout] test crypto::auth::hmacsha512::test_m::test_auth_verify_tamper ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_vector_2 ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_vector_1 ... ok [INFO] [stdout] test crypto::generichash::test::test_digest_equal ... ok [INFO] [stdout] test crypto::generichash::test::test_blake2b_vectors ... ok [INFO] [stdout] test crypto::generichash::test::test_digest_not_equal ... ok [INFO] [stdout] test crypto::generichash::test::test_vector_1 ... ok [INFO] [stdout] test crypto::hash::sha256::test::test_hash_state_empty ... ok [INFO] [stdout] test crypto::generichash::test::test_vector_2 ... ok [INFO] [stdout] test crypto::hash::sha256::test::test_hash_state_multi_parts ... ok [INFO] [stdout] test crypto::hash::sha256::test::test_vector_1 ... ok [INFO] [stdout] test crypto::hash::sha256::test::test_vector_2 ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_seal_open_seed_tamper ... ok [INFO] [stdout] test crypto::hash::sha256::test::test_vectors_nist_short ... ok [INFO] [stdout] test crypto::hash::sha256::test_encode::test_serialisation ... ok [INFO] [stdout] test crypto::hash::sha256::test::test_vectors_nist_long ... ok [INFO] [stdout] test crypto::hash::sha512::test::test_vector_1 ... ok [INFO] [stdout] test crypto::hash::sha512::test::test_hash_state_multi_parts ... ok [INFO] [stdout] test crypto::hash::sha512::test::test_vectors_nist_short ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_serialisation ... ok [INFO] [stdout] test crypto::hash::sha512::test_encode::test_serialisation ... ok [INFO] [stdout] test crypto::hash::sha256::test_m::test_hash_multipart ... ok [INFO] [stdout] test crypto::kdf::blake2b::test::test_keysize_out_of_bounds ... ok [INFO] [stdout] test crypto::hash::sha512::test_m::test_hash_multipart ... ok [INFO] [stdout] test crypto::kx::x25519blake2b::test::test_kx ... ok [INFO] [stdout] test crypto::kx::x25519blake2b::test::test_kx_non_acceptable_keys ... ok [INFO] [stdout] test crypto::kx::x25519blake2b::test::test_vectors ... ok [INFO] [stdout] test crypto::onetimeauth::poly1305::test::test_vector_1 ... ok [INFO] [stdout] test crypto::kdf::blake2b::test::test_vectors ... ok [INFO] [stdout] test crypto::onetimeauth::poly1305::test_m::test_auth_verify ... ok [INFO] [stdout] test crypto::onetimeauth::poly1305::test_m::test_auth_verify_tamper ... ok [INFO] [stdout] test crypto::kdf::blake2b::test::test_gen_key ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_public_key ... ok [INFO] [stdout] test crypto::onetimeauth::poly1305::test_m::test_serialisation ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_derive_04 ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_derive_05 ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_seal_open_detached ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_derive_07 ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_derive_08 ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_seal_open_tamper ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_derive_09 ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_seal_open_detached_tamper ... ok [INFO] [stdout] test crypto::hash::sha512::test::test_vectors_nist_long ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_derive_10 ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_seal_open_precomputed ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_hash_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_open ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_seal_open_detached_precomputed ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_seal_detached_precomputed_then_open_combined ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_derive_06 ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_derive_03 ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_seal_combined_then_open_detached ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_seal_open_seed ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_derive_04 ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_derive_02 ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_verify_1 ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_seal_detached_then_open_combined ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_verify_2 ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_derive_01 ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_verify_4 ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_verify_3 ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_derive_09 ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_derive_08 ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_derive_05 ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_hash_1 ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_derive_07 ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_derive_10 ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_hash_3 ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_verify_1 ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_verify_3 ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_derive_01 ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_hash_2 ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_derive_03 ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_verify_4 ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_verify_2 ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_derive_06 ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_pwhash_verify ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_derive_02 ... ok [INFO] [stdout] test crypto::scalarmult::curve25519::test::test_vector_1 ... ok [INFO] [stdout] test crypto::scalarmult::curve25519::test::test_vector_3 ... ok [INFO] [stdout] test crypto::scalarmult::curve25519::test::test_vector_2 ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_pwhash_verify ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_verify_6 ... ok [INFO] [stdout] test crypto::scalarmult::curve25519::test::test_vector_4 ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_hash_3 ... ok [INFO] [stdout] test crypto::secretbox::xsalsa20poly1305::test::test_nonce_length ... ok [INFO] [stdout] test crypto::secretbox::xsalsa20poly1305::test::test_open_detached_failure_does_not_modify ... ok [INFO] [stdout] test crypto::secretbox::xsalsa20poly1305::test::test_seal_detached_then_open_combined ... ok [INFO] [stdout] test crypto::secretbox::xsalsa20poly1305::test::test_seal_combined_then_open_detached ... ok [INFO] [stdout] test crypto::secretbox::xsalsa20poly1305::test::test_seal_open ... ok [INFO] [stdout] test crypto::secretbox::xsalsa20poly1305::test::test_seal_open_detached ... ok [INFO] [stdout] test crypto::scalarmult::curve25519::test::test_all_zero - should panic ... ok [INFO] [stdout] test crypto::secretbox::xsalsa20poly1305::test::test_vector_1 ... ok [INFO] [stdout] test crypto::secretstream::xchacha20poly1305::test::cannot_pull_after_finalization ... ok [INFO] [stdout] test crypto::secretbox::xsalsa20poly1305::test::test_seal_open_detached_tamper ... ok [INFO] [stdout] test crypto::secretstream::xchacha20poly1305::test::cannot_push_after_finalization ... ok [INFO] [stdout] test crypto::secretbox::xsalsa20poly1305::test::test_seal_open_tamper ... ok [INFO] [stdout] test crypto::secretstream::xchacha20poly1305::test::cannot_rekey_after_finalization ... ok [INFO] [stdout] test crypto::secretstream::xchacha20poly1305::test::decrypt_too_short_ciphertext ... ok [INFO] [stdout] test crypto::secretstream::xchacha20poly1305::test::push_pull ... ok [INFO] [stdout] test crypto::secretstream::xchacha20poly1305::test::finalize_with_ad ... ok [INFO] [stdout] test crypto::secretbox::xsalsa20poly1305::test::test_serialisation ... ok [INFO] [stdout] test crypto::secretstream::xchacha20poly1305::test::push_pull_with_explicit_rekey ... ok [INFO] [stdout] test crypto::secretstream::xchacha20poly1305::test::push_pull_with_ad ... ok [INFO] [stdout] test crypto::secretstream::xchacha20poly1305::test::tag_from_u8 ... ok [INFO] [stdout] test crypto::secretstream::xchacha20poly1305::test::push_pull_with_rekey ... ok [INFO] [stdout] test crypto::secretstream::xchacha20poly1305::test::push_pull_with_recycled_vec ... ok [INFO] [stdout] test crypto::shorthash::siphash24::test::test_serialisation ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_convert_keys ... 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::pwhash::argon2id13::test::test_hash_1 ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_pwhash_verify_tamper ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_pwhash_verify_tamper ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_sk_to_pk ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_streaming_copy ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_streaming_default ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_streaming_empty_sign ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_streaming_format ... ok [INFO] [stdout] test crypto::sealedbox::curve25519blake2bxsalsa20poly1305::test::test_seal_open ... ok [INFO] [stdout] test crypto::sealedbox::curve25519blake2bxsalsa20poly1305::test::test_seal_open_tamper ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_sign_verify ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_sign_verify_seed ... ok [INFO] [stdout] test crypto::stream::chacha20::test::test_vector_1 ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_verify_5 ... ok [INFO] [stdout] test crypto::stream::chacha20::test_m::test_encrypt_decrypt ... ok [INFO] [stdout] test crypto::pwhash::scryptsalsa208sha256::test::test_derive_key ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_streaming_sign ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_sign_verify_detached ... ok [INFO] [stdout] test crypto::stream::chacha20::test_m::test_serialisation ... ok [INFO] [stdout] test crypto::stream::chacha20::test_m::test_stream_xor ... ok [INFO] [stdout] test crypto::stream::chacha20::test_m::test_stream_xor_ic_same ... ok [INFO] [stdout] test crypto::stream::salsa20::test_m::test_encrypt_decrypt ... ok [INFO] [stdout] test crypto::stream::chacha20::test_m::test_stream_xor_inplace ... ok [INFO] [stdout] test crypto::stream::salsa20::test_m::test_serialisation ... ok [INFO] [stdout] test crypto::stream::salsa20::test_m::test_stream_xor ... ok [INFO] [stdout] test crypto::stream::salsa20::test_m::test_stream_xor_ic_same ... ok [INFO] [stdout] test crypto::stream::xchacha20::test::test_nonce_length ... ok [INFO] [stdout] test crypto::stream::xchacha20::test_m::test_encrypt_decrypt ... ok [INFO] [stdout] test crypto::stream::salsa20::test_m::test_stream_xor_inplace ... ok [INFO] [stdout] test crypto::stream::chacha20::test_m::test_stream_xor_ic_inplace ... ok [INFO] [stdout] test crypto::stream::xchacha20::test_m::test_stream_xor ... ok [INFO] [stdout] test crypto::stream::xchacha20::test_m::test_serialisation ... ok [INFO] [stdout] test crypto::stream::salsa20::test_m::test_stream_xor_ic_inplace ... ok [INFO] [stdout] test crypto::stream::xchacha20::test_m::test_stream_xor_ic_same ... ok [INFO] [stdout] test crypto::stream::xsalsa20::test::test_nonce_length ... ok [INFO] [stdout] test crypto::stream::xsalsa20::test::test_vector_2 ... ok [INFO] [stdout] test crypto::stream::xsalsa20::test::test_vector_3 ... ok [INFO] [stdout] test crypto::stream::xchacha20::test_m::test_stream_xor_inplace ... ok [INFO] [stdout] test crypto::stream::xsalsa20::test_m::test_encrypt_decrypt ... ok [INFO] [stdout] test crypto::stream::xsalsa20::test_m::test_stream_xor ... ok [INFO] [stdout] test crypto::stream::xsalsa20::test_m::test_serialisation ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_sign_verify_detached_tamper ... ok [INFO] [stdout] test crypto::stream::xsalsa20::test_m::test_stream_xor_ic_same ... ok [INFO] [stdout] test crypto::verify::test::test_verify_16 ... ok [INFO] [stdout] test crypto::verify::test::test_verify_32 ... ok [INFO] [stdout] test crypto::verify::test::test_verify_64 ... ok [INFO] [stdout] test hex::tests::test_decode ... ok [INFO] [stdout] test hex::tests::test_encode ... ok [INFO] [stdout] test padding::test::test_on_bad_length ... ok [INFO] [stdout] test padding::test::test_on_block_boundary ... ok [INFO] [stdout] test crypto::stream::salsa20::test::test_vector_1 ... ok [INFO] [stdout] test randombytes::test::test_randombytes_buf_deterministic ... ok [INFO] [stdout] test randombytes::test::test_randombytes_buf_deterministic_into ... ok [INFO] [stdout] test padding::test::test_pad_and_unpad_with_good_length ... ok [INFO] [stdout] test randombytes::test::test_randombytes_uniform_0 ... ok [INFO] [stdout] test randombytes::test::test_randombytes_buf_deterministic_unique_given_seed ... ok [INFO] [stdout] test randombytes::test::test_randombytes_uniform_1 ... ok [INFO] [stdout] test randombytes::test::test_randombytes_uniform_7 ... ok [INFO] [stdout] test utils::test::test_add_le_different_lengths ... ok [INFO] [stdout] test utils::test::test_add_le_vectors ... ok [INFO] [stdout] test utils::test::test_add_le_overflow ... ok [INFO] [stdout] test utils::test::test_add_le_zero ... ok [INFO] [stdout] test utils::test::test_increment_le_vectors ... ok [INFO] [stdout] test utils::test::test_increment_le_overflow ... ok [INFO] [stdout] test utils::test::test_memcmp ... ok [INFO] [stdout] test utils::test::test_mlock_fail ... ok [INFO] [stdout] test utils::test::test_increment_le_zero ... ok [INFO] [stdout] test version::test::test_version_string ... ok [INFO] [stdout] test utils::test::test_mlock_munlock ... ok [INFO] [stdout] test crypto::stream::xsalsa20::test_m::test_stream_xor_inplace ... ok [INFO] [stdout] test crypto::stream::xchacha20::test_m::test_stream_xor_ic_inplace ... ok [INFO] [stdout] test crypto::stream::xsalsa20::test::test_vector_1 ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_vectors ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_sign_verify_tamper ... ok [INFO] [stdout] test crypto::stream::xsalsa20::test_m::test_stream_xor_ic_inplace ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_sign_verify_tamper_seed ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_vectors_detached ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_streaming_vectors ... ok [INFO] [stdout] test crypto::pwhash::scryptsalsa208sha256::test::test_serialisation ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_serialisation ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::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. 253 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 48.13s [INFO] [stdout] [INFO] [stderr] Doc-tests sodiumoxide [INFO] [stdout] [INFO] [stdout] running 21 tests [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --crate-type lib --crate-name sodiumoxide --test /opt/rustwide/workdir/src/lib.rs -L dependency=/opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps -L native=/opt/rustwide/target/debug/build/libsodium-sys-05d20c4f1371c6d5/out/installed/lib --extern ed25519=/opt/rustwide/target/debug/deps/libed25519-b26a4b4c9f2e4117.rlib --extern libc=/opt/rustwide/target/debug/deps/liblibc-f9bbf1ad0e0ddfcf.rlib --extern libsodium_sys=/opt/rustwide/target/debug/deps/liblibsodium_sys-c260996741780579.rlib --extern rmp_serde=/opt/rustwide/target/debug/deps/librmp_serde-eae8250fdf851fc8.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-ca2eddef037d8f42.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-1d628f6b4c148360.rlib --extern sodiumoxide=/opt/rustwide/target/debug/deps/libsodiumoxide-722b9c1738a44f38.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --error-format human` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "e77ecadd3b9747e3468284b261a1b721970cfbb4c63be7146a6f444bb27bc25e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e77ecadd3b9747e3468284b261a1b721970cfbb4c63be7146a6f444bb27bc25e", kill_on_drop: false }` [INFO] [stdout] e77ecadd3b9747e3468284b261a1b721970cfbb4c63be7146a6f444bb27bc25e