[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 beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flaralex%2Fdes-encryptor" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/laralex/des-encryptor on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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-0/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" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stdout] 25ac73232ef8b78825f2c98dac5257a3b952dfbf55b2cf97d4a3f1fcfe2ee5ca [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "25ac73232ef8b78825f2c98dac5257a3b952dfbf55b2cf97d4a3f1fcfe2ee5ca"` [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.63s [INFO] running `"docker" "inspect" "25ac73232ef8b78825f2c98dac5257a3b952dfbf55b2cf97d4a3f1fcfe2ee5ca"` [INFO] running `"docker" "rm" "-f" "25ac73232ef8b78825f2c98dac5257a3b952dfbf55b2cf97d4a3f1fcfe2ee5ca"` [INFO] [stdout] 25ac73232ef8b78825f2c98dac5257a3b952dfbf55b2cf97d4a3f1fcfe2ee5ca [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+beta-2020-06-03" "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] ce027a4ac1643126ca9dd709203dc2a3260e7748441b9bc4fc71d747be8d103a [INFO] running `"docker" "start" "-a" "ce027a4ac1643126ca9dd709203dc2a3260e7748441b9bc4fc71d747be8d103a"` [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.20s [INFO] running `"docker" "inspect" "ce027a4ac1643126ca9dd709203dc2a3260e7748441b9bc4fc71d747be8d103a"` [INFO] running `"docker" "rm" "-f" "ce027a4ac1643126ca9dd709203dc2a3260e7748441b9bc4fc71d747be8d103a"` [INFO] [stdout] ce027a4ac1643126ca9dd709203dc2a3260e7748441b9bc4fc71d747be8d103a [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+beta-2020-06-03" "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] 65e778c4ea65f86fb281e8e99014c0b1324c44f63c2a616be2f7bddee6bb942b [INFO] running `"docker" "start" "-a" "65e778c4ea65f86fb281e8e99014c0b1324c44f63c2a616be2f7bddee6bb942b"` [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-08dbbc4e57a8b7ad [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test math::bit_arithmetics::test::test_drop_bits ... ok [INFO] [stdout] test math::bit_arithmetics::test::test_bit_mask_operations ... 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 ui::key_parsing::tests::test_key_from_str ... 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_encryption_of_block ... FAILED [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 data_io::tests::test_open_rw_files ... FAILED [INFO] [stdout] test des::details::key_scheduling::tests::test_key_encrypting_scheduler ... FAILED [INFO] [stdout] test des::details::round::tests::test_encrypt_round ... FAILED [INFO] [stdout] test des::api::tests::test_decrypt ... FAILED [INFO] [stdout] test des::api::tests::test_encrypt ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--bin des' [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: 0x56524f674a65 - backtrace::backtrace::libunwind::trace::h07c956be65d9b461 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x56524f674a65 - backtrace::backtrace::trace_unsynchronized::h2fdb9e4177ad4d20 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x56524f674a65 - std::sys_common::backtrace::_print_fmt::ha62d8426311107ac [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x56524f674a65 - ::fmt::h3ec6bdab62f1e8d9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x56524f69cb3c - core::fmt::write::h935cb0ed4078a853 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x56524f6289d5 - std::io::Write::write_fmt::h944a31ab04b0dfe4 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x56524f66ef01 - std::io::impls::>::write_fmt::h6bd94c41a9c566d2 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x56524f677290 - std::sys_common::backtrace::_print::h460db802d801ccf8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x56524f677290 - std::sys_common::backtrace::print::h399d664f56640530 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x56524f677290 - std::panicking::default_hook::{{closure}}::hc6dfd87957c765b8 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x56524f676f8a - std::panicking::default_hook::hfdceba6d6d1a18ae [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x56524f6778c7 - std::panicking::rust_panic_with_hook::hd01e282bff1b1e63 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x56524f6774cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:388 [INFO] [stdout] 13: 0x56524f69b4d1 - core::panicking::panic_fmt::habd7df443069602c [INFO] [stdout] at src/libcore/panicking.rs:101 [INFO] [stdout] 14: 0x56524f69b492 - core::panicking::panic_bounds_check::h4e07b1a6a86844d1 [INFO] [stdout] at src/libcore/panicking.rs:73 [INFO] [stdout] 15: 0x56524f61a4bd - des::des::details::round::feilstel_function::h038a1b20a2f4d4be [INFO] [stdout] at src/des/details/round.rs:180 [INFO] [stdout] 16: 0x56524f61a101 - des::des::details::round::encrypt_round::h4eec3244ef3a64fe [INFO] [stdout] at src/des/details/round.rs:145 [INFO] [stdout] 17: 0x56524f61312c - des::des::details::algorithm::act_on_block::h2da76f2424f2bc9f [INFO] [stdout] at src/des/details/algorithm.rs:86 [INFO] [stdout] 18: 0x56524f612e6f - des::des::details::algorithm::encrypt_block_separately::h6f2eb9501a10903b [INFO] [stdout] at src/des/details/algorithm.rs:40 [INFO] [stdout] 19: 0x56524f6135a0 - des::des::details::algorithm::tests::test_encryption_of_block::h7d7210789b9a44c4 [INFO] [stdout] at src/des/details/algorithm.rs:99 [INFO] [stdout] 20: 0x56524f61356a - des::des::details::algorithm::tests::test_encryption_of_block::{{closure}}::hd88a6299c79a467c [INFO] [stdout] at src/des/details/algorithm.rs:97 [INFO] [stdout] 21: 0x56524f6066ee - core::ops::function::FnOnce::call_once::hd77b88ae6414ded3 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/ops/function.rs:232 [INFO] [stdout] 22: 0x56524f64fdc2 - as core::ops::function::FnOnce>::call_once::hd23431bd7b767a0c [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 23: 0x56524f64fdc2 - as core::ops::function::FnOnce<()>>::call_once::h6986d2e83b783a4e [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:318 [INFO] [stdout] 24: 0x56524f64fdc2 - std::panicking::try::do_call::haee67871ebe8ee92 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:297 [INFO] [stdout] 25: 0x56524f64fdc2 - std::panicking::try::hcba534043f17f42d [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:274 [INFO] [stdout] 26: 0x56524f64fdc2 - std::panic::catch_unwind::h6908c2ae7517b434 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x56524f64fdc2 - test::run_test_in_process::h66277a63b8267865 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 28: 0x56524f64fdc2 - test::run_test::run_test_inner::{{closure}}::h591f321b83c3f302 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 29: 0x56524f627e96 - std::sys_common::backtrace::__rust_begin_short_backtrace::h843e47ea29613666 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 30: 0x56524f62d435 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::ha6c43669df0cbe25 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/thread/mod.rs:475 [INFO] [stdout] 31: 0x56524f62d435 - as core::ops::function::FnOnce<()>>::call_once::hc86e5439e615a14a [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:318 [INFO] [stdout] 32: 0x56524f62d435 - std::panicking::try::do_call::h4b45bcf4d5d82a80 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:297 [INFO] [stdout] 33: 0x56524f62d435 - std::panicking::try::h297c0c407d3f8196 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:274 [INFO] [stdout] 34: 0x56524f62d435 - std::panic::catch_unwind::h877baa9fbef2eafe [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:394 [INFO] [stdout] 35: 0x56524f62d435 - std::thread::Builder::spawn_unchecked::{{closure}}::hdb000626ad29158a [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/thread/mod.rs:474 [INFO] [stdout] 36: 0x56524f62d435 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h87e786b011f05b5c [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/ops/function.rs:232 [INFO] [stdout] 37: 0x56524f67dc9a - as core::ops::function::FnOnce>::call_once::hfc5c0e64036d1b09 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 38: 0x56524f67dc9a - as core::ops::function::FnOnce>::call_once::hf3d73184efc070c1 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 39: 0x56524f67dc9a - std::sys::unix::thread::Thread::new::thread_start::hb9eb749d91dfe8e2 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 40: 0x7fb3b8563609 - start_thread [INFO] [stdout] 41: 0x7fb3b846f103 - __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: 0x56524f674a65 - backtrace::backtrace::libunwind::trace::h07c956be65d9b461 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x56524f674a65 - backtrace::backtrace::trace_unsynchronized::h2fdb9e4177ad4d20 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x56524f674a65 - std::sys_common::backtrace::_print_fmt::ha62d8426311107ac [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x56524f674a65 - ::fmt::h3ec6bdab62f1e8d9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x56524f69cb3c - core::fmt::write::h935cb0ed4078a853 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x56524f6289d5 - std::io::Write::write_fmt::h944a31ab04b0dfe4 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x56524f66ef01 - std::io::impls::>::write_fmt::h6bd94c41a9c566d2 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x56524f677290 - std::sys_common::backtrace::_print::h460db802d801ccf8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x56524f677290 - std::sys_common::backtrace::print::h399d664f56640530 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x56524f677290 - std::panicking::default_hook::{{closure}}::hc6dfd87957c765b8 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x56524f676f8a - std::panicking::default_hook::hfdceba6d6d1a18ae [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x56524f6778c7 - std::panicking::rust_panic_with_hook::hd01e282bff1b1e63 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x56524f6774cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:388 [INFO] [stdout] 13: 0x56524f69b4d1 - core::panicking::panic_fmt::habd7df443069602c [INFO] [stdout] at src/libcore/panicking.rs:101 [INFO] [stdout] 14: 0x56524f69b41d - core::panicking::panic::h79f1986e668d0637 [INFO] [stdout] at src/libcore/panicking.rs:56 [INFO] [stdout] 15: 0x56524f62713b - des::math::bit_arithmetics::idx_from_low::rotate_range_to_high::hd23447d574993f81 [INFO] [stdout] at src/math/bit_arithmetics.rs:169 [INFO] [stdout] 16: 0x56524f62404e - des::des::details::key_scheduling::KeyScheduler::rotate_key::h0fb001beab45d73f [INFO] [stdout] at src/des/details/key_scheduling.rs:121 [INFO] [stdout] 17: 0x56524f623e9a - des::des::details::key_scheduling::KeyScheduler::new_decrypting::h5f3c5274672f4868 [INFO] [stdout] at src/des/details/key_scheduling.rs:95 [INFO] [stdout] 18: 0x56524f612ed0 - des::des::details::algorithm::decrypt_block_separately::hf147ad75b821a4b0 [INFO] [stdout] at src/des/details/algorithm.rs:52 [INFO] [stdout] 19: 0x56524f613f30 - des::des::details::algorithm::tests::test_decryption_of_block::h9c2f39cf438dd56f [INFO] [stdout] at src/des/details/algorithm.rs:123 [INFO] [stdout] 20: 0x56524f613efa - des::des::details::algorithm::tests::test_decryption_of_block::{{closure}}::h3ba24c5095dc4dc6 [INFO] [stdout] at src/des/details/algorithm.rs:121 [INFO] [stdout] 21: 0x56524f60621e - core::ops::function::FnOnce::call_once::had35e0a6ff6026e8 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/ops/function.rs:232 [INFO] [stdout] 22: 0x56524f64fdc2 - as core::ops::function::FnOnce>::call_once::hd23431bd7b767a0c [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 23: 0x56524f64fdc2 - as core::ops::function::FnOnce<()>>::call_once::h6986d2e83b783a4e [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:318 [INFO] [stdout] 24: 0x56524f64fdc2 - std::panicking::try::do_call::haee67871ebe8ee92 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:297 [INFO] [stdout] 25: 0x56524f64fdc2 - std::panicking::try::hcba534043f17f42d [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:274 [INFO] [stdout] 26: 0x56524f64fdc2 - std::panic::catch_unwind::h6908c2ae7517b434 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x56524f64fdc2 - test::run_test_in_process::h66277a63b8267865 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 28: 0x56524f64fdc2 - test::run_test::run_test_inner::{{closure}}::h591f321b83c3f302 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 29: 0x56524f627e96 - std::sys_common::backtrace::__rust_begin_short_backtrace::h843e47ea29613666 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 30: 0x56524f62d435 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::ha6c43669df0cbe25 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/thread/mod.rs:475 [INFO] [stdout] 31: 0x56524f62d435 - as core::ops::function::FnOnce<()>>::call_once::hc86e5439e615a14a [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:318 [INFO] [stdout] 32: 0x56524f62d435 - std::panicking::try::do_call::h4b45bcf4d5d82a80 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:297 [INFO] [stdout] 33: 0x56524f62d435 - std::panicking::try::h297c0c407d3f8196 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:274 [INFO] [stdout] 34: 0x56524f62d435 - std::panic::catch_unwind::h877baa9fbef2eafe [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:394 [INFO] [stdout] 35: 0x56524f62d435 - std::thread::Builder::spawn_unchecked::{{closure}}::hdb000626ad29158a [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/thread/mod.rs:474 [INFO] [stdout] 36: 0x56524f62d435 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h87e786b011f05b5c [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/ops/function.rs:232 [INFO] [stdout] 37: 0x56524f67dc9a - as core::ops::function::FnOnce>::call_once::hfc5c0e64036d1b09 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 38: 0x56524f67dc9a - as core::ops::function::FnOnce>::call_once::hf3d73184efc070c1 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 39: 0x56524f67dc9a - std::sys::unix::thread::Thread::new::thread_start::hb9eb749d91dfe8e2 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 40: 0x7fb3b8563609 - start_thread [INFO] [stdout] 41: 0x7fb3b846f103 - __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: 0x56524f674a65 - backtrace::backtrace::libunwind::trace::h07c956be65d9b461 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x56524f674a65 - backtrace::backtrace::trace_unsynchronized::h2fdb9e4177ad4d20 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x56524f674a65 - std::sys_common::backtrace::_print_fmt::ha62d8426311107ac [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x56524f674a65 - ::fmt::h3ec6bdab62f1e8d9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x56524f69cb3c - core::fmt::write::h935cb0ed4078a853 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x56524f6289d5 - std::io::Write::write_fmt::h944a31ab04b0dfe4 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x56524f66ef01 - std::io::impls::>::write_fmt::h6bd94c41a9c566d2 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x56524f677290 - std::sys_common::backtrace::_print::h460db802d801ccf8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x56524f677290 - std::sys_common::backtrace::print::h399d664f56640530 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x56524f677290 - std::panicking::default_hook::{{closure}}::hc6dfd87957c765b8 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x56524f676f8a - std::panicking::default_hook::hfdceba6d6d1a18ae [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x56524f6778c7 - std::panicking::rust_panic_with_hook::hd01e282bff1b1e63 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x56524f6774cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:388 [INFO] [stdout] 13: 0x56524f69b4d1 - core::panicking::panic_fmt::habd7df443069602c [INFO] [stdout] at src/libcore/panicking.rs:101 [INFO] [stdout] 14: 0x56524f69b41d - core::panicking::panic::h79f1986e668d0637 [INFO] [stdout] at src/libcore/panicking.rs:56 [INFO] [stdout] 15: 0x56524f62713b - des::math::bit_arithmetics::idx_from_low::rotate_range_to_high::hd23447d574993f81 [INFO] [stdout] at src/math/bit_arithmetics.rs:169 [INFO] [stdout] 16: 0x56524f62404e - des::des::details::key_scheduling::KeyScheduler::rotate_key::h0fb001beab45d73f [INFO] [stdout] at src/des/details/key_scheduling.rs:121 [INFO] [stdout] 17: 0x56524f623e9a - des::des::details::key_scheduling::KeyScheduler::new_decrypting::h5f3c5274672f4868 [INFO] [stdout] at src/des/details/key_scheduling.rs:95 [INFO] [stdout] 18: 0x56524f5f54d4 - des::des::details::key_scheduling::tests::test_key_decrypting_scheduler::hc31d07f0d27cb889 [INFO] [stdout] at src/des/details/key_scheduling.rs:269 [INFO] [stdout] 19: 0x56524f5f549a - des::des::details::key_scheduling::tests::test_key_decrypting_scheduler::{{closure}}::he6bc7661fb469247 [INFO] [stdout] at src/des/details/key_scheduling.rs:268 [INFO] [stdout] 20: 0x56524f60459e - core::ops::function::FnOnce::call_once::h8ec61e2df5dcb644 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/ops/function.rs:232 [INFO] [stdout] 21: 0x56524f64fdc2 - as core::ops::function::FnOnce>::call_once::hd23431bd7b767a0c [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 22: 0x56524f64fdc2 - as core::ops::function::FnOnce<()>>::call_once::h6986d2e83b783a4e [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:318 [INFO] [stdout] 23: 0x56524f64fdc2 - std::panicking::try::do_call::haee67871ebe8ee92 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:297 [INFO] [stdout] 24: 0x56524f64fdc2 - std::panicking::try::hcba534043f17f42d [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:274 [INFO] [stdout] 25: 0x56524f64fdc2 - std::panic::catch_unwind::h6908c2ae7517b434 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:394 [INFO] [stdout] 26: 0x56524f64fdc2 - test::run_test_in_process::h66277a63b8267865 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 27: 0x56524f64fdc2 - test::run_test::run_test_inner::{{closure}}::h591f321b83c3f302 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 28: 0x56524f627e96 - std::sys_common::backtrace::__rust_begin_short_backtrace::h843e47ea29613666 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 29: 0x56524f62d435 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::ha6c43669df0cbe25 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/thread/mod.rs:475 [INFO] [stdout] 30: 0x56524f62d435 - as core::ops::function::FnOnce<()>>::call_once::hc86e5439e615a14a [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:318 [INFO] [stdout] 31: 0x56524f62d435 - std::panicking::try::do_call::h4b45bcf4d5d82a80 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:297 [INFO] [stdout] 32: 0x56524f62d435 - std::panicking::try::h297c0c407d3f8196 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:274 [INFO] [stdout] 33: 0x56524f62d435 - std::panic::catch_unwind::h877baa9fbef2eafe [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:394 [INFO] [stdout] 34: 0x56524f62d435 - std::thread::Builder::spawn_unchecked::{{closure}}::hdb000626ad29158a [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/thread/mod.rs:474 [INFO] [stdout] 35: 0x56524f62d435 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h87e786b011f05b5c [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/ops/function.rs:232 [INFO] [stdout] 36: 0x56524f67dc9a - as core::ops::function::FnOnce>::call_once::hfc5c0e64036d1b09 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 37: 0x56524f67dc9a - as core::ops::function::FnOnce>::call_once::hf3d73184efc070c1 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 38: 0x56524f67dc9a - std::sys::unix::thread::Thread::new::thread_start::hb9eb749d91dfe8e2 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 39: 0x7fb3b8563609 - start_thread [INFO] [stdout] 40: 0x7fb3b846f103 - __clone [INFO] [stdout] 41: 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: 0x56524f674a65 - backtrace::backtrace::libunwind::trace::h07c956be65d9b461 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x56524f674a65 - backtrace::backtrace::trace_unsynchronized::h2fdb9e4177ad4d20 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x56524f674a65 - std::sys_common::backtrace::_print_fmt::ha62d8426311107ac [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x56524f674a65 - ::fmt::h3ec6bdab62f1e8d9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x56524f69cb3c - core::fmt::write::h935cb0ed4078a853 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x56524f6289d5 - std::io::Write::write_fmt::h944a31ab04b0dfe4 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x56524f66ef01 - std::io::impls::>::write_fmt::h6bd94c41a9c566d2 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x56524f677290 - std::sys_common::backtrace::_print::h460db802d801ccf8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x56524f677290 - std::sys_common::backtrace::print::h399d664f56640530 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x56524f677290 - std::panicking::default_hook::{{closure}}::hc6dfd87957c765b8 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x56524f676f8a - std::panicking::default_hook::hfdceba6d6d1a18ae [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x56524f6778c7 - std::panicking::rust_panic_with_hook::hd01e282bff1b1e63 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x56524f602ea7 - std::panicking::begin_panic::he7ac68440d29c7d2 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:410 [INFO] [stdout] 13: 0x56524f61a91a - des::data_io::tests::test_open_rw_files::haea34e94ce61e20e [INFO] [stdout] at src/data_io.rs:46 [INFO] [stdout] 14: 0x56524f61a6ca - des::data_io::tests::test_open_rw_files::{{closure}}::hd2f8714a1a6ea65d [INFO] [stdout] at src/data_io.rs:25 [INFO] [stdout] 15: 0x56524f60627e - core::ops::function::FnOnce::call_once::hb1f77aba1d2c44d3 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/ops/function.rs:232 [INFO] [stdout] 16: 0x56524f64fdc2 - as core::ops::function::FnOnce>::call_once::hd23431bd7b767a0c [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 17: 0x56524f64fdc2 - as core::ops::function::FnOnce<()>>::call_once::h6986d2e83b783a4e [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:318 [INFO] [stdout] 18: 0x56524f64fdc2 - std::panicking::try::do_call::haee67871ebe8ee92 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:297 [INFO] [stdout] 19: 0x56524f64fdc2 - std::panicking::try::hcba534043f17f42d [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:274 [INFO] [stdout] 20: 0x56524f64fdc2 - std::panic::catch_unwind::h6908c2ae7517b434 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x56524f64fdc2 - test::run_test_in_process::h66277a63b8267865 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 22: 0x56524f64fdc2 - test::run_test::run_test_inner::{{closure}}::h591f321b83c3f302 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 23: 0x56524f627e96 - std::sys_common::backtrace::__rust_begin_short_backtrace::h843e47ea29613666 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 24: 0x56524f62d435 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::ha6c43669df0cbe25 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/thread/mod.rs:475 [INFO] [stdout] 25: 0x56524f62d435 - as core::ops::function::FnOnce<()>>::call_once::hc86e5439e615a14a [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:318 [INFO] [stdout] 26: 0x56524f62d435 - std::panicking::try::do_call::h4b45bcf4d5d82a80 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:297 [INFO] [stdout] 27: 0x56524f62d435 - std::panicking::try::h297c0c407d3f8196 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:274 [INFO] [stdout] 28: 0x56524f62d435 - std::panic::catch_unwind::h877baa9fbef2eafe [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x56524f62d435 - std::thread::Builder::spawn_unchecked::{{closure}}::hdb000626ad29158a [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/thread/mod.rs:474 [INFO] [stdout] 30: 0x56524f62d435 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h87e786b011f05b5c [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/ops/function.rs:232 [INFO] [stdout] 31: 0x56524f67dc9a - as core::ops::function::FnOnce>::call_once::hfc5c0e64036d1b09 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 32: 0x56524f67dc9a - as core::ops::function::FnOnce>::call_once::hf3d73184efc070c1 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 33: 0x56524f67dc9a - std::sys::unix::thread::Thread::new::thread_start::hb9eb749d91dfe8e2 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 34: 0x7fb3b8563609 - start_thread [INFO] [stdout] 35: 0x7fb3b846f103 - __clone [INFO] [stdout] 36: 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: 0x56524f674a65 - backtrace::backtrace::libunwind::trace::h07c956be65d9b461 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x56524f674a65 - backtrace::backtrace::trace_unsynchronized::h2fdb9e4177ad4d20 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x56524f674a65 - std::sys_common::backtrace::_print_fmt::ha62d8426311107ac [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x56524f674a65 - ::fmt::h3ec6bdab62f1e8d9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x56524f69cb3c - core::fmt::write::h935cb0ed4078a853 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x56524f6289d5 - std::io::Write::write_fmt::h944a31ab04b0dfe4 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x56524f66ef01 - std::io::impls::>::write_fmt::h6bd94c41a9c566d2 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x56524f677290 - std::sys_common::backtrace::_print::h460db802d801ccf8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x56524f677290 - std::sys_common::backtrace::print::h399d664f56640530 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x56524f677290 - std::panicking::default_hook::{{closure}}::hc6dfd87957c765b8 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x56524f676f8a - std::panicking::default_hook::hfdceba6d6d1a18ae [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x56524f6778c7 - std::panicking::rust_panic_with_hook::hd01e282bff1b1e63 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x56524f6774cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:388 [INFO] [stdout] 13: 0x56524f67743b - std::panicking::begin_panic_fmt::h3ec91017ffedff5c [INFO] [stdout] at src/libstd/panicking.rs:342 [INFO] [stdout] 14: 0x56524f5ef588 - des::des::details::key_scheduling::tests::test_key_encrypting_scheduler::hd7fed234c85b3adf [INFO] [stdout] at src/des/details/key_scheduling.rs:197 [INFO] [stdout] 15: 0x56524f5ef25a - des::des::details::key_scheduling::tests::test_key_encrypting_scheduler::{{closure}}::hc303812171cf5b06 [INFO] [stdout] at src/des/details/key_scheduling.rs:193 [INFO] [stdout] 16: 0x56524f6062de - core::ops::function::FnOnce::call_once::hb5410243e96247f3 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/ops/function.rs:232 [INFO] [stdout] 17: 0x56524f64fdc2 - as core::ops::function::FnOnce>::call_once::hd23431bd7b767a0c [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 18: 0x56524f64fdc2 - as core::ops::function::FnOnce<()>>::call_once::h6986d2e83b783a4e [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:318 [INFO] [stdout] 19: 0x56524f64fdc2 - std::panicking::try::do_call::haee67871ebe8ee92 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:297 [INFO] [stdout] 20: 0x56524f64fdc2 - std::panicking::try::hcba534043f17f42d [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:274 [INFO] [stdout] 21: 0x56524f64fdc2 - std::panic::catch_unwind::h6908c2ae7517b434 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:394 [INFO] [stdout] 22: 0x56524f64fdc2 - test::run_test_in_process::h66277a63b8267865 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 23: 0x56524f64fdc2 - test::run_test::run_test_inner::{{closure}}::h591f321b83c3f302 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 24: 0x56524f627e96 - std::sys_common::backtrace::__rust_begin_short_backtrace::h843e47ea29613666 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 25: 0x56524f62d435 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::ha6c43669df0cbe25 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/thread/mod.rs:475 [INFO] [stdout] 26: 0x56524f62d435 - as core::ops::function::FnOnce<()>>::call_once::hc86e5439e615a14a [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:318 [INFO] [stdout] 27: 0x56524f62d435 - std::panicking::try::do_call::h4b45bcf4d5d82a80 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:297 [INFO] [stdout] 28: 0x56524f62d435 - std::panicking::try::h297c0c407d3f8196 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:274 [INFO] [stdout] 29: 0x56524f62d435 - std::panic::catch_unwind::h877baa9fbef2eafe [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:394 [INFO] [stdout] 30: 0x56524f62d435 - std::thread::Builder::spawn_unchecked::{{closure}}::hdb000626ad29158a [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/thread/mod.rs:474 [INFO] [stdout] 31: 0x56524f62d435 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h87e786b011f05b5c [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/ops/function.rs:232 [INFO] [stdout] 32: 0x56524f67dc9a - as core::ops::function::FnOnce>::call_once::hfc5c0e64036d1b09 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 33: 0x56524f67dc9a - as core::ops::function::FnOnce>::call_once::hf3d73184efc070c1 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 34: 0x56524f67dc9a - std::sys::unix::thread::Thread::new::thread_start::hb9eb749d91dfe8e2 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 35: 0x7fb3b8563609 - start_thread [INFO] [stdout] 36: 0x7fb3b846f103 - __clone [INFO] [stdout] 37: 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: 0x56524f674a65 - backtrace::backtrace::libunwind::trace::h07c956be65d9b461 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x56524f674a65 - backtrace::backtrace::trace_unsynchronized::h2fdb9e4177ad4d20 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x56524f674a65 - std::sys_common::backtrace::_print_fmt::ha62d8426311107ac [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x56524f674a65 - ::fmt::h3ec6bdab62f1e8d9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x56524f69cb3c - core::fmt::write::h935cb0ed4078a853 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x56524f6289d5 - std::io::Write::write_fmt::h944a31ab04b0dfe4 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x56524f66ef01 - std::io::impls::>::write_fmt::h6bd94c41a9c566d2 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x56524f677290 - std::sys_common::backtrace::_print::h460db802d801ccf8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x56524f677290 - std::sys_common::backtrace::print::h399d664f56640530 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x56524f677290 - std::panicking::default_hook::{{closure}}::hc6dfd87957c765b8 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x56524f676f8a - std::panicking::default_hook::hfdceba6d6d1a18ae [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x56524f6778c7 - std::panicking::rust_panic_with_hook::hd01e282bff1b1e63 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x56524f6774cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:388 [INFO] [stdout] 13: 0x56524f69b4d1 - core::panicking::panic_fmt::habd7df443069602c [INFO] [stdout] at src/libcore/panicking.rs:101 [INFO] [stdout] 14: 0x56524f69b492 - core::panicking::panic_bounds_check::h4e07b1a6a86844d1 [INFO] [stdout] at src/libcore/panicking.rs:73 [INFO] [stdout] 15: 0x56524f61a4bd - des::des::details::round::feilstel_function::h038a1b20a2f4d4be [INFO] [stdout] at src/des/details/round.rs:180 [INFO] [stdout] 16: 0x56524f61a101 - des::des::details::round::encrypt_round::h4eec3244ef3a64fe [INFO] [stdout] at src/des/details/round.rs:145 [INFO] [stdout] 17: 0x56524f611868 - des::des::details::round::tests::test_encrypt_round::h31f97f7f94b61893 [INFO] [stdout] at src/des/details/round.rs:205 [INFO] [stdout] 18: 0x56524f6117da - des::des::details::round::tests::test_encrypt_round::{{closure}}::hf6eb367c4c5e18de [INFO] [stdout] at src/des/details/round.rs:202 [INFO] [stdout] 19: 0x56524f60456e - core::ops::function::FnOnce::call_once::h7e82c16e886e2bb4 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/ops/function.rs:232 [INFO] [stdout] 20: 0x56524f64fdc2 - as core::ops::function::FnOnce>::call_once::hd23431bd7b767a0c [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 21: 0x56524f64fdc2 - as core::ops::function::FnOnce<()>>::call_once::h6986d2e83b783a4e [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:318 [INFO] [stdout] 22: 0x56524f64fdc2 - std::panicking::try::do_call::haee67871ebe8ee92 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:297 [INFO] [stdout] 23: 0x56524f64fdc2 - std::panicking::try::hcba534043f17f42d [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:274 [INFO] [stdout] 24: 0x56524f64fdc2 - std::panic::catch_unwind::h6908c2ae7517b434 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:394 [INFO] [stdout] 25: 0x56524f64fdc2 - test::run_test_in_process::h66277a63b8267865 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 26: 0x56524f64fdc2 - test::run_test::run_test_inner::{{closure}}::h591f321b83c3f302 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 27: 0x56524f627e96 - std::sys_common::backtrace::__rust_begin_short_backtrace::h843e47ea29613666 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 28: 0x56524f62d435 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::ha6c43669df0cbe25 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/thread/mod.rs:475 [INFO] [stdout] 29: 0x56524f62d435 - as core::ops::function::FnOnce<()>>::call_once::hc86e5439e615a14a [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:318 [INFO] [stdout] 30: 0x56524f62d435 - std::panicking::try::do_call::h4b45bcf4d5d82a80 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:297 [INFO] [stdout] 31: 0x56524f62d435 - std::panicking::try::h297c0c407d3f8196 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:274 [INFO] [stdout] 32: 0x56524f62d435 - std::panic::catch_unwind::h877baa9fbef2eafe [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:394 [INFO] [stdout] 33: 0x56524f62d435 - std::thread::Builder::spawn_unchecked::{{closure}}::hdb000626ad29158a [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/thread/mod.rs:474 [INFO] [stdout] 34: 0x56524f62d435 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h87e786b011f05b5c [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/ops/function.rs:232 [INFO] [stdout] 35: 0x56524f67dc9a - as core::ops::function::FnOnce>::call_once::hfc5c0e64036d1b09 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 36: 0x56524f67dc9a - as core::ops::function::FnOnce>::call_once::hf3d73184efc070c1 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 37: 0x56524f67dc9a - std::sys::unix::thread::Thread::new::thread_start::hb9eb749d91dfe8e2 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 38: 0x7fb3b8563609 - start_thread [INFO] [stdout] 39: 0x7fb3b846f103 - __clone [INFO] [stdout] 40: 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: 0x56524f674a65 - backtrace::backtrace::libunwind::trace::h07c956be65d9b461 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x56524f674a65 - backtrace::backtrace::trace_unsynchronized::h2fdb9e4177ad4d20 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x56524f674a65 - std::sys_common::backtrace::_print_fmt::ha62d8426311107ac [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x56524f674a65 - ::fmt::h3ec6bdab62f1e8d9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x56524f69cb3c - core::fmt::write::h935cb0ed4078a853 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x56524f6289d5 - std::io::Write::write_fmt::h944a31ab04b0dfe4 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x56524f66ef01 - std::io::impls::>::write_fmt::h6bd94c41a9c566d2 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x56524f677290 - std::sys_common::backtrace::_print::h460db802d801ccf8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x56524f677290 - std::sys_common::backtrace::print::h399d664f56640530 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x56524f677290 - std::panicking::default_hook::{{closure}}::hc6dfd87957c765b8 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x56524f676f8a - std::panicking::default_hook::hfdceba6d6d1a18ae [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x56524f6778c7 - std::panicking::rust_panic_with_hook::hd01e282bff1b1e63 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x56524f6774cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:388 [INFO] [stdout] 13: 0x56524f69b4d1 - core::panicking::panic_fmt::habd7df443069602c [INFO] [stdout] at src/libcore/panicking.rs:101 [INFO] [stdout] 14: 0x56524f69b41d - core::panicking::panic::h79f1986e668d0637 [INFO] [stdout] at src/libcore/panicking.rs:56 [INFO] [stdout] 15: 0x56524f62713b - des::math::bit_arithmetics::idx_from_low::rotate_range_to_high::hd23447d574993f81 [INFO] [stdout] at src/math/bit_arithmetics.rs:169 [INFO] [stdout] 16: 0x56524f62404e - des::des::details::key_scheduling::KeyScheduler::rotate_key::h0fb001beab45d73f [INFO] [stdout] at src/des/details/key_scheduling.rs:121 [INFO] [stdout] 17: 0x56524f623e9a - des::des::details::key_scheduling::KeyScheduler::new_decrypting::h5f3c5274672f4868 [INFO] [stdout] at src/des/details/key_scheduling.rs:95 [INFO] [stdout] 18: 0x56524f6092f4 - des::des::api::decrypt::hd641fc93b9ad3081 [INFO] [stdout] at src/des/api.rs:31 [INFO] [stdout] 19: 0x56524f61ecba - des::des::api::tests::test_decrypt::h14cbccdbd20b8f7b [INFO] [stdout] at src/des/api.rs:162 [INFO] [stdout] 20: 0x56524f61eaba - des::des::api::tests::test_decrypt::{{closure}}::h302525386e773692 [INFO] [stdout] at src/des/api.rs:144 [INFO] [stdout] 21: 0x56524f6061ee - core::ops::function::FnOnce::call_once::ha72f99f9f75403c9 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/ops/function.rs:232 [INFO] [stdout] 22: 0x56524f64fdc2 - as core::ops::function::FnOnce>::call_once::hd23431bd7b767a0c [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 23: 0x56524f64fdc2 - as core::ops::function::FnOnce<()>>::call_once::h6986d2e83b783a4e [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:318 [INFO] [stdout] 24: 0x56524f64fdc2 - std::panicking::try::do_call::haee67871ebe8ee92 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:297 [INFO] [stdout] 25: 0x56524f64fdc2 - std::panicking::try::hcba534043f17f42d [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:274 [INFO] [stdout] 26: 0x56524f64fdc2 - std::panic::catch_unwind::h6908c2ae7517b434 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x56524f64fdc2 - test::run_test_in_process::h66277a63b8267865 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 28: 0x56524f64fdc2 - test::run_test::run_test_inner::{{closure}}::h591f321b83c3f302 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 29: 0x56524f627e96 - std::sys_common::backtrace::__rust_begin_short_backtrace::h843e47ea29613666 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 30: 0x56524f62d435 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::ha6c43669df0cbe25 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/thread/mod.rs:475 [INFO] [stdout] 31: 0x56524f62d435 - as core::ops::function::FnOnce<()>>::call_once::hc86e5439e615a14a [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:318 [INFO] [stdout] 32: 0x56524f62d435 - std::panicking::try::do_call::h4b45bcf4d5d82a80 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:297 [INFO] [stdout] 33: 0x56524f62d435 - std::panicking::try::h297c0c407d3f8196 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:274 [INFO] [stdout] 34: 0x56524f62d435 - std::panic::catch_unwind::h877baa9fbef2eafe [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:394 [INFO] [stdout] 35: 0x56524f62d435 - std::thread::Builder::spawn_unchecked::{{closure}}::hdb000626ad29158a [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/thread/mod.rs:474 [INFO] [stdout] 36: 0x56524f62d435 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h87e786b011f05b5c [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/ops/function.rs:232 [INFO] [stdout] 37: 0x56524f67dc9a - as core::ops::function::FnOnce>::call_once::hfc5c0e64036d1b09 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 38: 0x56524f67dc9a - as core::ops::function::FnOnce>::call_once::hf3d73184efc070c1 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 39: 0x56524f67dc9a - std::sys::unix::thread::Thread::new::thread_start::hb9eb749d91dfe8e2 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 40: 0x7fb3b8563609 - start_thread [INFO] [stdout] 41: 0x7fb3b846f103 - __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: 0x56524f674a65 - backtrace::backtrace::libunwind::trace::h07c956be65d9b461 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x56524f674a65 - backtrace::backtrace::trace_unsynchronized::h2fdb9e4177ad4d20 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x56524f674a65 - std::sys_common::backtrace::_print_fmt::ha62d8426311107ac [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x56524f674a65 - ::fmt::h3ec6bdab62f1e8d9 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x56524f69cb3c - core::fmt::write::h935cb0ed4078a853 [INFO] [stdout] at src/libcore/fmt/mod.rs:1076 [INFO] [stdout] 5: 0x56524f6289d5 - std::io::Write::write_fmt::h944a31ab04b0dfe4 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/io/mod.rs:1537 [INFO] [stdout] 6: 0x56524f66ef01 - std::io::impls::>::write_fmt::h6bd94c41a9c566d2 [INFO] [stdout] at src/libstd/io/impls.rs:176 [INFO] [stdout] 7: 0x56524f677290 - std::sys_common::backtrace::_print::h460db802d801ccf8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 8: 0x56524f677290 - std::sys_common::backtrace::print::h399d664f56640530 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 9: 0x56524f677290 - std::panicking::default_hook::{{closure}}::hc6dfd87957c765b8 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 10: 0x56524f676f8a - std::panicking::default_hook::hfdceba6d6d1a18ae [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 11: 0x56524f6778c7 - std::panicking::rust_panic_with_hook::hd01e282bff1b1e63 [INFO] [stdout] at src/libstd/panicking.rs:486 [INFO] [stdout] 12: 0x56524f6774cb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:388 [INFO] [stdout] 13: 0x56524f69b4d1 - core::panicking::panic_fmt::habd7df443069602c [INFO] [stdout] at src/libcore/panicking.rs:101 [INFO] [stdout] 14: 0x56524f69b492 - core::panicking::panic_bounds_check::h4e07b1a6a86844d1 [INFO] [stdout] at src/libcore/panicking.rs:73 [INFO] [stdout] 15: 0x56524f61a4bd - des::des::details::round::feilstel_function::h038a1b20a2f4d4be [INFO] [stdout] at src/des/details/round.rs:180 [INFO] [stdout] 16: 0x56524f61a101 - des::des::details::round::encrypt_round::h4eec3244ef3a64fe [INFO] [stdout] at src/des/details/round.rs:145 [INFO] [stdout] 17: 0x56524f61312c - des::des::details::algorithm::act_on_block::h2da76f2424f2bc9f [INFO] [stdout] at src/des/details/algorithm.rs:86 [INFO] [stdout] 18: 0x56524f612f33 - des::des::details::algorithm::encrypt_block::h50ca415750679f8f [INFO] [stdout] at src/des/details/algorithm.rs:61 [INFO] [stdout] 19: 0x56524f603a12 - core::ops::function::Fn::call::hd8f31b7b7bf3b213 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/ops/function.rs:72 [INFO] [stdout] 20: 0x56524f60a32b - des::des::api::transform_padded_slice::h40fb8f4814ec8617 [INFO] [stdout] at src/des/api.rs:105 [INFO] [stdout] 21: 0x56524f609e38 - des::des::api::transform_data::hc1c7742daa283314 [INFO] [stdout] at src/des/api.rs:91 [INFO] [stdout] 22: 0x56524f609203 - des::des::api::encrypt::h8fa4c07e7b764341 [INFO] [stdout] at src/des/api.rs:21 [INFO] [stdout] 23: 0x56524f61e8e7 - des::des::api::tests::test_encrypt::h50d3875d6d4d79dd [INFO] [stdout] at src/des/api.rs:136 [INFO] [stdout] 24: 0x56524f61e6ea - des::des::api::tests::test_encrypt::{{closure}}::h1d2eb0a807e06327 [INFO] [stdout] at src/des/api.rs:118 [INFO] [stdout] 25: 0x56524f603cce - core::ops::function::FnOnce::call_once::h08007ba11156e372 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/ops/function.rs:232 [INFO] [stdout] 26: 0x56524f64fdc2 - as core::ops::function::FnOnce>::call_once::hd23431bd7b767a0c [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 27: 0x56524f64fdc2 - as core::ops::function::FnOnce<()>>::call_once::h6986d2e83b783a4e [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:318 [INFO] [stdout] 28: 0x56524f64fdc2 - std::panicking::try::do_call::haee67871ebe8ee92 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:297 [INFO] [stdout] 29: 0x56524f64fdc2 - std::panicking::try::hcba534043f17f42d [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:274 [INFO] [stdout] 30: 0x56524f64fdc2 - std::panic::catch_unwind::h6908c2ae7517b434 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:394 [INFO] [stdout] 31: 0x56524f64fdc2 - test::run_test_in_process::h66277a63b8267865 [INFO] [stdout] at src/libtest/lib.rs:541 [INFO] [stdout] 32: 0x56524f64fdc2 - test::run_test::run_test_inner::{{closure}}::h591f321b83c3f302 [INFO] [stdout] at src/libtest/lib.rs:450 [INFO] [stdout] 33: 0x56524f627e96 - std::sys_common::backtrace::__rust_begin_short_backtrace::h843e47ea29613666 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/sys_common/backtrace.rs:130 [INFO] [stdout] 34: 0x56524f62d435 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::ha6c43669df0cbe25 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/thread/mod.rs:475 [INFO] [stdout] 35: 0x56524f62d435 - as core::ops::function::FnOnce<()>>::call_once::hc86e5439e615a14a [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:318 [INFO] [stdout] 36: 0x56524f62d435 - std::panicking::try::do_call::h4b45bcf4d5d82a80 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:297 [INFO] [stdout] 37: 0x56524f62d435 - std::panicking::try::h297c0c407d3f8196 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panicking.rs:274 [INFO] [stdout] 38: 0x56524f62d435 - std::panic::catch_unwind::h877baa9fbef2eafe [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/panic.rs:394 [INFO] [stdout] 39: 0x56524f62d435 - std::thread::Builder::spawn_unchecked::{{closure}}::hdb000626ad29158a [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libstd/thread/mod.rs:474 [INFO] [stdout] 40: 0x56524f62d435 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h87e786b011f05b5c [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/libcore/ops/function.rs:232 [INFO] [stdout] 41: 0x56524f67dc9a - as core::ops::function::FnOnce>::call_once::hfc5c0e64036d1b09 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 42: 0x56524f67dc9a - as core::ops::function::FnOnce>::call_once::hf3d73184efc070c1 [INFO] [stdout] at /rustc/b7dc83a3f6ca9746fb3d121761c3605477b77d90/src/liballoc/boxed.rs:1076 [INFO] [stdout] 43: 0x56524f67dc9a - std::sys::unix::thread::Thread::new::thread_start::hb9eb749d91dfe8e2 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:87 [INFO] [stdout] 44: 0x7fb3b8563609 - start_thread [INFO] [stdout] 45: 0x7fb3b846f103 - __clone [INFO] [stdout] 46: 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 `"docker" "inspect" "65e778c4ea65f86fb281e8e99014c0b1324c44f63c2a616be2f7bddee6bb942b"` [INFO] running `"docker" "rm" "-f" "65e778c4ea65f86fb281e8e99014c0b1324c44f63c2a616be2f7bddee6bb942b"` [INFO] [stdout] 65e778c4ea65f86fb281e8e99014c0b1324c44f63c2a616be2f7bddee6bb942b