[INFO] fetching crate dumb-crypto 3.1.0... [INFO] testing dumb-crypto-3.1.0 against 1.55.0 for beta-1.56-1 [INFO] extracting crate dumb-crypto 3.1.0 into /workspace/builds/worker-16/source [INFO] validating manifest of crates.io crate dumb-crypto 3.1.0 on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate dumb-crypto 3.1.0 [INFO] finished tweaking crates.io crate dumb-crypto 3.1.0 [INFO] tweaked toml for crates.io crate dumb-crypto 3.1.0 written to /workspace/builds/worker-16/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 578fb52bbbd45ee1a0f546b167f8eeb0e9abf73232a90b1655e282d4194e6702 [INFO] running `Command { std: "docker" "start" "-a" "578fb52bbbd45ee1a0f546b167f8eeb0e9abf73232a90b1655e282d4194e6702", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "578fb52bbbd45ee1a0f546b167f8eeb0e9abf73232a90b1655e282d4194e6702", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "578fb52bbbd45ee1a0f546b167f8eeb0e9abf73232a90b1655e282d4194e6702", kill_on_drop: false }` [INFO] [stdout] 578fb52bbbd45ee1a0f546b167f8eeb0e9abf73232a90b1655e282d4194e6702 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3b6e3a642320a93fe57cc17c30418661e83152438d936d4587868d75b7f35ed4 [INFO] running `Command { std: "docker" "start" "-a" "3b6e3a642320a93fe57cc17c30418661e83152438d936d4587868d75b7f35ed4", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling dumb-crypto v3.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/pkcs7.rs:67:42 [INFO] [stdout] | [INFO] [stdout] 67 | write!(f, "UnpadError: {}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/aes.rs:273:40 [INFO] [stdout] | [INFO] [stdout] 273 | write!(f, "AESError: {}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/aes_cbc.rs:151:45 [INFO] [stdout] | [INFO] [stdout] 151 | write!(f, "DecipherError: {}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/aes_cbc.rs:159:44 [INFO] [stdout] | [INFO] [stdout] 159 | DecipherError::AES(err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/aes_cbc.rs:160:46 [INFO] [stdout] | [INFO] [stdout] 160 | DecipherError::PKCS7(err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/scrypt.rs:32:43 [INFO] [stdout] | [INFO] [stdout] 32 | write!(f, "ScryptError: {}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.61s [INFO] running `Command { std: "docker" "inspect" "3b6e3a642320a93fe57cc17c30418661e83152438d936d4587868d75b7f35ed4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b6e3a642320a93fe57cc17c30418661e83152438d936d4587868d75b7f35ed4", kill_on_drop: false }` [INFO] [stdout] 3b6e3a642320a93fe57cc17c30418661e83152438d936d4587868d75b7f35ed4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bc0d9284cb39e772411584e15cad62da3e1916f3ea250fc3a4ae6528b5593049 [INFO] running `Command { std: "docker" "start" "-a" "bc0d9284cb39e772411584e15cad62da3e1916f3ea250fc3a4ae6528b5593049", kill_on_drop: false }` [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/pkcs7.rs:67:42 [INFO] [stdout] | [INFO] [stdout] 67 | write!(f, "UnpadError: {}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling dumb-crypto v3.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/aes.rs:273:40 [INFO] [stdout] | [INFO] [stdout] 273 | write!(f, "AESError: {}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/aes_cbc.rs:151:45 [INFO] [stdout] | [INFO] [stdout] 151 | write!(f, "DecipherError: {}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/aes_cbc.rs:159:44 [INFO] [stdout] | [INFO] [stdout] 159 | DecipherError::AES(err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/aes_cbc.rs:160:46 [INFO] [stdout] | [INFO] [stdout] 160 | DecipherError::PKCS7(err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/scrypt.rs:32:43 [INFO] [stdout] | [INFO] [stdout] 32 | write!(f, "ScryptError: {}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/common.rs:17:13 [INFO] [stdout] | [INFO] [stdout] 17 | b'0'...b'9' => letter - b'0', [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/common.rs:18:13 [INFO] [stdout] | [INFO] [stdout] 18 | b'a'...b'f' => letter - b'a' + 10, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/common.rs:19:13 [INFO] [stdout] | [INFO] [stdout] 19 | b'A'...b'F' => letter - b'A' + 10, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/pkcs7.rs:67:42 [INFO] [stdout] | [INFO] [stdout] 67 | write!(f, "UnpadError: {}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/aes.rs:273:40 [INFO] [stdout] | [INFO] [stdout] 273 | write!(f, "AESError: {}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/aes_cbc.rs:151:45 [INFO] [stdout] | [INFO] [stdout] 151 | write!(f, "DecipherError: {}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/aes_cbc.rs:159:44 [INFO] [stdout] | [INFO] [stdout] 159 | DecipherError::AES(err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/aes_cbc.rs:160:46 [INFO] [stdout] | [INFO] [stdout] 160 | DecipherError::PKCS7(err) => err.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/scrypt.rs:32:43 [INFO] [stdout] | [INFO] [stdout] 32 | write!(f, "ScryptError: {}", self.description()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.27s [INFO] running `Command { std: "docker" "inspect" "bc0d9284cb39e772411584e15cad62da3e1916f3ea250fc3a4ae6528b5593049", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc0d9284cb39e772411584e15cad62da3e1916f3ea250fc3a4ae6528b5593049", kill_on_drop: false }` [INFO] [stdout] bc0d9284cb39e772411584e15cad62da3e1916f3ea250fc3a4ae6528b5593049 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 713733f77c9118695ecdb17ac64b67afa9923338a70fd6d840663313a8c3d1b8 [INFO] running `Command { std: "docker" "start" "-a" "713733f77c9118695ecdb17ac64b67afa9923338a70fd6d840663313a8c3d1b8", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/pkcs7.rs:67:42 [INFO] [stderr] | [INFO] [stderr] 67 | write!(f, "UnpadError: {}", self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/aes.rs:273:40 [INFO] [stderr] | [INFO] [stderr] 273 | write!(f, "AESError: {}", self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/aes_cbc.rs:151:45 [INFO] [stderr] | [INFO] [stderr] 151 | write!(f, "DecipherError: {}", self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/aes_cbc.rs:159:44 [INFO] [stderr] | [INFO] [stderr] 159 | DecipherError::AES(err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/aes_cbc.rs:160:46 [INFO] [stderr] | [INFO] [stderr] 160 | DecipherError::PKCS7(err) => err.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/scrypt.rs:32:43 [INFO] [stderr] | [INFO] [stderr] 32 | write!(f, "ScryptError: {}", self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `dumb-crypto` (lib) generated 6 warnings [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/common.rs:17:13 [INFO] [stderr] | [INFO] [stderr] 17 | b'0'...b'9' => letter - b'0', [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/common.rs:18:13 [INFO] [stderr] | [INFO] [stderr] 18 | b'a'...b'f' => letter - b'a' + 10, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/common.rs:19:13 [INFO] [stderr] | [INFO] [stderr] 19 | b'A'...b'F' => letter - b'A' + 10, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: `dumb-crypto` (lib test) generated 9 warnings (6 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/dumb_crypto-ff6027046d36ff57) [INFO] [stdout] [INFO] [stdout] running 60 tests [INFO] [stdout] test aes::tests::it_should_encrypt_first_test_from_the_spec ... ok [INFO] [stdout] test aes::tests::it_should_encrypt_test_vector_1 ... ok [INFO] [stdout] test aes::tests::it_should_encrypt_test_vector_0 ... ok [INFO] [stdout] test aes::tests::it_should_encrypt_test_vector_2 ... ok [INFO] [stdout] test aes::tests::it_should_expand_128bit_key ... ok [INFO] [stdout] test aes::tests::it_should_expand_256bit_key ... ok [INFO] [stdout] test hmac::tests::it_should_compute_digest_for_vec4 ... ok [INFO] [stdout] test pbkdf2::tests::it_should_compute_digest_for_vec0 ... ok [INFO] [stdout] test pkcs7::tests::it_should_return_padding_block ... ok [INFO] [stdout] test pkcs7::tests::it_should_unpad_single_block ... ok [INFO] [stdout] test pkcs7::tests::it_should_unpad_full_block ... ok [INFO] [stdout] test aes::tests::it_should_expand_192bit_key ... ok [INFO] [stdout] test hmac::tests::it_should_compute_digest_for_vec1 ... ok [INFO] [stdout] test pkcs7::tests::it_should_apply_padding_to_second_incomplete_block ... ok [INFO] [stdout] test pkcs7::tests::it_should_error_on_unfinished_data ... ok [INFO] [stdout] test pkcs7::tests::it_should_apply_padding_to_incomplete_block ... ok [INFO] [stdout] test pkcs7::tests::it_should_unpad_two_blocks ... ok [INFO] [stdout] test hmac::tests::it_should_compute_digest_for_vec2 ... ok [INFO] [stdout] test aes::tests::it_should_inverse_shift_rows ... ok [INFO] [stdout] test hmac::tests::it_should_compute_digest_for_vec5 ... ok [INFO] [stdout] test aes_cbc::tests::it_should_not_fail_on_vec_0 ... ok [INFO] [stdout] test aes::tests::it_should_inverse_sub_bytes ... ok [INFO] [stdout] test hmac::tests::it_should_compute_pbkdf2_stage_properly ... ok [INFO] [stdout] test pkcs7::tests::it_should_error_on_invalid_padding ... ok [INFO] [stdout] test hmac::tests::it_should_compute_digest_for_vec0 ... ok [INFO] [stdout] test aes_cbc::tests::it_should_not_fail_on_vec_2 ... ok [INFO] [stdout] test aes_cbc::tests::it_should_not_fail_on_vec_1 ... ok [INFO] [stdout] test hmac::tests::it_should_compute_digest_for_vec3 ... ok [INFO] [stdout] test aes::tests::it_should_multiply_in_field ... ok [INFO] [stdout] test aes::tests::it_should_inverse_mix_columns ... ok [INFO] [stdout] test salsa20::tests::it_should_compute_columnround_for_vec0 ... ok [INFO] [stdout] test salsa20::tests::it_should_compute_columnround_for_vec1 ... ok [INFO] [stdout] test salsa20::tests::it_should_compute_doubleround_for_vec1 ... ok [INFO] [stdout] test salsa20::tests::it_should_compute_doubleround_for_vec0 ... ok [INFO] [stdout] test salsa20::tests::it_should_compute_quarterround_for_vec1 ... ok [INFO] [stdout] test salsa20::tests::it_should_compute_quarterround_for_vec0 ... ok [INFO] [stdout] test salsa20::tests::it_should_compute_quarterround_for_vec4 ... ok [INFO] [stdout] test salsa20::tests::it_should_compute_salsa20_for_vec1 ... ok [INFO] [stdout] test salsa20::tests::it_should_compute_salsa20_for_vec3 ... ok [INFO] [stdout] test sha256::tests::it_should_compute_digest_for_a_b_c ... ok [INFO] [stdout] test salsa20::tests::it_should_compute_quarterround_for_vec5 ... ok [INFO] [stdout] test salsa20::tests::it_should_compute_salsa20_for_vec0 ... ok [INFO] [stdout] test sha256::tests::it_should_compute_digest_for_abc ... ok [INFO] [stdout] test salsa20::tests::it_should_compute_rowround_for_vec1 ... ok [INFO] [stdout] test sha256::tests::it_should_compute_digest_for_doubled_chunked_long_str ... ok [INFO] [stdout] test sha256::tests::it_should_compute_digest_for_long_chunked_str ... ok [INFO] [stdout] test sha256::tests::it_should_compute_digest_for_long_str ... ok [INFO] [stdout] test salsa20::tests::it_should_compute_quarterround_for_vec2 ... ok [INFO] [stdout] test scrypt::tests::it_should_compute_ro_mix_for_vec0 ... ok [INFO] [stdout] test salsa20::tests::it_should_compute_quarterround_for_vec3 ... ok [INFO] [stdout] test salsa20::tests::it_should_compute_quarterround_for_vec6 ... ok [INFO] [stdout] test scrypt::tests::it_should_compute_block_mix_for_vec0 ... ok [INFO] [stdout] test sha256::tests::it_should_compute_digest_for_doubled_long_str ... ok [INFO] [stdout] test salsa20::tests::it_should_compute_salsa20_for_vec2 ... ok [INFO] [stdout] test scrypt::tests::it_should_compute_scrypt_for_vec0 ... ok [INFO] [stdout] test salsa20::tests::it_should_compute_rowround_for_vec0 ... ok [INFO] [stdout] test scrypt::tests::it_should_compute_scrypt_for_vec2 ... ok [INFO] [stdout] test scrypt::tests::it_should_compute_scrypt_for_vec1 ... ok [INFO] [stdout] test pbkdf2::tests::it_should_compute_digest_for_vec1 ... ok [INFO] [stdout] test scrypt::tests::it_should_compute_scrypt_for_vec3 has been running for over 60 seconds [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "713733f77c9118695ecdb17ac64b67afa9923338a70fd6d840663313a8c3d1b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "713733f77c9118695ecdb17ac64b67afa9923338a70fd6d840663313a8c3d1b8", kill_on_drop: false }` [INFO] [stdout] 713733f77c9118695ecdb17ac64b67afa9923338a70fd6d840663313a8c3d1b8