[INFO] cloning repository https://github.com/harshasrisri/cryptopals-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/harshasrisri/cryptopals-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fharshasrisri%2Fcryptopals-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fharshasrisri%2Fcryptopals-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] acf559ebc4d43ce9c484ad75950f031cb2c66d72 [INFO] testing harshasrisri/cryptopals-rs against 1.85.0 for beta-1.86-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fharshasrisri%2Fcryptopals-rs" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/harshasrisri/cryptopals-rs on toolchain 1.85.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.85.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/harshasrisri/cryptopals-rs [INFO] finished tweaking git repo https://github.com/harshasrisri/cryptopals-rs [INFO] tweaked toml for git repo https://github.com/harshasrisri/cryptopals-rs written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/harshasrisri/cryptopals-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.85.0" "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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b65be2e8b3700b1a5e56a0b4b7e3886a5652614aaf0913e687290f0ac4acc852 [INFO] running `Command { std: "docker" "start" "-a" "b65be2e8b3700b1a5e56a0b4b7e3886a5652614aaf0913e687290f0ac4acc852", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b65be2e8b3700b1a5e56a0b4b7e3886a5652614aaf0913e687290f0ac4acc852", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b65be2e8b3700b1a5e56a0b4b7e3886a5652614aaf0913e687290f0ac4acc852", kill_on_drop: false }` [INFO] [stdout] b65be2e8b3700b1a5e56a0b4b7e3886a5652614aaf0913e687290f0ac4acc852 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "RUSTDOCFLAGS=--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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 65978c52929da8145a7f9ea20d5deabf9c2b1f50ca9e3e6ee753c3fe888f3d01 [INFO] running `Command { std: "docker" "start" "-a" "65978c52929da8145a7f9ea20d5deabf9c2b1f50ca9e3e6ee753c3fe888f3d01", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling proc-macro2 v1.0.42 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling quote v1.0.20 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling unicode-ident v1.0.2 [INFO] [stderr] Compiling syn v1.0.98 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling openssl v0.10.41 [INFO] [stderr] Compiling anyhow v1.0.58 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling once_cell v1.13.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling hex v0.3.2 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling openssl-sys v0.9.75 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling openssl-macros v0.1.0 [INFO] [stderr] Compiling cryptopals v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.61s [INFO] running `Command { std: "docker" "inspect" "65978c52929da8145a7f9ea20d5deabf9c2b1f50ca9e3e6ee753c3fe888f3d01", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "65978c52929da8145a7f9ea20d5deabf9c2b1f50ca9e3e6ee753c3fe888f3d01", kill_on_drop: false }` [INFO] [stdout] 65978c52929da8145a7f9ea20d5deabf9c2b1f50ca9e3e6ee753c3fe888f3d01 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "RUSTDOCFLAGS=--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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fdbbe63c9d69c475147e40be8c68f365639342ab9037dafe1ae8a969e7bceac1 [INFO] running `Command { std: "docker" "start" "-a" "fdbbe63c9d69c475147e40be8c68f365639342ab9037dafe1ae8a969e7bceac1", kill_on_drop: false }` [INFO] [stderr] Compiling cryptopals v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.69s [INFO] running `Command { std: "docker" "inspect" "fdbbe63c9d69c475147e40be8c68f365639342ab9037dafe1ae8a969e7bceac1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fdbbe63c9d69c475147e40be8c68f365639342ab9037dafe1ae8a969e7bceac1", kill_on_drop: false }` [INFO] [stdout] fdbbe63c9d69c475147e40be8c68f365639342ab9037dafe1ae8a969e7bceac1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "RUSTDOCFLAGS=--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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 789bb67ac051d003e826e2feac9647a4f156327c01e91ee40adc0f422fd497e3 [INFO] running `Command { std: "docker" "start" "-a" "789bb67ac051d003e826e2feac9647a4f156327c01e91ee40adc0f422fd497e3", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cryptopals-86d7e5dc80a54a63) [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] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/cryptopals-5b72b862a812ced5) [INFO] [stderr] Running tests/cryptopals.rs (/opt/rustwide/target/debug/deps/cryptopals-825a32ece09efe00) [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] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test test_fixed_xor ... ok [INFO] [stdout] test test_freq_rank ... ok [INFO] [stdout] test test_aes_ecb_256 ... ok [INFO] [stdout] test test_repeat_key_xor ... ok [INFO] [stdout] test test_pkcs7 ... ok [INFO] [stdout] test test_hex2base64 ... ok [INFO] [stdout] test test_single_key_xor ... ok [INFO] [stdout] test test_hamming_distance ... ok [INFO] [stdout] test test_aes_cbc_128 ... FAILED [INFO] [stdout] test test_aes_ecb_128 ... FAILED [INFO] [stdout] test test_aes_cbc_256 ... FAILED [INFO] [stdout] test test_vigenere ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- test_aes_cbc_128 stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_aes_cbc_128' panicked at tests/cryptopals.rs:130:5: [INFO] [stdout] Error converting plaintext to String [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5b02e60d539a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x5b02e60d539a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5b02e60d539a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5b02e60d539a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5b02e60fadb3 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x5b02e60fadb3 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x5b02e60d24b3 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x5b02e60d51e2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x5b02e60d68d0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x5b02e60d666d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x5b02e607ea53 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x5b02e607ea53 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x5b02e60d7103 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x5b02e60d7103 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x5b02e60d6da6 - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:694:13 [INFO] [stdout] 15: 0x5b02e60d5899 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x5b02e60d6a6d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x5b02e6012cb0 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x5b02e603b1c1 - cryptopals::test_aes_cbc_128::h723e1cc623f7a940 [INFO] [stdout] at /opt/rustwide/workdir/tests/cryptopals.rs:130:5 [INFO] [stdout] 19: 0x5b02e603ae47 - cryptopals::test_aes_cbc_128::{{closure}}::h5ad0f6e427c7228f [INFO] [stdout] at /opt/rustwide/workdir/tests/cryptopals.rs:125:26 [INFO] [stdout] 20: 0x5b02e60203d6 - core::ops::function::FnOnce::call_once::h380da8a7840a74e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 21: 0x5b02e60841fb - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 22: 0x5b02e60841fb - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 23: 0x5b02e6083133 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 24: 0x5b02e6083133 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 25: 0x5b02e6083133 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 26: 0x5b02e6083133 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 27: 0x5b02e6083133 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 28: 0x5b02e6083133 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 29: 0x5b02e6083133 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 30: 0x5b02e6046e65 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 31: 0x5b02e6046e65 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 32: 0x5b02e604a8a6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 33: 0x5b02e604a8a6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 34: 0x5b02e604a8a6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 35: 0x5b02e604a8a6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 36: 0x5b02e604a8a6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 37: 0x5b02e604a8a6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 38: 0x5b02e604a8a6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 39: 0x5b02e60daf7b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 40: 0x5b02e60daf7b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 41: 0x5b02e60daf7b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 42: 0x780adc226ac3 - [INFO] [stdout] 43: 0x780adc2b7a04 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_aes_ecb_128 stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_aes_ecb_128' panicked at tests/cryptopals.rs:102:5: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: [118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114, 118, 209, 203, 75, 175, 162, 70, 226, 227, 175, 3, 93, 108, 19, 195, 114] [INFO] [stdout] right: [9, 18, 48, 170, 222, 62, 179, 48, 219, 170, 67, 88, 248, 141, 42, 108, 55, 183, 45, 12, 244, 194, 44, 52, 74, 236, 65, 66, 208, 12, 229, 48, 221, 49, 184, 194, 48, 63, 239, 122, 117, 3, 91, 208, 75, 60, 69, 206, 13, 185, 58, 107, 143, 40, 49, 176, 24, 232, 48, 217, 178, 226, 219, 115, 75, 145, 245, 202, 125, 133, 13, 16, 64, 96, 19, 203, 32, 132, 74, 173, 141, 74, 203, 225, 199, 156, 202, 148, 187, 115, 118, 201, 223, 43, 145, 3, 230, 202, 202, 140, 174, 197, 207, 132, 55, 243, 251, 109, 119, 235, 45, 47, 255, 86, 156, 60, 229, 38, 240, 40, 237, 96, 108, 140, 142, 88, 37, 205, 160, 152, 6, 26, 200, 215, 230, 9, 109, 165, 133, 145, 63, 100, 177, 180, 8, 16, 246, 104, 252, 52, 91, 141, 123, 65, 134, 248, 112, 2, 14, 91, 221, 163, 97, 24, 137, 224, 244, 236, 4, 17, 195, 123, 202, 56, 39, 10, 154, 81, 167, 58, 174, 167, 98, 243, 125, 228, 111, 32, 14, 87, 246, 54, 68, 198, 205, 210, 128, 219, 245, 26, 188, 185, 17, 239, 110, 186, 144, 37, 162, 98, 121, 171, 48, 18, 211, 36, 129, 75, 119, 63, 148, 237, 129, 232, 123, 39, 232, 68, 233, 52, 116, 184, 122, 45, 241, 108, 199, 200, 2, 141, 109, 69, 135, 162, 47, 249, 205, 196, 66, 82, 42, 111, 84, 230, 11, 160, 22, 87, 148, 219, 184, 170, 124, 40, 9, 148, 82, 6, 11, 194, 193, 55, 115, 220, 38, 236, 167, 243, 246, 193, 112, 124, 182, 44, 250, 151, 218, 203, 217, 178, 225, 6, 221, 119, 67, 28, 161, 134, 237, 7, 211, 226, 74, 143, 171, 40, 73, 229, 249, 100, 61, 81, 166, 41, 105, 246, 119, 17, 214, 209, 214, 243, 235, 174, 173, 2, 178, 92, 222, 49, 41, 225, 163, 104, 162, 206, 122, 58, 246, 196, 50, 48, 249, 165, 133, 236, 107, 51, 83, 138, 137, 133, 112, 103, 93, 50, 20, 80, 213, 31, 70, 92, 4, 165, 46, 133, 101, 203, 12, 205, 233, 144, 23, 125, 30, 205, 34, 71, 126, 149, 187, 13, 81, 243, 194, 34, 242, 122, 36, 201, 68, 170, 21, 83, 10, 56, 220, 245, 238, 166, 114, 87, 14, 101, 50, 176, 38, 182, 157, 12, 255, 136, 76, 50, 162, 190, 164, 61, 233, 11, 191, 87, 44, 155, 83, 218, 216, 182, 102, 108, 15, 84, 143, 60, 252, 205, 191, 224, 21, 123, 80, 168, 16, 13, 227, 48, 60, 255, 11, 116, 85, 250, 14, 176, 70, 112, 114, 198, 139, 57, 101, 15, 180, 95, 209, 203, 117, 97, 148, 172, 23, 19, 184, 6, 31, 246, 219, 74, 16, 8, 41, 10, 140, 170, 165, 36, 18, 231, 25, 220, 115, 199, 1, 90, 123, 100, 41, 247, 59, 30, 190, 115, 148, 9, 221, 75, 252, 87, 178, 251, 74, 154, 232, 124, 241, 77, 232, 95, 164, 124, 51, 56, 204, 7, 57, 245, 218, 57, 183, 8, 3, 160, 41, 66, 111, 28, 70, 208, 189, 125, 76, 17, 135, 137, 131, 247, 11, 40, 30, 99, 81, 203, 50, 181, 250, 42, 172, 169, 37, 241, 73, 91, 147, 189, 192, 210, 5, 210, 167, 206, 11, 105, 86, 22, 12, 26, 200, 236, 42, 227, 92, 93, 21, 32, 150, 211, 241, 1, 73, 206, 220, 39, 13, 205, 211, 165, 147, 134, 181, 185, 46, 41, 128, 58, 222, 75, 245, 206, 200, 147, 134, 8, 198, 237, 10, 244, 150, 112, 3, 23, 220, 83, 132, 161, 98, 238, 158, 185, 137, 150, 44, 255, 124, 250, 171, 209, 156, 138, 215, 145, 227, 238, 129, 47, 83, 72, 226, 78, 31, 50, 148, 160, 231, 27, 215, 242, 152, 119, 211, 89, 20, 113, 28, 167, 159, 3, 127, 170, 215, 22, 44, 253, 13, 42, 188, 210, 180, 121, 41, 251, 62, 51, 229, 110, 171, 150, 122, 205, 143, 124, 253, 35, 244, 3, 165, 17, 34, 191, 77, 22, 239, 130, 179, 223, 224, 127, 234, 184, 77, 28, 44, 59, 52, 76, 140, 196, 51, 36, 191, 31, 237, 53, 207, 16, 113, 246, 250, 161, 28, 164, 50, 179, 255, 154, 68, 209, 203, 235, 128, 122, 250, 221, 114, 174, 225, 118, 243, 44, 35, 129, 207, 64, 232, 20, 12, 55, 190, 75, 177, 27, 2, 106, 224, 42, 113, 146, 223, 158, 10, 220, 82, 41, 76, 205, 181, 115, 39, 254, 102, 207, 168, 249, 120, 53, 147, 73, 243, 44, 204, 169, 49, 82, 56, 52, 184, 109, 132, 193, 104, 223, 238, 65, 135, 14, 0, 93, 205, 5, 129, 93, 231, 31, 83, 204, 128, 40, 91, 166, 162, 215, 118, 188, 135, 251, 61, 139, 145, 101, 85, 18, 67, 123, 103, 30, 181, 8, 64, 174, 178, 21, 6, 171, 133, 208, 189, 38, 81, 115, 22, 52, 241, 74, 145, 164, 4, 6, 204, 105, 48, 38, 33, 238, 154, 123, 98, 92, 130, 54, 135, 94, 215, 105, 57, 141, 141, 127, 149, 207, 35, 64, 180, 9, 248, 66, 71, 116, 39, 76, 230, 221, 222, 153, 28, 228, 62, 3, 67, 225, 174, 206, 54, 26, 8, 145, 69, 18, 217, 29, 104, 17, 93, 109, 160, 56, 253, 136, 60, 198, 84, 92, 14, 189, 108, 173, 224, 108, 192, 245, 119, 113, 79, 125, 247, 37, 79, 231, 242, 111, 141, 234, 27, 54, 220, 192, 92, 103, 79, 58, 146, 159, 107, 36, 101, 113, 103, 151, 252, 210, 52, 115, 221, 151, 35, 83, 172, 214, 141, 31, 110, 113, 28, 163, 110, 203, 149, 159, 91, 120, 16, 145, 38, 232, 14, 202, 104, 121, 181, 222, 109, 47, 192, 223, 206, 224, 166, 19, 138, 38, 55, 104, 237, 236, 137, 172, 163, 54, 186, 205, 6, 153, 245, 57, 226, 239, 245, 69, 39, 120, 180, 130, 119, 23, 20, 170, 52, 111, 58, 183, 64, 228, 214, 47, 219, 145, 219, 227, 9, 5, 8, 136, 66, 253, 141, 179, 123, 249, 13, 202, 43, 58, 22, 181, 237, 74, 215, 35, 40, 45, 112, 244, 168, 60, 59, 110, 85, 92, 29, 69, 154, 155, 190, 226, 124, 233, 108, 215, 73, 244, 181, 218, 132, 94, 240, 140, 227, 215, 55, 167, 98, 197, 82, 169, 207, 4, 216, 140, 65, 67, 72, 198, 140, 133, 164, 206, 76, 38, 170, 38, 40, 61, 239, 173, 184, 194, 254, 253, 81, 22, 194, 130, 204, 179, 193, 160, 187, 97, 116, 109, 109, 59, 45, 108, 91, 132, 20, 23, 158, 222, 229, 187, 7, 124, 87, 195, 189, 166, 202, 99, 54, 5, 45, 174, 61, 14, 77, 35, 9, 154, 113, 184, 109, 107, 198, 130, 69, 1, 6, 168, 134, 116, 239, 198, 43, 172, 233, 89, 34, 54, 171, 222, 86, 211, 10, 142, 104, 234, 118, 219, 14, 175, 91, 190, 41, 98, 173, 97, 191, 74, 5, 136, 54, 231, 55, 165, 105, 121, 10, 199, 17, 114, 4, 16, 54, 158, 232, 44, 24, 43, 74, 68, 36, 191, 208, 35, 101, 135, 47, 138, 201, 235, 243, 212, 241, 142, 140, 65, 59, 70, 61, 222, 56, 41, 225, 61, 120, 46, 117, 112, 89, 5, 113, 222, 93, 221, 233, 45, 112, 150, 199, 34, 117, 87, 154, 51, 110, 4, 252, 155, 82, 242, 79, 87, 2, 248, 18, 160, 160, 163, 202, 42, 172, 107, 0, 76, 205, 39, 23, 8, 132, 66, 147, 169, 234, 95, 198, 90, 37, 77, 235, 103, 66, 222, 56, 196, 212, 195, 163, 2, 225, 208, 190, 105, 143, 82, 172, 43, 205, 66, 230, 245, 246, 96, 93, 180, 149, 48, 56, 19, 170, 25, 215, 221, 228, 138, 42, 66, 70, 139, 232, 55, 206, 146, 106, 103, 176, 43, 57, 62, 226, 219, 25, 144, 85, 133, 168, 121, 47, 206, 200, 99, 186, 250, 76, 29, 85, 236, 166, 232, 92, 127, 15, 100, 134, 28, 215, 57, 94, 152, 198, 70, 83, 74, 59, 249, 235, 113, 101, 97, 224, 165, 215, 151, 232, 150, 201, 34, 205, 226, 148, 12, 216, 171, 15, 199, 207, 174, 103, 163, 183, 148, 197, 192, 224, 213, 163, 154, 197, 233, 174, 62, 169, 216, 68, 104, 86, 232, 251, 227, 101, 188, 0, 181, 244, 15, 150, 135, 225, 7, 72, 211, 30, 222, 91, 70, 92, 197, 215, 186, 231, 246, 175, 250, 195, 57, 92, 214, 203, 41, 219, 25, 158, 23, 53, 232, 197, 247, 233, 16, 176, 1, 87, 175, 178, 143, 120, 31, 67, 246, 241, 32, 31, 77, 90, 55, 89, 43, 79, 17, 95, 218, 227, 155, 208, 156, 6, 84, 80, 121, 54, 107, 15, 174, 210, 97, 5, 170, 70, 148, 249, 183, 188, 220, 84, 57, 241, 214, 206, 217, 125, 242, 193, 90, 111, 239, 92, 183, 207, 204, 198, 144, 96, 66, 120, 17, 250, 29, 185, 43, 173, 142, 200, 87, 189, 31, 149, 65, 19, 236, 217, 53, 156, 23, 179, 172, 104, 78, 28, 177, 231, 74, 80, 97, 110, 163, 208, 216, 124, 82, 7, 20, 51, 96, 251, 83, 242, 174, 85, 137, 208, 159, 215, 208, 247, 110, 2, 224, 153, 250, 228, 18, 176, 207, 222, 199, 251, 223, 94, 158, 153, 223, 217, 224, 171, 135, 177, 81, 122, 15, 180, 2, 42, 105, 250, 195, 49, 223, 18, 184, 11, 114, 17, 152, 114, 99, 213, 125, 46, 157, 170, 53, 0, 219, 151, 162, 72, 223, 214, 195, 207, 238, 169, 14, 104, 201, 218, 57, 103, 164, 192, 158, 205, 18, 188, 245, 193, 181, 212, 138, 162, 81, 107, 200, 63, 17, 227, 162, 36, 245, 130, 225, 245, 186, 78, 44, 67, 99, 220, 212, 158, 51, 140, 147, 108, 102, 10, 9, 13, 195, 193, 109, 251, 44, 226, 64, 42, 80, 155, 208, 200, 86, 243, 90, 200, 97, 181, 87, 128, 191, 119, 102, 131, 5, 4, 52, 136, 77, 43, 247, 171, 142, 152, 48, 216, 18, 17, 107, 44, 216, 195, 77, 53, 140, 2, 5, 229, 206, 235, 98, 13, 252, 163, 172, 119, 97, 208, 45, 83, 119, 119, 66, 155, 176, 27, 156, 67, 124, 224, 241, 205, 242, 247, 200, 66, 144, 175, 143, 2, 252, 170, 177, 35, 206, 238, 27, 12, 160, 232, 126, 96, 115, 96, 28, 45, 79, 73, 98, 222, 80, 160, 49, 104, 11, 179, 197, 197, 193, 55, 69, 90, 156, 239, 245, 38, 244, 155, 61, 95, 213, 50, 174, 33, 35, 126, 213, 173, 243, 175, 237, 19, 33, 187, 23, 219, 86, 27, 17, 141, 17, 154, 55, 48, 236, 157, 193, 127, 251, 142, 220, 40, 197, 1, 57, 201, 177, 99, 90, 119, 106, 46, 159, 3, 87, 121, 218, 45, 11, 33, 252, 92, 252, 38, 116, 216, 30, 243, 145, 239, 107, 238, 139, 15, 241, 228, 62, 79, 22, 229, 213, 209, 164, 149, 190, 108, 57, 90, 118, 244, 246, 175, 193, 163, 4, 181, 225, 108, 232, 28, 126, 158, 145, 165, 155, 135, 191, 49, 151, 42, 103, 252, 191, 204, 250, 114, 8, 17, 125, 78, 151, 116, 218, 84, 234, 136, 198, 245, 217, 218, 200, 230, 243, 172, 81, 207, 65, 29, 160, 113, 95, 186, 148, 158, 145, 208, 84, 44, 42, 169, 183, 26, 69, 164, 27, 33, 100, 91, 218, 185, 65, 252, 19, 62, 240, 3, 188, 35, 47, 174, 70, 86, 86, 116, 127, 190, 20, 236, 194, 85, 187, 212, 176, 177, 151, 96, 176, 185, 167, 177, 11, 235, 230, 125, 168, 140, 211, 65, 18, 255, 170, 40, 109, 176, 165, 70, 19, 153, 100, 90, 69, 206, 68, 10, 85, 13, 126, 28, 225, 242, 32, 221, 28, 139, 37, 233, 231, 78, 123, 3, 145, 70, 179, 98, 5, 172, 181, 52, 44, 229, 127, 61, 92, 143, 165, 101, 97, 132, 20, 51, 214, 195, 19, 42, 171, 192, 238, 52, 209, 116, 13, 166, 129, 78, 198, 142, 31, 197, 71, 93, 248, 1, 230, 8, 24, 71, 111, 32, 145, 243, 95, 194, 232, 180, 19, 27, 98, 80, 6, 248, 242, 144, 110, 41, 154, 138, 167, 96, 252, 67, 201, 232, 130, 16, 111, 137, 20, 121, 143, 212, 130, 254, 142, 8, 29, 141, 104, 75, 89, 6, 173, 178, 90, 214, 198, 225, 18, 18, 93, 207, 18, 202, 192, 144, 193, 123, 130, 221, 29, 4, 184, 39, 90, 199, 53, 114, 108, 231, 180, 109, 107, 149, 117, 98, 252, 123, 54, 76, 5, 55, 71, 17, 38, 49, 37, 131, 22, 230, 210, 138, 242, 214, 74, 166, 99, 253, 119, 198, 91, 5, 105, 63, 167, 236, 158, 199, 241, 165, 141, 221, 222, 31, 223, 79, 16, 238, 237, 79, 6, 117, 214, 133, 69, 8, 73, 251, 70, 78, 119, 30, 167, 68, 149, 22, 222, 238, 177, 158, 17, 247, 153, 133, 81, 147, 207, 4, 50, 218, 68, 164, 170, 210, 33, 103, 215, 166, 24, 3, 80, 246, 116, 127, 134, 160, 71, 55, 161, 146, 127, 111, 183, 48, 166, 54, 49, 103, 65, 189, 63, 178, 25, 234, 78, 30, 12, 163, 255, 40, 162, 105, 155, 176, 20, 212, 40, 246, 18, 239, 253, 104, 64, 40, 181, 217, 0, 1, 140, 144, 237, 248, 188, 148, 106, 127, 184, 139, 11, 194, 139, 73, 52, 33, 66, 7, 190, 77, 181, 223, 205, 111, 11, 72, 177, 96, 54, 113, 205, 142, 184, 251, 28, 127, 68, 210, 3, 250, 42, 101, 131, 58, 189, 60, 54, 96, 141, 207, 11, 238, 51, 32, 251, 111, 166, 175, 19, 210, 231, 167, 187, 214, 110, 68, 219, 59, 159, 103, 135, 126, 156, 88, 200, 131, 231, 71, 15, 244, 161, 52, 252, 213, 165, 120, 179, 69, 85, 4, 71, 59, 75, 185, 169, 60, 2, 198, 161, 223, 252, 175, 192, 234, 199, 214, 98, 132, 48, 193, 130, 215, 254, 170, 126, 246, 84, 128, 82, 201, 31, 149, 116, 18, 157, 39, 216, 175, 197, 110, 205, 21, 150, 49, 13, 32, 223, 28, 142, 64, 138, 116, 111, 26, 6, 119, 159, 18, 18, 19, 117, 94, 194, 86, 53, 220, 138, 244, 58, 121, 249, 27, 57, 0, 159, 145, 247, 48, 90, 150, 129, 20, 47, 45, 15, 252, 222, 109, 113, 68, 248, 155, 33, 91, 94, 131, 224, 69, 151, 50, 116, 166, 255, 209, 220, 27, 1, 239, 182, 80, 35, 211, 138, 240, 173, 158, 109, 70, 240, 32, 127, 82, 17, 243, 121, 42, 170, 36, 239, 169, 241, 13, 114, 62, 221, 116, 33, 112, 180, 214, 107, 64, 174, 196, 38, 24, 1, 229, 58, 245, 180, 17, 92, 111, 210, 39, 61, 27, 82, 220, 166, 45, 121, 129, 229, 220, 117, 145, 246, 223, 4, 217, 129, 132, 240, 129, 171, 75, 91, 16, 137, 188, 90, 43, 240, 180, 144, 166, 234, 34, 178, 169, 158, 156, 45, 160, 226, 236, 100, 243, 91, 63, 14, 138, 218, 58, 100, 163, 211, 94, 100, 12, 123, 61, 129, 102, 106, 100, 120, 15, 157, 10, 183, 56, 4, 45, 7, 26, 18, 200, 185, 104, 44, 237, 50, 14, 223, 167, 89, 138, 234, 40, 242, 48, 162, 17, 43, 3, 74, 33, 129, 218, 129, 20, 85, 44, 216, 16, 46, 15, 214, 76, 172, 198, 85, 181, 176, 171, 169, 16, 105, 12, 128, 175, 4, 2, 81, 122, 56, 185, 27, 114, 204, 99, 26, 41, 180, 198, 225, 217, 236, 212, 225, 65, 214, 14, 205, 10, 35, 219, 234, 205, 101, 191, 79, 229, 28, 80, 5, 232, 124, 40, 97, 95, 197, 61, 34, 255, 166, 42, 241, 200, 52, 129, 111, 241, 81, 68, 13, 207, 33, 249, 175, 25, 243, 20, 24, 85, 86, 151, 36, 187, 248, 238, 247, 151, 154, 8, 36, 124, 110, 104, 154, 209, 224, 71, 167, 204, 11, 184, 2, 250, 90, 229, 223, 149, 186, 38, 27, 51, 93, 26, 45, 165, 94, 129, 83, 239, 22, 126, 41, 8, 254, 20, 252, 214, 219, 195, 131, 147, 8, 85, 246, 28, 169, 150, 18, 37, 65, 7, 67, 183, 39, 220, 112, 93, 106, 113, 55, 85, 107, 228, 32, 226, 239, 145, 106, 54, 28, 88, 10, 56, 18, 39, 53, 142, 80, 61, 248, 99, 87, 64, 125, 200, 249, 237, 82, 13, 153, 5, 68, 91, 39, 60, 77, 200, 124, 190, 15, 76, 156, 113, 130, 57, 243, 163, 70, 170, 116, 84, 108, 128, 75, 94, 64, 84, 61, 144, 75, 85, 122, 126, 20, 98, 152, 148, 149, 201, 62, 144, 184, 102, 252, 180, 164, 108, 151, 99, 126, 107, 101, 243, 123, 126, 175, 128, 200, 112, 237, 114, 187, 206, 31, 255, 140, 45, 135] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5b02e60d539a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x5b02e60d539a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5b02e60d539a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5b02e60d539a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5b02e60fadb3 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x5b02e60fadb3 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x5b02e60d24b3 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x5b02e60d51e2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x5b02e60d68d0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x5b02e60d666d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x5b02e607ea53 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x5b02e607ea53 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x5b02e60d7103 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x5b02e60d7103 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x5b02e60d6dda - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13 [INFO] [stdout] 15: 0x5b02e60d5899 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x5b02e60d6a6d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x5b02e6012cb0 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x5b02e60130a2 - core::panicking::assert_failed_inner::ha51bf8fa7906dee4 [INFO] [stdout] 19: 0x5b02e602a931 - core::panicking::assert_failed::h6d07688f5f22b2ba [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:364:5 [INFO] [stdout] 20: 0x5b02e603a688 - cryptopals::test_aes_ecb_128::hf12ae653d838ef58 [INFO] [stdout] at /opt/rustwide/workdir/tests/cryptopals.rs:102:5 [INFO] [stdout] 21: 0x5b02e603a1e7 - cryptopals::test_aes_ecb_128::{{closure}}::h2d72006f94d1c966 [INFO] [stdout] at /opt/rustwide/workdir/tests/cryptopals.rs:93:26 [INFO] [stdout] 22: 0x5b02e6020586 - core::ops::function::FnOnce::call_once::hbdb5413b6ae46448 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 23: 0x5b02e60841fb - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x5b02e60841fb - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 25: 0x5b02e6083133 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 26: 0x5b02e6083133 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 27: 0x5b02e6083133 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 28: 0x5b02e6083133 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 29: 0x5b02e6083133 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 30: 0x5b02e6083133 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 31: 0x5b02e6083133 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 32: 0x5b02e6046e65 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 33: 0x5b02e6046e65 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 34: 0x5b02e604a8a6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 35: 0x5b02e604a8a6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 36: 0x5b02e604a8a6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 37: 0x5b02e604a8a6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 38: 0x5b02e604a8a6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 39: 0x5b02e604a8a6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 40: 0x5b02e604a8a6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 41: 0x5b02e60daf7b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 42: 0x5b02e60daf7b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 43: 0x5b02e60daf7b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 44: 0x780adc226ac3 - [INFO] [stdout] 45: 0x780adc2b7a04 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_aes_cbc_256 stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_aes_cbc_256' panicked at tests/cryptopals.rs:149:5: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 18, 48, 170, 222, 62, 179, 48, 219, 170, 67, 88, 248, 141, 42, 108, 213, 207, 131, 85, 203, 104, 35, 57, 122, 212, 57, 6, 223, 67, 68, 85, 127, 196, 131, 118, 147, 193, 168, 238, 59, 64, 172, 178, 50, 63, 173, 57, 111, 78, 245, 12, 191, 2, 248, 83, 216, 72, 115, 151, 62, 67, 12, 48, 83, 192, 42, 111, 141, 178, 237, 39, 8, 19, 16, 86, 223, 102, 150, 91, 135, 109, 81, 63, 202, 94, 149, 104, 16, 163, 54, 227, 134, 188, 118, 125, 89, 139, 237, 231, 91, 145, 254, 89, 37, 101, 157, 14, 110, 160, 249, 81, 160, 181, 174, 234, 89, 192, 33, 10, 226, 146, 22, 127, 162, 80, 226, 148, 242, 62, 60, 162, 62, 210, 151, 131, 158, 5, 53, 11, 219, 84, 129, 222, 162, 213, 6, 218, 65, 196, 188, 113, 146, 255, 13, 147, 183, 129, 56, 219, 17, 48, 85, 248, 182, 244, 157, 242, 167, 67, 191, 77, 194, 251, 106, 132, 89, 33, 194, 99, 49, 94, 42, 197, 143, 238, 189, 146, 198, 178, 58, 53, 252, 140, 161, 181, 10, 119, 189, 141, 39, 75, 50, 99, 26, 6, 139, 97, 122, 111, 70, 127, 19, 104, 7, 4, 180, 125, 220, 169, 151, 167, 6, 138, 49, 4, 125, 204, 196, 216, 195, 253, 53, 95, 220, 214, 172, 180, 69, 134, 158, 167, 134, 167, 237, 3, 245, 180, 49, 255, 114, 244, 251, 20, 223, 250, 77, 149, 140, 16, 235, 87, 209, 207, 92, 209, 11, 70, 3, 205, 208, 201, 77, 163, 191, 105, 218, 1, 48, 90, 55, 211, 111, 29, 138, 108, 94, 161, 182, 11, 27, 26, 0, 140, 103, 175, 226, 10, 200, 114, 221, 31, 63, 105, 188, 100, 151, 199, 138, 253, 87, 194, 25, 240, 58, 109, 4, 36, 170, 207, 117, 110, 11, 19, 209, 24, 49, 93, 37, 179, 142, 59, 225, 225, 229, 211, 74, 95, 49, 98, 131, 3, 8, 102, 182, 162, 147, 127, 111, 164, 54, 49, 215, 239, 91, 186, 196, 190, 158, 102, 192, 147, 159, 64, 80, 237, 146, 254, 12, 229, 193, 68, 59, 123, 35, 153, 79, 76, 69, 228, 103, 10, 155, 218, 148, 109, 218, 174, 77, 23, 11, 159, 61, 174, 111, 184, 218, 48, 184, 254, 129, 86, 81, 220, 47, 147, 49, 164, 73, 234, 26, 108, 2, 93, 16, 144, 162, 126, 27, 237, 26, 139, 24, 130, 244, 3, 1, 21, 40, 53, 52, 0, 59, 95, 130, 110, 124, 29, 42, 112, 63, 89, 180, 57, 245, 47, 76, 83, 173, 80, 41, 198, 18, 186, 79, 163, 43, 153, 192, 48, 58, 45, 217, 211, 230, 191, 22, 72, 122, 166, 193, 233, 172, 117, 32, 125, 28, 117, 92, 123, 168, 31, 217, 216, 89, 73, 253, 79, 118, 239, 17, 166, 11, 244, 84, 23, 10, 23, 64, 52, 106, 47, 78, 75, 219, 108, 4, 136, 95, 57, 28, 172, 118, 93, 21, 65, 208, 94, 228, 122, 9, 112, 95, 249, 37, 226, 8, 26, 230, 185, 55, 98, 182, 123, 85, 178, 39, 62, 156, 84, 206, 1, 26, 19, 143, 129, 14, 129, 42, 110, 255, 235, 96, 203, 154, 120, 235, 129, 34, 69, 92, 134, 108, 215, 194, 90, 79, 57, 28, 27, 55, 79, 209, 80, 191, 61, 199, 3, 137, 40, 36, 16, 100, 207, 1, 213, 139, 24, 58, 167, 139, 220, 113, 177, 41, 250, 69, 163, 185, 38, 2, 181, 210, 68, 164, 71, 78, 133, 238, 6, 0, 234, 211, 178, 146, 254, 60, 90, 75, 86, 181, 61, 172, 255, 182, 246, 7, 140, 188, 112, 99, 67, 173, 222, 68, 190, 114, 112, 94, 171, 241, 70, 72, 210, 255, 124, 85, 119, 39, 102, 188, 121, 91, 242, 118, 194, 154, 183, 117, 217, 75, 117, 138, 112, 211, 99, 99, 102, 68, 99, 90, 199, 129, 193, 139, 229, 184, 85, 30, 206, 187, 111, 22, 255, 32, 100, 37, 123, 38, 62, 19, 2, 238, 191, 151, 148, 193, 45, 240, 150, 50, 100, 25, 197, 158, 22, 25, 106, 196, 213, 208, 232, 208, 211, 205, 19, 101, 5, 45, 22, 224, 41, 13, 136, 48, 76, 122, 0, 156, 58, 83, 202, 11, 102, 75, 27, 13, 158, 142, 10, 246, 186, 218, 13, 126, 100, 109, 122, 26, 254, 220, 176, 33, 44, 197, 99, 47, 35, 210, 69, 15, 243, 14, 17, 227, 94, 239, 138, 154, 222, 30, 150, 100, 230, 168, 184, 0, 82, 201, 34, 58, 34, 216, 166, 189, 51, 35, 179, 219, 227, 27, 4, 145, 204, 81, 21, 127, 107, 43, 46, 86, 87, 179, 97, 39, 89, 81, 236, 18, 178, 106, 83, 189, 226, 53, 136, 47, 137, 9, 154, 30, 6, 161, 65, 33, 59, 235, 195, 8, 219, 86, 227, 211, 196, 129, 9, 46, 157, 213, 124, 190, 108, 241, 41, 170, 212, 29, 157, 49, 175, 135, 222, 47, 86, 73, 76, 120, 167, 201, 75, 63, 41, 64, 9, 1, 148, 128, 67, 86, 113, 253, 46, 29, 54, 61, 71, 185, 200, 89, 204, 48, 230, 254, 113, 63, 99, 112, 222, 14, 24, 77, 83, 10, 96, 130, 103, 172, 44, 60, 69, 182, 162, 73, 252, 20, 103, 241, 200, 48, 51, 175, 210, 48, 80, 214, 82, 120, 100, 95, 251, 124, 168, 154, 199, 166, 23, 49, 6, 48, 38, 33, 210, 22, 196, 56, 182, 119, 191, 11, 3, 172, 97, 16, 245, 48, 53, 211, 207, 133, 74, 201, 114, 238, 97, 190, 16, 213, 93, 199, 30, 100, 182, 190, 172, 145, 38, 159, 134, 159, 180, 121, 186, 253, 13, 58, 88, 126, 221, 171, 132, 90, 104, 151, 143, 63, 165, 135, 189, 0, 233, 205, 146, 78, 32, 196, 132, 138, 192, 41, 126, 29, 208, 188, 122, 157, 110, 44, 155, 101, 220, 132, 175, 63, 178, 94, 51, 215, 148, 165, 134, 247, 73, 14, 207, 167, 241, 248, 102, 239, 25, 193, 234, 137, 182, 255, 29, 71, 220, 14, 139, 24, 3, 185, 88, 227, 22, 53, 238, 89, 88, 230, 200, 155, 189, 99, 61, 214, 136, 69, 55, 152, 242, 14, 81, 237, 158, 8, 187, 157, 100, 32, 21, 192, 205, 125, 40, 123, 237, 48, 211, 206, 91, 84, 167, 211, 103, 72, 148, 160, 52, 227, 176, 161, 36, 141, 89, 167, 102, 235, 224, 32, 109, 119, 208, 53, 126, 168, 36, 86, 148, 224, 180, 34, 2, 196, 77, 107, 187, 215, 255, 216, 209, 126, 46, 185, 230, 235, 238, 140, 206, 40, 111, 95, 125, 9, 149, 113, 18, 91, 53, 209, 66, 61, 164, 135, 166, 1, 4, 60, 207, 253, 235, 129, 13, 222, 200, 191, 159, 86, 44, 179, 181, 67, 224, 255, 98, 47, 196, 225, 239, 121, 236, 68, 226, 140, 7, 224, 90, 63, 109, 25, 97, 100, 173, 38, 96, 134, 166, 87, 27, 17, 0, 48, 110, 6, 81, 170, 199, 86, 244, 58, 225, 120, 2, 134, 89, 129, 67, 56, 119, 203, 247, 139, 37, 46, 125, 232, 116, 65, 10, 142, 146, 242, 74, 254, 203, 228, 96, 121, 247, 153, 254, 9, 149, 70, 246, 49, 56, 45, 69, 3, 88, 117, 146, 131, 70, 1, 119, 67, 66, 9, 105, 155, 140, 200, 245, 133, 177, 35, 83, 97, 171, 150, 140, 197, 106, 158, 61, 0, 16, 49, 225, 233, 5, 12, 23, 198, 215, 44, 205, 35, 27, 0, 13, 63, 234, 248, 200, 247, 74, 36, 219, 40, 100, 202, 110, 86, 133, 1, 37, 133, 167, 13, 53, 126, 240, 139, 222, 233, 152, 1, 139, 129, 4, 108, 246, 204, 45, 123, 170, 12, 202, 67, 139, 133, 220, 44, 77, 20, 80, 242, 124, 86, 121, 142, 229, 240, 7, 49, 9, 0, 235, 135, 172, 99, 100, 42, 149, 214, 126, 230, 1, 33, 142, 40, 46, 121, 152, 196, 127, 79, 117, 239, 245, 249, 221, 150, 22, 36, 132, 98, 32, 41, 230, 96, 250, 12, 208, 100, 152, 37, 17, 52, 147, 124, 156, 118, 92, 217, 206, 88, 200, 26, 79, 143, 67, 181, 160, 120, 152, 109, 134, 43, 4, 4, 54, 224, 78, 234, 105, 168, 163, 87, 45, 179, 89, 100, 111, 213, 105, 55, 91, 165, 109, 114, 148, 27, 244, 122, 166, 166, 20, 233, 178, 173, 60, 161, 212, 3, 210, 26, 125, 251, 114, 137, 147, 35, 119, 230, 55, 175, 240, 153, 89, 230, 87, 143, 197, 110, 91, 213, 192, 187, 131, 188, 104, 18, 8, 99, 206, 23, 200, 186, 21, 87, 202, 189, 209, 18, 179, 236, 171, 251, 80, 4, 12, 149, 223, 167, 168, 116, 120, 209, 20, 176, 205, 224, 93, 162, 66, 146, 113, 161, 158, 221, 218, 194, 216, 53, 125, 37, 34, 194, 150, 31, 12, 166, 113, 194, 147, 206, 97, 75, 158, 175, 197, 162, 249, 80, 131, 177, 107, 20, 166, 67, 49, 134, 20, 106, 56, 18, 154, 65, 160, 67, 64, 111, 164, 84, 155, 186, 104, 241, 101, 157, 35, 208, 65, 56, 181, 135, 18, 240, 139, 73, 116, 70, 189, 252, 198, 74, 254, 148, 117, 59, 139, 31, 11, 120, 149, 96, 54, 196, 29, 183, 22, 232, 188, 77, 226, 239, 61, 217, 113, 49, 88, 238, 226, 100, 35, 216, 253, 19, 73, 174, 12, 223, 113, 243, 47, 216, 55, 110, 107, 155, 172, 212, 45, 134, 142, 141, 74, 15, 255, 177, 80, 102, 196, 160, 196, 242, 20, 189, 72, 151, 144, 74, 190, 21, 77, 161, 208, 90, 128, 11, 177, 245, 241, 202, 247, 101, 174, 113, 229, 218, 112, 230, 124, 26, 192, 192, 43, 42, 138, 134, 246, 169, 97, 169, 205, 248, 149, 117, 116, 101, 140, 20, 46, 238, 124, 16, 137, 133, 33, 47, 62, 144, 132, 197, 186, 238, 227, 57, 228, 151, 108, 24, 27, 135, 31, 51, 24, 250, 154, 189, 21, 222, 138, 237, 45, 108, 151, 116, 129, 107, 62, 98, 3, 11, 205, 123, 80, 33, 180, 46, 85, 145, 13, 51, 18, 82, 100, 30, 26, 195, 153, 79, 3, 139, 235, 213, 241, 65, 178, 37, 56, 186, 120, 206, 18, 143, 215, 2, 12, 43, 77, 205, 48, 209, 73, 221, 36, 83, 239, 93, 26, 247, 34, 190, 107, 22, 130, 4, 57, 212, 104, 251, 170, 44, 228, 52, 165, 147, 205, 146, 6, 117, 35, 193, 184, 222, 236, 21, 172, 197, 99, 36, 86, 22, 14, 233, 179, 134, 82, 110, 21, 197, 194, 150, 94, 237, 163, 83, 174, 147, 197, 5, 72, 31, 46, 214, 30, 75, 76, 142, 42, 21, 149, 98, 93, 100, 46, 71, 171, 72, 53, 44, 120, 53, 157, 100, 166, 140, 246, 54, 115, 250, 29, 102, 163, 126, 116, 16, 66, 231, 87, 66, 183, 138, 34, 229, 66, 166, 42, 213, 57, 130, 54, 108, 69, 36, 220, 78, 87, 225, 25, 71, 122, 13, 142, 19, 167, 112, 153, 132, 120, 208, 68, 126, 37, 102, 24, 52, 108, 95, 232, 160, 244, 241, 34, 50, 202, 43, 138, 244, 251, 36, 116, 151, 36, 99, 168, 134, 4, 99, 110, 199, 36, 200, 89, 13, 113, 67, 196, 20, 16, 213, 73, 20, 34, 16, 47, 93, 167, 3, 88, 29, 169, 111, 118, 50, 121, 36, 35, 183, 200, 255, 89, 38, 208, 99, 164, 243, 116, 186, 188, 74, 183, 153, 138, 227, 22, 113, 121, 144, 147, 129, 7, 223, 27, 188, 108, 251, 7, 149, 203, 209, 35, 224, 119, 131, 18, 158, 46, 124, 43, 84, 154, 149, 46, 71, 247, 155, 103, 18, 26, 117, 144, 133, 34, 198, 110, 112, 45, 129, 3, 192, 235, 62, 238, 222, 1, 155, 6, 100, 109, 63, 66, 167, 0, 117, 146, 43, 186, 186, 162, 115, 40, 97, 49, 254, 111, 152, 133, 140, 40, 149, 70, 172, 212, 5, 92, 209, 68, 168, 192, 47, 138, 220, 47, 105, 216, 121, 94, 132, 115, 115, 229, 157, 186, 17, 204, 156, 25, 34, 48, 250, 139, 181, 130, 117, 204, 68, 70, 190, 22, 84, 232, 206, 5, 126, 31, 134, 18, 148, 137, 91, 229, 154, 87, 46, 240, 41, 8, 137, 41, 217, 16, 209, 217, 10, 146, 56, 215, 42, 104, 86, 165, 90, 172, 122, 106, 135, 102, 143, 252, 244, 186, 219, 140, 159, 199, 29, 141, 220, 45, 156, 139, 181, 72, 184, 125, 195, 113, 38, 28, 105, 53, 196, 42, 28, 255, 61, 18, 201, 94, 68, 96, 86, 85, 177, 159, 180, 46, 104, 146, 115, 14, 250, 65, 160, 89, 221, 161, 27, 181, 249, 112, 172, 186, 159, 192, 182, 66, 226, 118, 196, 151, 48, 84, 232, 255, 98, 154, 239, 127, 126, 6, 6, 3, 185, 27, 117, 152, 79, 68, 202, 230, 50, 8, 202, 49, 59, 253, 187, 178, 125, 80, 88, 195, 29, 214, 59, 92, 191, 198, 94, 227, 99, 26, 51, 140, 191, 62, 16, 12, 167, 100, 95, 10, 133, 89, 0, 181, 18, 216, 174, 215, 172, 226, 229, 222, 207, 75, 12, 83, 157, 74, 183, 195, 240, 103, 140, 114, 32, 91, 124, 177, 168, 92, 59, 239, 228, 234, 170, 209, 47, 206, 190, 55, 72, 15, 222, 20, 49, 198, 157, 166, 116, 141, 178, 43, 45, 254, 71, 9, 37, 93, 48, 181, 17, 159, 0, 177, 182, 249, 66, 152, 204, 72, 255, 217, 51, 162, 55, 190, 84, 149, 27, 192, 229, 120, 48, 126, 166, 163, 58, 249, 136, 33, 124, 155, 109, 216, 113, 166, 57, 210, 7, 78, 23, 222, 38, 60, 217, 51, 82, 97, 57, 139, 44, 12, 217, 149, 125, 175, 153, 95, 72, 41, 20, 98, 153, 157, 146, 167, 51, 105, 188, 178, 158, 7, 201, 67, 132, 140, 134, 204, 101, 221, 139, 41, 208, 140, 83, 13, 113, 88, 217, 150, 101, 135, 176, 126, 222, 34, 208, 10, 90, 96, 176, 54, 71, 174, 1, 241, 112, 138, 190, 19, 76, 106, 224, 27, 90, 76, 141, 238, 215, 3, 185, 12, 79, 205, 181, 113, 134, 203, 74, 35, 192, 194, 217, 66, 211, 9, 187, 236, 93, 19, 107, 184, 221, 50, 178, 227, 48, 237, 189, 251, 95, 121, 240, 33, 51, 88, 247, 115, 117, 250, 138, 206, 87, 193, 206, 198, 218, 211, 231, 82, 234, 103, 22, 253, 132, 199, 104, 30, 27, 15, 37, 222, 114, 22, 65, 147, 253, 249, 125, 72, 62, 226, 7, 140, 143, 163, 193, 78, 162, 205, 53, 101, 193, 95, 221, 221, 20, 46, 223, 55, 39, 90, 248, 187, 125, 113, 82, 103, 150, 18, 34, 255, 173, 95, 175, 66, 179, 196, 231, 151, 52, 168, 30, 60, 163, 130, 221, 28, 254, 125, 108, 59, 6, 110, 124, 22, 86, 19, 129, 24, 13, 235, 124, 133, 89, 34, 165, 226, 195, 31, 206, 40, 90, 66, 173, 17, 240, 211, 16, 32, 232, 243, 184, 201, 119, 33, 238, 104, 205, 38, 190, 203, 216, 56, 207, 157, 145, 69, 206, 189, 151, 137, 248, 171, 55, 244, 104, 74, 213, 252, 17, 30, 236, 90, 243, 71, 37, 161, 224, 249, 3, 143, 156, 50, 228, 64, 154, 69, 183, 206, 238, 182, 236, 212, 65, 229, 178, 17, 111, 93, 241, 165, 45, 209, 31, 63, 105, 10, 165, 63, 84, 223, 99, 74, 103, 136, 126, 26, 191, 114, 154, 166, 122, 138, 198, 245, 41, 243, 104, 191, 90, 240, 208, 164, 170, 96, 211, 254, 19, 37, 130, 200, 180, 73, 220, 71, 14, 97, 219, 213, 193, 86, 254, 188, 136, 178, 207, 25, 209, 118, 232, 1, 222, 243, 115, 104, 217, 99, 28, 110, 114, 164, 66, 80, 105, 50, 233, 132, 132, 39, 148, 253, 54, 197, 192, 105, 48, 210, 77, 235, 214, 226, 141, 91, 103, 1, 35, 127, 76, 181, 121, 161, 198, 47, 182, 117, 143, 76, 18, 174, 220, 236, 142, 145, 199, 229, 49, 161, 194, 17, 72, 7, 61, 109, 31, 152, 103, 229, 119, 136, 189, 78, 237, 249, 206, 178, 175, 76, 60, 223, 198, 66, 87, 239, 226, 137, 239, 103, 127, 87, 233, 44, 52, 165, 175, 194, 127, 240, 188, 195, 153, 177, 173, 132, 16, 231, 221, 10, 39, 102, 162, 169, 116, 219, 178, 18, 229, 123, 210, 31, 41, 208, 182, 241, 102, 195, 65, 211, 147, 213, 23, 183, 193, 221, 84, 212, 234, 113, 220, 191, 141, 65, 102, 94, 149, 205, 63, 101, 175, 159, 195, 235, 83, 96, 225, 146, 66, 51, 90, 20, 57, 71, 23, 127, 190, 115, 54, 65, 10, 253, 11, 22, 182, 39, 209, 151, 17, 93, 228, 24, 56, 153, 87, 221] [INFO] [stderr] error: test failed, to rerun pass `--test cryptopals` [INFO] [stdout] right: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 146, 236, 237, 156, 173, 230, 243, 62, 178, 227, 55, 172, 132, 61, 237, 8, 141, 248, 139, 125, 208, 43, 28, 253, 194, 35, 15, 88, 119, 121, 52, 177, 5, 66, 127, 87, 112, 69, 121, 55, 251, 214, 91, 135, 14, 42, 207, 201, 232, 16, 43, 14, 67, 201, 59, 252, 151, 40, 217, 93, 82, 178, 186, 56, 1, 170, 167, 180, 24, 250, 227, 187, 229, 252, 101, 221, 124, 206, 159, 67, 77, 3, 224, 188, 213, 151, 153, 103, 234, 200, 136, 25, 113, 163, 201, 248, 89, 187, 237, 227, 100, 154, 243, 118, 141, 137, 21, 68, 156, 198, 143, 49, 173, 122, 65, 239, 187, 224, 64, 110, 14, 80, 191, 230, 49, 35, 174, 209, 237, 54, 131, 110, 94, 156, 26, 12, 177, 19, 87, 232, 10, 133, 236, 252, 194, 190, 183, 181, 134, 188, 7, 209, 163, 2, 110, 42, 150, 194, 148, 181, 241, 172, 227, 13, 0, 188, 67, 241, 99, 94, 202, 144, 21, 4, 254, 35, 232, 187, 46, 153, 147, 8, 88, 200, 239, 228, 164, 229, 97, 104, 222, 134, 117, 161, 40, 252, 1, 225, 146, 16, 93, 100, 120, 5, 48, 244, 197, 57, 27, 228, 190, 7, 9, 220, 78, 222, 27, 169, 90, 143, 165, 157, 91, 187, 188, 29, 167, 95, 184, 188, 2, 110, 56, 145, 165, 199, 1, 135, 69, 137, 186, 232, 132, 200, 35, 232, 101, 29, 111, 21, 194, 105, 38, 241, 64, 14, 70, 163, 193, 254, 8, 172, 165, 43, 2, 227, 16, 71, 49, 62, 143, 90, 180, 100, 251, 124, 216, 114, 157, 78, 67, 212, 109, 38, 159, 48, 194, 132, 249, 250, 157, 150, 55, 118, 38, 131, 82, 206, 37, 215, 125, 11, 121, 154, 126, 196, 227, 73, 217, 90, 39, 229, 55, 175, 168, 18, 18, 93, 177, 26, 231, 57, 244, 102, 178, 59, 240, 7, 216, 55, 246, 138, 70, 188, 5, 116, 223, 145, 169, 101, 65, 55, 100, 125, 83, 143, 25, 53, 106, 213, 193, 230, 30, 155, 20, 66, 134, 199, 32, 250, 237, 68, 82, 27, 7, 0, 242, 25, 191, 149, 28, 20, 119, 223, 184, 33, 119, 58, 227, 202, 183, 107, 50, 234, 68, 94, 114, 59, 20, 212, 127, 176, 172, 191, 191, 193, 223, 169, 34, 235, 167, 31, 13, 229, 33, 52, 221, 241, 16, 138, 80, 136, 162, 196, 209, 72, 117, 82, 99, 147, 224, 228, 15, 206, 72, 92, 166, 146, 78, 118, 106, 128, 35, 222, 180, 216, 160, 226, 84, 155, 79, 29, 206, 1, 93, 78, 242, 240, 168, 179, 158, 100, 86, 52, 195, 218, 136, 224, 66, 13, 196, 150, 78, 12, 2, 219, 133, 116, 33, 125, 26, 63, 84, 234, 208, 187, 196, 24, 234, 208, 244, 254, 191, 19, 185, 22, 157, 2, 148, 56, 69, 135, 209, 54, 74, 127, 11, 199, 112, 4, 101, 76, 149, 130, 122, 127, 150, 2, 102, 110, 136, 0, 156, 199, 186, 106, 127, 133, 83, 123, 107, 132, 122, 210, 255, 250, 65, 134, 119, 16, 4, 99, 35, 14, 43, 251, 226, 42, 33, 197, 129, 128, 107, 22, 18, 88, 198, 114, 99, 254, 25, 72, 194, 166, 134, 50, 35, 82, 221, 147, 144, 231, 93, 198, 137, 217, 142, 138, 8, 136, 124, 118, 91, 106, 141, 37, 86, 155, 204, 42, 4, 93, 151, 153, 164, 128, 218, 144, 237, 172, 143, 222, 5, 128, 38, 230, 101, 17, 167, 179, 35, 235, 241, 88, 18, 115, 105, 235, 5, 69, 10, 71, 102, 54, 115, 62, 134, 153, 240, 72, 70, 129, 92, 238, 21, 5, 33, 31, 103, 169, 192, 255, 104, 234, 50, 119, 137, 224, 161, 205, 178, 106, 54, 236, 240, 136, 212, 109, 68, 172, 152, 222, 220, 96, 196, 141, 94, 76, 80, 180, 44, 55, 209, 248, 52, 208, 75, 138, 107, 155, 6, 205, 66, 21, 158, 119, 190, 168, 143, 108, 112, 252, 243, 26, 22, 168, 45, 64, 113, 105, 211, 129, 113, 118, 99, 114, 229, 198, 241, 42, 139, 78, 33, 157, 29, 4, 105, 142, 108, 231, 221, 16, 197, 192, 236, 249, 165, 134, 17, 175, 200, 11, 230, 93, 213, 232, 61, 49, 0, 245, 224, 224, 247, 168, 250, 79, 102, 210, 211, 215, 227, 45, 60, 83, 196, 117, 236, 180, 186, 24, 18, 180, 107, 8, 208, 255, 187, 100, 76, 120, 141, 118, 33, 226, 38, 213, 83, 89, 177, 204, 221, 187, 122, 227, 95, 107, 29, 68, 246, 142, 248, 98, 143, 253, 80, 15, 199, 125, 35, 25, 215, 248, 50, 9, 236, 36, 9, 30, 31, 57, 89, 220, 200, 112, 34, 54, 223, 232, 41, 72, 170, 23, 67, 23, 108, 244, 83, 188, 155, 225, 218, 46, 163, 10, 74, 207, 5, 198, 39, 168, 188, 162, 235, 96, 37, 63, 223, 189, 109, 255, 105, 226, 218, 46, 62, 172, 238, 239, 205, 144, 34, 192, 52, 34, 252, 222, 143, 181, 232, 241, 141, 125, 165, 166, 44, 201, 30, 8, 23, 246, 248, 151, 245, 197, 91, 124, 92, 222, 230, 136, 143, 78, 68, 147, 166, 172, 74, 21, 20, 148, 233, 249, 74, 0, 186, 120, 57, 70, 110, 33, 110, 97, 8, 217, 129, 34, 199, 36, 69, 87, 106, 153, 133, 3, 56, 24, 150, 204, 83, 33, 255, 62, 19, 81, 121, 149, 248, 239, 103, 36, 35, 56, 87, 106, 135, 189, 45, 58, 180, 137, 229, 239, 58, 240, 60, 198, 15, 130, 205, 188, 247, 104, 63, 242, 199, 227, 57, 56, 18, 183, 116, 1, 44, 67, 28, 213, 154, 71, 76, 86, 93, 236, 213, 90, 236, 223, 70, 112, 13, 86, 105, 54, 115, 38, 130, 232, 79, 162, 149, 164, 52, 111, 40, 88, 90, 125, 40, 44, 78, 212, 239, 158, 185, 32, 191, 70, 200, 52, 115, 25, 134, 231, 188, 68, 9, 63, 121, 144, 102, 8, 6, 164, 249, 155, 219, 199, 188, 195, 77, 55, 61, 120, 102, 148, 205, 253, 136, 213, 103, 13, 185, 143, 112, 27, 243, 16, 220, 194, 112, 140, 13, 156, 26, 11, 61, 94, 241, 226, 154, 70, 203, 244, 116, 142, 162, 131, 40, 248, 205, 197, 93, 211, 20, 235, 157, 126, 142, 16, 114, 203, 171, 92, 157, 8, 171, 17, 155, 250, 134, 116, 1, 21, 142, 13, 235, 216, 89, 152, 18, 91, 82, 154, 68, 203, 232, 85, 48, 82, 190, 231, 37, 93, 144, 136, 235, 130, 3, 75, 35, 98, 89, 28, 172, 108, 159, 50, 48, 152, 60, 169, 233, 133, 113, 199, 134, 213, 169, 92, 136, 244, 221, 15, 138, 150, 25, 35, 181, 205, 182, 255, 222, 154, 172, 85, 111, 105, 144, 114, 229, 184, 222, 143, 96, 163, 170, 253, 188, 117, 206, 249, 246, 156, 78, 111, 49, 240, 18, 180, 178, 180, 211, 243, 170, 195, 102, 138, 178, 182, 200, 215, 94, 95, 159, 38, 105, 123, 68, 42, 73, 48, 166, 44, 124, 48, 63, 65, 85, 210, 84, 221, 1, 46, 159, 232, 48, 121, 68, 123, 52, 56, 26, 118, 58, 36, 184, 255, 10, 118, 127, 220, 66, 168, 97, 255, 255, 124, 207, 17, 185, 135, 15, 116, 20, 67, 47, 172, 22, 104, 179, 126, 23, 113, 237, 232, 140, 212, 221, 138, 18, 32, 251, 170, 52, 184, 33, 103, 19, 213, 197, 131, 135, 95, 65, 11, 49, 3, 125, 250, 230, 9, 227, 169, 203, 109, 175, 128, 252, 229, 91, 251, 177, 41, 103, 161, 95, 169, 112, 14, 165, 22, 244, 9, 225, 200, 154, 255, 123, 67, 70, 198, 193, 66, 202, 54, 230, 84, 23, 129, 191, 4, 18, 171, 221, 210, 14, 40, 51, 108, 6, 72, 78, 86, 165, 240, 218, 236, 149, 133, 110, 199, 21, 46, 233, 195, 204, 145, 186, 210, 1, 25, 13, 140, 83, 154, 96, 56, 208, 32, 191, 210, 131, 92, 224, 242, 223, 14, 67, 7, 8, 89, 253, 157, 63, 83, 242, 60, 38, 81, 148, 103, 26, 198, 132, 86, 0, 228, 74, 211, 163, 201, 97, 56, 142, 134, 187, 52, 41, 183, 69, 98, 254, 8, 202, 170, 140, 212, 211, 77, 65, 133, 31, 23, 198, 175, 14, 228, 30, 108, 244, 145, 2, 55, 121, 30, 206, 161, 42, 167, 212, 3, 190, 211, 119, 108, 252, 180, 100, 218, 85, 193, 4, 253, 101, 73, 178, 146, 86, 124, 120, 0, 120, 77, 7, 152, 191, 210, 132, 12, 201, 170, 120, 131, 64, 247, 172, 118, 33, 116, 67, 192, 196, 247, 57, 151, 66, 93, 159, 191, 162, 4, 242, 135, 15, 52, 245, 221, 210, 167, 202, 98, 98, 55, 98, 121, 83, 248, 43, 222, 250, 148, 198, 222, 238, 92, 98, 186, 193, 147, 208, 123, 142, 158, 61, 208, 9, 236, 215, 254, 78, 100, 254, 199, 195, 194, 35, 144, 99, 2, 115, 178, 9, 140, 110, 118, 163, 213, 252, 4, 17, 236, 152, 120, 92, 122, 167, 60, 139, 135, 6, 107, 17, 52, 115, 52, 111, 72, 159, 179, 102, 84, 79, 79, 252, 137, 13, 150, 206, 91, 106, 154, 82, 205, 115, 183, 204, 132, 141, 247, 253, 68, 153, 209, 239, 169, 247, 138, 214, 20, 129, 63, 88, 66, 65, 190, 248, 85, 105, 115, 243, 187, 22, 61, 98, 110, 46, 214, 101, 34, 241, 182, 208, 239, 19, 113, 163, 53, 142, 41, 255, 185, 224, 100, 148, 21, 6, 60, 3, 29, 153, 174, 135, 12, 165, 78, 145, 213, 227, 12, 225, 61, 236, 240, 241, 203, 74, 61, 250, 8, 241, 132, 244, 105, 74, 48, 68, 73, 173, 73, 114, 58, 89, 97, 142, 252, 44, 28, 214, 153, 237, 251, 33, 84, 21, 46, 75, 236, 35, 190, 50, 99, 221, 197, 50, 212, 222, 168, 91, 157, 96, 100, 12, 150, 81, 9, 200, 24, 210, 149, 248, 172, 211, 155, 35, 4, 204, 68, 85, 141, 97, 111, 108, 83, 169, 234, 210, 115, 111, 160, 231, 146, 97, 54, 225, 117, 12, 208, 116, 96, 120, 247, 29, 70, 108, 87, 176, 29, 68, 175, 187, 66, 35, 255, 155, 4, 151, 149, 95, 149, 76, 232, 33, 121, 136, 77, 188, 183, 119, 18, 206, 141, 53, 34, 200, 62, 151, 95, 177, 6, 121, 181, 17, 215, 164, 255, 117, 36, 78, 96, 160, 243, 31, 230, 165, 207, 201, 10, 83, 63, 181, 32, 175, 22, 178, 151, 237, 121, 182, 128, 115, 86, 132, 71, 72, 35, 207, 64, 183, 241, 41, 230, 194, 211, 164, 49, 122, 6, 11, 72, 169, 98, 117, 242, 64, 161, 95, 173, 77, 82, 193, 243, 64, 197, 226, 101, 217, 18, 124, 167, 123, 0, 40, 212, 37, 104, 148, 100, 10, 230, 239, 31, 128, 242, 135, 88, 60, 15, 213, 135, 138, 208, 99, 195, 46, 134, 46, 187, 242, 50, 68, 212, 163, 89, 92, 49, 104, 189, 153, 42, 79, 82, 103, 97, 175, 94, 186, 163, 157, 48, 147, 142, 243, 253, 207, 179, 38, 195, 177, 250, 27, 176, 1, 112, 69, 146, 19, 183, 152, 165, 135, 197, 184, 60, 242, 181, 211, 168, 37, 159, 193, 153, 243, 154, 216, 177, 105, 7, 17, 143, 146, 0, 54, 224, 126, 72, 228, 247, 82, 173, 153, 5, 226, 214, 36, 10, 62, 4, 190, 127, 180, 174, 195, 193, 12, 238, 28, 67, 43, 3, 64, 230, 172, 110, 172, 217, 148, 197, 173, 190, 145, 79, 72, 167, 222, 116, 179, 117, 137, 19, 183, 122, 67, 43, 19, 196, 107, 248, 84, 255, 202, 200, 21, 246, 126, 240, 14, 165, 12, 22, 87, 111, 137, 7, 166, 198, 10, 150, 138, 36, 148, 56, 235, 23, 28, 17, 85, 38, 249, 234, 190, 164, 120, 203, 254, 204, 234, 195, 40, 213, 127, 175, 13, 91, 102, 4, 212, 54, 238, 185, 210, 11, 41, 98, 244, 232, 146, 125, 98, 214, 191, 210, 254, 115, 52, 235, 129, 156, 238, 115, 30, 209, 30, 146, 130, 249, 137, 185, 148, 247, 38, 134, 10, 201, 251, 113, 29, 207, 181, 181, 143, 211, 22, 200, 85, 135, 114, 254, 33, 58, 196, 101, 32, 73, 44, 153, 157, 213, 189, 81, 83, 208, 43, 253, 224, 0, 46, 189, 83, 203, 8, 168, 57, 35, 106, 102, 0, 212, 147, 148, 241, 22, 23, 67, 81, 150, 127, 102, 50, 103, 98, 238, 160, 17, 170, 210, 199, 206, 246, 40, 117, 244, 123, 153, 193, 185, 125, 61, 58, 204, 72, 114, 126, 111, 204, 69, 5, 55, 90, 19, 231, 0, 152, 229, 246, 67, 216, 42, 249, 222, 204, 112, 241, 227, 197, 183, 68, 23, 137, 175, 140, 104, 146, 115, 36, 11, 254, 50, 92, 85, 71, 215, 202, 11, 42, 181, 181, 143, 195, 98, 155, 12, 211, 34, 90, 86, 92, 151, 197, 110, 14, 246, 18, 249, 5, 247, 143, 204, 31, 112, 169, 89, 124, 172, 162, 152, 80, 226, 112, 110, 169, 13, 111, 176, 113, 244, 29, 221, 254, 39, 177, 126, 151, 185, 25, 198, 147, 145, 71, 58, 220, 48, 148, 61, 17, 176, 89, 43, 32, 252, 72, 140, 52, 158, 83, 74, 144, 228, 104, 146, 85, 39, 40, 5, 192, 22, 21, 27, 36, 246, 13, 49, 38, 30, 155, 216, 80, 6, 3, 88, 119, 18, 92, 193, 19, 7, 245, 2, 254, 187, 90, 226, 86, 142, 183, 22, 102, 212, 31, 66, 183, 164, 65, 83, 52, 11, 210, 37, 9, 57, 3, 23, 22, 217, 42, 22, 216, 95, 68, 49, 151, 105, 63, 55, 212, 236, 36, 60, 78, 37, 131, 171, 46, 147, 149, 47, 230, 241, 110, 249, 125, 154, 252, 25, 202, 195, 47, 134, 123, 111, 174, 160, 57, 103, 42, 37, 239, 209, 202, 141, 208, 177, 97, 136, 77, 197, 179, 29, 203, 24, 65, 29, 176, 149, 32, 119, 195, 126, 125, 97, 15, 112, 158, 216, 212, 168, 197, 110, 252, 175, 185, 243, 41, 81, 57, 65, 171, 57, 226, 154, 185, 31, 248, 211, 72, 107, 73, 55, 49, 200, 177, 23, 173, 121, 27, 79, 63, 136, 149, 245, 203, 97, 148, 118, 114, 152, 221, 112, 27, 104, 28, 196, 198, 230, 79, 8, 192, 34, 127, 19, 37, 222, 98, 192, 172, 157, 35, 82, 191, 113, 24, 109, 243, 52, 106, 54, 207, 25, 207, 225, 102, 54, 161, 217, 73, 22, 240, 15, 26, 127, 42, 39, 226, 14, 176, 151, 119, 185, 226, 200, 174, 184, 17, 117, 189, 103, 254, 104, 153, 38, 78, 5, 161, 157, 187, 207, 89, 177, 40, 134, 235, 21, 245, 206, 247, 237, 243, 13, 22, 27, 94, 218, 177, 171, 72, 200, 240, 5, 154, 22, 154, 236, 214, 34, 205, 129, 117, 6, 9, 243, 198, 94, 186, 54, 5, 190, 241, 148, 219, 42, 27, 166, 110, 31, 99, 191, 10, 130, 163, 221, 56, 22, 19, 200, 12, 117, 238, 250, 250, 192, 72, 77, 169, 255, 209, 117, 176, 225, 163, 219, 112, 237, 120, 13, 154, 154, 80, 97, 207, 82, 95, 68, 77, 69, 23, 105, 141, 202, 129, 238, 109, 145, 231, 207, 196, 134, 144, 152, 193, 56, 149, 141, 82, 128, 159, 62, 126, 36, 98, 21, 55, 195, 231, 169, 181, 9, 70, 42, 89, 251, 17, 98, 85, 48, 53, 57, 122, 99, 112, 112, 63, 23, 165, 43, 214, 245, 237, 151, 243, 181, 118, 35, 236, 229, 3, 197, 157, 196, 57, 72, 74, 5, 70, 172, 198, 7, 201, 155, 131, 247, 185, 68, 50, 186, 60, 33, 215, 28, 253, 18, 52, 99, 72, 209, 111, 69, 93, 113, 97, 75, 197, 38, 225, 30, 93, 171, 253, 158, 248, 122, 254, 201, 91, 149, 144, 175, 34, 45, 69, 181, 85, 109, 250, 172, 10, 65, 41, 241, 30, 248, 71, 206, 135, 198, 80, 173, 147, 145, 241, 82, 20, 238, 210, 92, 109, 223, 126, 32, 42, 73, 153, 251, 66, 253, 238, 53, 93, 252, 129, 18, 219, 29, 212, 98, 48, 118, 254, 89, 171, 38, 232, 89, 221, 191, 214, 152, 241, 208, 7, 244, 76, 14, 160, 99, 174, 194, 62, 73, 245, 64, 0, 118, 0, 62, 235, 34, 173, 125, 144, 8, 107, 114, 1, 191, 132, 104, 71, 153, 163, 79, 220, 171, 223, 136, 176, 34, 145, 90, 185, 196, 123, 168, 247, 210, 180, 87, 118, 111, 244, 184, 7, 213, 110, 234, 254, 239, 5, 33, 227, 74, 202, 138, 44, 92, 115, 140, 221, 227, 100, 71, 12, 203, 242, 160, 99, 127, 148, 34, 99, 60, 79, 198, 111, 208, 56, 10, 0, 158, 208, 50, 177, 170, 105, 252, 165, 30] [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5b02e60d539a - std::backtrace_rs::backtrace::libunwind::trace::h88deb10bd0145eb8 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x5b02e60d539a - std::backtrace_rs::backtrace::trace_unsynchronized::he1036f5481c14dff [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5b02e60d539a - std::sys::backtrace::_print_fmt::hecc345b6e70c4b20 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5b02e60d539a - ::fmt::he089f96442833f67 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5b02e60fadb3 - core::fmt::rt::Argument::fmt::h1f77cded99c71a14 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x5b02e60fadb3 - core::fmt::write::h2f210ed4c94745cb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/fmt/mod.rs:1440:21 [INFO] [stdout] 6: 0x5b02e60d24b3 - std::io::Write::write_fmt::he723b56f7e0bd522 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/io/mod.rs:1887:15 [INFO] [stdout] 7: 0x5b02e60d51e2 - std::sys::backtrace::BacktraceLock::print::h810fbd31421329e6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x5b02e60d68d0 - std::panicking::default_hook::{{closure}}::hbaad47ed9dc6356d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x5b02e60d666d - std::panicking::default_hook::h24e207139139d40a [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:319:9 [INFO] [stdout] 10: 0x5b02e607ea53 - as core::ops::function::Fn>::call::h63353c459bb27956 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 11: 0x5b02e607ea53 - test::test_main::{{closure}}::hd5af4d6c4e32fe08 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:134:21 [INFO] [stdout] 12: 0x5b02e60d7103 - as core::ops::function::Fn>::call::h3af32c23caf5c679 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:2007:9 [INFO] [stdout] 13: 0x5b02e60d7103 - std::panicking::rust_panic_with_hook::ha9131beeb2ddc506 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:836:13 [INFO] [stdout] 14: 0x5b02e60d6dda - std::panicking::begin_panic_handler::{{closure}}::h1bba0eaeb6da506f [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:701:13 [INFO] [stdout] 15: 0x5b02e60d5899 - std::sys::backtrace::__rust_end_short_backtrace::h1d1ca3eade483f4c [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:168:18 [INFO] [stdout] 16: 0x5b02e60d6a6d - rust_begin_unwind [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:692:5 [INFO] [stdout] 17: 0x5b02e6012cb0 - core::panicking::panic_fmt::h896a0727a1a943f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:75:14 [INFO] [stdout] 18: 0x5b02e60130a2 - core::panicking::assert_failed_inner::ha51bf8fa7906dee4 [INFO] [stdout] 19: 0x5b02e602a931 - core::panicking::assert_failed::h6d07688f5f22b2ba [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panicking.rs:364:5 [INFO] [stdout] 20: 0x5b02e603ba97 - cryptopals::test_aes_cbc_256::h7c7f4ff44f2591b5 [INFO] [stdout] at /opt/rustwide/workdir/tests/cryptopals.rs:149:5 [INFO] [stdout] 21: 0x5b02e603b477 - cryptopals::test_aes_cbc_256::{{closure}}::he6f2f514a8186527 [INFO] [stdout] at /opt/rustwide/workdir/tests/cryptopals.rs:140:26 [INFO] [stdout] 22: 0x5b02e6020706 - core::ops::function::FnOnce::call_once::he846e4b1158232dc [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 23: 0x5b02e60841fb - core::ops::function::FnOnce::call_once::h8acc80b5a33ff319 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x5b02e60841fb - test::__rust_begin_short_backtrace::h52b6da716ad42b7d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:632:18 [INFO] [stdout] 25: 0x5b02e6083133 - test::run_test_in_process::{{closure}}::h2580047890abbefe [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:60 [INFO] [stdout] 26: 0x5b02e6083133 - as core::ops::function::FnOnce<()>>::call_once::h936f8c89d0a99c40 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 27: 0x5b02e6083133 - std::panicking::try::do_call::h868682cc368697f9 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 28: 0x5b02e6083133 - std::panicking::try::h0356ffc38cbb5501 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 29: 0x5b02e6083133 - std::panic::catch_unwind::h74edf102a3082536 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 30: 0x5b02e6083133 - test::run_test_in_process::hc27d69576b7224e4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:655:27 [INFO] [stdout] 31: 0x5b02e6083133 - test::run_test::{{closure}}::h9f3bfaf910429adb [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:576:43 [INFO] [stdout] 32: 0x5b02e6046e65 - test::run_test::{{closure}}::h3d537cdce8ec5816 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/test/src/lib.rs:606:41 [INFO] [stdout] 33: 0x5b02e6046e65 - std::sys::backtrace::__rust_begin_short_backtrace::hb51d9a6c67ec382d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/backtrace.rs:152:18 [INFO] [stdout] 34: 0x5b02e604a8a6 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5738f3abb9603fe6 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:564:17 [INFO] [stdout] 35: 0x5b02e604a8a6 - as core::ops::function::FnOnce<()>>::call_once::h5e9f4b56e45e8108 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 36: 0x5b02e604a8a6 - std::panicking::try::do_call::ha36db853b2f34e23 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:584:40 [INFO] [stdout] 37: 0x5b02e604a8a6 - std::panicking::try::h57e1aa33a0efb1be [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panicking.rs:547:19 [INFO] [stdout] 38: 0x5b02e604a8a6 - std::panic::catch_unwind::hdb71a6103024936e [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/panic.rs:358:14 [INFO] [stdout] 39: 0x5b02e604a8a6 - std::thread::Builder::spawn_unchecked_::{{closure}}::h8caa22218f423ab1 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/thread/mod.rs:562:30 [INFO] [stdout] 40: 0x5b02e604a8a6 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb3b44780e9c053e5 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 41: 0x5b02e60daf7b - as core::ops::function::FnOnce>::call_once::h2649f14f1b1c150d [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 42: 0x5b02e60daf7b - as core::ops::function::FnOnce>::call_once::hb2ade58cb34e1bc4 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/alloc/src/boxed.rs:1993:9 [INFO] [stdout] 43: 0x5b02e60daf7b - std::sys::pal::unix::thread::Thread::new::thread_start::ha07e360225fa3528 [INFO] [stdout] at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library/std/src/sys/pal/unix/thread.rs:106:17 [INFO] [stdout] 44: 0x780adc226ac3 - [INFO] [stdout] 45: 0x780adc2b7a04 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] test_aes_cbc_128 [INFO] [stdout] test_aes_cbc_256 [INFO] [stdout] test_aes_ecb_128 [INFO] [stdout] [INFO] [stdout] test result: FAILED. 9 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.53s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "789bb67ac051d003e826e2feac9647a4f156327c01e91ee40adc0f422fd497e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "789bb67ac051d003e826e2feac9647a4f156327c01e91ee40adc0f422fd497e3", kill_on_drop: false }` [INFO] [stdout] 789bb67ac051d003e826e2feac9647a4f156327c01e91ee40adc0f422fd497e3