[INFO] updating cached repository https://github.com/laralex/des-encryptor [INFO] running `"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"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8624bd5cb1ed38493574b7408a372a76b439ab2b [INFO] testing laralex/des-encryptor against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flaralex%2Fdes-encryptor" "/workspace/builds/worker-11/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/laralex/des-encryptor on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [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-11/source/Cargo.toml [INFO] crate git repo https://github.com/laralex/des-encryptor already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a8688b97f7c344f08cf8affc30f7f32668c3140ade33b0d787eb80244e6f2f36 [INFO] running `"docker" "start" "-a" "a8688b97f7c344f08cf8affc30f7f32668c3140ade33b0d787eb80244e6f2f36"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling des v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [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 dev [unoptimized + debuginfo] target(s) in 2.21s [INFO] running `"docker" "inspect" "a8688b97f7c344f08cf8affc30f7f32668c3140ade33b0d787eb80244e6f2f36"` [INFO] running `"docker" "rm" "-f" "a8688b97f7c344f08cf8affc30f7f32668c3140ade33b0d787eb80244e6f2f36"` [INFO] [stdout] a8688b97f7c344f08cf8affc30f7f32668c3140ade33b0d787eb80244e6f2f36 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 131439a4d7ec1d90551c0a04f2ac0af2b32dd3bb7cf94a860dd23bdb721acb93 [INFO] running `"docker" "start" "-a" "131439a4d7ec1d90551c0a04f2ac0af2b32dd3bb7cf94a860dd23bdb721acb93"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling des v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [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 3.36s [INFO] running `"docker" "inspect" "131439a4d7ec1d90551c0a04f2ac0af2b32dd3bb7cf94a860dd23bdb721acb93"` [INFO] running `"docker" "rm" "-f" "131439a4d7ec1d90551c0a04f2ac0af2b32dd3bb7cf94a860dd23bdb721acb93"` [INFO] [stdout] 131439a4d7ec1d90551c0a04f2ac0af2b32dd3bb7cf94a860dd23bdb721acb93 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2a1666e461052bea57a9763a2a968ae1ca4ecaf040691dbdc32f67d9682af9b8 [INFO] running `"docker" "start" "-a" "2a1666e461052bea57a9763a2a968ae1ca4ecaf040691dbdc32f67d9682af9b8"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [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.03s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/des-40e1812ab3a5f0df [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test ui::key_parsing::tests::test_key_from_str ... 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 math::bit_arithmetics::test::test_drop_bits ... ok [INFO] [stdout] test des::details::bit_encoding::tests::test_encoding_table ... ok [INFO] [stdout] test des::details::round::tests::test_feilstel_function ... ok [INFO] [stdout] test des::details::algorithm::tests::test_decryption_of_block ... 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] test des::api::tests::test_decrypt ... FAILED [INFO] [stdout] test data_io::tests::test_open_rw_files ... FAILED [INFO] [stdout] test des::details::round::tests::test_encrypt_round ... FAILED [INFO] [stdout] test des::api::tests::test_encrypt ... FAILED [INFO] [stdout] test des::details::algorithm::tests::test_encryption_of_block ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [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: 0x55e6508751c4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55e6508751c4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55e6508751c4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55e6508751c4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55e65089e10c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55e650828bd5 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55e65086f711 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55e650877a95 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55e650877a95 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55e650877a95 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55e65087777b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55e6508780f2 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:511 [INFO] [stdout] 12: 0x55e650877cdb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55e65089cb31 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55e65089ca7d - core::panicking::panic::h57854ec308e1f8ab [INFO] [stdout] at src/libcore/panicking.rs:54 [INFO] [stdout] 15: 0x55e650827309 - des::math::bit_arithmetics::idx_from_low::rotate_range_to_high::h4fae1ee35b3b8cd9 [INFO] [stdout] at src/math/bit_arithmetics.rs:169 [INFO] [stdout] 16: 0x55e65081f37e - des::des::details::key_scheduling::KeyScheduler::rotate_key::h613ef88e5a223d13 [INFO] [stdout] at src/des/details/key_scheduling.rs:121 [INFO] [stdout] 17: 0x55e65081f1f7 - des::des::details::key_scheduling::KeyScheduler::new_decrypting::h5d45dc2acc124ed1 [INFO] [stdout] at src/des/details/key_scheduling.rs:95 [INFO] [stdout] 18: 0x55e650815cc0 - des::des::details::algorithm::decrypt_block_separately::hfe3e75116565ea6f [INFO] [stdout] at src/des/details/algorithm.rs:52 [INFO] [stdout] 19: 0x55e650816f10 - des::des::details::algorithm::tests::test_decryption_of_block::h02d857794fae8db0 [INFO] [stdout] at src/des/details/algorithm.rs:123 [INFO] [stdout] 20: 0x55e650816eda - des::des::details::algorithm::tests::test_decryption_of_block::{{closure}}::h61bc81b9be053e51 [INFO] [stdout] at src/des/details/algorithm.rs:121 [INFO] [stdout] 21: 0x55e65080899e - core::ops::function::FnOnce::call_once::h31e6046a3f259791 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 22: 0x55e650850066 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 23: 0x55e650850066 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 24: 0x55e650850066 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 25: 0x55e650850066 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 26: 0x55e650850066 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x55e650850066 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 28: 0x55e650850066 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 29: 0x55e650828086 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 30: 0x55e65082d415 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 31: 0x55e65082d415 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 32: 0x55e65082d415 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 33: 0x55e65082d415 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 34: 0x55e65082d415 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 35: 0x55e65082d415 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 36: 0x55e65082d415 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 37: 0x55e65087e9ea - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 38: 0x55e65087e9ea - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 39: 0x55e65087e9ea - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 40: 0x7f54c59ac609 - start_thread [INFO] [stdout] 41: 0x7f54c58b8103 - __clone [INFO] [stdout] 42: 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: 0x55e6508751c4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55e6508751c4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55e6508751c4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55e6508751c4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55e65089e10c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55e650828bd5 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55e65086f711 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55e650877a95 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55e650877a95 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55e650877a95 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55e65087777b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55e6508780f2 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:511 [INFO] [stdout] 12: 0x55e650877cdb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55e65089cb31 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55e65089ca7d - core::panicking::panic::h57854ec308e1f8ab [INFO] [stdout] at src/libcore/panicking.rs:54 [INFO] [stdout] 15: 0x55e650827309 - des::math::bit_arithmetics::idx_from_low::rotate_range_to_high::h4fae1ee35b3b8cd9 [INFO] [stdout] at src/math/bit_arithmetics.rs:169 [INFO] [stdout] 16: 0x55e65081f37e - des::des::details::key_scheduling::KeyScheduler::rotate_key::h613ef88e5a223d13 [INFO] [stdout] at src/des/details/key_scheduling.rs:121 [INFO] [stdout] 17: 0x55e65081f1f7 - des::des::details::key_scheduling::KeyScheduler::new_decrypting::h5d45dc2acc124ed1 [INFO] [stdout] at src/des/details/key_scheduling.rs:95 [INFO] [stdout] 18: 0x55e6507f34d4 - des::des::details::key_scheduling::tests::test_key_decrypting_scheduler::h9454382531a542d0 [INFO] [stdout] at src/des/details/key_scheduling.rs:269 [INFO] [stdout] 19: 0x55e6507f349a - des::des::details::key_scheduling::tests::test_key_decrypting_scheduler::{{closure}}::h667f80c680b5d19a [INFO] [stdout] at src/des/details/key_scheduling.rs:268 [INFO] [stdout] 20: 0x55e65080896e - core::ops::function::FnOnce::call_once::h26b3a9421cdbcdc9 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 21: 0x55e650850066 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 22: 0x55e650850066 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 23: 0x55e650850066 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 24: 0x55e650850066 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 25: 0x55e650850066 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 26: 0x55e650850066 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 27: 0x55e650850066 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 28: 0x55e650828086 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 29: 0x55e65082d415 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 30: 0x55e65082d415 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 31: 0x55e65082d415 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 32: 0x55e65082d415 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 33: 0x55e65082d415 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 34: 0x55e65082d415 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 35: 0x55e65082d415 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 36: 0x55e65087e9ea - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 37: 0x55e65087e9ea - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 38: 0x55e65087e9ea - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 39: 0x7f54c59ac609 - start_thread [INFO] [stdout] 40: 0x7f54c58b8103 - __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: 0x55e6508751c4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55e6508751c4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55e6508751c4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55e6508751c4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55e65089e10c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55e650828bd5 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55e65086f711 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55e650877a95 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55e650877a95 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55e650877a95 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55e65087777b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55e6508780f2 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:511 [INFO] [stdout] 12: 0x55e650877cdb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55e650877c4b - std::panicking::begin_panic_fmt::h3693eb684a4f728c [INFO] [stdout] at src/libstd/panicking.rs:373 [INFO] [stdout] 14: 0x55e6507ed5a8 - des::des::details::key_scheduling::tests::test_key_encrypting_scheduler::hd77843bf8b488e25 [INFO] [stdout] at src/des/details/key_scheduling.rs:197 [INFO] [stdout] 15: 0x55e6507ed25a - des::des::details::key_scheduling::tests::test_key_encrypting_scheduler::{{closure}}::h45863a56f5a0855c [INFO] [stdout] at src/des/details/key_scheduling.rs:193 [INFO] [stdout] 16: 0x55e6508086ce - core::ops::function::FnOnce::call_once::h02d88615ea708478 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 17: 0x55e650850066 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 18: 0x55e650850066 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 19: 0x55e650850066 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 20: 0x55e650850066 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 21: 0x55e650850066 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 22: 0x55e650850066 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 23: 0x55e650850066 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 24: 0x55e650828086 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 25: 0x55e65082d415 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 26: 0x55e65082d415 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 27: 0x55e65082d415 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 28: 0x55e65082d415 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 29: 0x55e65082d415 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 30: 0x55e65082d415 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 31: 0x55e65082d415 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 32: 0x55e65087e9ea - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 33: 0x55e65087e9ea - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 34: 0x55e65087e9ea - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 35: 0x7f54c59ac609 - start_thread [INFO] [stdout] 36: 0x7f54c58b8103 - __clone [INFO] [stdout] 37: 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: 0x55e6508751c4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55e6508751c4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55e6508751c4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55e6508751c4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55e65089e10c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55e650828bd5 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55e65086f711 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55e650877a95 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55e650877a95 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55e650877a95 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55e65087777b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55e6508780f2 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:511 [INFO] [stdout] 12: 0x55e650877cdb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55e65089cb31 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55e65089ca7d - core::panicking::panic::h57854ec308e1f8ab [INFO] [stdout] at src/libcore/panicking.rs:54 [INFO] [stdout] 15: 0x55e650827309 - des::math::bit_arithmetics::idx_from_low::rotate_range_to_high::h4fae1ee35b3b8cd9 [INFO] [stdout] at src/math/bit_arithmetics.rs:169 [INFO] [stdout] 16: 0x55e65081f37e - des::des::details::key_scheduling::KeyScheduler::rotate_key::h613ef88e5a223d13 [INFO] [stdout] at src/des/details/key_scheduling.rs:121 [INFO] [stdout] 17: 0x55e65081f1f7 - des::des::details::key_scheduling::KeyScheduler::new_decrypting::h5d45dc2acc124ed1 [INFO] [stdout] at src/des/details/key_scheduling.rs:95 [INFO] [stdout] 18: 0x55e6508101d4 - des::des::api::decrypt::hb0972667745a8d63 [INFO] [stdout] at src/des/api.rs:31 [INFO] [stdout] 19: 0x55e65081fec7 - des::des::api::tests::test_decrypt::hb1a06b0a487d7dfa [INFO] [stdout] at src/des/api.rs:162 [INFO] [stdout] 20: 0x55e65081fc8a - des::des::api::tests::test_decrypt::{{closure}}::h0c74a931c91276f6 [INFO] [stdout] at src/des/api.rs:144 [INFO] [stdout] 21: 0x55e650808bfe - core::ops::function::FnOnce::call_once::h587f143ca7b3b61f [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 22: 0x55e650850066 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 23: 0x55e650850066 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 24: 0x55e650850066 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 25: 0x55e650850066 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 26: 0x55e650850066 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x55e650850066 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 28: 0x55e650850066 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 29: 0x55e650828086 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 30: 0x55e65082d415 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 31: 0x55e65082d415 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 32: 0x55e65082d415 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 33: 0x55e65082d415 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 34: 0x55e65082d415 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 35: 0x55e65082d415 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 36: 0x55e65082d415 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 37: 0x55e65087e9ea - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 38: 0x55e65087e9ea - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 39: 0x55e65087e9ea - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 40: 0x7f54c59ac609 - start_thread [INFO] [stdout] 41: 0x7f54c58b8103 - __clone [INFO] [stdout] 42: 0x0 - [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: 0x55e6508751c4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55e6508751c4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55e6508751c4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55e6508751c4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55e65089e10c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55e650828bd5 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55e65086f711 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55e650877a95 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55e650877a95 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55e650877a95 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55e65087777b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55e6508780f2 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:511 [INFO] [stdout] 12: 0x55e6508082ad - std::panicking::begin_panic::hf08208217b9101e3 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:438 [INFO] [stdout] 13: 0x55e65081a874 - des::data_io::tests::test_open_rw_files::h245a21203004046d [INFO] [stdout] at src/data_io.rs:46 [INFO] [stdout] 14: 0x55e65081a5da - des::data_io::tests::test_open_rw_files::{{closure}}::he93c0cf4088d69e7 [INFO] [stdout] at src/data_io.rs:25 [INFO] [stdout] 15: 0x55e650808c2e - core::ops::function::FnOnce::call_once::h5dc0a51f58760ea1 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 16: 0x55e650850066 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 17: 0x55e650850066 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 18: 0x55e650850066 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 19: 0x55e650850066 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 20: 0x55e650850066 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x55e650850066 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 22: 0x55e650850066 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 23: 0x55e650828086 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 24: 0x55e65082d415 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 25: 0x55e65082d415 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 26: 0x55e65082d415 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 27: 0x55e65082d415 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 28: 0x55e65082d415 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x55e65082d415 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 30: 0x55e65082d415 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 31: 0x55e65087e9ea - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 32: 0x55e65087e9ea - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 33: 0x55e65087e9ea - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 34: 0x7f54c59ac609 - start_thread [INFO] [stdout] 35: 0x7f54c58b8103 - __clone [INFO] [stdout] 36: 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: 0x55e6508751c4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55e6508751c4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55e6508751c4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55e6508751c4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55e65089e10c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55e650828bd5 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55e65086f711 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55e650877a95 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55e650877a95 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55e650877a95 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55e65087777b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55e6508780f2 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:511 [INFO] [stdout] 12: 0x55e650877cdb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55e65089cb31 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55e65089caf2 - core::panicking::panic_bounds_check::h111737a547b9c0f6 [INFO] [stdout] at src/libcore/panicking.rs:69 [INFO] [stdout] 15: 0x55e650815bfd - des::des::details::round::feilstel_function::h33c3470d4ea353f0 [INFO] [stdout] at src/des/details/round.rs:180 [INFO] [stdout] 16: 0x55e650815841 - des::des::details::round::encrypt_round::hd729ecbf53834cd1 [INFO] [stdout] at src/des/details/round.rs:145 [INFO] [stdout] 17: 0x55e650814728 - des::des::details::round::tests::test_encrypt_round::hc8f6ff2f0d4114b0 [INFO] [stdout] at src/des/details/round.rs:205 [INFO] [stdout] 18: 0x55e65081467a - des::des::details::round::tests::test_encrypt_round::{{closure}}::h2138245bfa99b4a3 [INFO] [stdout] at src/des/details/round.rs:202 [INFO] [stdout] 19: 0x55e65080872e - core::ops::function::FnOnce::call_once::h04504d16eb44edb4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 20: 0x55e650850066 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 21: 0x55e650850066 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 22: 0x55e650850066 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 23: 0x55e650850066 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 24: 0x55e650850066 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 25: 0x55e650850066 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 26: 0x55e650850066 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 27: 0x55e650828086 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 28: 0x55e65082d415 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 29: 0x55e65082d415 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 30: 0x55e65082d415 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 31: 0x55e65082d415 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 32: 0x55e65082d415 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 33: 0x55e65082d415 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 34: 0x55e65082d415 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 35: 0x55e65087e9ea - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 36: 0x55e65087e9ea - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 37: 0x55e65087e9ea - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 38: 0x7f54c59ac609 - start_thread [INFO] [stdout] 39: 0x7f54c58b8103 - __clone [INFO] [stdout] 40: 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: 0x55e6508751c4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55e6508751c4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55e6508751c4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55e6508751c4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55e65089e10c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55e650828bd5 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55e65086f711 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55e650877a95 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55e650877a95 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55e650877a95 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55e65087777b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55e6508780f2 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:511 [INFO] [stdout] 12: 0x55e650877cdb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55e65089cb31 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55e65089caf2 - core::panicking::panic_bounds_check::h111737a547b9c0f6 [INFO] [stdout] at src/libcore/panicking.rs:69 [INFO] [stdout] 15: 0x55e650815bfd - des::des::details::round::feilstel_function::h33c3470d4ea353f0 [INFO] [stdout] at src/des/details/round.rs:180 [INFO] [stdout] 16: 0x55e650815841 - des::des::details::round::encrypt_round::hd729ecbf53834cd1 [INFO] [stdout] at src/des/details/round.rs:145 [INFO] [stdout] 17: 0x55e65081618c - des::des::details::algorithm::act_on_block::hb8f3bea4f1938708 [INFO] [stdout] at src/des/details/algorithm.rs:86 [INFO] [stdout] 18: 0x55e650815d33 - des::des::details::algorithm::encrypt_block::hd83208def6b2ef46 [INFO] [stdout] at src/des/details/algorithm.rs:61 [INFO] [stdout] 19: 0x55e650808412 - core::ops::function::Fn::call::hf5c8af3755462ff0 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:72 [INFO] [stdout] 20: 0x55e65081125b - des::des::api::transform_padded_slice::hf240c63acff5d766 [INFO] [stdout] at src/des/api.rs:105 [INFO] [stdout] 21: 0x55e65081074c - des::des::api::transform_data::h82dad45207d2f361 [INFO] [stdout] at src/des/api.rs:91 [INFO] [stdout] 22: 0x55e6508100d3 - des::des::api::encrypt::h105038bffd76f5e1 [INFO] [stdout] at src/des/api.rs:21 [INFO] [stdout] 23: 0x55e65081fad4 - des::des::api::tests::test_encrypt::hceaecf0ba99a48ba [INFO] [stdout] at src/des/api.rs:136 [INFO] [stdout] 24: 0x55e65081f89a - des::des::api::tests::test_encrypt::{{closure}}::he0d8bfa933bbbf75 [INFO] [stdout] at src/des/api.rs:118 [INFO] [stdout] 25: 0x55e65080875e - core::ops::function::FnOnce::call_once::h1b89aee090c59198 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 26: 0x55e650850066 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 27: 0x55e650850066 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 28: 0x55e650850066 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 29: 0x55e650850066 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 30: 0x55e650850066 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 31: 0x55e650850066 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 32: 0x55e650850066 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 33: 0x55e650828086 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 34: 0x55e65082d415 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 35: 0x55e65082d415 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 36: 0x55e65082d415 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 37: 0x55e65082d415 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 38: 0x55e65082d415 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 39: 0x55e65082d415 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 40: 0x55e65082d415 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 41: 0x55e65087e9ea - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 42: 0x55e65087e9ea - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 43: 0x55e65087e9ea - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 44: 0x7f54c59ac609 - start_thread [INFO] [stdout] 45: 0x7f54c58b8103 - __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: 0x55e6508751c4 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55e6508751c4 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55e6508751c4 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55e6508751c4 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55e65089e10c - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55e650828bd5 - std::io::Write::write_fmt::h42f0550b6bd39c6e [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55e65086f711 - std::io::impls::>::write_fmt::h223d7b7033cad46d [INFO] [stdout] at src/libstd/io/impls.rs:156 [INFO] [stdout] 7: 0x55e650877a95 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x55e650877a95 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x55e650877a95 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x55e65087777b - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x55e6508780f2 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:511 [INFO] [stdout] 12: 0x55e650877cdb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 13: 0x55e65089cb31 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 14: 0x55e65089caf2 - core::panicking::panic_bounds_check::h111737a547b9c0f6 [INFO] [stdout] at src/libcore/panicking.rs:69 [INFO] [stdout] 15: 0x55e650815bfd - des::des::details::round::feilstel_function::h33c3470d4ea353f0 [INFO] [stdout] at src/des/details/round.rs:180 [INFO] [stdout] 16: 0x55e650815841 - des::des::details::round::encrypt_round::hd729ecbf53834cd1 [INFO] [stdout] at src/des/details/round.rs:145 [INFO] [stdout] 17: 0x55e65081618c - des::des::details::algorithm::act_on_block::hb8f3bea4f1938708 [INFO] [stdout] at src/des/details/algorithm.rs:86 [INFO] [stdout] 18: 0x55e650815c5d - des::des::details::algorithm::encrypt_block_separately::ha383878ff31f7889 [INFO] [stdout] at src/des/details/algorithm.rs:40 [INFO] [stdout] 19: 0x55e650816580 - des::des::details::algorithm::tests::test_encryption_of_block::hac974005455232d8 [INFO] [stdout] at src/des/details/algorithm.rs:99 [INFO] [stdout] 20: 0x55e65081654a - des::des::details::algorithm::tests::test_encryption_of_block::{{closure}}::h325b42509ceaacc1 [INFO] [stdout] at src/des/details/algorithm.rs:97 [INFO] [stdout] 21: 0x55e65080b0ce - core::ops::function::FnOnce::call_once::hf7bcbeaf0c5db357 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 22: 0x55e650850066 - as core::ops::function::FnOnce>::call_once::hc165f65f4331a55c [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 23: 0x55e650850066 - as core::ops::function::FnOnce<()>>::call_once::hb89f1f769cad07ce [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 24: 0x55e650850066 - std::panicking::try::do_call::h104f7f3dae5a1b29 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 25: 0x55e650850066 - std::panicking::try::h0e20f01361cba753 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 26: 0x55e650850066 - std::panic::catch_unwind::h0bd0c84b5f4cd121 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x55e650850066 - test::run_test_in_process::hf34c22adfeb6853d [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 28: 0x55e650850066 - test::run_test::run_test_inner::{{closure}}::h40d568b4c10a12f1 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 29: 0x55e650828086 - std::sys_common::backtrace::__rust_begin_short_backtrace::hffd9774ad3f2d778 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 30: 0x55e65082d415 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4594020476cf52d4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:475 [INFO] [stdout] 31: 0x55e65082d415 - as core::ops::function::FnOnce<()>>::call_once::h9d0a6d45b73e29e4 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:318 [INFO] [stdout] 32: 0x55e65082d415 - std::panicking::try::do_call::h902fd77b30bb3bb7 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:331 [INFO] [stdout] 33: 0x55e65082d415 - std::panicking::try::hc17d3a628e65d49d [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panicking.rs:274 [INFO] [stdout] 34: 0x55e65082d415 - std::panic::catch_unwind::h9c9d49cbb6b18017 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/panic.rs:394 [INFO] [stdout] 35: 0x55e65082d415 - std::thread::Builder::spawn_unchecked::{{closure}}::h6a6f5a333fd631a2 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libstd/thread/mod.rs:474 [INFO] [stdout] 36: 0x55e65082d415 - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha6fb197e0ce57f73 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/ops/function.rs:232 [INFO] [stdout] 37: 0x55e65087e9ea - as core::ops::function::FnOnce>::call_once::h1f1fac7de7dd9691 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 38: 0x55e65087e9ea - as core::ops::function::FnOnce>::call_once::ha031f48633a6af54 [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/liballoc/boxed.rs:1008 [INFO] [stdout] 39: 0x55e65087e9ea - std::sys::unix::thread::Thread::new::thread_start::h241864caf436e182 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 40: 0x7f54c59ac609 - start_thread [INFO] [stdout] 41: 0x7f54c58b8103 - __clone [INFO] [stdout] 42: 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] [stderr] error: test failed, to rerun pass '--bin des' [INFO] running `"docker" "inspect" "2a1666e461052bea57a9763a2a968ae1ca4ecaf040691dbdc32f67d9682af9b8"` [INFO] running `"docker" "rm" "-f" "2a1666e461052bea57a9763a2a968ae1ca4ecaf040691dbdc32f67d9682af9b8"` [INFO] [stdout] 2a1666e461052bea57a9763a2a968ae1ca4ecaf040691dbdc32f67d9682af9b8