[INFO] fetching crate libsodium-sys 0.2.6... [INFO] testing libsodium-sys-0.2.6 against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] extracting crate libsodium-sys 0.2.6 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate libsodium-sys 0.2.6 on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate libsodium-sys 0.2.6 [INFO] finished tweaking crates.io crate libsodium-sys 0.2.6 [INFO] tweaked toml for crates.io crate libsodium-sys 0.2.6 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7bc1914fdf526507c4a3b44f7ca27b2fdf93a0e4351d3322fb6b3477686ec19c [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" "7bc1914fdf526507c4a3b44f7ca27b2fdf93a0e4351d3322fb6b3477686ec19c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7bc1914fdf526507c4a3b44f7ca27b2fdf93a0e4351d3322fb6b3477686ec19c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7bc1914fdf526507c4a3b44f7ca27b2fdf93a0e4351d3322fb6b3477686ec19c", kill_on_drop: false }` [INFO] [stdout] 7bc1914fdf526507c4a3b44f7ca27b2fdf93a0e4351d3322fb6b3477686ec19c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 62d88abb516d4429497afc5303ac38c0a8ddbe107ea7fcc45cf991794f32e29d [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" "62d88abb516d4429497afc5303ac38c0a8ddbe107ea7fcc45cf991794f32e29d", kill_on_drop: false }` [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling cc v1.0.68 [INFO] [stderr] Compiling libc v0.2.95 [INFO] [stderr] Compiling libsodium-sys v0.2.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> build.rs:115:20 [INFO] [stdout] | [INFO] [stdout] 115 | panic!(format!("Error: {:?}", e)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 115 | panic!("Error: {:?}", e); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 03s [INFO] running `Command { std: "docker" "inspect" "62d88abb516d4429497afc5303ac38c0a8ddbe107ea7fcc45cf991794f32e29d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62d88abb516d4429497afc5303ac38c0a8ddbe107ea7fcc45cf991794f32e29d", kill_on_drop: false }` [INFO] [stdout] 62d88abb516d4429497afc5303ac38c0a8ddbe107ea7fcc45cf991794f32e29d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 101af41e797d940848ca0b24208203ad9c9514813296aa7dcc36815560735d01 [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" "101af41e797d940848ca0b24208203ad9c9514813296aa7dcc36815560735d01", kill_on_drop: false }` [INFO] [stderr] Compiling libsodium-sys v0.2.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> build.rs:115:20 [INFO] [stdout] | [INFO] [stdout] 115 | panic!(format!("Error: {:?}", e)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 115 | panic!("Error: {:?}", e); [INFO] [stdout] | -- -- [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.96s [INFO] running `Command { std: "docker" "inspect" "101af41e797d940848ca0b24208203ad9c9514813296aa7dcc36815560735d01", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "101af41e797d940848ca0b24208203ad9c9514813296aa7dcc36815560735d01", kill_on_drop: false }` [INFO] [stdout] 101af41e797d940848ca0b24208203ad9c9514813296aa7dcc36815560735d01 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a6be7a5ee49c11b2d84acc237020dfc50c8576c194bcdfadc06b83252be67584 [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" "a6be7a5ee49c11b2d84acc237020dfc50c8576c194bcdfadc06b83252be67584", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> build.rs:115:20 [INFO] [stderr] | [INFO] [stderr] 115 | panic!(format!("Error: {:?}", e)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 115 | panic!("Error: {:?}", e); [INFO] [stderr] | -- -- [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/libsodium_sys-2741f4bb66555606) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/test.rs (/opt/rustwide/target/debug/deps/test-e573e6446711cd64) [INFO] [stdout] [INFO] [stdout] running 137 tests [INFO] [stdout] test crypto::crypto_aead_chacha20poly1305::test_crypto_aead_chacha20poly1305_ietf_abytes ... ok [INFO] [stdout] test crypto::crypto_auth::test_crypto_auth_bytes ... ok [INFO] [stdout] test crypto::crypto_auth::test_crypto_auth_keybytes ... ok [INFO] [stdout] test crypto::crypto_auth::test_crypto_auth_primitive ... ok [INFO] [stdout] test crypto::crypto_auth_hmacsha512256::test_crypto_auth_hmacsha512256_bytes ... ok [INFO] [stdout] test crypto::crypto_auth_hmacsha512256::test_crypto_auth_hmacsha512256_keybytes ... ok [INFO] [stdout] test crypto::crypto_box::test_crypto_box_beforenmbytes ... ok [INFO] [stdout] test crypto::crypto_aead_chacha20poly1305::test_crypto_aead_chacha20poly1305_nsecbytes ... ok [INFO] [stdout] test crypto::crypto_box::test_crypto_box_macbytes ... ok [INFO] [stdout] test crypto::crypto_aead_chacha20poly1305::test_crypto_aead_chacha20poly1305_npubbytes ... ok [INFO] [stdout] test crypto::crypto_box::test_crypto_box_sealbytes ... ok [INFO] [stdout] test crypto::crypto_auth_hmacsha512::test_crypto_auth_hmacsha512_bytes ... ok [INFO] [stdout] test crypto::crypto_auth_hmacsha512::test_crypto_auth_hmacsha512_keybytes ... ok [INFO] [stdout] test crypto::crypto_aead_chacha20poly1305::test_crypto_aead_chacha20poly1305_ietf_keybytes ... ok [INFO] [stdout] test crypto::crypto_box_curve25519xsalsa20poly1305::test_crypto_box_curve25519xsalsa20poly1305_seedbytes ... ok [INFO] [stdout] test crypto::crypto_box_curve25519xsalsa20poly1305::test_crypto_box_curve25519xsalsa20poly1305_zerobytes ... ok [INFO] [stdout] test crypto::crypto_core_hsalsa20::test_crypto_core_hsalsa20_constbytes ... ok [INFO] [stdout] test crypto::crypto_aead_chacha20poly1305::test_crypto_aead_chacha20poly1305_keybytes ... ok [INFO] [stdout] test crypto::crypto_box_curve25519xsalsa20poly1305::test_crypto_box_curve25519xsalsa20poly1305_boxzerobytes ... ok [INFO] [stdout] test crypto::crypto_aead_chacha20poly1305::test_crypto_aead_chacha20poly1305_abytes ... ok [INFO] [stdout] test crypto::crypto_box::test_crypto_box_secretkeybytes ... ok [INFO] [stdout] test crypto::crypto_core_hsalsa20::test_crypto_core_hsalsa20_inputbytes ... ok [INFO] [stdout] test crypto::crypto_core_hsalsa20::test_crypto_core_hsalsa20_keybytes ... ok [INFO] [stdout] test crypto::crypto_box_curve25519xsalsa20poly1305::test_crypto_box_curve25519xsalsa20poly1305_secretkeybytes ... ok [INFO] [stdout] test crypto::crypto_box_curve25519xsalsa20poly1305::test_crypto_box_curve25519xsalsa20poly1305_publickeybytes ... ok [INFO] [stdout] test crypto::crypto_core_hsalsa20::test_crypto_core_hsalsa20_outputbytes ... ok [INFO] [stdout] test crypto::crypto_core_salsa2012::test_crypto_core_salsa2012_constbytes ... ok [INFO] [stdout] test crypto::crypto_core_salsa2012::test_crypto_core_salsa2012_inputbytes ... ok [INFO] [stdout] test crypto::crypto_core_salsa2012::test_crypto_core_salsa2012_outputbytes ... ok [INFO] [stdout] test crypto::crypto_core_salsa2012::test_crypto_core_salsa2012_keybytes ... ok [INFO] [stdout] test crypto::crypto_core_salsa208::test_crypto_core_salsa208_constbytes ... ok [INFO] [stdout] test crypto::crypto_core_salsa208::test_crypto_core_salsa208_keybytes ... ok [INFO] [stdout] test crypto::crypto_core_salsa208::test_crypto_core_salsa208_outputbytes ... ok [INFO] [stdout] test crypto::crypto_core_salsa208::test_crypto_core_salsa208_inputbytes ... ok [INFO] [stdout] test crypto::crypto_core_salsa20::test_crypto_core_salsa20_keybytes ... ok [INFO] [stdout] test crypto::crypto_core_salsa20::test_crypto_core_salsa20_constbytes ... ok [INFO] [stdout] test crypto::crypto_core_salsa20::test_crypto_core_salsa20_inputbytes ... ok [INFO] [stdout] test crypto::crypto_generichash::test_crypto_generichash ... ok [INFO] [stdout] test crypto::crypto_core_salsa20::test_crypto_core_salsa20_outputbytes ... ok [INFO] [stdout] test crypto::crypto_generichash::test_crypto_generichash_bytes_max ... ok [INFO] [stdout] test crypto::crypto_generichash::test_crypto_generichash_bytes ... ok [INFO] [stdout] test crypto::crypto_generichash::test_crypto_generichash_bytes_min ... ok [INFO] [stdout] test crypto::crypto_generichash::test_crypto_generichash_keybytes ... ok [INFO] [stdout] test crypto::crypto_generichash::test_crypto_generichash_keybytes_max ... ok [INFO] [stdout] test crypto::crypto_generichash::test_crypto_generichash_keybytes_min ... ok [INFO] [stdout] test crypto::crypto_generichash::test_crypto_generichash_multipart ... ok [INFO] [stdout] test crypto::crypto_generichash::test_crypto_generichash_primitive ... ok [INFO] [stdout] test crypto::crypto_generichash::test_crypto_generichash_statebytes ... ok [INFO] [stdout] test crypto::crypto_generichash_blake2b::test_crypto_generichash_blake2b_bytes_max ... ok [INFO] [stdout] test crypto::crypto_generichash_blake2b::test_crypto_generichash_blake2b_bytes_min ... ok [INFO] [stdout] test crypto::crypto_generichash_blake2b::test_crypto_generichash_blake2b_keybytes ... ok [INFO] [stdout] test crypto::crypto_generichash_blake2b::test_crypto_generichash_blake2b_keybytes_max ... ok [INFO] [stdout] test crypto::crypto_generichash_blake2b::test_crypto_generichash_blake2b_keybytes_min ... ok [INFO] [stdout] test crypto::crypto_generichash_blake2b::test_crypto_generichash_blake2b_personalbytes ... ok [INFO] [stdout] test crypto::crypto_generichash_blake2b::test_crypto_generichash_blake2b_salt_personal ... ok [INFO] [stdout] test crypto::crypto_generichash_blake2b::test_crypto_generichash_blake2b_saltbytes ... ok [INFO] [stdout] test crypto::crypto_hash::test_crypto_hash_bytes ... ok [INFO] [stdout] test crypto::crypto_hash::test_crypto_hash_primitive ... ok [INFO] [stdout] test crypto::crypto_hash_sha256::test_crypto_hash_sha256_bytes ... ok [INFO] [stdout] test crypto::crypto_aead_chacha20poly1305::test_crypto_aead_chacha20poly1305_ietf_npubbytes ... ok [INFO] [stdout] test crypto::crypto_box::test_crypto_box_primitive ... ok [INFO] [stdout] test crypto::crypto_box::test_crypto_box_boxzerobytes ... ok [INFO] [stdout] test crypto::crypto_onetimeauth_poly1305::test_crypto_onetimeauth_poly1305_keybytes ... ok [INFO] [stdout] test crypto::crypto_box::test_crypto_box_noncebytes ... ok [INFO] [stdout] test crypto::crypto_hash_sha512::test_crypto_hash_sha512_bytes ... ok [INFO] [stdout] test crypto::crypto_onetimeauth::test_crypto_onetimeauth_bytes ... ok [INFO] [stdout] test crypto::crypto_onetimeauth::test_crypto_onetimeauth_keybytes ... ok [INFO] [stdout] test crypto::crypto_pwhash_scryptsalsa208sha256::test_crypto_pwhash_scryptsalsa208sha256_memlimit_sensitive ... ok [INFO] [stdout] test crypto::crypto_onetimeauth::test_crypto_onetimeauth_primitive ... ok [INFO] [stdout] test crypto::crypto_box::test_crypto_box_publickeybytes ... ok [INFO] [stdout] test crypto::crypto_pwhash_scryptsalsa208sha256::test_crypto_pwhash_scryptsalsa208sha256_opslimit_interactive ... ok [INFO] [stdout] test crypto::crypto_kx::test_crypto_kx_primitive ... ok [INFO] [stdout] test crypto::crypto_box_curve25519xsalsa20poly1305::test_crypto_box_curve25519xsalsa20poly1305_macbytes ... ok [INFO] [stdout] test crypto::crypto_kx::test_crypto_kx_publickeybytes ... ok [INFO] [stdout] test crypto::crypto_pwhash_scryptsalsa208sha256::test_crypto_pwhash_scryptsalsa208sha256_opslimit_sensitive ... ok [INFO] [stdout] test crypto::crypto_kx::test_crypto_kx_secretkeybytes ... ok [INFO] [stdout] test crypto::crypto_kx::test_crypto_kx_sessionkeybytes ... ok [INFO] [stdout] test crypto::crypto_box_curve25519xsalsa20poly1305::test_crypto_box_curve25519xsalsa20poly1305_noncebytes ... ok [INFO] [stdout] test crypto::crypto_pwhash_scryptsalsa208sha256::test_crypto_pwhash_scryptsalsa208sha256_saltbytes ... ok [INFO] [stdout] test crypto::crypto_box_curve25519xsalsa20poly1305::test_crypto_box_curve25519xsalsa20poly1305_beforenmbytes ... ok [INFO] [stdout] test crypto::crypto_pwhash_scryptsalsa208sha256::test_crypto_pwhash_scryptsalsa208sha256_ll_1 ... ok [INFO] [stdout] test crypto::crypto_box::test_crypto_box_zerobytes ... ok [INFO] [stdout] test crypto::crypto_box::test_crypto_box_seedbytes ... ok [INFO] [stdout] test crypto::crypto_scalarmult::test_crypto_scalarmult_scalarbytes ... ok [INFO] [stdout] test crypto::crypto_scalarmult_curve25519::test_crypto_scalarmult_curve25519_bytes ... ok [INFO] [stdout] test crypto::crypto_secretbox::test_crypto_secretbox_keybytes ... ok [INFO] [stdout] test crypto::crypto_secretbox::test_crypto_secretbox_macbytes ... ok [INFO] [stdout] test crypto::crypto_secretbox::test_crypto_secretbox_noncebytes ... ok [INFO] [stdout] test crypto::crypto_secretbox_xsalsa20poly1305::test_crypto_secretbox_xsalsa20poly1305_boxzerobytes ... ok [INFO] [stdout] test crypto::crypto_scalarmult::test_crypto_scalarmult_bytes ... ok [INFO] [stdout] test crypto::crypto_pwhash_scryptsalsa208sha256::test_crypto_pwhash_scryptsalsa208sha256_memlimit_interactive ... ok [INFO] [stdout] test crypto::crypto_aead_chacha20poly1305::test_crypto_aead_chacha20poly1305_ietf_nsecbytes ... ok [INFO] [stdout] test crypto::crypto_onetimeauth_poly1305::test_crypto_onetimeauth_poly1305_bytes ... ok [INFO] [stdout] test crypto::crypto_auth_hmacsha256::test_crypto_auth_hmacsha256_bytes ... ok [INFO] [stdout] test crypto::crypto_auth_hmacsha256::test_crypto_auth_hmacsha256_keybytes ... ok [INFO] [stdout] test crypto::crypto_onetimeauth_poly1305::test_crypto_onetimeauth_poly1305_state_alignment ... ok [INFO] [stdout] test crypto::crypto_generichash_blake2b::test_crypto_generichash_blake2b ... ok [INFO] [stdout] test crypto::crypto_generichash_blake2b::test_crypto_generichash_blake2b_bytes ... ok [INFO] [stdout] test crypto::crypto_generichash_blake2b::test_crypto_generichash_blake2b_state_alignment ... ok [INFO] [stdout] test crypto::crypto_kx::test_crypto_kx_seedbytes ... ok [INFO] [stdout] test crypto::crypto_pwhash_scryptsalsa208sha256::test_crypto_pwhash_scryptsalsa208sha256_strbytes ... ok [INFO] [stdout] test crypto::crypto_pwhash_scryptsalsa208sha256::test_crypto_pwhash_scryptsalsa208sha256_strprefix ... ok [INFO] [stdout] test crypto::crypto_scalarmult::test_crypto_scalarmult_primitive ... ok [INFO] [stdout] test crypto::crypto_scalarmult_curve25519::test_crypto_scalarmult_curve25519_scalarbytes ... ok [INFO] [stdout] test crypto::crypto_secretbox::test_crypto_secretbox_primitive ... ok [INFO] [stdout] test crypto::crypto_secretbox_xsalsa20poly1305::test_crypto_secretbox_xsalsa20poly1305_macbytes ... ok [INFO] [stdout] test crypto::crypto_secretbox_xsalsa20poly1305::test_crypto_secretbox_xsalsa20poly1305_noncebytes ... ok [INFO] [stdout] test crypto::crypto_secretbox_xsalsa20poly1305::test_crypto_secretbox_xsalsa20poly1305_zerobytes ... ok [INFO] [stdout] test crypto::crypto_sign_ed25519::test_crypto_sign_ed25519_secretkeybytes ... ok [INFO] [stdout] test crypto::crypto_sign_ed25519::test_crypto_sign_ed25519_seedbytes ... ok [INFO] [stdout] test crypto::crypto_stream::test_crypto_stream_keybytes ... ok [INFO] [stdout] test crypto::crypto_stream::test_crypto_stream_noncebytes ... ok [INFO] [stdout] test crypto::crypto_stream_salsa208::test_crypto_stream_salsa208_noncebytes ... ok [INFO] [stdout] test crypto::crypto_stream_salsa20::test_crypto_stream_salsa20_keybytes ... ok [INFO] [stdout] test crypto::crypto_stream_salsa20::test_crypto_stream_salsa20_noncebytes ... ok [INFO] [stdout] test crypto::crypto_stream_xchacha20::test_crypto_stream_xchacha20_noncebytes ... ok [INFO] [stdout] test crypto::crypto_stream_xsalsa20::test_crypto_stream_xsalsa20_keybytes ... ok [INFO] [stdout] test crypto::crypto_secretbox_xsalsa20poly1305::test_crypto_secretbox_xsalsa20poly1305_keybytes ... ok [INFO] [stdout] test crypto::crypto_stream::test_crypto_stream_primitive ... ok [INFO] [stdout] test crypto::crypto_shorthash_siphash24::test_crypto_shorthash_siphash24_bytes ... ok [INFO] [stdout] test crypto::crypto_stream_salsa2012::test_crypto_stream_salsa2012_keybytes ... ok [INFO] [stdout] test crypto::crypto_stream_chacha20::test_crypto_stream_chacha20_keybytes ... ok [INFO] [stdout] test crypto::crypto_stream_salsa208::test_crypto_stream_salsa208_keybytes ... ok [INFO] [stdout] test crypto::crypto_stream_xchacha20::test_crypto_stream_xchacha20_keybytes ... ok [INFO] [stdout] test crypto::crypto_stream_xsalsa20::test_crypto_stream_xsalsa20_noncebytes ... ok [INFO] [stdout] test crypto::crypto_verify_16::test_crypto_verify_16_bytes ... ok [INFO] [stdout] test crypto::crypto_verify_32::test_crypto_verify_32_bytes ... ok [INFO] [stdout] test crypto::crypto_verify_64::test_crypto_verify_64_bytes ... ok [INFO] [stdout] test crypto::crypto_stream_chacha20::test_crypto_stream_chacha20_noncebytes ... ok [INFO] [stdout] test crypto::crypto_sign_ed25519::test_crypto_sign_ed25519_publickeybytes ... ok [INFO] [stdout] test crypto::crypto_shorthash_siphash24::test_crypto_shorthash_siphash24_keybytes ... ok [INFO] [stdout] test crypto::crypto_sign_ed25519::test_crypto_sign_ed25519_bytes ... ok [INFO] [stdout] test crypto::crypto_stream_salsa2012::test_crypto_stream_salsa2012_noncebytes ... ok [INFO] [stdout] test crypto::crypto_pwhash_scryptsalsa208sha256::test_crypto_pwhash_scryptsalsa208sha256_ll_3 ... ok [INFO] [stdout] test crypto::crypto_pwhash_scryptsalsa208sha256::test_crypto_pwhash_scryptsalsa208sha256_ll_2 ... ok [INFO] [stdout] test crypto::crypto_pwhash_scryptsalsa208sha256::test_crypto_pwhash_scryptsalsa208sha256_str ... ok [INFO] [stdout] test crypto::crypto_pwhash_scryptsalsa208sha256::test_crypto_pwhash_scryptsalsa208sha256_ll_4 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 137 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 21.82s [INFO] [stdout] [INFO] [stderr] Doc-tests libsodium_sys [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a6be7a5ee49c11b2d84acc237020dfc50c8576c194bcdfadc06b83252be67584", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6be7a5ee49c11b2d84acc237020dfc50c8576c194bcdfadc06b83252be67584", kill_on_drop: false }` [INFO] [stdout] a6be7a5ee49c11b2d84acc237020dfc50c8576c194bcdfadc06b83252be67584