[INFO] cloning repository https://github.com/indutny/dumb-crypto [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/indutny/dumb-crypto" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Findutny%2Fdumb-crypto", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Findutny%2Fdumb-crypto'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2380a804833b9d3c5ca86e803092c4a60e8684ac [INFO] testing indutny/dumb-crypto against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Findutny%2Fdumb-crypto" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/indutny/dumb-crypto 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 git repo https://github.com/indutny/dumb-crypto [INFO] finished tweaking git repo https://github.com/indutny/dumb-crypto [INFO] tweaked toml for git repo https://github.com/indutny/dumb-crypto written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/indutny/dumb-crypto already has a lockfile, it will not be regenerated [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-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] 61fb26816468bfb2506c47be5a9198035f4f039ad7aed1cfa0800f9651fa91de [INFO] running `Command { std: "docker" "start" "-a" "61fb26816468bfb2506c47be5a9198035f4f039ad7aed1cfa0800f9651fa91de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "61fb26816468bfb2506c47be5a9198035f4f039ad7aed1cfa0800f9651fa91de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "61fb26816468bfb2506c47be5a9198035f4f039ad7aed1cfa0800f9651fa91de", kill_on_drop: false }` [INFO] [stdout] 61fb26816468bfb2506c47be5a9198035f4f039ad7aed1cfa0800f9651fa91de [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] 9590a59d68df342f27aec365afef0090aa747005d5ebabf588ea9961501b269d [INFO] running `Command { std: "docker" "start" "-a" "9590a59d68df342f27aec365afef0090aa747005d5ebabf588ea9961501b269d", kill_on_drop: false }` [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.09s [INFO] running `Command { std: "docker" "inspect" "9590a59d68df342f27aec365afef0090aa747005d5ebabf588ea9961501b269d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9590a59d68df342f27aec365afef0090aa747005d5ebabf588ea9961501b269d", kill_on_drop: false }` [INFO] [stdout] 9590a59d68df342f27aec365afef0090aa747005d5ebabf588ea9961501b269d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] cf180626ebe946c856853d888543f026fcbb1cd526da46ae0bf7e119f1cafb25 [INFO] running `Command { std: "docker" "start" "-a" "cf180626ebe946c856853d888543f026fcbb1cd526da46ae0bf7e119f1cafb25", 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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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.86s [INFO] running `Command { std: "docker" "inspect" "cf180626ebe946c856853d888543f026fcbb1cd526da46ae0bf7e119f1cafb25", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf180626ebe946c856853d888543f026fcbb1cd526da46ae0bf7e119f1cafb25", kill_on_drop: false }` [INFO] [stdout] cf180626ebe946c856853d888543f026fcbb1cd526da46ae0bf7e119f1cafb25 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] 9c03192774077709790aca8b5e5c4c1dc10607111681017c9de9c5191b1e5172 [INFO] running `Command { std: "docker" "start" "-a" "9c03192774077709790aca8b5e5c4c1dc10607111681017c9de9c5191b1e5172", 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: 6 warnings emitted [INFO] [stderr] [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [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: 9 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/dumb_crypto-376f9dd0120f4f79) [INFO] [stdout] [INFO] [stdout] running 60 tests [INFO] [stdout] test aes::tests::it_should_encrypt_test_vector_1 ... ok [INFO] [stdout] test hmac::tests::it_should_compute_digest_for_vec2 ... ok [INFO] [stdout] test hmac::tests::it_should_compute_digest_for_vec3 ... ok [INFO] [stdout] test hmac::tests::it_should_compute_digest_for_vec4 ... ok [INFO] [stdout] test hmac::tests::it_should_compute_digest_for_vec5 ... ok [INFO] [stdout] test pkcs7::tests::it_should_unpad_full_block ... ok [INFO] [stdout] test hmac::tests::it_should_compute_digest_for_vec0 ... ok [INFO] [stdout] test aes::tests::it_should_expand_256bit_key ... ok [INFO] [stdout] test aes::tests::it_should_expand_192bit_key ... ok [INFO] [stdout] test aes::tests::it_should_expand_128bit_key ... ok [INFO] [stdout] test aes::tests::it_should_encrypt_test_vector_2 ... ok [INFO] [stdout] test aes_cbc::tests::it_should_not_fail_on_vec_2 ... ok [INFO] [stdout] test aes::tests::it_should_encrypt_first_test_from_the_spec ... ok [INFO] [stdout] test pkcs7::tests::it_should_error_on_unfinished_data ... ok [INFO] [stdout] test aes::tests::it_should_inverse_mix_columns ... ok [INFO] [stdout] test aes::tests::it_should_inverse_shift_rows ... ok [INFO] [stdout] test aes::tests::it_should_multiply_in_field ... ok [INFO] [stdout] test pkcs7::tests::it_should_unpad_single_block ... ok [INFO] [stdout] test pkcs7::tests::it_should_return_padding_block ... ok [INFO] [stdout] test aes::tests::it_should_inverse_sub_bytes ... ok [INFO] [stdout] test aes_cbc::tests::it_should_not_fail_on_vec_0 ... ok [INFO] [stdout] test aes::tests::it_should_encrypt_test_vector_0 ... ok [INFO] [stdout] test hmac::tests::it_should_compute_pbkdf2_stage_properly ... ok [INFO] [stdout] test pbkdf2::tests::it_should_compute_digest_for_vec0 ... ok [INFO] [stdout] test pkcs7::tests::it_should_apply_padding_to_incomplete_block ... ok [INFO] [stdout] test pkcs7::tests::it_should_apply_padding_to_second_incomplete_block ... ok [INFO] [stdout] test hmac::tests::it_should_compute_digest_for_vec1 ... ok [INFO] [stdout] test pkcs7::tests::it_should_error_on_invalid_padding ... ok [INFO] [stdout] test aes_cbc::tests::it_should_not_fail_on_vec_1 ... ok [INFO] [stdout] test scrypt::tests::it_should_compute_scrypt_for_vec0 ... 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_vec2 ... ok [INFO] [stdout] test sha256::tests::it_should_compute_digest_for_long_str ... ok [INFO] [stdout] test salsa20::tests::it_should_compute_quarterround_for_vec3 ... ok [INFO] [stdout] test salsa20::tests::it_should_compute_columnround_for_vec1 ... ok [INFO] [stdout] test salsa20::tests::it_should_compute_quarterround_for_vec0 ... ok [INFO] [stdout] test salsa20::tests::it_should_compute_doubleround_for_vec1 ... ok [INFO] [stdout] test salsa20::tests::it_should_compute_quarterround_for_vec1 ... ok [INFO] [stdout] test salsa20::tests::it_should_compute_quarterround_for_vec5 ... ok [INFO] [stdout] test salsa20::tests::it_should_compute_quarterround_for_vec4 ... ok [INFO] [stdout] test pkcs7::tests::it_should_unpad_two_blocks ... ok [INFO] [stdout] test sha256::tests::it_should_compute_digest_for_abc ... 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_doubled_long_str ... ok [INFO] [stdout] test sha256::tests::it_should_compute_digest_for_long_chunked_str ... ok [INFO] [stdout] test salsa20::tests::it_should_compute_salsa20_for_vec0 ... ok [INFO] [stdout] test salsa20::tests::it_should_compute_salsa20_for_vec1 ... ok [INFO] [stdout] test salsa20::tests::it_should_compute_salsa20_for_vec2 ... ok [INFO] [stdout] test salsa20::tests::it_should_compute_salsa20_for_vec3 ... ok [INFO] [stdout] test scrypt::tests::it_should_compute_block_mix_for_vec0 ... ok [INFO] [stdout] test scrypt::tests::it_should_compute_ro_mix_for_vec0 ... ok [INFO] [stdout] test salsa20::tests::it_should_compute_rowround_for_vec1 ... ok [INFO] [stdout] test salsa20::tests::it_should_compute_rowround_for_vec0 ... ok [INFO] [stdout] test salsa20::tests::it_should_compute_quarterround_for_vec6 ... ok [INFO] [stdout] test salsa20::tests::it_should_compute_doubleround_for_vec0 ... ok [INFO] [stdout] test salsa20::tests::it_should_compute_columnround_for_vec0 ... ok [INFO] [stdout] test scrypt::tests::it_should_compute_scrypt_for_vec1 ... ok [INFO] [stdout] test scrypt::tests::it_should_compute_scrypt_for_vec2 ... 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 [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/deps/dumb_crypto-376f9dd0120f4f79` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "9c03192774077709790aca8b5e5c4c1dc10607111681017c9de9c5191b1e5172", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c03192774077709790aca8b5e5c4c1dc10607111681017c9de9c5191b1e5172", kill_on_drop: false }` [INFO] [stdout] 9c03192774077709790aca8b5e5c4c1dc10607111681017c9de9c5191b1e5172