[INFO] fetching crate sodiumoxide 0.2.7... [INFO] testing sodiumoxide-0.2.7 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate sodiumoxide 0.2.7 into /workspace/builds/worker-18/source [INFO] validating manifest of crates.io crate sodiumoxide 0.2.7 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-18/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e2669c09bf9e7072383456bd1faa1724de944f927f272419913390d15f565735 [INFO] running `Command { std: "docker" "start" "-a" "e2669c09bf9e7072383456bd1faa1724de944f927f272419913390d15f565735", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e2669c09bf9e7072383456bd1faa1724de944f927f272419913390d15f565735", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e2669c09bf9e7072383456bd1faa1724de944f927f272419913390d15f565735", kill_on_drop: false }` [INFO] [stdout] e2669c09bf9e7072383456bd1faa1724de944f927f272419913390d15f565735 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8bca3e8763d6ec3ac4e23020b9e2a5ce182186a3ae3ba37df03451558ea65946 [INFO] running `Command { std: "docker" "start" "-a" "8bca3e8763d6ec3ac4e23020b9e2a5ce182186a3ae3ba37df03451558ea65946", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling libc v0.2.123 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling signature v1.5.0 [INFO] [stderr] Compiling ed25519 v1.4.1 [INFO] [stderr] Compiling walkdir v2.3.2 [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: use of deprecated associated function `ed25519::Signature::new`: use ed25519::Signature::from_bytes instead [INFO] [stdout] --> src/crypto/sign/ed25519.rs:167:16 [INFO] [stdout] | [INFO] [stdout] 167 | Signature::new(sig) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `ed25519::Signature::new`: use ed25519::Signature::from_bytes instead [INFO] [stdout] --> src/crypto/sign/ed25519.rs:223:20 [INFO] [stdout] | [INFO] [stdout] 223 | Signature::new(sig) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 23s [INFO] running `Command { std: "docker" "inspect" "8bca3e8763d6ec3ac4e23020b9e2a5ce182186a3ae3ba37df03451558ea65946", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8bca3e8763d6ec3ac4e23020b9e2a5ce182186a3ae3ba37df03451558ea65946", kill_on_drop: false }` [INFO] [stdout] 8bca3e8763d6ec3ac4e23020b9e2a5ce182186a3ae3ba37df03451558ea65946 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 063d5d22d5836d93739b239e2a4d42dd83fc48f47f9d8aec664b9235024966e8 [INFO] running `Command { std: "docker" "start" "-a" "063d5d22d5836d93739b239e2a4d42dd83fc48f47f9d8aec664b9235024966e8", kill_on_drop: false }` [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling rmp v0.8.10 [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: use of deprecated associated function `ed25519::Signature::new`: use ed25519::Signature::from_bytes instead [INFO] [stdout] --> src/crypto/sign/ed25519.rs:167:16 [INFO] [stdout] | [INFO] [stdout] 167 | Signature::new(sig) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `ed25519::Signature::new`: use ed25519::Signature::from_bytes instead [INFO] [stdout] --> src/crypto/sign/ed25519.rs:223:20 [INFO] [stdout] | [INFO] [stdout] 223 | Signature::new(sig) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [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: use of deprecated associated function `ed25519::Signature::new`: use ed25519::Signature::from_bytes instead [INFO] [stdout] --> src/crypto/sign/ed25519.rs:167:16 [INFO] [stdout] | [INFO] [stdout] 167 | Signature::new(sig) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `ed25519::Signature::new`: use ed25519::Signature::from_bytes instead [INFO] [stdout] --> src/crypto/sign/ed25519.rs:223:20 [INFO] [stdout] | [INFO] [stdout] 223 | Signature::new(sig) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `ed25519::Signature::new`: use ed25519::Signature::from_bytes instead [INFO] [stdout] --> src/crypto/sign/ed25519.rs:339:54 [INFO] [stdout] | [INFO] [stdout] 339 | assert!(!verify_detached(&Signature::new(sig), &m, &pk)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 43.12s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/sodiumoxide-ecd68f4c7611e270) [INFO] running `Command { std: "docker" "inspect" "063d5d22d5836d93739b239e2a4d42dd83fc48f47f9d8aec664b9235024966e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "063d5d22d5836d93739b239e2a4d42dd83fc48f47f9d8aec664b9235024966e8", kill_on_drop: false }` [INFO] [stdout] 063d5d22d5836d93739b239e2a4d42dd83fc48f47f9d8aec664b9235024966e8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 7e64cfe19f47e4b217520db1f034a4cbecd18945088e69007e4f13a39e60ed55 [INFO] running `Command { std: "docker" "start" "-a" "7e64cfe19f47e4b217520db1f034a4cbecd18945088e69007e4f13a39e60ed55", 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: use of deprecated associated function `ed25519::Signature::new`: use ed25519::Signature::from_bytes instead [INFO] [stderr] --> src/crypto/sign/ed25519.rs:167:16 [INFO] [stderr] | [INFO] [stderr] 167 | Signature::new(sig) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `ed25519::Signature::new`: use ed25519::Signature::from_bytes instead [INFO] [stderr] --> src/crypto/sign/ed25519.rs:223:20 [INFO] [stderr] | [INFO] [stderr] 223 | Signature::new(sig) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: `sodiumoxide` (lib) generated 3 warnings [INFO] [stderr] warning: use of deprecated associated function `ed25519::Signature::new`: use ed25519::Signature::from_bytes instead [INFO] [stderr] --> src/crypto/sign/ed25519.rs:339:54 [INFO] [stderr] | [INFO] [stderr] 339 | assert!(!verify_detached(&Signature::new(sig), &m, &pk)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: `sodiumoxide` (lib test) generated 4 warnings (3 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sodiumoxide-ecd68f4c7611e270) [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_api::test::test_is_available ... ok [INFO] [stdout] test crypto::aead::aes256gcm::aes_impl::test::test_vector_1 ... ok [INFO] [stdout] test crypto::aead::aes256gcm::aes_impl::test_m::test_seal_open_detached_same ... ok [INFO] [stdout] test crypto::aead::chacha20poly1305_ietf::test::test_vector_2 ... ok [INFO] [stdout] test crypto::aead::aes256gcm::aes_api::test::test_seal_open_detached ... ok [INFO] [stdout] test crypto::aead::aes256gcm::aes_impl::test_m::test_seal_open_tamper ... ok [INFO] [stdout] test crypto::aead::aes256gcm::aes_api::test::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_detached ... ok [INFO] [stdout] test crypto::aead::chacha20poly1305::test_m::test_seal_open_detached_tamper ... ok [INFO] [stdout] test crypto::aead::chacha20poly1305::test_m::test_seal_open ... 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 ... ok [INFO] [stdout] test crypto::aead::chacha20poly1305_ietf::test::test_vector_1 ... ok [INFO] [stdout] test crypto::aead::chacha20poly1305_ietf::test::test_vector_3 ... ok [INFO] [stdout] test crypto::aead::chacha20poly1305::test_m::test_seal_open_tamper ... ok [INFO] [stdout] test crypto::auth::hmacsha256::test::test_vector_state_1 ... ok [INFO] [stdout] test crypto::aead::aes256gcm::aes_impl::test_m::test_seal_open_detached_tamper ... ok [INFO] [stdout] test crypto::auth::hmacsha512256::test_m::test_auth_verify ... ok [INFO] [stdout] test crypto::auth::hmacsha512::test::test_vector_state_1 ... ok [INFO] [stdout] test crypto::aead::chacha20poly1305_ietf::test::test_vector_4 ... ok [INFO] [stdout] test crypto::aead::xchacha20poly1305_ietf::test::test_nonce_length ... ok [INFO] [stdout] test crypto::aead::xchacha20poly1305_ietf::test::test_vector_1 ... ok [INFO] [stdout] test crypto::auth::hmacsha512256::test_s::test_auth_eq_auth_state_chunked ... ok [INFO] [stdout] test crypto::auth::hmacsha512256::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_m::test_serialisation ... ok [INFO] [stdout] test crypto::auth::hmacsha512256::test::test_vector_state_1 ... ok [INFO] [stdout] test crypto::aead::chacha20poly1305_ietf::test_m::test_seal_open_detached ... ok [INFO] [stdout] test crypto::aead::chacha20poly1305::test_m::test_seal_open_detached_same ... ok [INFO] [stdout] test crypto::auth::hmacsha256::test_m::test_auth_verify_tamper ... ok [INFO] [stdout] test crypto::auth::hmacsha256::test_s::test_auth_eq_auth_state ... ok [INFO] [stdout] test crypto::auth::hmacsha512::test::test_vector_1 ... ok [INFO] [stdout] test crypto::auth::hmacsha256::test::test_vector_1 ... ok [INFO] [stdout] test crypto::aead::xchacha20poly1305_ietf::test_m::test_seal_open_tamper ... ok [INFO] [stdout] test crypto::auth::hmacsha256::test_m::test_auth_verify ... ok [INFO] [stdout] test crypto::aead::chacha20poly1305_ietf::test_m::test_seal_open_detached_tamper ... ok [INFO] [stdout] test crypto::aead::xchacha20poly1305_ietf::test_m::test_seal_open_detached_same ... ok [INFO] [stdout] test crypto::auth::hmacsha512256::test_m::test_serialisation ... ok [INFO] [stdout] test crypto::auth::hmacsha512256::test_s::test_auth_eq_auth_state ... ok [INFO] [stdout] test crypto::auth::hmacsha512::test_m::test_auth_verify ... ok [INFO] [stdout] test crypto::auth::hmacsha256::test_s::test_auth_eq_auth_state_chunked ... ok [INFO] [stdout] test crypto::aead::chacha20poly1305_ietf::test_m::test_seal_open_detached_same ... ok [INFO] [stdout] test crypto::aead::chacha20poly1305_ietf::test_m::test_seal_open_tamper ... 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_detached_tamper ... ok [INFO] [stdout] test crypto::hash::sha256::test::test_hash_state_empty ... ok [INFO] [stdout] test crypto::hash::sha256::test::test_vector_1 ... 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::box_::curve25519xsalsa20poly1305::test::test_nonce_length ... ok [INFO] [stdout] test crypto::auth::hmacsha512::test_m::test_auth_verify_tamper ... ok [INFO] [stdout] test crypto::generichash::test::test_digest_not_equal ... ok [INFO] [stdout] test crypto::generichash::test::test_digest_equal ... ok [INFO] [stdout] test crypto::auth::hmacsha512::test_s::test_auth_eq_auth_state ... ok [INFO] [stdout] test crypto::auth::hmacsha512256::test_m::test_auth_verify_tamper ... ok [INFO] [stdout] test crypto::hash::sha256::test::test_vector_2 ... ok [INFO] [stdout] test crypto::generichash::test::test_blake2b_vectors ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_vector_1 ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_vector_2 ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_open_detached_precomputed_failure_does_not_modify ... 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_encode::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_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::hash::sha256::test_encode::test_serialisation ... ok [INFO] [stdout] test crypto::hash::sha512::test::test_vectors_nist_short ... ok [INFO] [stdout] test crypto::kdf::blake2b::test::test_gen_key ... ok [INFO] [stdout] test crypto::aead::chacha20poly1305_ietf::test_m::test_seal_open ... ok [INFO] [stdout] test crypto::auth::hmacsha512::test_s::test_auth_eq_auth_state_chunked ... ok [INFO] [stdout] test crypto::hash::sha256::test::test_vectors_nist_short ... ok [INFO] [stdout] test crypto::hash::sha256::test_m::test_hash_multipart ... ok [INFO] [stdout] test crypto::generichash::test::test_vector_1 ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_open_detached_failure_does_not_modify ... ok [INFO] [stdout] test crypto::hash::sha256::test::test_vectors_nist_long ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_public_key ... 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::pwhash::argon2id13::test::test_verify_1 ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_seal_open_seed_tamper ... 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::box_::curve25519xsalsa20poly1305::test::test_seal_open_precomputed ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_derive_07 ... ok [INFO] [stdout] test crypto::onetimeauth::poly1305::test_m::test_auth_verify_tamper ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_derive_04 ... ok [INFO] [stdout] test crypto::onetimeauth::poly1305::test_m::test_auth_verify ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_hash_2 ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_derive_04 ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_derive_10 ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_derive_09 ... ok [INFO] [stdout] test crypto::onetimeauth::poly1305::test::test_vector_1 ... 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::pwhash::argon2id13::test::test_derive_07 ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_derive_09 ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_seal_open_detached_tamper ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_seal_detached_then_open_combined ... ok [INFO] [stdout] test crypto::scalarmult::curve25519::test::test_vector_2 ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_verify_4 ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_derive_06 ... ok [INFO] [stdout] test crypto::scalarmult::curve25519::test::test_vector_1 ... ok [INFO] [stdout] test crypto::secretbox::xsalsa20poly1305::test::test_nonce_length ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_verify_4 ... 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::secretbox::xsalsa20poly1305::test::test_open_detached_failure_does_not_modify ... ok [INFO] [stdout] test crypto::scalarmult::curve25519::test::test_vector_3 ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_verify_2 ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_derive_05 ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_derive_03 ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_derive_08 ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_derive_08 ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_derive_10 ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_hash_2 ... ok [INFO] [stdout] test crypto::onetimeauth::poly1305::test_m::test_serialisation ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_derive_05 ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_seal_detached_precomputed_then_open_combined ... ok [INFO] [stdout] test crypto::hash::sha512::test::test_vectors_nist_long ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_derive_03 ... ok [INFO] [stdout] test crypto::secretstream::xchacha20poly1305::test::tag_from_u8 ... ok [INFO] [stdout] test crypto::secretstream::xchacha20poly1305::test::cannot_rekey_after_finalization ... ok [INFO] [stdout] test crypto::secretstream::xchacha20poly1305::test::push_pull ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_seal_open ... ok [INFO] [stdout] test crypto::sealedbox::curve25519blake2bxsalsa20poly1305::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_seal_open ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_hash_1 ... ok [INFO] [stdout] test crypto::secretbox::xsalsa20poly1305::test::test_seal_open_tamper ... ok [INFO] [stdout] test crypto::secretbox::xsalsa20poly1305::test::test_vector_1 ... ok [INFO] [stdout] test crypto::secretbox::xsalsa20poly1305::test::test_serialisation ... ok [INFO] [stdout] test crypto::secretstream::xchacha20poly1305::test::cannot_pull_after_finalization ... ok [INFO] [stdout] test crypto::secretstream::xchacha20poly1305::test::cannot_push_after_finalization ... ok [INFO] [stdout] test crypto::secretstream::xchacha20poly1305::test::decrypt_too_short_ciphertext ... ok [INFO] [stdout] test crypto::secretstream::xchacha20poly1305::test::push_pull_with_ad ... ok [INFO] [stdout] test crypto::secretstream::xchacha20poly1305::test::push_pull_with_explicit_rekey ... ok [INFO] [stdout] test crypto::shorthash::siphash24::test::test_serialisation ... ok [INFO] [stdout] test crypto::secretstream::xchacha20poly1305::test::push_pull_with_rekey ... ok [INFO] [stdout] test crypto::secretstream::xchacha20poly1305::test::finalize_with_ad ... ok [INFO] [stdout] test crypto::secretstream::xchacha20poly1305::test::push_pull_with_recycled_vec ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_verify_2 ... 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::kdf::blake2b::test::test_vectors ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_seal_combined_then_open_detached_precomputed ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_streaming_empty_sign ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_streaming_default ... ok [INFO] [stdout] test crypto::shorthash::siphash24::test::test_vectors ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_convert_keys ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_sk_to_pk ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_seal_open_detached ... ok [INFO] [stdout] test crypto::sealedbox::curve25519blake2bxsalsa20poly1305::test::test_seal_open ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_streaming_copy ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_hash_3 ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_chunks_sign ... ok [INFO] [stdout] test crypto::secretbox::xsalsa20poly1305::test::test_seal_detached_then_open_combined ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_serialisation ... ok [INFO] [stdout] test utils::test::test_increment_le_vectors ... ok [INFO] [stdout] test crypto::stream::xsalsa20::test::test_vector_3 ... ok [INFO] [stdout] test utils::test::test_add_le_overflow ... ok [INFO] [stdout] test crypto::verify::test::test_verify_32 ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_streaming_format ... ok [INFO] [stdout] test crypto::stream::xchacha20::test::test_nonce_length ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_derive_02 ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_derive_06 ... ok [INFO] [stdout] test crypto::stream::xsalsa20::test::test_vector_2 ... ok [INFO] [stdout] test crypto::stream::salsa20::test_m::test_serialisation ... ok [INFO] [stdout] test crypto::verify::test::test_verify_16 ... ok [INFO] [stdout] test hex::tests::test_decode ... ok [INFO] [stdout] test utils::test::test_mlock_munlock ... ok [INFO] [stdout] test crypto::pwhash::scryptsalsa208sha256::test::test_derive_key ... ok [INFO] [stdout] test crypto::verify::test::test_verify_64 ... ok [INFO] [stdout] test randombytes::test::test_randombytes_buf_deterministic_unique_given_seed ... ok [INFO] [stdout] test padding::test::test_on_block_boundary ... 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 randombytes::test::test_randombytes_uniform_0 ... 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_vectors ... ok [INFO] [stdout] test hex::tests::test_encode ... ok [INFO] [stdout] test utils::test::test_add_le_different_lengths ... ok [INFO] [stdout] test utils::test::test_add_le_zero ... ok [INFO] [stdout] test padding::test::test_on_bad_length ... ok [INFO] [stdout] test utils::test::test_increment_le_overflow ... ok [INFO] [stdout] test utils::test::test_mlock_fail ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_derive_01 ... ok [INFO] [stdout] test padding::test::test_pad_and_unpad_with_good_length ... ok [INFO] [stdout] test utils::test::test_increment_le_zero ... ok [INFO] [stdout] test crypto::kx::x25519blake2b::test::test_kx ... ok [INFO] [stdout] test crypto::stream::xsalsa20::test::test_nonce_length ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_sign_verify_detached ... ok [INFO] [stdout] test version::test::test_version_string ... ok [INFO] [stdout] test crypto::secretbox::xsalsa20poly1305::test::test_seal_open_detached_tamper ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_hash_1 ... ok [INFO] [stdout] test crypto::stream::chacha20::test::test_vector_1 ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_sign_verify ... ok [INFO] [stdout] test crypto::stream::chacha20::test_m::test_serialisation ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_sign_verify_seed ... ok [INFO] [stdout] test crypto::stream::salsa20::test::test_vector_1 ... ok [INFO] [stdout] test utils::test::test_memcmp ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_verify_1 ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_verify_3 ... ok [INFO] [stdout] test crypto::stream::xsalsa20::test::test_vector_1 ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_streaming_sign ... ok [INFO] [stdout] test crypto::stream::chacha20::test_m::test_encrypt_decrypt ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_verify_3 ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_derive_02 ... ok [INFO] [stdout] test crypto::stream::xsalsa20::test_m::test_stream_xor ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_hash_3 ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_derive_01 ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_verify_5 ... ok [INFO] [stdout] test crypto::stream::xsalsa20::test_m::test_serialisation ... ok [INFO] [stdout] test crypto::stream::xchacha20::test_m::test_serialisation ... ok [INFO] [stdout] test crypto::stream::xchacha20::test_m::test_stream_xor_ic_same ... ok [INFO] [stdout] test crypto::stream::xchacha20::test_m::test_stream_xor ... ok [INFO] [stdout] test crypto::stream::xsalsa20::test_m::test_stream_xor_inplace ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_pwhash_verify ... ok [INFO] [stdout] test crypto::stream::salsa20::test_m::test_stream_xor_ic_same ... ok [INFO] [stdout] test crypto::stream::xsalsa20::test_m::test_stream_xor_ic_same ... ok [INFO] [stdout] test crypto::stream::salsa20::test_m::test_stream_xor_inplace ... ok [INFO] [stdout] test crypto::stream::salsa20::test_m::test_stream_xor ... ok [INFO] [stdout] test crypto::stream::chacha20::test_m::test_stream_xor_inplace ... ok [INFO] [stdout] test crypto::stream::xsalsa20::test_m::test_encrypt_decrypt ... ok [INFO] [stdout] test crypto::stream::xchacha20::test_m::test_encrypt_decrypt ... ok [INFO] [stdout] test crypto::stream::xchacha20::test_m::test_stream_xor_inplace ... ok [INFO] [stdout] test crypto::stream::salsa20::test_m::test_encrypt_decrypt ... 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::pwhash::argon2i13::test::test_pwhash_verify ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_sign_verify_tamper ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_pwhash_verify_tamper ... ok [INFO] [stdout] test crypto::scalarmult::curve25519::test::test_all_zero - should panic ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_sign_verify_detached_tamper ... FAILED [INFO] [stdout] test crypto::sign::ed25519::test::test_sign_verify_tamper_seed ... 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_inplace ... ok [INFO] [stdout] test crypto::stream::chacha20::test_m::test_stream_xor_ic_inplace ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_pwhash_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_streaming_vectors ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_vectors ... 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::argon2id13::test::test_serialisation ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_serialisation ... ok [INFO] [stdout] test crypto::pwhash::scryptsalsa208sha256::test::test_pwhash_verify_tamper ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- crypto::sign::ed25519::test::test_sign_verify_detached_tamper stdout ---- [INFO] [stdout] thread 'crypto::sign::ed25519::test::test_sign_verify_detached_tamper' panicked at 'invalid signature: signature::Error {}', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ed25519-1.4.1/src/lib.rs:335:38 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x560b3531b12d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x560b3531b12d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x560b3531b12d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x560b3531b12d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x560b3533da4c - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x560b35317af1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x560b3531ce75 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x560b3531ce75 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x560b3531ce75 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x560b3531cb64 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x560b3531d3c2 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x560b3531d2a7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x560b3531b5e4 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x560b3531cfd9 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x560b350bd963 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x560b350bda53 - core::result::unwrap_failed::h6bc7b183ec719494 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/result.rs:1785:5 [INFO] [stdout] 16: 0x560b3521eb1d - core::result::Result::expect::h92853c0a50740a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/result.rs:1035:23 [INFO] [stdout] 17: 0x560b3521e5aa - ed25519::Signature::new::h7654ee26e400f3ae [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ed25519-1.4.1/src/lib.rs:335:9 [INFO] [stdout] 18: 0x560b35194581 - sodiumoxide::crypto::sign::ed25519::test::test_sign_verify_detached_tamper::hc029c1e8496beb02 [INFO] [stdout] at /opt/rustwide/workdir/src/crypto/sign/ed25519.rs:339:43 [INFO] [stdout] 19: 0x560b3519425a - sodiumoxide::crypto::sign::ed25519::test::test_sign_verify_detached_tamper::{{closure}}::h68d09e5a39c56e66 [INFO] [stdout] at /opt/rustwide/workdir/src/crypto/sign/ed25519.rs:331:5 [INFO] [stdout] 20: 0x560b351bd53e - core::ops::function::FnOnce::call_once::haeb48e4001688225 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x560b351fe2e3 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x560b351fe2e3 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 23: 0x560b351fd099 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 24: 0x560b351fd099 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x560b351fd099 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x560b351fd099 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x560b351fd099 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x560b351fd099 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 29: 0x560b351fd099 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 30: 0x560b351c924e - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 31: 0x560b351c924e - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x560b351ce7b8 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x560b351ce7b8 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x560b351ce7b8 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x560b351ce7b8 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x560b351ce7b8 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x560b351ce7b8 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x560b351ce7b8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x560b35321bd3 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 40: 0x560b35321bd3 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 41: 0x560b35321bd3 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7f9b23ff6609 - start_thread [INFO] [stdout] 43: 0x7f9b2427f163 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] crypto::sign::ed25519::test::test_sign_verify_detached_tamper [INFO] [stdout] [INFO] [stdout] test result: FAILED. 252 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 52.04s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `Command { std: "docker" "inspect" "7e64cfe19f47e4b217520db1f034a4cbecd18945088e69007e4f13a39e60ed55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e64cfe19f47e4b217520db1f034a4cbecd18945088e69007e4f13a39e60ed55", kill_on_drop: false }` [INFO] [stdout] 7e64cfe19f47e4b217520db1f034a4cbecd18945088e69007e4f13a39e60ed55