[INFO] crate auto_correct 0.1.9 is already in cache [INFO] extracting crate auto_correct 0.1.9 into work/ex/beta-1.37-6/sources/1.36.0/reg/auto_correct/0.1.9 [INFO] extracting crate auto_correct 0.1.9 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/auto_correct/0.1.9 [INFO] validating manifest of auto_correct-0.1.9 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of auto_correct-0.1.9 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing auto_correct-0.1.9 [INFO] finished frobbing auto_correct-0.1.9 [INFO] frobbed toml for auto_correct-0.1.9 written to work/ex/beta-1.37-6/sources/1.36.0/reg/auto_correct/0.1.9/Cargo.toml [INFO] started frobbing auto_correct-0.1.9 [INFO] finished frobbing auto_correct-0.1.9 [INFO] frobbed toml for auto_correct-0.1.9 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/auto_correct/0.1.9/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing auto_correct-0.1.9 against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/auto_correct/0.1.9:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 1253b70e1f7e14d753473af62da78188fafe2087baff15181f4970598043c93a [INFO] running `"docker" "start" "-a" "1253b70e1f7e14d753473af62da78188fafe2087baff15181f4970598043c93a"` [INFO] [stderr] Compiling auto_correct v0.1.9 (/opt/crater/workdir) [INFO] [stderr] Compiling threads_pool v0.1.19 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.46s [INFO] running `"docker" "inspect" "1253b70e1f7e14d753473af62da78188fafe2087baff15181f4970598043c93a"` [INFO] running `"docker" "rm" "-f" "1253b70e1f7e14d753473af62da78188fafe2087baff15181f4970598043c93a"` [INFO] [stdout] 1253b70e1f7e14d753473af62da78188fafe2087baff15181f4970598043c93a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/auto_correct/0.1.9:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 0392b6cb97d66822e052863a57573aa9bc5fbcdc88bc28541eda9a7a4a1708d0 [INFO] running `"docker" "start" "-a" "0392b6cb97d66822e052863a57573aa9bc5fbcdc88bc28541eda9a7a4a1708d0"` [INFO] [stderr] Compiling auto_correct v0.1.9 (/opt/crater/workdir) [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> examples/console_utils.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | correct_service.refresh_hybrid_dict(None); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.79s [INFO] running `"docker" "inspect" "0392b6cb97d66822e052863a57573aa9bc5fbcdc88bc28541eda9a7a4a1708d0"` [INFO] running `"docker" "rm" "-f" "0392b6cb97d66822e052863a57573aa9bc5fbcdc88bc28541eda9a7a4a1708d0"` [INFO] [stdout] 0392b6cb97d66822e052863a57573aa9bc5fbcdc88bc28541eda9a7a4a1708d0 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/auto_correct/0.1.9:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] fa132f7228532a0b0cc88d1b1a7656a0812c5b0edef90aa2699e4ec5931dcd17 [INFO] running `"docker" "start" "-a" "fa132f7228532a0b0cc88d1b1a7656a0812c5b0edef90aa2699e4ec5931dcd17"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/auto_correct-6642473b8fb29445 [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test tests_dyn::long ... FAILED [INFO] [stdout] test tests_dyn::base ... FAILED [INFO] [stdout] test tests_dyn::none ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- tests_dyn::long stdout ---- [INFO] [stdout] thread 'tests_dyn::long' panicked at 'attempt to shift left with overflow', src/trie.rs:125:26 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5560900b825b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5560900b825b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5560900b825b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5560900b825b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5560900b825b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5560900b7eca - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5560900b89d0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5560900b8552 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5560900b8436 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x5560900cebbd - core::panicking::panic_fmt::h8980489a6c4a44cb [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x5560900ceafc - core::panicking::panic::hedd9888e25456fbe [INFO] [stdout] at src/libcore/panicking.rs:49 [INFO] [stdout] 11: 0x55608ffeea84 - auto_correct::trie::Node::add_bit::hc2454ea1cba3c716 [INFO] [stdout] at src/trie.rs:125 [INFO] [stdout] 12: 0x55608ffee4a1 - auto_correct::trie::Node::insert::hcaa02d661a048436 [INFO] [stdout] at src/trie.rs:99 [INFO] [stdout] 13: 0x55608ffedbbd - auto_correct::trie::Node::build::h3ddaffee426e2c92 [INFO] [stdout] at src/trie.rs:58 [INFO] [stdout] 14: 0x55608ffc69ab - auto_correct::dynamic::populate_words_set::h34ee67f93ecc2c07 [INFO] [stdout] at src/dynamic.rs:157 [INFO] [stdout] 15: 0x55608ffc5318 - auto_correct::dynamic::initialize::hfd5bd90e7ea44e6e [INFO] [stdout] at src/dynamic.rs:10 [INFO] [stdout] 16: 0x55608ffc7aca - auto_correct::AutoCorrect::init_dict::hff2aef69c3643714 [INFO] [stdout] at src/lib.rs:127 [INFO] [stdout] 17: 0x55608ffc6b2e - auto_correct::AutoCorrect::new_with_config::h61738c65ecc2a8d1 [INFO] [stdout] at src/lib.rs:57 [INFO] [stdout] 18: 0x55608ffc6a8c - auto_correct::AutoCorrect::new::hd15f140985d33fea [INFO] [stdout] at src/lib.rs:48 [INFO] [stdout] 19: 0x55608ffe6be1 - auto_correct::tests_dyn::long::h6942527131b81e8b [INFO] [stdout] at src/lib.rs:250 [INFO] [stdout] 20: 0x55608ffe6bba - auto_correct::tests_dyn::long::{{closure}}::h96f34bf2e7bf9082 [INFO] [stdout] at src/lib.rs:249 [INFO] [stdout] 21: 0x55608fff36ce - core::ops::function::FnOnce::call_once::hba73ca82edffb130 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 22: 0x556090018acf - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 23: 0x5560900bb0ba - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 24: 0x5560900330c8 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 25: 0x5560900330c8 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 26: 0x5560900330c8 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 27: 0x55609000df45 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 28: 0x5560900120c5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 29: 0x5560900120c5 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 30: 0x5560900120c5 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 31: 0x5560900bb0ba - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 32: 0x556090012702 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 33: 0x556090012702 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 34: 0x556090012702 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 35: 0x556090012702 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 36: 0x5560900ad99f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 37: 0x5560900ba760 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 38: 0x5560900ba760 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 39: 0x5560900ba760 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 40: 0x7fa1c29774a4 - start_thread [INFO] [stdout] 41: 0x7fa1c24a2d0f - __clone [INFO] [stdout] 42: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests_dyn::base stdout ---- [INFO] [stdout] thread 'tests_dyn::base' panicked at 'attempt to shift left with overflow', src/trie.rs:125:26 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5560900b825b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5560900b825b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5560900b825b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5560900b825b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5560900b825b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5560900b7eca - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5560900b89d0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5560900b8552 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5560900b8436 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x5560900cebbd - core::panicking::panic_fmt::h8980489a6c4a44cb [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x5560900ceafc - core::panicking::panic::hedd9888e25456fbe [INFO] [stdout] at src/libcore/panicking.rs:49 [INFO] [stdout] 11: 0x55608ffeea84 - auto_correct::trie::Node::add_bit::hc2454ea1cba3c716 [INFO] [stdout] at src/trie.rs:125 [INFO] [stdout] 12: 0x55608ffee4a1 - auto_correct::trie::Node::insert::hcaa02d661a048436 [INFO] [stdout] at src/trie.rs:99 [INFO] [stdout] 13: 0x55608ffedbbd - auto_correct::trie::Node::build::h3ddaffee426e2c92 [INFO] [stdout] at src/trie.rs:58 [INFO] [stdout] 14: 0x55608ffc69ab - auto_correct::dynamic::populate_words_set::h34ee67f93ecc2c07 [INFO] [stdout] at src/dynamic.rs:157 [INFO] [stdout] 15: 0x55608ffc5318 - auto_correct::dynamic::initialize::hfd5bd90e7ea44e6e [INFO] [stdout] at src/dynamic.rs:10 [INFO] [stdout] 16: 0x55608ffc7aca - auto_correct::AutoCorrect::init_dict::hff2aef69c3643714 [INFO] [stdout] at src/lib.rs:127 [INFO] [stdout] 17: 0x55608ffc6b2e - auto_correct::AutoCorrect::new_with_config::h61738c65ecc2a8d1 [INFO] [stdout] at src/lib.rs:57 [INFO] [stdout] 18: 0x55608ffc6a8c - auto_correct::AutoCorrect::new::hd15f140985d33fea [INFO] [stdout] at src/lib.rs:48 [INFO] [stdout] 19: 0x55608ffe6951 - auto_correct::tests_dyn::base::he959da76f3f90a7d [INFO] [stdout] at src/lib.rs:243 [INFO] [stdout] 20: 0x55608ffe692a - auto_correct::tests_dyn::base::{{closure}}::h5d0f144bdc69b407 [INFO] [stdout] at src/lib.rs:242 [INFO] [stdout] 21: 0x55608fff370e - core::ops::function::FnOnce::call_once::hbd024404b08a1d32 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 22: 0x556090018acf - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 23: 0x5560900bb0ba - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 24: 0x5560900330c8 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 25: 0x5560900330c8 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 26: 0x5560900330c8 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 27: 0x55609000df45 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 28: 0x5560900120c5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 29: 0x5560900120c5 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 30: 0x5560900120c5 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 31: 0x5560900bb0ba - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 32: 0x556090012702 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 33: 0x556090012702 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 34: 0x556090012702 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 35: 0x556090012702 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 36: 0x5560900ad99f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 37: 0x5560900ba760 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 38: 0x5560900ba760 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 39: 0x5560900ba760 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 40: 0x7fa1c29774a4 - start_thread [INFO] [stdout] 41: 0x7fa1c24a2d0f - __clone [INFO] [stdout] 42: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests_dyn::none stdout ---- [INFO] [stdout] thread 'tests_dyn::none' panicked at 'attempt to shift left with overflow', src/trie.rs:125:26 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5560900b825b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5560900b825b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5560900b825b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5560900b825b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5560900b825b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5560900b7eca - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5560900b89d0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5560900b8552 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5560900b8436 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x5560900cebbd - core::panicking::panic_fmt::h8980489a6c4a44cb [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x5560900ceafc - core::panicking::panic::hedd9888e25456fbe [INFO] [stdout] at src/libcore/panicking.rs:49 [INFO] [stdout] 11: 0x55608ffeea84 - auto_correct::trie::Node::add_bit::hc2454ea1cba3c716 [INFO] [stdout] at src/trie.rs:125 [INFO] [stdout] 12: 0x55608ffee4a1 - auto_correct::trie::Node::insert::hcaa02d661a048436 [INFO] [stdout] at src/trie.rs:99 [INFO] [stdout] 13: 0x55608ffedbbd - auto_correct::trie::Node::build::h3ddaffee426e2c92 [INFO] [stdout] at src/trie.rs:58 [INFO] [stdout] 14: 0x55608ffc69ab - auto_correct::dynamic::populate_words_set::h34ee67f93ecc2c07 [INFO] [stdout] at src/dynamic.rs:157 [INFO] [stdout] 15: 0x55608ffc5318 - auto_correct::dynamic::initialize::hfd5bd90e7ea44e6e [INFO] [stdout] at src/dynamic.rs:10 [INFO] [stdout] 16: 0x55608ffc7aca - auto_correct::AutoCorrect::init_dict::hff2aef69c3643714 [INFO] [stdout] at src/lib.rs:127 [INFO] [stdout] 17: 0x55608ffc6b2e - auto_correct::AutoCorrect::new_with_config::h61738c65ecc2a8d1 [INFO] [stdout] at src/lib.rs:57 [INFO] [stdout] 18: 0x55608ffc6a8c - auto_correct::AutoCorrect::new::hd15f140985d33fea [INFO] [stdout] at src/lib.rs:48 [INFO] [stdout] 19: 0x55608ffe6e6e - auto_correct::tests_dyn::none::hda48f60b00c3e12d [INFO] [stdout] at src/lib.rs:257 [INFO] [stdout] 20: 0x55608ffe6e4a - auto_correct::tests_dyn::none::{{closure}}::h473b4bc0dcaef3b1 [INFO] [stdout] at src/lib.rs:256 [INFO] [stdout] 21: 0x55608fff368e - core::ops::function::FnOnce::call_once::hb4cb5a7e5d9a79df [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 22: 0x556090018acf - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 23: 0x5560900bb0ba - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 24: 0x5560900330c8 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 25: 0x5560900330c8 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 26: 0x5560900330c8 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 27: 0x55609000df45 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 28: 0x5560900120c5 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 29: 0x5560900120c5 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 30: 0x5560900120c5 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 31: 0x5560900bb0ba - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 32: 0x556090012702 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 33: 0x556090012702 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 34: 0x556090012702 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 35: 0x556090012702 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 36: 0x5560900ad99f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 37: 0x5560900ba760 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 38: 0x5560900ba760 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 39: 0x5560900ba760 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 40: 0x7fa1c29774a4 - start_thread [INFO] [stdout] 41: 0x7fa1c24a2d0f - __clone [INFO] [stdout] 42: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] tests_dyn::base [INFO] [stdout] tests_dyn::long [INFO] [stdout] tests_dyn::none [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `"docker" "inspect" "fa132f7228532a0b0cc88d1b1a7656a0812c5b0edef90aa2699e4ec5931dcd17"` [INFO] running `"docker" "rm" "-f" "fa132f7228532a0b0cc88d1b1a7656a0812c5b0edef90aa2699e4ec5931dcd17"` [INFO] [stdout] fa132f7228532a0b0cc88d1b1a7656a0812c5b0edef90aa2699e4ec5931dcd17