[INFO] updating cached repository https://github.com/laralex/des-encryptor [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8624bd5cb1ed38493574b7408a372a76b439ab2b [INFO] testing laralex/des-encryptor against beta-2020-07-24 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flaralex%2Fdes-encryptor" "/workspace/builds/worker-14/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/laralex/des-encryptor on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/laralex/des-encryptor [INFO] finished tweaking git repo https://github.com/laralex/des-encryptor [INFO] tweaked toml for git repo https://github.com/laralex/des-encryptor written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/laralex/des-encryptor already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4421433b7c64c22d2ccbb398a5ffdb0bcf73d34bf48bd9776424ca2bb9d7e249 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4421433b7c64c22d2ccbb398a5ffdb0bcf73d34bf48bd9776424ca2bb9d7e249", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4421433b7c64c22d2ccbb398a5ffdb0bcf73d34bf48bd9776424ca2bb9d7e249", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4421433b7c64c22d2ccbb398a5ffdb0bcf73d34bf48bd9776424ca2bb9d7e249", kill_on_drop: false }` [INFO] [stdout] 4421433b7c64c22d2ccbb398a5ffdb0bcf73d34bf48bd9776424ca2bb9d7e249 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3f3e8b54c126ea336c640252c41a2511844b30792f4978dde654e447db514fe8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3f3e8b54c126ea336c640252c41a2511844b30792f4978dde654e447db514fe8", kill_on_drop: false }` [INFO] [stderr] Compiling des v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/des/api.rs:60:44 [INFO] [stdout] | [INFO] [stdout] 60 | (mut src: R, dst: W, block_affector: &Fn(u64, &mut I) -> u64, mut key_iterator: I, endianess: Endianess) -> io::Result<()> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(u64, &mut I) -> u64` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/des/api.rs:100:65 [INFO] [stdout] | [INFO] [stdout] 100 | fn transform_padded_slice(bytes: &mut [u8], block_affector: &Fn(u64, &mut I) -> u64, key_iterator: &mut I) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(u64, &mut I) -> u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.99s [INFO] running `Command { std: "docker" "inspect" "3f3e8b54c126ea336c640252c41a2511844b30792f4978dde654e447db514fe8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3f3e8b54c126ea336c640252c41a2511844b30792f4978dde654e447db514fe8", kill_on_drop: false }` [INFO] [stdout] 3f3e8b54c126ea336c640252c41a2511844b30792f4978dde654e447db514fe8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] cdd18d547099215320a79873ac01c8081161e3dc81559675220f0ca66d899a82 [INFO] running `Command { std: "docker" "start" "-a" "cdd18d547099215320a79873ac01c8081161e3dc81559675220f0ca66d899a82", kill_on_drop: false }` [INFO] [stderr] Compiling des v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/des/api.rs:60:44 [INFO] [stdout] | [INFO] [stdout] 60 | (mut src: R, dst: W, block_affector: &Fn(u64, &mut I) -> u64, mut key_iterator: I, endianess: Endianess) -> io::Result<()> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(u64, &mut I) -> u64` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/des/api.rs:100:65 [INFO] [stdout] | [INFO] [stdout] 100 | fn transform_padded_slice(bytes: &mut [u8], block_affector: &Fn(u64, &mut I) -> u64, key_iterator: &mut I) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(u64, &mut I) -> u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.26s [INFO] running `Command { std: "docker" "inspect" "cdd18d547099215320a79873ac01c8081161e3dc81559675220f0ca66d899a82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cdd18d547099215320a79873ac01c8081161e3dc81559675220f0ca66d899a82", kill_on_drop: false }` [INFO] [stdout] cdd18d547099215320a79873ac01c8081161e3dc81559675220f0ca66d899a82 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 49d343327e0077d8eeb2bff3402828abe80a2bf890c50c01742624021e5fdf7b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "49d343327e0077d8eeb2bff3402828abe80a2bf890c50c01742624021e5fdf7b", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] running 15 tests [INFO] [stderr] --> src/des/api.rs:60:44 [INFO] [stderr] | [INFO] [stderr] 60 | (mut src: R, dst: W, block_affector: &Fn(u64, &mut I) -> u64, mut key_iterator: I, endianess: Endianess) -> io::Result<()> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(u64, &mut I) -> u64` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/des/api.rs:100:65 [INFO] [stderr] | [INFO] [stderr] 100 | fn transform_padded_slice(bytes: &mut [u8], block_affector: &Fn(u64, &mut I) -> u64, key_iterator: &mut I) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(u64, &mut I) -> u64` [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/des-6b15e920694d0557 [INFO] [stdout] test des::details::bit_encoding::tests::test_encoding_table ... ok [INFO] [stdout] test des::details::bit_permutation::tests::test_permutation_table ... ok [INFO] [stdout] test math::bit_arithmetics::test::test_bit_rotate ... ok [INFO] [stdout] test math::bit_arithmetics::test::test_bit_mask_operations ... ok [INFO] [stdout] test des::details::round::tests::test_feilstel_function ... ok [INFO] [stdout] test ui::key_parsing::tests::test_key_from_str ... ok [INFO] [stdout] test math::bit_arithmetics::test::test_drop_bits ... ok [INFO] [stdout] test data_io::tests::test_open_rw_files ... FAILED [INFO] [stderr] error: test failed, to rerun pass '--bin des' [INFO] [stdout] test des::api::tests::test_decrypt ... FAILED [INFO] [stdout] test des::details::algorithm::tests::test_decryption_of_block ... FAILED [INFO] [stdout] test des::api::tests::test_encrypt ... FAILED [INFO] [stdout] test des::details::algorithm::tests::test_encryption_of_block ... FAILED [INFO] [stdout] test des::details::round::tests::test_encrypt_round ... FAILED [INFO] [stdout] test des::details::key_scheduling::tests::test_key_decrypting_scheduler ... FAILED [INFO] [stdout] test des::details::key_scheduling::tests::test_key_encrypting_scheduler ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- data_io::tests::test_open_rw_files stdout ---- [INFO] [stdout] thread 'data_io::tests::test_open_rw_files' panicked at 'Test fail: should normally open read file and [INFO] [stdout] create write file', src/data_io.rs:46:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e64bd65d75 - backtrace::backtrace::libunwind::trace::h5e2646fa3eddf2ea [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55e64bd65d75 - backtrace::backtrace::trace_unsynchronized::hb95dd7f77ce47877 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55e64bd65d75 - std::sys_common::backtrace::_print_fmt::h5e71b67af43fd70d [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55e64bd65d75 - ::fmt::hdb4a83d2b61107e5 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55e64bd8dcdc - core::fmt::write::ha20e7262fa3e8a7a [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x55e64bd1a615 - std::io::Write::write_fmt::hd8ff364c7845d2d0 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x55e64bd603a1 - std::io::impls::>::write_fmt::h1c057ef6e8762996 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x55e64bd684d0 - std::sys_common::backtrace::_print::h9c07314cc66ba539 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55e64bd684d0 - std::sys_common::backtrace::print::hd1fd65f49a2d8544 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55e64bd684d0 - std::panicking::default_hook::{{closure}}::h222da46485ab36fc [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55e64bd681ca - std::panicking::default_hook::hc5868949d129ed00 [INFO] [stdout] at src/libstd/panicking.rs:214 [INFO] [stdout] 11: 0x55e64bd68b13 - std::panicking::rust_panic_with_hook::h26a6ab8b0993c0c8 [INFO] [stdout] at src/libstd/panicking.rs:526 [INFO] [stdout] 12: 0x55e64bcfc805 - std::panicking::begin_panic::hb8641245cca2e0d8 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:456 [INFO] [stdout] 13: 0x55e64bd095b4 - des::data_io::tests::test_open_rw_files::hd54006fe74aee03c [INFO] [stdout] at src/data_io.rs:46 [INFO] [stdout] 14: 0x55e64bd0931a - des::data_io::tests::test_open_rw_files::{{closure}}::hcb3ae49448daa6f6 [INFO] [stdout] at src/data_io.rs:25 [INFO] [stdout] 15: 0x55e64bcf5ace - core::ops::function::FnOnce::call_once::hd1069b4e3a6f026f [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libcore/ops/function.rs:233 [INFO] [stdout] 16: 0x55e64bd41b8c - as core::ops::function::FnOnce>::call_once::h42148c33ed88c979 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/liballoc/boxed.rs:1081 [INFO] [stdout] 17: 0x55e64bd41b8c - as core::ops::function::FnOnce<()>>::call_once::h759dc0b09d774665 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:318 [INFO] [stdout] 18: 0x55e64bd41b8c - std::panicking::try::do_call::h676ad1fc9e9badea [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:348 [INFO] [stdout] 19: 0x55e64bd41b8c - std::panicking::try::hee36a8727a3050b0 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:325 [INFO] [stdout] 20: 0x55e64bd41b8c - std::panic::catch_unwind::hd5d426ebd89b2542 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55e64bd41b8c - test::run_test_in_process::h8dacdba4dc4cbaa5 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 22: 0x55e64bd41b8c - test::run_test::run_test_inner::{{closure}}::hf93754afad6be40f [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 23: 0x55e64bd19b06 - std::sys_common::backtrace::__rust_begin_short_backtrace::h2c69fab544a90730 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 24: 0x55e64bd1eb95 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hcf302fafa60d80f2 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/thread/mod.rs:475 [INFO] [stdout] 25: 0x55e64bd1eb95 - as core::ops::function::FnOnce<()>>::call_once::h39ede710608e817e [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:318 [INFO] [stdout] 26: 0x55e64bd1eb95 - std::panicking::try::do_call::hec0b4d2faa46fbf7 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:348 [INFO] [stdout] 27: 0x55e64bd1eb95 - std::panicking::try::h0144ba3f2539803d [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:325 [INFO] [stdout] 28: 0x55e64bd1eb95 - std::panic::catch_unwind::ha03e59eb589f857b [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55e64bd1eb95 - std::thread::Builder::spawn_unchecked::{{closure}}::hdeba34620a4a7a44 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/thread/mod.rs:474 [INFO] [stdout] 30: 0x55e64bd1eb95 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h552693dbb801eadd [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libcore/ops/function.rs:233 [INFO] [stdout] 31: 0x55e64bd6edea - as core::ops::function::FnOnce>::call_once::h61c24496ae624ac5 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/liballoc/boxed.rs:1081 [INFO] [stdout] 32: 0x55e64bd6edea - as core::ops::function::FnOnce>::call_once::h89548957afa14049 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/liballoc/boxed.rs:1081 [INFO] [stdout] 33: 0x55e64bd6edea - std::sys::unix::thread::Thread::new::thread_start::h73903fbbff5b990e [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 34: 0x7f7ace3f0609 - start_thread [INFO] [stdout] 35: 0x7f7ace2fc103 - __clone [INFO] [stdout] 36: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- des::api::tests::test_decrypt stdout ---- [INFO] [stdout] thread 'des::api::tests::test_decrypt' panicked at 'attempt to calculate the remainder with a divisor of zero', src/math/bit_arithmetics.rs:169:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e64bd65d75 - backtrace::backtrace::libunwind::trace::h5e2646fa3eddf2ea [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55e64bd65d75 - backtrace::backtrace::trace_unsynchronized::hb95dd7f77ce47877 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55e64bd65d75 - std::sys_common::backtrace::_print_fmt::h5e71b67af43fd70d [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55e64bd65d75 - ::fmt::hdb4a83d2b61107e5 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55e64bd8dcdc - core::fmt::write::ha20e7262fa3e8a7a [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x55e64bd1a615 - std::io::Write::write_fmt::hd8ff364c7845d2d0 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x55e64bd603a1 - std::io::impls::>::write_fmt::h1c057ef6e8762996 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x55e64bd684d0 - std::sys_common::backtrace::_print::h9c07314cc66ba539 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55e64bd684d0 - std::sys_common::backtrace::print::hd1fd65f49a2d8544 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55e64bd684d0 - std::panicking::default_hook::{{closure}}::h222da46485ab36fc [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55e64bd681ca - std::panicking::default_hook::hc5868949d129ed00 [INFO] [stdout] at src/libstd/panicking.rs:214 [INFO] [stdout] 11: 0x55e64bd68b13 - std::panicking::rust_panic_with_hook::h26a6ab8b0993c0c8 [INFO] [stdout] at src/libstd/panicking.rs:526 [INFO] [stdout] 12: 0x55e64bd6870b - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:437 [INFO] [stdout] 13: 0x55e64bd8c671 - core::panicking::panic_fmt::h17139c2000299725 [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 14: 0x55e64bd8c5bd - core::panicking::panic::hcdaeac63c39347d7 [INFO] [stdout] at src/libcore/panicking.rs:50 [INFO] [stdout] 15: 0x55e64bd16349 - des::math::bit_arithmetics::idx_from_low::rotate_range_to_high::h404dc539067ccb0e [INFO] [stdout] at src/math/bit_arithmetics.rs:169 [INFO] [stdout] 16: 0x55e64bd12c0e - des::des::details::key_scheduling::KeyScheduler::rotate_key::h05e36f17dc80714a [INFO] [stdout] at src/des/details/key_scheduling.rs:121 [INFO] [stdout] 17: 0x55e64bd12a6f - des::des::details::key_scheduling::KeyScheduler::new_decrypting::h89d603033835531d [INFO] [stdout] at src/des/details/key_scheduling.rs:95 [INFO] [stdout] 18: 0x55e64bcf9344 - des::des::api::decrypt::h49d381d6b01323db [INFO] [stdout] at src/des/api.rs:31 [INFO] [stdout] 19: 0x55e64bd191b9 - des::des::api::tests::test_decrypt::h4874bf077dc9ed03 [INFO] [stdout] at src/des/api.rs:162 [INFO] [stdout] 20: 0x55e64bd18f8a - des::des::api::tests::test_decrypt::{{closure}}::h21726ce20a17cff7 [INFO] [stdout] at src/des/api.rs:144 [INFO] [stdout] 21: 0x55e64bcf3cbe - core::ops::function::FnOnce::call_once::h52f7ece8172b6ecf [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libcore/ops/function.rs:233 [INFO] [stdout] 22: 0x55e64bd41b8c - as core::ops::function::FnOnce>::call_once::h42148c33ed88c979 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/liballoc/boxed.rs:1081 [INFO] [stdout] 23: 0x55e64bd41b8c - as core::ops::function::FnOnce<()>>::call_once::h759dc0b09d774665 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:318 [INFO] [stdout] 24: 0x55e64bd41b8c - std::panicking::try::do_call::h676ad1fc9e9badea [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:348 [INFO] [stdout] 25: 0x55e64bd41b8c - std::panicking::try::hee36a8727a3050b0 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:325 [INFO] [stdout] 26: 0x55e64bd41b8c - std::panic::catch_unwind::hd5d426ebd89b2542 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x55e64bd41b8c - test::run_test_in_process::h8dacdba4dc4cbaa5 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 28: 0x55e64bd41b8c - test::run_test::run_test_inner::{{closure}}::hf93754afad6be40f [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 29: 0x55e64bd19b06 - std::sys_common::backtrace::__rust_begin_short_backtrace::h2c69fab544a90730 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 30: 0x55e64bd1eb95 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hcf302fafa60d80f2 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/thread/mod.rs:475 [INFO] [stdout] 31: 0x55e64bd1eb95 - as core::ops::function::FnOnce<()>>::call_once::h39ede710608e817e [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:318 [INFO] [stdout] 32: 0x55e64bd1eb95 - std::panicking::try::do_call::hec0b4d2faa46fbf7 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:348 [INFO] [stdout] 33: 0x55e64bd1eb95 - std::panicking::try::h0144ba3f2539803d [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:325 [INFO] [stdout] 34: 0x55e64bd1eb95 - std::panic::catch_unwind::ha03e59eb589f857b [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:394 [INFO] [stdout] 35: 0x55e64bd1eb95 - std::thread::Builder::spawn_unchecked::{{closure}}::hdeba34620a4a7a44 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/thread/mod.rs:474 [INFO] [stdout] 36: 0x55e64bd1eb95 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h552693dbb801eadd [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libcore/ops/function.rs:233 [INFO] [stdout] 37: 0x55e64bd6edea - as core::ops::function::FnOnce>::call_once::h61c24496ae624ac5 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/liballoc/boxed.rs:1081 [INFO] [stdout] 38: 0x55e64bd6edea - as core::ops::function::FnOnce>::call_once::h89548957afa14049 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/liballoc/boxed.rs:1081 [INFO] [stdout] 39: 0x55e64bd6edea - std::sys::unix::thread::Thread::new::thread_start::h73903fbbff5b990e [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 40: 0x7f7ace3f0609 - start_thread [INFO] [stdout] 41: 0x7f7ace2fc103 - __clone [INFO] [stdout] 42: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- des::details::algorithm::tests::test_decryption_of_block stdout ---- [INFO] [stdout] thread 'des::details::algorithm::tests::test_decryption_of_block' panicked at 'attempt to calculate the remainder with a divisor of zero', src/math/bit_arithmetics.rs:169:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e64bd65d75 - backtrace::backtrace::libunwind::trace::h5e2646fa3eddf2ea [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55e64bd65d75 - backtrace::backtrace::trace_unsynchronized::hb95dd7f77ce47877 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55e64bd65d75 - std::sys_common::backtrace::_print_fmt::h5e71b67af43fd70d [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55e64bd65d75 - ::fmt::hdb4a83d2b61107e5 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55e64bd8dcdc - core::fmt::write::ha20e7262fa3e8a7a [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x55e64bd1a615 - std::io::Write::write_fmt::hd8ff364c7845d2d0 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x55e64bd603a1 - std::io::impls::>::write_fmt::h1c057ef6e8762996 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x55e64bd684d0 - std::sys_common::backtrace::_print::h9c07314cc66ba539 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55e64bd684d0 - std::sys_common::backtrace::print::hd1fd65f49a2d8544 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55e64bd684d0 - std::panicking::default_hook::{{closure}}::h222da46485ab36fc [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55e64bd681ca - std::panicking::default_hook::hc5868949d129ed00 [INFO] [stdout] at src/libstd/panicking.rs:214 [INFO] [stdout] 11: 0x55e64bd68b13 - std::panicking::rust_panic_with_hook::h26a6ab8b0993c0c8 [INFO] [stdout] at src/libstd/panicking.rs:526 [INFO] [stdout] 12: 0x55e64bd6870b - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:437 [INFO] [stdout] 13: 0x55e64bd8c671 - core::panicking::panic_fmt::h17139c2000299725 [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 14: 0x55e64bd8c5bd - core::panicking::panic::hcdaeac63c39347d7 [INFO] [stdout] at src/libcore/panicking.rs:50 [INFO] [stdout] 15: 0x55e64bd16349 - des::math::bit_arithmetics::idx_from_low::rotate_range_to_high::h404dc539067ccb0e [INFO] [stdout] at src/math/bit_arithmetics.rs:169 [INFO] [stdout] 16: 0x55e64bd12c0e - des::des::details::key_scheduling::KeyScheduler::rotate_key::h05e36f17dc80714a [INFO] [stdout] at src/des/details/key_scheduling.rs:121 [INFO] [stdout] 17: 0x55e64bd12a6f - des::des::details::key_scheduling::KeyScheduler::new_decrypting::h89d603033835531d [INFO] [stdout] at src/des/details/key_scheduling.rs:95 [INFO] [stdout] 18: 0x55e64bd08c70 - des::des::details::algorithm::decrypt_block_separately::h0f5622c73a5f95fe [INFO] [stdout] at src/des/details/algorithm.rs:52 [INFO] [stdout] 19: 0x55e64bd05cb0 - des::des::details::algorithm::tests::test_decryption_of_block::hb06d1407b1c3b68d [INFO] [stdout] at src/des/details/algorithm.rs:123 [INFO] [stdout] 20: 0x55e64bd05c7a - des::des::details::algorithm::tests::test_decryption_of_block::{{closure}}::h4febf84aafb220be [INFO] [stdout] at src/des/details/algorithm.rs:121 [INFO] [stdout] 21: 0x55e64bcf3e1e - core::ops::function::FnOnce::call_once::h9c5454687f1bc912 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libcore/ops/function.rs:233 [INFO] [stdout] 22: 0x55e64bd41b8c - as core::ops::function::FnOnce>::call_once::h42148c33ed88c979 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/liballoc/boxed.rs:1081 [INFO] [stdout] 23: 0x55e64bd41b8c - as core::ops::function::FnOnce<()>>::call_once::h759dc0b09d774665 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:318 [INFO] [stdout] 24: 0x55e64bd41b8c - std::panicking::try::do_call::h676ad1fc9e9badea [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:348 [INFO] [stdout] 25: 0x55e64bd41b8c - std::panicking::try::hee36a8727a3050b0 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:325 [INFO] [stdout] 26: 0x55e64bd41b8c - std::panic::catch_unwind::hd5d426ebd89b2542 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x55e64bd41b8c - test::run_test_in_process::h8dacdba4dc4cbaa5 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 28: 0x55e64bd41b8c - test::run_test::run_test_inner::{{closure}}::hf93754afad6be40f [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 29: 0x55e64bd19b06 - std::sys_common::backtrace::__rust_begin_short_backtrace::h2c69fab544a90730 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 30: 0x55e64bd1eb95 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hcf302fafa60d80f2 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/thread/mod.rs:475 [INFO] [stdout] 31: 0x55e64bd1eb95 - as core::ops::function::FnOnce<()>>::call_once::h39ede710608e817e [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:318 [INFO] [stdout] 32: 0x55e64bd1eb95 - std::panicking::try::do_call::hec0b4d2faa46fbf7 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:348 [INFO] [stdout] 33: 0x55e64bd1eb95 - std::panicking::try::h0144ba3f2539803d [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:325 [INFO] [stdout] 34: 0x55e64bd1eb95 - std::panic::catch_unwind::ha03e59eb589f857b [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:394 [INFO] [stdout] 35: 0x55e64bd1eb95 - std::thread::Builder::spawn_unchecked::{{closure}}::hdeba34620a4a7a44 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/thread/mod.rs:474 [INFO] [stdout] 36: 0x55e64bd1eb95 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h552693dbb801eadd [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libcore/ops/function.rs:233 [INFO] [stdout] 37: 0x55e64bd6edea - as core::ops::function::FnOnce>::call_once::h61c24496ae624ac5 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/liballoc/boxed.rs:1081 [INFO] [stdout] 38: 0x55e64bd6edea - as core::ops::function::FnOnce>::call_once::h89548957afa14049 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/liballoc/boxed.rs:1081 [INFO] [stdout] 39: 0x55e64bd6edea - std::sys::unix::thread::Thread::new::thread_start::h73903fbbff5b990e [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 40: 0x7f7ace3f0609 - start_thread [INFO] [stdout] 41: 0x7f7ace2fc103 - __clone [INFO] [stdout] 42: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- des::api::tests::test_encrypt stdout ---- [INFO] [stdout] Key { value: 0, size_bits: 0 } [INFO] [stdout] Key { value: 5823814759225118, size_bits: 56 } [INFO] [stdout] Key { value: 106029929741031, size_bits: 56 } [INFO] [stdout] Key { value: 106029929741031, size_bits: 56 } [INFO] [stdout] Key { value: 106029929741031, size_bits: 56 } [INFO] [stdout] Key { value: 106029929741031, size_bits: 56 } [INFO] [stdout] Key { value: 106029929741031, size_bits: 56 } [INFO] [stdout] Key { value: 106029929741031, size_bits: 56 } [INFO] [stdout] Key { value: 106029929741031, size_bits: 56 } [INFO] [stdout] Key { value: 106029929741031, size_bits: 56 } [INFO] [stdout] Key { value: 106029929741031, size_bits: 56 } [INFO] [stdout] Key { value: 106029929741031, size_bits: 56 } [INFO] [stdout] Key { value: 106029929741031, size_bits: 56 } [INFO] [stdout] Key { value: 106029929741031, size_bits: 56 } [INFO] [stdout] Key { value: 106029929741031, size_bits: 56 } [INFO] [stdout] Key { value: 106029929741031, size_bits: 56 } [INFO] [stdout] Key { value: 106029929741031, size_bits: 56 } [INFO] [stdout] Key { value: 106029929741031, size_bits: 56 } [INFO] [stdout] thread 'des::api::tests::test_encrypt' panicked at 'index out of bounds: the len is 8 but the index is 8', src/des/details/round.rs:180:28 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e64bd65d75 - backtrace::backtrace::libunwind::trace::h5e2646fa3eddf2ea [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55e64bd65d75 - backtrace::backtrace::trace_unsynchronized::hb95dd7f77ce47877 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55e64bd65d75 - std::sys_common::backtrace::_print_fmt::h5e71b67af43fd70d [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55e64bd65d75 - ::fmt::hdb4a83d2b61107e5 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55e64bd8dcdc - core::fmt::write::ha20e7262fa3e8a7a [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x55e64bd1a615 - std::io::Write::write_fmt::hd8ff364c7845d2d0 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x55e64bd603a1 - std::io::impls::>::write_fmt::h1c057ef6e8762996 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x55e64bd684d0 - std::sys_common::backtrace::_print::h9c07314cc66ba539 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55e64bd684d0 - std::sys_common::backtrace::print::hd1fd65f49a2d8544 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55e64bd684d0 - std::panicking::default_hook::{{closure}}::h222da46485ab36fc [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55e64bd681ca - std::panicking::default_hook::hc5868949d129ed00 [INFO] [stdout] at src/libstd/panicking.rs:214 [INFO] [stdout] 11: 0x55e64bd68b13 - std::panicking::rust_panic_with_hook::h26a6ab8b0993c0c8 [INFO] [stdout] at src/libstd/panicking.rs:526 [INFO] [stdout] 12: 0x55e64bd6870b - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:437 [INFO] [stdout] 13: 0x55e64bd8c671 - core::panicking::panic_fmt::h17139c2000299725 [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 14: 0x55e64bd8c632 - core::panicking::panic_bounds_check::hf70f8754a3be4c78 [INFO] [stdout] at src/libcore/panicking.rs:62 [INFO] [stdout] 15: 0x55e64bd0c61d - des::des::details::round::feilstel_function::h9efb67cb7d248870 [INFO] [stdout] at src/des/details/round.rs:180 [INFO] [stdout] 16: 0x55e64bd0c261 - des::des::details::round::encrypt_round::h139b70360a40709b [INFO] [stdout] at src/des/details/round.rs:145 [INFO] [stdout] 17: 0x55e64bd08edc - des::des::details::algorithm::act_on_block::hcdc09c124ab6bc4f [INFO] [stdout] at src/des/details/algorithm.rs:86 [INFO] [stdout] 18: 0x55e64bd08ce3 - des::des::details::algorithm::encrypt_block::h323a3fc2fc408adf [INFO] [stdout] at src/des/details/algorithm.rs:61 [INFO] [stdout] 19: 0x55e64bcf2ed2 - core::ops::function::Fn::call::he465106db59c35a8 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libcore/ops/function.rs:72 [INFO] [stdout] 20: 0x55e64bcfa1eb - des::des::api::transform_padded_slice::h8625d2d69900caa1 [INFO] [stdout] at src/des/api.rs:105 [INFO] [stdout] 21: 0x55e64bcf9ef3 - des::des::api::transform_data::hefd3a720063a0aa3 [INFO] [stdout] at src/des/api.rs:91 [INFO] [stdout] 22: 0x55e64bcf9243 - des::des::api::encrypt::h32b6126de11c8180 [INFO] [stdout] at src/des/api.rs:21 [INFO] [stdout] 23: 0x55e64bd18dd6 - des::des::api::tests::test_encrypt::h172ac8cfdfc9fd97 [INFO] [stdout] at src/des/api.rs:136 [INFO] [stdout] 24: 0x55e64bd18baa - des::des::api::tests::test_encrypt::{{closure}}::hf7422c9cbbc169f5 [INFO] [stdout] at src/des/api.rs:118 [INFO] [stdout] 25: 0x55e64bcf5a9e - core::ops::function::FnOnce::call_once::hbf15bb338768eb4e [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libcore/ops/function.rs:233 [INFO] [stdout] 26: 0x55e64bd41b8c - as core::ops::function::FnOnce>::call_once::h42148c33ed88c979 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/liballoc/boxed.rs:1081 [INFO] [stdout] 27: 0x55e64bd41b8c - as core::ops::function::FnOnce<()>>::call_once::h759dc0b09d774665 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:318 [INFO] [stdout] 28: 0x55e64bd41b8c - std::panicking::try::do_call::h676ad1fc9e9badea [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:348 [INFO] [stdout] 29: 0x55e64bd41b8c - std::panicking::try::hee36a8727a3050b0 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:325 [INFO] [stdout] 30: 0x55e64bd41b8c - std::panic::catch_unwind::hd5d426ebd89b2542 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:394 [INFO] [stdout] 31: 0x55e64bd41b8c - test::run_test_in_process::h8dacdba4dc4cbaa5 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 32: 0x55e64bd41b8c - test::run_test::run_test_inner::{{closure}}::hf93754afad6be40f [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 33: 0x55e64bd19b06 - std::sys_common::backtrace::__rust_begin_short_backtrace::h2c69fab544a90730 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 34: 0x55e64bd1eb95 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hcf302fafa60d80f2 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/thread/mod.rs:475 [INFO] [stdout] 35: 0x55e64bd1eb95 - as core::ops::function::FnOnce<()>>::call_once::h39ede710608e817e [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:318 [INFO] [stdout] 36: 0x55e64bd1eb95 - std::panicking::try::do_call::hec0b4d2faa46fbf7 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:348 [INFO] [stdout] 37: 0x55e64bd1eb95 - std::panicking::try::h0144ba3f2539803d [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:325 [INFO] [stdout] 38: 0x55e64bd1eb95 - std::panic::catch_unwind::ha03e59eb589f857b [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:394 [INFO] [stdout] 39: 0x55e64bd1eb95 - std::thread::Builder::spawn_unchecked::{{closure}}::hdeba34620a4a7a44 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/thread/mod.rs:474 [INFO] [stdout] 40: 0x55e64bd1eb95 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h552693dbb801eadd [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libcore/ops/function.rs:233 [INFO] [stdout] 41: 0x55e64bd6edea - as core::ops::function::FnOnce>::call_once::h61c24496ae624ac5 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/liballoc/boxed.rs:1081 [INFO] [stdout] 42: 0x55e64bd6edea - as core::ops::function::FnOnce>::call_once::h89548957afa14049 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/liballoc/boxed.rs:1081 [INFO] [stdout] 43: 0x55e64bd6edea - std::sys::unix::thread::Thread::new::thread_start::h73903fbbff5b990e [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 44: 0x7f7ace3f0609 - start_thread [INFO] [stdout] 45: 0x7f7ace2fc103 - __clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- des::details::algorithm::tests::test_encryption_of_block stdout ---- [INFO] [stdout] Key { value: 0, size_bits: 0 } [INFO] [stdout] Key { value: 67779029043144591, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] thread 'des::details::algorithm::tests::test_encryption_of_block' panicked at 'index out of bounds: the len is 8 but the index is 8', src/des/details/round.rs:180:28 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e64bd65d75 - backtrace::backtrace::libunwind::trace::h5e2646fa3eddf2ea [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55e64bd65d75 - backtrace::backtrace::trace_unsynchronized::hb95dd7f77ce47877 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55e64bd65d75 - std::sys_common::backtrace::_print_fmt::h5e71b67af43fd70d [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55e64bd65d75 - ::fmt::hdb4a83d2b61107e5 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55e64bd8dcdc - core::fmt::write::ha20e7262fa3e8a7a [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x55e64bd1a615 - std::io::Write::write_fmt::hd8ff364c7845d2d0 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x55e64bd603a1 - std::io::impls::>::write_fmt::h1c057ef6e8762996 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x55e64bd684d0 - std::sys_common::backtrace::_print::h9c07314cc66ba539 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55e64bd684d0 - std::sys_common::backtrace::print::hd1fd65f49a2d8544 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55e64bd684d0 - std::panicking::default_hook::{{closure}}::h222da46485ab36fc [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55e64bd681ca - std::panicking::default_hook::hc5868949d129ed00 [INFO] [stdout] at src/libstd/panicking.rs:214 [INFO] [stdout] 11: 0x55e64bd68b13 - std::panicking::rust_panic_with_hook::h26a6ab8b0993c0c8 [INFO] [stdout] at src/libstd/panicking.rs:526 [INFO] [stdout] 12: 0x55e64bd6870b - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:437 [INFO] [stdout] 13: 0x55e64bd8c671 - core::panicking::panic_fmt::h17139c2000299725 [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 14: 0x55e64bd8c632 - core::panicking::panic_bounds_check::hf70f8754a3be4c78 [INFO] [stdout] at src/libcore/panicking.rs:62 [INFO] [stdout] 15: 0x55e64bd0c61d - des::des::details::round::feilstel_function::h9efb67cb7d248870 [INFO] [stdout] at src/des/details/round.rs:180 [INFO] [stdout] 16: 0x55e64bd0c261 - des::des::details::round::encrypt_round::h139b70360a40709b [INFO] [stdout] at src/des/details/round.rs:145 [INFO] [stdout] 17: 0x55e64bd08edc - des::des::details::algorithm::act_on_block::hcdc09c124ab6bc4f [INFO] [stdout] at src/des/details/algorithm.rs:86 [INFO] [stdout] 18: 0x55e64bd08c0d - des::des::details::algorithm::encrypt_block_separately::hc1f46be993516dde [INFO] [stdout] at src/des/details/algorithm.rs:40 [INFO] [stdout] 19: 0x55e64bd05320 - des::des::details::algorithm::tests::test_encryption_of_block::h12cee1358e5dadf0 [INFO] [stdout] at src/des/details/algorithm.rs:99 [INFO] [stdout] 20: 0x55e64bd052ea - des::des::details::algorithm::tests::test_encryption_of_block::{{closure}}::h949e8c7682d55f63 [INFO] [stdout] at src/des/details/algorithm.rs:97 [INFO] [stdout] 21: 0x55e64bcf3c0e - core::ops::function::FnOnce::call_once::h496607318b7e8085 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libcore/ops/function.rs:233 [INFO] [stdout] 22: 0x55e64bd41b8c - as core::ops::function::FnOnce>::call_once::h42148c33ed88c979 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/liballoc/boxed.rs:1081 [INFO] [stdout] 23: 0x55e64bd41b8c - as core::ops::function::FnOnce<()>>::call_once::h759dc0b09d774665 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:318 [INFO] [stdout] 24: 0x55e64bd41b8c - std::panicking::try::do_call::h676ad1fc9e9badea [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:348 [INFO] [stdout] 25: 0x55e64bd41b8c - std::panicking::try::hee36a8727a3050b0 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:325 [INFO] [stdout] 26: 0x55e64bd41b8c - std::panic::catch_unwind::hd5d426ebd89b2542 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x55e64bd41b8c - test::run_test_in_process::h8dacdba4dc4cbaa5 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 28: 0x55e64bd41b8c - test::run_test::run_test_inner::{{closure}}::hf93754afad6be40f [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 29: 0x55e64bd19b06 - std::sys_common::backtrace::__rust_begin_short_backtrace::h2c69fab544a90730 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 30: 0x55e64bd1eb95 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hcf302fafa60d80f2 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/thread/mod.rs:475 [INFO] [stdout] 31: 0x55e64bd1eb95 - as core::ops::function::FnOnce<()>>::call_once::h39ede710608e817e [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:318 [INFO] [stdout] 32: 0x55e64bd1eb95 - std::panicking::try::do_call::hec0b4d2faa46fbf7 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:348 [INFO] [stdout] 33: 0x55e64bd1eb95 - std::panicking::try::h0144ba3f2539803d [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:325 [INFO] [stdout] 34: 0x55e64bd1eb95 - std::panic::catch_unwind::ha03e59eb589f857b [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:394 [INFO] [stdout] 35: 0x55e64bd1eb95 - std::thread::Builder::spawn_unchecked::{{closure}}::hdeba34620a4a7a44 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/thread/mod.rs:474 [INFO] [stdout] 36: 0x55e64bd1eb95 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h552693dbb801eadd [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libcore/ops/function.rs:233 [INFO] [stdout] 37: 0x55e64bd6edea - as core::ops::function::FnOnce>::call_once::h61c24496ae624ac5 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/liballoc/boxed.rs:1081 [INFO] [stdout] 38: 0x55e64bd6edea - as core::ops::function::FnOnce>::call_once::h89548957afa14049 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/liballoc/boxed.rs:1081 [INFO] [stdout] 39: 0x55e64bd6edea - std::sys::unix::thread::Thread::new::thread_start::h73903fbbff5b990e [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 40: 0x7f7ace3f0609 - start_thread [INFO] [stdout] 41: 0x7f7ace2fc103 - __clone [INFO] [stdout] 42: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- des::details::round::tests::test_encrypt_round stdout ---- [INFO] [stdout] Key { value: 0, size_bits: 0 } [INFO] [stdout] Key { value: 67779029043144591, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] thread 'des::details::round::tests::test_encrypt_round' panicked at 'index out of bounds: the len is 8 but the index is 8', src/des/details/round.rs:180:28 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e64bd65d75 - backtrace::backtrace::libunwind::trace::h5e2646fa3eddf2ea [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55e64bd65d75 - backtrace::backtrace::trace_unsynchronized::hb95dd7f77ce47877 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55e64bd65d75 - std::sys_common::backtrace::_print_fmt::h5e71b67af43fd70d [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55e64bd65d75 - ::fmt::hdb4a83d2b61107e5 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55e64bd8dcdc - core::fmt::write::ha20e7262fa3e8a7a [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x55e64bd1a615 - std::io::Write::write_fmt::hd8ff364c7845d2d0 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x55e64bd603a1 - std::io::impls::>::write_fmt::h1c057ef6e8762996 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x55e64bd684d0 - std::sys_common::backtrace::_print::h9c07314cc66ba539 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55e64bd684d0 - std::sys_common::backtrace::print::hd1fd65f49a2d8544 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55e64bd684d0 - std::panicking::default_hook::{{closure}}::h222da46485ab36fc [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55e64bd681ca - std::panicking::default_hook::hc5868949d129ed00 [INFO] [stdout] at src/libstd/panicking.rs:214 [INFO] [stdout] 11: 0x55e64bd68b13 - std::panicking::rust_panic_with_hook::h26a6ab8b0993c0c8 [INFO] [stdout] at src/libstd/panicking.rs:526 [INFO] [stdout] 12: 0x55e64bd6870b - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:437 [INFO] [stdout] 13: 0x55e64bd8c671 - core::panicking::panic_fmt::h17139c2000299725 [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 14: 0x55e64bd8c632 - core::panicking::panic_bounds_check::hf70f8754a3be4c78 [INFO] [stdout] at src/libcore/panicking.rs:62 [INFO] [stdout] 15: 0x55e64bd0c61d - des::des::details::round::feilstel_function::h9efb67cb7d248870 [INFO] [stdout] at src/des/details/round.rs:180 [INFO] [stdout] 16: 0x55e64bd0c261 - des::des::details::round::encrypt_round::h139b70360a40709b [INFO] [stdout] at src/des/details/round.rs:145 [INFO] [stdout] 17: 0x55e64bd03798 - des::des::details::round::tests::test_encrypt_round::h6a2cc72f4ca08c91 [INFO] [stdout] at src/des/details/round.rs:205 [INFO] [stdout] 18: 0x55e64bd036ea - des::des::details::round::tests::test_encrypt_round::{{closure}}::h41f2e0352eed21e8 [INFO] [stdout] at src/des/details/round.rs:202 [INFO] [stdout] 19: 0x55e64bcf3d8e - core::ops::function::FnOnce::call_once::h683b61bee3e20f94 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libcore/ops/function.rs:233 [INFO] [stdout] 20: 0x55e64bd41b8c - as core::ops::function::FnOnce>::call_once::h42148c33ed88c979 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/liballoc/boxed.rs:1081 [INFO] [stdout] 21: 0x55e64bd41b8c - as core::ops::function::FnOnce<()>>::call_once::h759dc0b09d774665 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:318 [INFO] [stdout] 22: 0x55e64bd41b8c - std::panicking::try::do_call::h676ad1fc9e9badea [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:348 [INFO] [stdout] 23: 0x55e64bd41b8c - std::panicking::try::hee36a8727a3050b0 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:325 [INFO] [stdout] 24: 0x55e64bd41b8c - std::panic::catch_unwind::hd5d426ebd89b2542 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:394 [INFO] [stdout] 25: 0x55e64bd41b8c - test::run_test_in_process::h8dacdba4dc4cbaa5 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 26: 0x55e64bd41b8c - test::run_test::run_test_inner::{{closure}}::hf93754afad6be40f [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 27: 0x55e64bd19b06 - std::sys_common::backtrace::__rust_begin_short_backtrace::h2c69fab544a90730 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 28: 0x55e64bd1eb95 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hcf302fafa60d80f2 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/thread/mod.rs:475 [INFO] [stdout] 29: 0x55e64bd1eb95 - as core::ops::function::FnOnce<()>>::call_once::h39ede710608e817e [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:318 [INFO] [stdout] 30: 0x55e64bd1eb95 - std::panicking::try::do_call::hec0b4d2faa46fbf7 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:348 [INFO] [stdout] 31: 0x55e64bd1eb95 - std::panicking::try::h0144ba3f2539803d [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:325 [INFO] [stdout] 32: 0x55e64bd1eb95 - std::panic::catch_unwind::ha03e59eb589f857b [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:394 [INFO] [stdout] 33: 0x55e64bd1eb95 - std::thread::Builder::spawn_unchecked::{{closure}}::hdeba34620a4a7a44 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/thread/mod.rs:474 [INFO] [stdout] 34: 0x55e64bd1eb95 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h552693dbb801eadd [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libcore/ops/function.rs:233 [INFO] [stdout] 35: 0x55e64bd6edea - as core::ops::function::FnOnce>::call_once::h61c24496ae624ac5 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/liballoc/boxed.rs:1081 [INFO] [stdout] 36: 0x55e64bd6edea - as core::ops::function::FnOnce>::call_once::h89548957afa14049 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/liballoc/boxed.rs:1081 [INFO] [stdout] 37: 0x55e64bd6edea - std::sys::unix::thread::Thread::new::thread_start::h73903fbbff5b990e [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 38: 0x7f7ace3f0609 - start_thread [INFO] [stdout] 39: 0x7f7ace2fc103 - __clone [INFO] [stdout] 40: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- des::details::key_scheduling::tests::test_key_decrypting_scheduler stdout ---- [INFO] [stdout] thread 'des::details::key_scheduling::tests::test_key_decrypting_scheduler' panicked at 'attempt to calculate the remainder with a divisor of zero', src/math/bit_arithmetics.rs:169:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e64bd65d75 - backtrace::backtrace::libunwind::trace::h5e2646fa3eddf2ea [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55e64bd65d75 - backtrace::backtrace::trace_unsynchronized::hb95dd7f77ce47877 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55e64bd65d75 - std::sys_common::backtrace::_print_fmt::h5e71b67af43fd70d [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55e64bd65d75 - ::fmt::hdb4a83d2b61107e5 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55e64bd8dcdc - core::fmt::write::ha20e7262fa3e8a7a [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x55e64bd1a615 - std::io::Write::write_fmt::hd8ff364c7845d2d0 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x55e64bd603a1 - std::io::impls::>::write_fmt::h1c057ef6e8762996 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x55e64bd684d0 - std::sys_common::backtrace::_print::h9c07314cc66ba539 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55e64bd684d0 - std::sys_common::backtrace::print::hd1fd65f49a2d8544 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55e64bd684d0 - std::panicking::default_hook::{{closure}}::h222da46485ab36fc [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55e64bd681ca - std::panicking::default_hook::hc5868949d129ed00 [INFO] [stdout] at src/libstd/panicking.rs:214 [INFO] [stdout] 11: 0x55e64bd68b13 - std::panicking::rust_panic_with_hook::h26a6ab8b0993c0c8 [INFO] [stdout] at src/libstd/panicking.rs:526 [INFO] [stdout] 12: 0x55e64bd6870b - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:437 [INFO] [stdout] 13: 0x55e64bd8c671 - core::panicking::panic_fmt::h17139c2000299725 [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 14: 0x55e64bd8c5bd - core::panicking::panic::hcdaeac63c39347d7 [INFO] [stdout] at src/libcore/panicking.rs:50 [INFO] [stdout] 15: 0x55e64bd16349 - des::math::bit_arithmetics::idx_from_low::rotate_range_to_high::h404dc539067ccb0e [INFO] [stdout] at src/math/bit_arithmetics.rs:169 [INFO] [stdout] 16: 0x55e64bd12c0e - des::des::details::key_scheduling::KeyScheduler::rotate_key::h05e36f17dc80714a [INFO] [stdout] at src/des/details/key_scheduling.rs:121 [INFO] [stdout] 17: 0x55e64bd12a6f - des::des::details::key_scheduling::KeyScheduler::new_decrypting::h89d603033835531d [INFO] [stdout] at src/des/details/key_scheduling.rs:95 [INFO] [stdout] 18: 0x55e64bce74d4 - des::des::details::key_scheduling::tests::test_key_decrypting_scheduler::h8dec3eabe19bebfd [INFO] [stdout] at src/des/details/key_scheduling.rs:269 [INFO] [stdout] 19: 0x55e64bce749a - des::des::details::key_scheduling::tests::test_key_decrypting_scheduler::{{closure}}::h753111bdb20cad66 [INFO] [stdout] at src/des/details/key_scheduling.rs:268 [INFO] [stdout] 20: 0x55e64bcf407e - core::ops::function::FnOnce::call_once::hab9715b5a5b046d1 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libcore/ops/function.rs:233 [INFO] [stdout] 21: 0x55e64bd41b8c - as core::ops::function::FnOnce>::call_once::h42148c33ed88c979 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/liballoc/boxed.rs:1081 [INFO] [stdout] 22: 0x55e64bd41b8c - as core::ops::function::FnOnce<()>>::call_once::h759dc0b09d774665 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:318 [INFO] [stdout] 23: 0x55e64bd41b8c - std::panicking::try::do_call::h676ad1fc9e9badea [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:348 [INFO] [stdout] 24: 0x55e64bd41b8c - std::panicking::try::hee36a8727a3050b0 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:325 [INFO] [stdout] 25: 0x55e64bd41b8c - std::panic::catch_unwind::hd5d426ebd89b2542 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:394 [INFO] [stdout] 26: 0x55e64bd41b8c - test::run_test_in_process::h8dacdba4dc4cbaa5 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 27: 0x55e64bd41b8c - test::run_test::run_test_inner::{{closure}}::hf93754afad6be40f [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 28: 0x55e64bd19b06 - std::sys_common::backtrace::__rust_begin_short_backtrace::h2c69fab544a90730 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 29: 0x55e64bd1eb95 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hcf302fafa60d80f2 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/thread/mod.rs:475 [INFO] [stdout] 30: 0x55e64bd1eb95 - as core::ops::function::FnOnce<()>>::call_once::h39ede710608e817e [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:318 [INFO] [stdout] 31: 0x55e64bd1eb95 - std::panicking::try::do_call::hec0b4d2faa46fbf7 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:348 [INFO] [stdout] 32: 0x55e64bd1eb95 - std::panicking::try::h0144ba3f2539803d [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:325 [INFO] [stdout] 33: 0x55e64bd1eb95 - std::panic::catch_unwind::ha03e59eb589f857b [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:394 [INFO] [stdout] 34: 0x55e64bd1eb95 - std::thread::Builder::spawn_unchecked::{{closure}}::hdeba34620a4a7a44 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/thread/mod.rs:474 [INFO] [stdout] 35: 0x55e64bd1eb95 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h552693dbb801eadd [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libcore/ops/function.rs:233 [INFO] [stdout] 36: 0x55e64bd6edea - as core::ops::function::FnOnce>::call_once::h61c24496ae624ac5 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/liballoc/boxed.rs:1081 [INFO] [stdout] 37: 0x55e64bd6edea - as core::ops::function::FnOnce>::call_once::h89548957afa14049 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/liballoc/boxed.rs:1081 [INFO] [stdout] 38: 0x55e64bd6edea - std::sys::unix::thread::Thread::new::thread_start::h73903fbbff5b990e [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 39: 0x7f7ace3f0609 - start_thread [INFO] [stdout] 40: 0x7f7ace2fc103 - __clone [INFO] [stdout] 41: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- des::details::key_scheduling::tests::test_key_encrypting_scheduler stdout ---- [INFO] [stdout] Key { value: 0, size_bits: 0 } [INFO] [stdout] Key { value: 67779029043144591, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] Key { value: 223465186400245, size_bits: 56 } [INFO] [stdout] thread 'des::details::key_scheduling::tests::test_key_encrypting_scheduler' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `223465186400245`, [INFO] [stdout] right: `29699430183026`: k1', src/des/details/key_scheduling.rs:197:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55e64bd65d75 - backtrace::backtrace::libunwind::trace::h5e2646fa3eddf2ea [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55e64bd65d75 - backtrace::backtrace::trace_unsynchronized::hb95dd7f77ce47877 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55e64bd65d75 - std::sys_common::backtrace::_print_fmt::h5e71b67af43fd70d [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55e64bd65d75 - ::fmt::hdb4a83d2b61107e5 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55e64bd8dcdc - core::fmt::write::ha20e7262fa3e8a7a [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x55e64bd1a615 - std::io::Write::write_fmt::hd8ff364c7845d2d0 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x55e64bd603a1 - std::io::impls::>::write_fmt::h1c057ef6e8762996 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x55e64bd684d0 - std::sys_common::backtrace::_print::h9c07314cc66ba539 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55e64bd684d0 - std::sys_common::backtrace::print::hd1fd65f49a2d8544 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55e64bd684d0 - std::panicking::default_hook::{{closure}}::h222da46485ab36fc [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55e64bd681ca - std::panicking::default_hook::hc5868949d129ed00 [INFO] [stdout] at src/libstd/panicking.rs:214 [INFO] [stdout] 11: 0x55e64bd68b13 - std::panicking::rust_panic_with_hook::h26a6ab8b0993c0c8 [INFO] [stdout] at src/libstd/panicking.rs:526 [INFO] [stdout] 12: 0x55e64bd6870b - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:437 [INFO] [stdout] 13: 0x55e64bd6867b - std::panicking::begin_panic_fmt::h2ff295231415d4a6 [INFO] [stdout] at src/libstd/panicking.rs:391 [INFO] [stdout] 14: 0x55e64bce15a8 - des::des::details::key_scheduling::tests::test_key_encrypting_scheduler::h37a3bf13827fa1e3 [INFO] [stdout] at src/des/details/key_scheduling.rs:197 [INFO] [stdout] 15: 0x55e64bce125a - des::des::details::key_scheduling::tests::test_key_encrypting_scheduler::{{closure}}::hd967789aaff233ad [INFO] [stdout] at src/des/details/key_scheduling.rs:193 [INFO] [stdout] 16: 0x55e64bcf3dbe - core::ops::function::FnOnce::call_once::h874f201a76d26829 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libcore/ops/function.rs:233 [INFO] [stdout] 17: 0x55e64bd41b8c - as core::ops::function::FnOnce>::call_once::h42148c33ed88c979 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/liballoc/boxed.rs:1081 [INFO] [stdout] 18: 0x55e64bd41b8c - as core::ops::function::FnOnce<()>>::call_once::h759dc0b09d774665 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:318 [INFO] [stdout] 19: 0x55e64bd41b8c - std::panicking::try::do_call::h676ad1fc9e9badea [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:348 [INFO] [stdout] 20: 0x55e64bd41b8c - std::panicking::try::hee36a8727a3050b0 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:325 [INFO] [stdout] 21: 0x55e64bd41b8c - std::panic::catch_unwind::hd5d426ebd89b2542 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:394 [INFO] [stdout] 22: 0x55e64bd41b8c - test::run_test_in_process::h8dacdba4dc4cbaa5 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 23: 0x55e64bd41b8c - test::run_test::run_test_inner::{{closure}}::hf93754afad6be40f [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 24: 0x55e64bd19b06 - std::sys_common::backtrace::__rust_begin_short_backtrace::h2c69fab544a90730 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 25: 0x55e64bd1eb95 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hcf302fafa60d80f2 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/thread/mod.rs:475 [INFO] [stdout] 26: 0x55e64bd1eb95 - as core::ops::function::FnOnce<()>>::call_once::h39ede710608e817e [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:318 [INFO] [stdout] 27: 0x55e64bd1eb95 - std::panicking::try::do_call::hec0b4d2faa46fbf7 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:348 [INFO] [stdout] 28: 0x55e64bd1eb95 - std::panicking::try::h0144ba3f2539803d [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panicking.rs:325 [INFO] [stdout] 29: 0x55e64bd1eb95 - std::panic::catch_unwind::ha03e59eb589f857b [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/panic.rs:394 [INFO] [stdout] 30: 0x55e64bd1eb95 - std::thread::Builder::spawn_unchecked::{{closure}}::hdeba34620a4a7a44 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libstd/thread/mod.rs:474 [INFO] [stdout] 31: 0x55e64bd1eb95 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h552693dbb801eadd [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/libcore/ops/function.rs:233 [INFO] [stdout] 32: 0x55e64bd6edea - as core::ops::function::FnOnce>::call_once::h61c24496ae624ac5 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/liballoc/boxed.rs:1081 [INFO] [stdout] 33: 0x55e64bd6edea - as core::ops::function::FnOnce>::call_once::h89548957afa14049 [INFO] [stdout] at /rustc/6f959902b3103c49ca981fbc01871589c3498489/src/liballoc/boxed.rs:1081 [INFO] [stdout] 34: 0x55e64bd6edea - std::sys::unix::thread::Thread::new::thread_start::h73903fbbff5b990e [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 35: 0x7f7ace3f0609 - start_thread [INFO] [stdout] 36: 0x7f7ace2fc103 - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] data_io::tests::test_open_rw_files [INFO] [stdout] des::api::tests::test_decrypt [INFO] [stdout] des::api::tests::test_encrypt [INFO] [stdout] des::details::algorithm::tests::test_decryption_of_block [INFO] [stdout] des::details::algorithm::tests::test_encryption_of_block [INFO] [stdout] des::details::key_scheduling::tests::test_key_decrypting_scheduler [INFO] [stdout] des::details::key_scheduling::tests::test_key_encrypting_scheduler [INFO] [stdout] des::details::round::tests::test_encrypt_round [INFO] [stdout] [INFO] [stdout] test result: FAILED. 7 passed; 8 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "49d343327e0077d8eeb2bff3402828abe80a2bf890c50c01742624021e5fdf7b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "49d343327e0077d8eeb2bff3402828abe80a2bf890c50c01742624021e5fdf7b", kill_on_drop: false }` [INFO] [stdout] 49d343327e0077d8eeb2bff3402828abe80a2bf890c50c01742624021e5fdf7b