[INFO] fetching crate sodiumoxide 0.2.7... [INFO] testing sodiumoxide-0.2.7 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate sodiumoxide 0.2.7 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate sodiumoxide 0.2.7 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "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-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rmp-serde v0.13.7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a8c8bd8c548df28f248135e86b9d9cb3a9242a32e9010004313bc95919441962 [INFO] running `Command { std: "docker" "start" "-a" "a8c8bd8c548df28f248135e86b9d9cb3a9242a32e9010004313bc95919441962", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a8c8bd8c548df28f248135e86b9d9cb3a9242a32e9010004313bc95919441962", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a8c8bd8c548df28f248135e86b9d9cb3a9242a32e9010004313bc95919441962", kill_on_drop: false }` [INFO] [stdout] a8c8bd8c548df28f248135e86b9d9cb3a9242a32e9010004313bc95919441962 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6c35fb543e0e00545fc72583db59b57b3111433ab9548aefa0dc88eb7467f6a9 [INFO] running `Command { std: "docker" "start" "-a" "6c35fb543e0e00545fc72583db59b57b3111433ab9548aefa0dc88eb7467f6a9", kill_on_drop: false }` [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling libc v0.2.119 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling pkg-config v0.3.24 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling signature v1.5.0 [INFO] [stderr] Compiling ed25519 v1.4.0 [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 56.28s [INFO] running `Command { std: "docker" "inspect" "6c35fb543e0e00545fc72583db59b57b3111433ab9548aefa0dc88eb7467f6a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c35fb543e0e00545fc72583db59b57b3111433ab9548aefa0dc88eb7467f6a9", kill_on_drop: false }` [INFO] [stdout] 6c35fb543e0e00545fc72583db59b57b3111433ab9548aefa0dc88eb7467f6a9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d28d023a99c552bf36cfc22a995ffe34b068cf060aab5528187429dbc51e6a62 [INFO] running `Command { std: "docker" "start" "-a" "d28d023a99c552bf36cfc22a995ffe34b068cf060aab5528187429dbc51e6a62", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling itoa v1.0.1 [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 num-traits v0.2.14 [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: 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 9.27s [INFO] running `Command { std: "docker" "inspect" "d28d023a99c552bf36cfc22a995ffe34b068cf060aab5528187429dbc51e6a62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d28d023a99c552bf36cfc22a995ffe34b068cf060aab5528187429dbc51e6a62", kill_on_drop: false }` [INFO] [stdout] d28d023a99c552bf36cfc22a995ffe34b068cf060aab5528187429dbc51e6a62 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9d6e0f5aff1f3b15740418f29c8986f0d153a973fb253f4397d1f6bc944bdfb6 [INFO] running `Command { std: "docker" "start" "-a" "9d6e0f5aff1f3b15740418f29c8986f0d153a973fb253f4397d1f6bc944bdfb6", 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.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/sodiumoxide-c10ca29b2fe35614) [INFO] [stdout] [INFO] [stdout] running 253 tests [INFO] [stdout] test base64::tests::test_decode ... ok [INFO] [stdout] test crypto::aead::aes256gcm::aes_api::test::test_is_available ... 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::chacha20poly1305::test::test_vector_1 ... 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_ietf::test::test_vector_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::hmacsha256::test::test_vector_1 ... 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::test_vector_1 ... ok [INFO] [stdout] test crypto::auth::hmacsha512256::test::test_vector_state_1 ... ok [INFO] [stdout] test crypto::aead::aes256gcm::aes_impl::test_m::test_seal_open_tamper ... 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::box_::curve25519xsalsa20poly1305::test::test_nonce_length ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_open_detached_precomputed_failure_does_not_modify ... ok [INFO] [stdout] test crypto::aead::chacha20poly1305::test_m::test_seal_open_detached_tamper ... 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_tamper ... 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_tamper ... ok [INFO] [stdout] test crypto::aead::aes256gcm::aes_impl::test_m::test_seal_open_detached ... ok [INFO] [stdout] test crypto::generichash::test::test_digest_equal ... ok [INFO] [stdout] test crypto::generichash::test::test_vector_1 ... ok [INFO] [stdout] test crypto::aead::chacha20poly1305::test_m::test_seal_open_tamper ... ok [INFO] [stdout] test crypto::aead::aes256gcm::aes_impl::test_m::test_seal_open_detached_same ... ok [INFO] [stdout] test crypto::generichash::test::test_vector_2 ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_vector_2 ... ok [INFO] [stdout] test crypto::auth::hmacsha256::test_m::test_auth_verify_tamper ... ok [INFO] [stdout] test crypto::generichash::test::test_digest_not_equal ... ok [INFO] [stdout] test crypto::aead::chacha20poly1305_ietf::test_m::test_seal_open_detached_same ... ok [INFO] [stdout] test crypto::auth::hmacsha256::test_m::test_auth_verify ... 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::hash::sha256::test::test_hash_state_empty ... 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 ... ok [INFO] [stdout] test crypto::auth::hmacsha512256::test_m::test_serialisation ... ok [INFO] [stdout] test crypto::aead::xchacha20poly1305_ietf::test_m::test_seal_open_detached ... 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 ... ok [INFO] [stdout] test crypto::aead::chacha20poly1305::test_m::test_seal_open ... ok [INFO] [stdout] test crypto::auth::hmacsha256::test_s::test_auth_eq_auth_state ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_open_detached_failure_does_not_modify ... ok [INFO] [stdout] test crypto::aead::aes256gcm::aes_api::test::test_seal_open ... ok [INFO] [stdout] test crypto::auth::hmacsha512256::test_m::test_auth_verify_tamper ... ok [INFO] [stdout] test crypto::aead::xchacha20poly1305_ietf::test_m::test_seal_open_detached_same ... ok [INFO] [stdout] test crypto::auth::hmacsha512::test_s::test_auth_eq_auth_state ... ok [INFO] [stdout] test crypto::hash::sha512::test::test_hash_state_multi_parts ... ok [INFO] [stdout] test crypto::hash::sha512::test::test_vector_1 ... ok [INFO] [stdout] test crypto::auth::hmacsha512256::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_vectors_nist_short ... ok [INFO] [stdout] test crypto::kdf::blake2b::test::test_gen_key ... ok [INFO] [stdout] test crypto::kdf::blake2b::test::test_keysize_out_of_bounds ... ok [INFO] [stdout] test crypto::kdf::blake2b::test::test_vectors ... ok [INFO] [stdout] test crypto::hash::sha512::test_encode::test_serialisation ... ok [INFO] [stdout] test crypto::kx::x25519blake2b::test::test_kx ... 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 ... ok [INFO] [stdout] test crypto::hash::sha256::test::test_vectors_nist_short ... ok [INFO] [stdout] test crypto::auth::hmacsha256::test_m::test_serialisation ... ok [INFO] [stdout] test crypto::auth::hmacsha512::test_m::test_auth_verify ... ok [INFO] [stdout] test crypto::aead::chacha20poly1305::test_m::test_seal_open_detached_same ... ok [INFO] [stdout] test crypto::auth::hmacsha512256::test_m::test_auth_verify ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_vector_1 ... ok [INFO] [stdout] test crypto::aead::xchacha20poly1305_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_m::test_hash_multipart ... ok [INFO] [stdout] test crypto::aead::chacha20poly1305::test_m::test_seal_open_detached ... ok [INFO] [stdout] test crypto::hash::sha512::test_m::test_hash_multipart ... ok [INFO] [stdout] test crypto::auth::hmacsha512::test_m::test_auth_verify_tamper ... ok [INFO] [stdout] test crypto::auth::hmacsha512::test_m::test_serialisation ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_seal_open_detached_precomputed_tamper ... ok [INFO] [stdout] test crypto::onetimeauth::poly1305::test_m::test_auth_verify_tamper ... ok [INFO] [stdout] test crypto::kx::x25519blake2b::test::test_kx_non_acceptable_keys ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_derive_04 ... ok [INFO] [stdout] test crypto::onetimeauth::poly1305::test::test_vector_1 ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_seal_open_detached_tamper ... ok [INFO] [stdout] test crypto::onetimeauth::poly1305::test_m::test_serialisation ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_seal_open_precomputed_tamper ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_derive_07 ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_public_key ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_seal_open_tamper ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_seal_open_seed_tamper ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_derive_04 ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_hash_2 ... ok [INFO] [stdout] test crypto::onetimeauth::poly1305::test_m::test_auth_verify ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_derive_05 ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_derive_10 ... ok [INFO] [stdout] test crypto::hash::sha256::test::test_vectors_nist_long ... ok [INFO] [stdout] test crypto::hash::sha512::test::test_vectors_nist_long ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_verify_1 ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_derive_05 ... ok [INFO] [stdout] test crypto::scalarmult::curve25519::test::test_vector_4 ... 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::generichash::test::test_blake2b_vectors ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_seal_open_detached ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_seal_combined_then_open_detached ... 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_precomputed ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_seal_open_seed ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_seal_detached_then_open_combined ... ok [INFO] [stdout] test crypto::scalarmult::curve25519::test::test_vector_1 ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_derive_08 ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_derive_07 ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_verify_4 ... ok [INFO] [stdout] test crypto::kx::x25519blake2b::test::test_vectors ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_seal_open_detached_precomputed ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_derive_09 ... 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_combined_then_open_detached ... ok [INFO] [stdout] test crypto::secretbox::xsalsa20poly1305::test::test_nonce_length ... ok [INFO] [stdout] test crypto::secretbox::xsalsa20poly1305::test::test_seal_open_detached ... 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::pwhash::argon2id13::test::test_verify_6 ... 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::secretbox::xsalsa20poly1305::test::test_seal_open ... ok [INFO] [stdout] test crypto::secretbox::xsalsa20poly1305::test::test_seal_detached_then_open_combined ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_seal_open ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_hash_3 ... ok [INFO] [stdout] test crypto::secretstream::xchacha20poly1305::test::cannot_push_after_finalization ... ok [INFO] [stdout] test crypto::secretstream::xchacha20poly1305::test::cannot_rekey_after_finalization ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_derive_02 ... ok [INFO] [stdout] test crypto::secretstream::xchacha20poly1305::test::decrypt_too_short_ciphertext ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_verify_2 ... ok [INFO] [stdout] test crypto::secretstream::xchacha20poly1305::test::finalize_with_ad ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_verify_3 ... ok [INFO] [stdout] test crypto::sealedbox::curve25519blake2bxsalsa20poly1305::test::test_seal_open ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_verify_1 ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_derive_06 ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_verify_4 ... ok [INFO] [stdout] test crypto::secretstream::xchacha20poly1305::test::push_pull_with_ad ... ok [INFO] [stdout] test crypto::sealedbox::curve25519blake2bxsalsa20poly1305::test::test_seal_open_tamper ... ok [INFO] [stdout] test crypto::box_::curve25519xsalsa20poly1305::test::test_serialisation ... ok [INFO] [stdout] test crypto::secretstream::xchacha20poly1305::test::push_pull ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_hash_2 ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_verify_2 ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_derive_03 ... 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::secretstream::xchacha20poly1305::test::push_pull_with_rekey ... ok [INFO] [stdout] test crypto::secretbox::xsalsa20poly1305::test::test_serialisation ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_derive_08 ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_hash_1 ... ok [INFO] [stdout] test crypto::secretstream::xchacha20poly1305::test::push_pull_with_explicit_rekey ... ok [INFO] [stdout] test crypto::secretstream::xchacha20poly1305::test::tag_from_u8 ... ok [INFO] [stdout] test crypto::shorthash::siphash24::test::test_vectors ... ok [INFO] [stdout] test crypto::secretstream::xchacha20poly1305::test::push_pull_with_recycled_vec ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_chunks_sign ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_convert_keys ... ok [INFO] [stdout] test crypto::shorthash::siphash24::test::test_serialisation ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_verify_3 ... ok [INFO] [stdout] test crypto::stream::xsalsa20::test::test_nonce_length ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_streaming_default ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_streaming_format ... ok [INFO] [stdout] test crypto::scalarmult::curve25519::test::test_all_zero - should panic ... ok [INFO] [stdout] test crypto::stream::xsalsa20::test::test_vector_2 ... ok [INFO] [stdout] test crypto::stream::xchacha20::test::test_nonce_length ... ok [INFO] [stdout] test crypto::stream::chacha20::test::test_vector_1 ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_sk_to_pk ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_streaming_empty_sign ... ok [INFO] [stdout] test crypto::stream::xsalsa20::test::test_vector_3 ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_hash_1 ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_derive_06 ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_streaming_copy ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_sign_verify_detached_tamper ... FAILED [INFO] [stdout] test crypto::pwhash::scryptsalsa208sha256::test::test_derive_key ... 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 crypto::pwhash::argon2i13::test::test_derive_01 ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_derive_03 ... 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 padding::test::test_pad_and_unpad_with_good_length ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_derive_01 ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_sign_verify_detached ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_verify_5 ... ok [INFO] [stdout] test randombytes::test::test_randombytes_buf_deterministic ... ok [INFO] [stdout] test randombytes::test::test_randombytes_buf_deterministic_unique_given_seed ... ok [INFO] [stdout] test randombytes::test::test_randombytes_uniform_0 ... ok [INFO] [stdout] test randombytes::test::test_randombytes_uniform_7 ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_hash_3 ... ok [INFO] [stdout] test randombytes::test::test_randombytes_buf_deterministic_into ... ok [INFO] [stdout] test randombytes::test::test_randombytes_uniform_1 ... ok [INFO] [stdout] test utils::test::test_add_le_overflow ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_streaming_sign ... ok [INFO] [stdout] test crypto::stream::salsa20::test_m::test_serialisation ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_sign_verify_seed ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_derive_02 ... ok [INFO] [stdout] test utils::test::test_add_le_vectors ... 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 crypto::stream::salsa20::test::test_vector_1 ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_pwhash_verify ... ok [INFO] [stdout] test utils::test::test_increment_le_overflow ... 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::salsa20::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 ... ok [INFO] [stdout] test version::test::test_version_string ... ok [INFO] [stdout] test crypto::stream::xchacha20::test_m::test_serialisation ... ok [INFO] [stdout] test utils::test::test_mlock_munlock ... ok [INFO] [stdout] test utils::test::test_memcmp ... ok [INFO] [stdout] test crypto::stream::chacha20::test_m::test_serialisation ... ok [INFO] [stdout] test utils::test::test_mlock_fail ... ok [INFO] [stdout] test crypto::stream::xchacha20::test_m::test_stream_xor ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_pwhash_verify ... ok [INFO] [stdout] test crypto::stream::xchacha20::test_m::test_encrypt_decrypt ... ok [INFO] [stdout] test crypto::stream::xchacha20::test_m::test_stream_xor_ic_same ... ok [INFO] [stdout] test crypto::stream::xsalsa20::test_m::test_stream_xor ... ok [INFO] [stdout] test crypto::stream::xsalsa20::test_m::test_encrypt_decrypt ... ok [INFO] [stdout] test crypto::stream::salsa20::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::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::chacha20::test_m::test_stream_xor_ic_inplace ... ok [INFO] [stdout] test crypto::stream::xchacha20::test_m::test_stream_xor_inplace ... ok [INFO] [stdout] test crypto::stream::chacha20::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::stream::chacha20::test_m::test_stream_xor_inplace ... ok [INFO] [stdout] test crypto::stream::xsalsa20::test_m::test_stream_xor_inplace ... ok [INFO] [stdout] test crypto::pwhash::argon2id13::test::test_pwhash_verify_tamper ... ok [INFO] [stdout] test crypto::stream::xsalsa20::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::xsalsa20::test::test_vector_1 ... ok [INFO] [stdout] test crypto::stream::salsa20::test_m::test_stream_xor_ic_inplace ... ok [INFO] [stdout] test crypto::pwhash::argon2i13::test::test_pwhash_verify_tamper ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_sign_verify_tamper_seed ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_streaming_vectors ... ok [INFO] [stdout] test crypto::sign::ed25519::test::test_sign_verify_tamper ... 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.0/src/lib.rs:334:38 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56396f789d7c - std::backtrace_rs::backtrace::libunwind::trace::h02555d7ca8aa068a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x56396f789d7c - std::backtrace_rs::backtrace::trace_unsynchronized::h8555a46024147da8 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x56396f789d7c - std::sys_common::backtrace::_print_fmt::h4c7f50b4f105da1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x56396f789d7c - ::fmt::ha305a40dbc030444 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x56396f7af0cc - core::fmt::write::hadd15acf4d6ce273 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/fmt/mod.rs:1190:17 [INFO] [stdout] 5: 0x56396f785678 - std::io::Write::write_fmt::h271050faa79d27d2 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/io/mod.rs:1657:15 [INFO] [stdout] 6: 0x56396f78c047 - std::sys_common::backtrace::_print::h0dd5c0810675bd8c [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x56396f78c047 - std::sys_common::backtrace::print::h20a2155fa0a22ca6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x56396f78c047 - std::panicking::default_hook::{{closure}}::habb3b6f3ccdfe00a [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x56396f78bd7b - std::panicking::default_hook::h1c5cf4d5063a38e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x56396f78c79a - std::panicking::rust_panic_with_hook::hb5de7a3072d2cf59 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x56396f78c487 - std::panicking::begin_panic_handler::{{closure}}::h5106de2f55f1a411 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x56396f78a244 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ad5c2a8a003ca72 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x56396f78c199 - rust_begin_unwind [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x56396f52c6a3 - core::panicking::panic_fmt::hfb4b8460cd493e74 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x56396f52c793 - core::result::unwrap_failed::hf9b34e307f812de0 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1749:5 [INFO] [stdout] 16: 0x56396f69139d - core::result::Result::expect::h732bb15750d8eda1 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/result.rs:1022:23 [INFO] [stdout] 17: 0x56396f690c9a - ed25519::Signature::new::h747342a977126621 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ed25519-1.4.0/src/lib.rs:334:9 [INFO] [stdout] 18: 0x56396f606d6e - sodiumoxide::crypto::sign::ed25519::test::test_sign_verify_detached_tamper::h492e1dcd82cc97fb [INFO] [stdout] at /opt/rustwide/workdir/src/crypto/sign/ed25519.rs:339:43 [INFO] [stdout] 19: 0x56396f606a4a - sodiumoxide::crypto::sign::ed25519::test::test_sign_verify_detached_tamper::{{closure}}::h38174dddbe7ac424 [INFO] [stdout] at /opt/rustwide/workdir/src/crypto/sign/ed25519.rs:331:5 [INFO] [stdout] 20: 0x56396f62dede - core::ops::function::FnOnce::call_once::h3ebf679b217ab449 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x56396f666fa3 - core::ops::function::FnOnce::call_once::h43953c8a8f54893f [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x56396f666fa3 - test::__rust_begin_short_backtrace::h163f55298a15df9b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:575:5 [INFO] [stdout] 23: 0x56396f665cd1 - as core::ops::function::FnOnce>::call_once::hc911782b3cbc7ed5 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 24: 0x56396f665cd1 - as core::ops::function::FnOnce<()>>::call_once::hc5bb369afbf9cd4e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 25: 0x56396f665cd1 - std::panicking::try::do_call::he60df4e3e832faff [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 26: 0x56396f665cd1 - std::panicking::try::h2633cee89a0767f3 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 27: 0x56396f665cd1 - std::panic::catch_unwind::h6e10f7b94ce38b1e [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 28: 0x56396f665cd1 - test::run_test_in_process::h085ef39049c3b50b [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:598:18 [INFO] [stdout] 29: 0x56396f665cd1 - test::run_test::run_test_inner::{{closure}}::h4e58ce9f68eb43e4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:492:39 [INFO] [stdout] 30: 0x56396f66f5b1 - test::run_test::run_test_inner::{{closure}}::h6d18db28c5e396ee [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/test/src/lib.rs:519:37 [INFO] [stdout] 31: 0x56396f66f5b1 - std::sys_common::backtrace::__rust_begin_short_backtrace::h32292cb2cd8be620 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 32: 0x56396f63bd0f - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h71ee66b20f7b0482 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 33: 0x56396f63bd0f - as core::ops::function::FnOnce<()>>::call_once::hb6046e1d1a75a4a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 34: 0x56396f63bd0f - std::panicking::try::do_call::h5422165a88309c77 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:492:40 [INFO] [stdout] 35: 0x56396f63bd0f - std::panicking::try::h840a12b54e2c9f5d [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panicking.rs:456:19 [INFO] [stdout] 36: 0x56396f63bd0f - std::panic::catch_unwind::h85910e437c8da180 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/panic.rs:137:14 [INFO] [stdout] 37: 0x56396f63bd0f - std::thread::Builder::spawn_unchecked_::{{closure}}::ha3af3a297bfd51d6 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 38: 0x56396f63bd0f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hff8788f58e0e06a9 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x56396f792433 - as core::ops::function::FnOnce>::call_once::h82a18723295373b7 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 40: 0x56396f792433 - as core::ops::function::FnOnce>::call_once::h4b9b8634f7a2a5a4 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 41: 0x56396f792433 - std::sys::unix::thread::Thread::new::thread_start::h3dc341aa024c6852 [INFO] [stdout] at /rustc/0a4f984a87c7ba6c74ec3e78442fec955a419e32/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 42: 0x7f36ddd7a609 - start_thread [INFO] [stdout] 43: 0x7f36de005293 - 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 49.58s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `Command { std: "docker" "inspect" "9d6e0f5aff1f3b15740418f29c8986f0d153a973fb253f4397d1f6bc944bdfb6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d6e0f5aff1f3b15740418f29c8986f0d153a973fb253f4397d1f6bc944bdfb6", kill_on_drop: false }` [INFO] [stdout] 9d6e0f5aff1f3b15740418f29c8986f0d153a973fb253f4397d1f6bc944bdfb6