Nov 16 15:53:23.398 INFO testing reneklacan/symspell against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 16 15:53:23.398 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 16 15:53:23.601 INFO [stdout] e8cc167c28e119925a155c77fd2544e46e26f686f192ef6878578068714bfc44 Nov 16 15:53:23.604 INFO running `"docker" "start" "-a" "e8cc167c28e119925a155c77fd2544e46e26f686f192ef6878578068714bfc44"` Nov 16 15:53:24.643 INFO [stderr] usermod: no changes Nov 16 15:53:24.738 INFO [stderr] Compiling symspell v0.1.1 (/source) Nov 16 15:53:25.059 INFO [stderr] warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Nov 16 15:53:25.059 INFO [stderr] --> src/string_strategy.rs:42:20 Nov 16 15:53:25.059 INFO [stderr] | Nov 16 15:53:25.059 INFO [stderr] 42 | unsafe { s.slice_unchecked(start, end) }.to_string() Nov 16 15:53:25.059 INFO [stderr] | ^^^^^^^^^^^^^^^ Nov 16 15:53:25.059 INFO [stderr] | Nov 16 15:53:25.059 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 16 15:53:25.059 INFO [stderr] Nov 16 15:53:25.263 INFO [stderr] warning: the feature `duration_extras` has been stable since 1.27.0 and no longer requires an attribute to enable Nov 16 15:53:25.263 INFO [stderr] --> src/lib.rs:21:12 Nov 16 15:53:25.263 INFO [stderr] | Nov 16 15:53:25.263 INFO [stderr] 21 | #![feature(duration_extras)] Nov 16 15:53:25.263 INFO [stderr] | ^^^^^^^^^^^^^^^ Nov 16 15:53:25.263 INFO [stderr] | Nov 16 15:53:25.263 INFO [stderr] = note: #[warn(stable_features)] on by default Nov 16 15:53:25.263 INFO [stderr] Nov 16 15:53:25.543 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.88s Nov 16 15:53:25.553 INFO [stderr] su: No module specific data is present Nov 16 15:53:26.129 INFO running `"docker" "inspect" "e8cc167c28e119925a155c77fd2544e46e26f686f192ef6878578068714bfc44"` Nov 16 15:53:26.431 INFO running `"docker" "rm" "-f" "e8cc167c28e119925a155c77fd2544e46e26f686f192ef6878578068714bfc44"` Nov 16 15:53:26.731 INFO [stdout] e8cc167c28e119925a155c77fd2544e46e26f686f192ef6878578068714bfc44 Nov 16 15:53:26.734 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 16 15:53:27.175 INFO [stdout] 91cc0d5364b1243c240ea723d6c2df952f6ce1569ef3941b00ba30ad461bed11 Nov 16 15:53:27.177 INFO running `"docker" "start" "-a" "91cc0d5364b1243c240ea723d6c2df952f6ce1569ef3941b00ba30ad461bed11"` Nov 16 15:53:28.042 INFO [stderr] usermod: no changes Nov 16 15:53:28.104 INFO [stderr] Compiling symspell v0.1.1 (/source) Nov 16 15:53:28.407 INFO [stderr] warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Nov 16 15:53:28.407 INFO [stderr] --> src/string_strategy.rs:42:20 Nov 16 15:53:28.407 INFO [stderr] | Nov 16 15:53:28.407 INFO [stderr] 42 | unsafe { s.slice_unchecked(start, end) }.to_string() Nov 16 15:53:28.407 INFO [stderr] | ^^^^^^^^^^^^^^^ Nov 16 15:53:28.407 INFO [stderr] | Nov 16 15:53:28.407 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 16 15:53:28.407 INFO [stderr] Nov 16 15:53:28.511 INFO [stderr] warning: the feature `duration_extras` has been stable since 1.27.0 and no longer requires an attribute to enable Nov 16 15:53:28.511 INFO [stderr] --> examples/demo.rs:1:12 Nov 16 15:53:28.511 INFO [stderr] | Nov 16 15:53:28.511 INFO [stderr] 1 | #![feature(duration_extras)] Nov 16 15:53:28.511 INFO [stderr] | ^^^^^^^^^^^^^^^ Nov 16 15:53:28.511 INFO [stderr] | Nov 16 15:53:28.511 INFO [stderr] = note: #[warn(stable_features)] on by default Nov 16 15:53:28.511 INFO [stderr] Nov 16 15:53:28.677 INFO [stderr] warning: the feature `duration_extras` has been stable since 1.27.0 and no longer requires an attribute to enable Nov 16 15:53:28.677 INFO [stderr] --> src/lib.rs:21:12 Nov 16 15:53:28.677 INFO [stderr] | Nov 16 15:53:28.677 INFO [stderr] 21 | #![feature(duration_extras)] Nov 16 15:53:28.678 INFO [stderr] | ^^^^^^^^^^^^^^^ Nov 16 15:53:28.678 INFO [stderr] | Nov 16 15:53:28.678 INFO [stderr] = note: #[warn(stable_features)] on by default Nov 16 15:53:28.678 INFO [stderr] Nov 16 15:53:30.136 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.08s Nov 16 15:53:30.141 INFO [stderr] su: No module specific data is present Nov 16 15:53:30.717 INFO running `"docker" "inspect" "91cc0d5364b1243c240ea723d6c2df952f6ce1569ef3941b00ba30ad461bed11"` Nov 16 15:53:30.980 INFO running `"docker" "rm" "-f" "91cc0d5364b1243c240ea723d6c2df952f6ce1569ef3941b00ba30ad461bed11"` Nov 16 15:53:31.150 INFO [stdout] 91cc0d5364b1243c240ea723d6c2df952f6ce1569ef3941b00ba30ad461bed11 Nov 16 15:53:31.153 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 16 15:53:31.373 INFO [stdout] 2541518a8ce5e4f53066ab21645cfa1b6b2b44a6399ce4e117b3d2d0249caa9a Nov 16 15:53:31.375 INFO running `"docker" "start" "-a" "2541518a8ce5e4f53066ab21645cfa1b6b2b44a6399ce4e117b3d2d0249caa9a"` Nov 16 15:53:31.888 INFO [stderr] usermod: no changes Nov 16 15:53:31.931 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s Nov 16 15:53:31.942 INFO [stderr] Running /target/debug/deps/symspell-ffdf0d6b803b9cc9 Nov 16 15:53:31.946 INFO [stdout] Nov 16 15:53:31.946 INFO [stdout] running 7 tests Nov 16 15:53:31.946 INFO [stdout] test string_strategy::tests::ascii_slice_prefix ... ok Nov 16 15:53:31.946 INFO [stdout] test string_strategy::tests::ascii_at_over_limit ... ok Nov 16 15:53:31.946 INFO [stdout] test string_strategy::tests::ascii_remove ... ok Nov 16 15:53:31.946 INFO [stdout] test string_strategy::tests::ascii_slice_suffix ... ok Nov 16 15:53:31.947 INFO [stdout] test string_strategy::tests::ascii_at_correct ... ok Nov 16 15:53:31.947 INFO [stdout] test string_strategy::tests::ascii_at_negative ... ok Nov 16 15:53:31.951 INFO [stdout] test string_strategy::tests::prepare ... ok Nov 16 15:53:31.951 INFO [stdout] Nov 16 15:53:31.951 INFO [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 15:53:31.951 INFO [stdout] Nov 16 15:53:31.951 INFO [stderr] Doc-tests symspell Nov 16 15:53:32.187 INFO [stdout] Nov 16 15:53:32.187 INFO [stdout] running 3 tests Nov 16 15:53:32.959 INFO [stdout] test src/lib.rs - (line 5) ... FAILED Nov 16 15:53:32.959 INFO [stdout] test src/symspell.rs - symspell::SymSpell::lookup_compound (line 321) ... FAILED Nov 16 15:53:32.960 INFO [stdout] test src/symspell.rs - symspell::SymSpell::lookup (line 107) ... FAILED Nov 16 15:53:32.960 INFO [stdout] Nov 16 15:53:32.960 INFO [stdout] failures: Nov 16 15:53:32.960 INFO [stdout] Nov 16 15:53:32.960 INFO [stdout] ---- src/lib.rs - (line 5) stdout ---- Nov 16 15:53:32.961 INFO [stdout] error: expected one of `.`, `;`, `?`, or an operator, found `let` Nov 16 15:53:32.961 INFO [stdout] --> src/lib.rs:14:1 Nov 16 15:53:32.961 INFO [stdout] | Nov 16 15:53:32.961 INFO [stdout] 11 | let sentence = "whereis th elove hehad dated forImuch of thepast who couqdn'tread in sixtgrade and ins pired him" Nov 16 15:53:32.961 INFO [stdout] | - expected one of `.`, `;`, `?`, or an operator here Nov 16 15:53:32.961 INFO [stdout] 12 | let compound_suggestions = symspell.lookup_compound(sentence, 2); Nov 16 15:53:32.961 INFO [stdout] | ^^^ unexpected token Nov 16 15:53:32.961 INFO [stdout] Nov 16 15:53:32.961 INFO [stdout] error[E0433]: failed to resolve. Use of undeclared type or module `SymSpell` Nov 16 15:53:32.961 INFO [stdout] --> src/lib.rs:6:51 Nov 16 15:53:32.961 INFO [stdout] | Nov 16 15:53:32.961 INFO [stdout] 4 | let mut symspell: SymSpell = SymSpell::default(); Nov 16 15:53:32.961 INFO [stdout] | ^^^^^^^^ Use of undeclared type or module `SymSpell` Nov 16 15:53:32.961 INFO [stdout] Nov 16 15:53:32.961 INFO [stdout] error[E0433]: failed to resolve. Use of undeclared type or module `Verbosity` Nov 16 15:53:32.961 INFO [stdout] --> src/lib.rs:10:44 Nov 16 15:53:32.961 INFO [stdout] | Nov 16 15:53:32.961 INFO [stdout] 8 | let suggestions = symspell.lookup("roket", Verbosity::Top, 2); Nov 16 15:53:32.961 INFO [stdout] | ^^^^^^^^^ Use of undeclared type or module `Verbosity` Nov 16 15:53:32.961 INFO [stdout] Nov 16 15:53:32.961 INFO [stdout] error[E0412]: cannot find type `SymSpell` in this scope Nov 16 15:53:32.961 INFO [stdout] --> src/lib.rs:6:19 Nov 16 15:53:32.961 INFO [stdout] | Nov 16 15:53:32.961 INFO [stdout] 4 | let mut symspell: SymSpell = SymSpell::default(); Nov 16 15:53:32.961 INFO [stdout] | ^^^^^^^^ did you mean `symspell`? Nov 16 15:53:32.961 INFO [stdout] help: possible candidate is found in another module, you can import it into scope Nov 16 15:53:32.961 INFO [stdout] | Nov 16 15:53:32.961 INFO [stdout] 3 | use symspell::SymSpell; Nov 16 15:53:32.961 INFO [stdout] | Nov 16 15:53:32.961 INFO [stdout] Nov 16 15:53:32.961 INFO [stdout] error[E0412]: cannot find type `AsciiStringStrategy` in this scope Nov 16 15:53:32.961 INFO [stdout] --> src/lib.rs:6:28 Nov 16 15:53:32.961 INFO [stdout] | Nov 16 15:53:32.961 INFO [stdout] 4 | let mut symspell: SymSpell = SymSpell::default(); Nov 16 15:53:32.961 INFO [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope Nov 16 15:53:32.961 INFO [stdout] help: possible candidate is found in another module, you can import it into scope Nov 16 15:53:32.961 INFO [stdout] | Nov 16 15:53:32.961 INFO [stdout] 3 | use symspell::AsciiStringStrategy; Nov 16 15:53:32.961 INFO [stdout] | Nov 16 15:53:32.961 INFO [stdout] Nov 16 15:53:32.961 INFO [stdout] thread 'src/lib.rs - (line 5)' panicked at 'couldn't compile the test', librustdoc/test.rs:323:13 Nov 16 15:53:32.961 INFO [stdout] stack backtrace: Nov 16 15:53:32.961 INFO [stdout] 0: 0x7f0959928a83 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h26df0f6fdb27c709 Nov 16 15:53:32.961 INFO [stdout] at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Nov 16 15:53:32.961 INFO [stdout] 1: 0x7f09599202a8 - std::sys_common::backtrace::_print::h84c40fecda6d638e Nov 16 15:53:32.961 INFO [stdout] at libstd/sys_common/backtrace.rs:71 Nov 16 15:53:32.961 INFO [stdout] 2: 0x7f0959925454 - std::panicking::default_hook::{{closure}}::h77e370c0567fc0a7 Nov 16 15:53:32.961 INFO [stdout] at libstd/sys_common/backtrace.rs:59 Nov 16 15:53:32.961 INFO [stdout] at libstd/panicking.rs:211 Nov 16 15:53:32.961 INFO [stdout] 3: 0x7f095992513c - std::panicking::default_hook::hb9a45c11a33bbcb2 Nov 16 15:53:32.961 INFO [stdout] at libstd/panicking.rs:221 Nov 16 15:53:32.961 INFO [stdout] 4: 0x7f095ba776d1 - rustc::util::common::panic_hook::h102faf9876448695 Nov 16 15:53:32.961 INFO [stdout] 5: 0x7f0959925c39 - std::panicking::rust_panic_with_hook::ha8d95048d940f754 Nov 16 15:53:32.961 INFO [stdout] at libstd/panicking.rs:480 Nov 16 15:53:32.961 INFO [stdout] 6: 0x55c5836a41c7 - std::panicking::begin_panic::hc3027e90fc910a38 Nov 16 15:53:32.961 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:410 Nov 16 15:53:32.961 INFO [stdout] 7: 0x55c583869c55 - rustdoc::test::run_test::h3a69135895ffb56a Nov 16 15:53:32.961 INFO [stdout] at librustdoc/test.rs:323 Nov 16 15:53:32.961 INFO [stdout] 8: 0x55c58373ceee - >::set::hc4facc4870e509b6 Nov 16 15:53:32.961 INFO [stdout] at librustdoc/test.rs:654 Nov 16 15:53:32.961 INFO [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Nov 16 15:53:32.961 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libsyntax/lib.rs:124 Nov 16 15:53:32.961 INFO [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Nov 16 15:53:32.961 INFO [stdout] 9: 0x55c58371bd51 - syntax::with_globals::h6744305bcb163a73 Nov 16 15:53:32.961 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libsyntax/lib.rs:123 Nov 16 15:53:32.961 INFO [stdout] 10: 0x55c5836a440b - std::panicking::try::do_call::h82ccb7efab0bea3e Nov 16 15:53:32.961 INFO [stdout] at librustdoc/test.rs:651 Nov 16 15:53:32.961 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:319 Nov 16 15:53:32.961 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:310 Nov 16 15:53:32.961 INFO [stdout] 11: 0x7f0959943019 - __rust_maybe_catch_panic Nov 16 15:53:32.961 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 16 15:53:32.961 INFO [stdout] 12: 0x55c5837358d9 - rustc_driver::in_named_rustc_thread::hf9918f7965f714e8 Nov 16 15:53:32.961 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 16 15:53:32.961 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 16 15:53:32.961 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/librustc_driver/lib.rs:1554 Nov 16 15:53:32.961 INFO [stdout] 13: 0x55c58383e270 - >::call_box::h692f6b13f40e7377 Nov 16 15:53:32.962 INFO [stdout] at librustdoc/test.rs:651 Nov 16 15:53:32.962 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 16 15:53:32.962 INFO [stdout] 14: 0x7f095af59b32 - >::call_box::hd23e96f38fbd7505 Nov 16 15:53:32.962 INFO [stdout] at libtest/lib.rs:1464 Nov 16 15:53:32.962 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 16 15:53:32.962 INFO [stdout] 15: 0x7f0959943019 - __rust_maybe_catch_panic Nov 16 15:53:32.962 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 16 15:53:32.962 INFO [stdout] 16: 0x7f095af51453 - std::sys_common::backtrace::__rust_begin_short_backtrace::hd0ded23d435d70d0 Nov 16 15:53:32.962 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 16 15:53:32.962 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 16 15:53:32.962 INFO [stdout] at libtest/lib.rs:1426 Nov 16 15:53:32.962 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/sys_common/backtrace.rs:136 Nov 16 15:53:32.962 INFO [stdout] 17: 0x7f095af522f4 - std::panicking::try::do_call::h031514fb401b7159 Nov 16 15:53:32.962 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:477 Nov 16 15:53:32.962 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:319 Nov 16 15:53:32.962 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:310 Nov 16 15:53:32.962 INFO [stdout] 18: 0x7f0959943019 - __rust_maybe_catch_panic Nov 16 15:53:32.962 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 16 15:53:32.962 INFO [stdout] 19: 0x7f095af599cc - >::call_box::h44700b7a2ec6fd33 Nov 16 15:53:32.962 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 16 15:53:32.962 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 16 15:53:32.962 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:476 Nov 16 15:53:32.962 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 16 15:53:32.962 INFO [stdout] 20: 0x7f0959935afd - std::sys::unix::thread::Thread::new::thread_start::h8526625243d2f13b Nov 16 15:53:32.962 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:683 Nov 16 15:53:32.962 INFO [stdout] at libstd/sys_common/thread.rs:24 Nov 16 15:53:32.962 INFO [stdout] at libstd/sys/unix/thread.rs:90 Nov 16 15:53:32.962 INFO [stdout] 21: 0x7f09596a86b9 - start_thread Nov 16 15:53:32.962 INFO [stdout] 22: 0x7f0958fc041c - clone Nov 16 15:53:32.962 INFO [stdout] 23: 0x0 - Nov 16 15:53:32.962 INFO [stdout] query stack during panic: Nov 16 15:53:32.962 INFO [stdout] end of query stack Nov 16 15:53:32.962 INFO [stdout] Nov 16 15:53:32.962 INFO [stdout] ---- src/symspell.rs - symspell::SymSpell::lookup_compound (line 321) stdout ---- Nov 16 15:53:32.962 INFO [stdout] error[E0433]: failed to resolve. Use of undeclared type or module `SymSpell` Nov 16 15:53:32.962 INFO [stdout] --> src/symspell.rs:322:51 Nov 16 15:53:32.962 INFO [stdout] | Nov 16 15:53:32.962 INFO [stdout] 4 | let mut symspell: SymSpell = SymSpell::default(); Nov 16 15:53:32.962 INFO [stdout] | ^^^^^^^^ Use of undeclared type or module `SymSpell` Nov 16 15:53:32.962 INFO [stdout] Nov 16 15:53:32.962 INFO [stdout] error[E0412]: cannot find type `SymSpell` in this scope Nov 16 15:53:32.962 INFO [stdout] --> src/symspell.rs:322:19 Nov 16 15:53:32.962 INFO [stdout] | Nov 16 15:53:32.962 INFO [stdout] 4 | let mut symspell: SymSpell = SymSpell::default(); Nov 16 15:53:32.962 INFO [stdout] | ^^^^^^^^ did you mean `symspell`? Nov 16 15:53:32.962 INFO [stdout] help: possible candidate is found in another module, you can import it into scope Nov 16 15:53:32.962 INFO [stdout] | Nov 16 15:53:32.962 INFO [stdout] 3 | use symspell::SymSpell; Nov 16 15:53:32.962 INFO [stdout] | Nov 16 15:53:32.962 INFO [stdout] Nov 16 15:53:32.962 INFO [stdout] error[E0412]: cannot find type `AsciiStringStrategy` in this scope Nov 16 15:53:32.962 INFO [stdout] --> src/symspell.rs:322:28 Nov 16 15:53:32.962 INFO [stdout] | Nov 16 15:53:32.962 INFO [stdout] 4 | let mut symspell: SymSpell = SymSpell::default(); Nov 16 15:53:32.962 INFO [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope Nov 16 15:53:32.962 INFO [stdout] help: possible candidate is found in another module, you can import it into scope Nov 16 15:53:32.962 INFO [stdout] | Nov 16 15:53:32.962 INFO [stdout] 3 | use symspell::AsciiStringStrategy; Nov 16 15:53:32.962 INFO [stdout] | Nov 16 15:53:32.962 INFO [stdout] Nov 16 15:53:32.962 INFO [stdout] thread 'src/symspell.rs - symspell::SymSpell::lookup_compound (line 321)' panicked at 'couldn't compile the test', librustdoc/test.rs:323:13 Nov 16 15:53:32.962 INFO [stdout] stack backtrace: Nov 16 15:53:32.962 INFO [stdout] 0: 0x7f0959928a83 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h26df0f6fdb27c709 Nov 16 15:53:32.962 INFO [stdout] at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Nov 16 15:53:32.962 INFO [stdout] 1: 0x7f09599202a8 - std::sys_common::backtrace::_print::h84c40fecda6d638e Nov 16 15:53:32.962 INFO [stdout] at libstd/sys_common/backtrace.rs:71 Nov 16 15:53:32.962 INFO [stdout] 2: 0x7f0959925454 - std::panicking::default_hook::{{closure}}::h77e370c0567fc0a7 Nov 16 15:53:32.962 INFO [stdout] at libstd/sys_common/backtrace.rs:59 Nov 16 15:53:32.962 INFO [stdout] at libstd/panicking.rs:211 Nov 16 15:53:32.962 INFO [stdout] 3: 0x7f095992513c - std::panicking::default_hook::hb9a45c11a33bbcb2 Nov 16 15:53:32.962 INFO [stdout] at libstd/panicking.rs:221 Nov 16 15:53:32.962 INFO [stdout] 4: 0x7f095ba776d1 - rustc::util::common::panic_hook::h102faf9876448695 Nov 16 15:53:32.962 INFO [stdout] 5: 0x7f0959925c39 - std::panicking::rust_panic_with_hook::ha8d95048d940f754 Nov 16 15:53:32.962 INFO [stdout] at libstd/panicking.rs:480 Nov 16 15:53:32.962 INFO [stdout] 6: 0x55c5836a41c7 - std::panicking::begin_panic::hc3027e90fc910a38 Nov 16 15:53:32.962 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:410 Nov 16 15:53:32.963 INFO [stdout] 7: 0x55c583869c55 - rustdoc::test::run_test::h3a69135895ffb56a Nov 16 15:53:32.963 INFO [stdout] at librustdoc/test.rs:323 Nov 16 15:53:32.963 INFO [stdout] 8: 0x55c58373ceee - >::set::hc4facc4870e509b6 Nov 16 15:53:32.963 INFO [stdout] at librustdoc/test.rs:654 Nov 16 15:53:32.963 INFO [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Nov 16 15:53:32.963 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libsyntax/lib.rs:124 Nov 16 15:53:32.963 INFO [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Nov 16 15:53:32.963 INFO [stdout] 9: 0x55c58371bd51 - syntax::with_globals::h6744305bcb163a73 Nov 16 15:53:32.963 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libsyntax/lib.rs:123 Nov 16 15:53:32.963 INFO [stdout] 10: 0x55c5836a440b - std::panicking::try::do_call::h82ccb7efab0bea3e Nov 16 15:53:32.963 INFO [stdout] at librustdoc/test.rs:651 Nov 16 15:53:32.963 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:319 Nov 16 15:53:32.963 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:310 Nov 16 15:53:32.963 INFO [stdout] 11: 0x7f0959943019 - __rust_maybe_catch_panic Nov 16 15:53:32.963 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 16 15:53:32.963 INFO [stdout] 12: 0x55c5837358d9 - rustc_driver::in_named_rustc_thread::hf9918f7965f714e8 Nov 16 15:53:32.963 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 16 15:53:32.963 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 16 15:53:32.963 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/librustc_driver/lib.rs:1554 Nov 16 15:53:32.963 INFO [stdout] 13: 0x55c58383e270 - >::call_box::h692f6b13f40e7377 Nov 16 15:53:32.963 INFO [stdout] at librustdoc/test.rs:651 Nov 16 15:53:32.963 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 16 15:53:32.963 INFO [stdout] 14: 0x7f095af59b32 - >::call_box::hd23e96f38fbd7505 Nov 16 15:53:32.963 INFO [stdout] at libtest/lib.rs:1464 Nov 16 15:53:32.963 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 16 15:53:32.963 INFO [stdout] 15: 0x7f0959943019 - __rust_maybe_catch_panic Nov 16 15:53:32.963 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 16 15:53:32.963 INFO [stdout] 16: 0x7f095af51453 - std::sys_common::backtrace::__rust_begin_short_backtrace::hd0ded23d435d70d0 Nov 16 15:53:32.963 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 16 15:53:32.963 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 16 15:53:32.963 INFO [stdout] at libtest/lib.rs:1426 Nov 16 15:53:32.963 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/sys_common/backtrace.rs:136 Nov 16 15:53:32.963 INFO [stdout] 17: 0x7f095af522f4 - std::panicking::try::do_call::h031514fb401b7159 Nov 16 15:53:32.963 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:477 Nov 16 15:53:32.963 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:319 Nov 16 15:53:32.963 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:310 Nov 16 15:53:32.963 INFO [stdout] 18: 0x7f0959943019 - __rust_maybe_catch_panic Nov 16 15:53:32.963 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 16 15:53:32.963 INFO [stdout] 19: 0x7f095af599cc - >::call_box::h44700b7a2ec6fd33 Nov 16 15:53:32.963 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 16 15:53:32.963 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 16 15:53:32.963 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:476 Nov 16 15:53:32.963 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 16 15:53:32.963 INFO [stdout] 20: 0x7f0959935afd - std::sys::unix::thread::Thread::new::thread_start::h8526625243d2f13b Nov 16 15:53:32.963 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:683 Nov 16 15:53:32.963 INFO [stdout] at libstd/sys_common/thread.rs:24 Nov 16 15:53:32.963 INFO [stdout] at libstd/sys/unix/thread.rs:90 Nov 16 15:53:32.963 INFO [stdout] 21: 0x7f09596a86b9 - start_thread Nov 16 15:53:32.963 INFO [stdout] 22: 0x7f0958fc041c - clone Nov 16 15:53:32.963 INFO [stdout] 23: 0x0 - Nov 16 15:53:32.963 INFO [stdout] query stack during panic: Nov 16 15:53:32.963 INFO [stdout] end of query stack Nov 16 15:53:32.963 INFO [stdout] Nov 16 15:53:32.963 INFO [stdout] ---- src/symspell.rs - symspell::SymSpell::lookup (line 107) stdout ---- Nov 16 15:53:32.963 INFO [stdout] error[E0433]: failed to resolve. Use of undeclared type or module `SymSpell` Nov 16 15:53:32.963 INFO [stdout] --> src/symspell.rs:108:51 Nov 16 15:53:32.963 INFO [stdout] | Nov 16 15:53:32.963 INFO [stdout] 4 | let mut symspell: SymSpell = SymSpell::default(); Nov 16 15:53:32.963 INFO [stdout] | ^^^^^^^^ Use of undeclared type or module `SymSpell` Nov 16 15:53:32.963 INFO [stdout] Nov 16 15:53:32.963 INFO [stdout] error[E0433]: failed to resolve. Use of undeclared type or module `Verbosity` Nov 16 15:53:32.963 INFO [stdout] --> src/symspell.rs:110:28 Nov 16 15:53:32.963 INFO [stdout] | Nov 16 15:53:32.963 INFO [stdout] 6 | symspell.lookup("whatver", Verbosity::Top, 2) Nov 16 15:53:32.963 INFO [stdout] | ^^^^^^^^^ Use of undeclared type or module `Verbosity` Nov 16 15:53:32.963 INFO [stdout] Nov 16 15:53:32.963 INFO [stdout] error[E0412]: cannot find type `SymSpell` in this scope Nov 16 15:53:32.963 INFO [stdout] --> src/symspell.rs:108:19 Nov 16 15:53:32.963 INFO [stdout] | Nov 16 15:53:32.963 INFO [stdout] 4 | let mut symspell: SymSpell = SymSpell::default(); Nov 16 15:53:32.963 INFO [stdout] | ^^^^^^^^ did you mean `symspell`? Nov 16 15:53:32.963 INFO [stdout] help: possible candidate is found in another module, you can import it into scope Nov 16 15:53:32.963 INFO [stdout] | Nov 16 15:53:32.963 INFO [stdout] 3 | use symspell::SymSpell; Nov 16 15:53:32.963 INFO [stdout] | Nov 16 15:53:32.963 INFO [stdout] Nov 16 15:53:32.963 INFO [stdout] error[E0412]: cannot find type `AsciiStringStrategy` in this scope Nov 16 15:53:32.963 INFO [stdout] --> src/symspell.rs:108:28 Nov 16 15:53:32.963 INFO [stdout] | Nov 16 15:53:32.964 INFO [stdout] 4 | let mut symspell: SymSpell = SymSpell::default(); Nov 16 15:53:32.964 INFO [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope Nov 16 15:53:32.964 INFO [stdout] help: possible candidate is found in another module, you can import it into scope Nov 16 15:53:32.964 INFO [stdout] | Nov 16 15:53:32.964 INFO [stdout] 3 | use symspell::AsciiStringStrategy; Nov 16 15:53:32.964 INFO [stdout] | Nov 16 15:53:32.964 INFO [stdout] Nov 16 15:53:32.964 INFO [stdout] thread 'src/symspell.rs - symspell::SymSpell::lookup (line 107)' panicked at 'couldn't compile the test', librustdoc/test.rs:323:13 Nov 16 15:53:32.964 INFO [stdout] stack backtrace: Nov 16 15:53:32.964 INFO [stdout] 0: 0x7f0959928a83 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h26df0f6fdb27c709 Nov 16 15:53:32.964 INFO [stdout] at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Nov 16 15:53:32.964 INFO [stdout] 1: 0x7f09599202a8 - std::sys_common::backtrace::_print::h84c40fecda6d638e Nov 16 15:53:32.964 INFO [stdout] at libstd/sys_common/backtrace.rs:71 Nov 16 15:53:32.964 INFO [stdout] 2: 0x7f0959925454 - std::panicking::default_hook::{{closure}}::h77e370c0567fc0a7 Nov 16 15:53:32.964 INFO [stdout] at libstd/sys_common/backtrace.rs:59 Nov 16 15:53:32.964 INFO [stdout] at libstd/panicking.rs:211 Nov 16 15:53:32.964 INFO [stdout] 3: 0x7f095992513c - std::panicking::default_hook::hb9a45c11a33bbcb2 Nov 16 15:53:32.964 INFO [stdout] at libstd/panicking.rs:221 Nov 16 15:53:32.964 INFO [stdout] 4: 0x7f095ba776d1 - rustc::util::common::panic_hook::h102faf9876448695 Nov 16 15:53:32.964 INFO [stdout] 5: 0x7f0959925c39 - std::panicking::rust_panic_with_hook::ha8d95048d940f754 Nov 16 15:53:32.964 INFO [stdout] at libstd/panicking.rs:480 Nov 16 15:53:32.964 INFO [stdout] 6: 0x55c5836a41c7 - std::panicking::begin_panic::hc3027e90fc910a38 Nov 16 15:53:32.964 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:410 Nov 16 15:53:32.964 INFO [stdout] 7: 0x55c583869c55 - rustdoc::test::run_test::h3a69135895ffb56a Nov 16 15:53:32.964 INFO [stdout] at librustdoc/test.rs:323 Nov 16 15:53:32.964 INFO [stdout] 8: 0x55c58373ceee - >::set::hc4facc4870e509b6 Nov 16 15:53:32.964 INFO [stdout] at librustdoc/test.rs:654 Nov 16 15:53:32.964 INFO [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Nov 16 15:53:32.964 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libsyntax/lib.rs:124 Nov 16 15:53:32.964 INFO [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Nov 16 15:53:32.964 INFO [stdout] 9: 0x55c58371bd51 - syntax::with_globals::h6744305bcb163a73 Nov 16 15:53:32.964 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libsyntax/lib.rs:123 Nov 16 15:53:32.964 INFO [stdout] 10: 0x55c5836a440b - std::panicking::try::do_call::h82ccb7efab0bea3e Nov 16 15:53:32.964 INFO [stdout] at librustdoc/test.rs:651 Nov 16 15:53:32.964 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:319 Nov 16 15:53:32.964 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:310 Nov 16 15:53:32.964 INFO [stdout] 11: 0x7f0959943019 - __rust_maybe_catch_panic Nov 16 15:53:32.964 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 16 15:53:32.964 INFO [stdout] 12: 0x55c5837358d9 - rustc_driver::in_named_rustc_thread::hf9918f7965f714e8 Nov 16 15:53:32.964 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 16 15:53:32.964 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 16 15:53:32.964 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/librustc_driver/lib.rs:1554 Nov 16 15:53:32.964 INFO [stdout] 13: 0x55c58383e270 - >::call_box::h692f6b13f40e7377 Nov 16 15:53:32.964 INFO [stdout] at librustdoc/test.rs:651 Nov 16 15:53:32.964 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 16 15:53:32.964 INFO [stdout] 14: 0x7f095af59b32 - >::call_box::hd23e96f38fbd7505 Nov 16 15:53:32.964 INFO [stdout] at libtest/lib.rs:1464 Nov 16 15:53:32.964 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 16 15:53:32.964 INFO [stdout] 15: 0x7f0959943019 - __rust_maybe_catch_panic Nov 16 15:53:32.964 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 16 15:53:32.964 INFO [stdout] 16: 0x7f095af51453 - std::sys_common::backtrace::__rust_begin_short_backtrace::hd0ded23d435d70d0 Nov 16 15:53:32.964 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 16 15:53:32.964 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 16 15:53:32.964 INFO [stdout] at libtest/lib.rs:1426 Nov 16 15:53:32.964 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/sys_common/backtrace.rs:136 Nov 16 15:53:32.964 INFO [stdout] 17: 0x7f095af522f4 - std::panicking::try::do_call::h031514fb401b7159 Nov 16 15:53:32.964 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:477 Nov 16 15:53:32.964 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:319 Nov 16 15:53:32.964 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:310 Nov 16 15:53:32.964 INFO [stdout] 18: 0x7f0959943019 - __rust_maybe_catch_panic Nov 16 15:53:32.964 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 16 15:53:32.964 INFO [stdout] 19: 0x7f095af599cc - >::call_box::h44700b7a2ec6fd33 Nov 16 15:53:32.964 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 16 15:53:32.964 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 16 15:53:32.964 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:476 Nov 16 15:53:32.964 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 16 15:53:32.964 INFO [stdout] 20: 0x7f0959935afd - std::sys::unix::thread::Thread::new::thread_start::h8526625243d2f13b Nov 16 15:53:32.964 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:683 Nov 16 15:53:32.964 INFO [stdout] at libstd/sys_common/thread.rs:24 Nov 16 15:53:32.964 INFO [stdout] at libstd/sys/unix/thread.rs:90 Nov 16 15:53:32.964 INFO [stdout] 21: 0x7f09596a86b9 - start_thread Nov 16 15:53:32.964 INFO [stdout] 22: 0x7f0958fc041c - clone Nov 16 15:53:32.964 INFO [stdout] 23: 0x0 - Nov 16 15:53:32.964 INFO [stdout] query stack during panic: Nov 16 15:53:32.964 INFO [stdout] end of query stack Nov 16 15:53:32.964 INFO [stdout] Nov 16 15:53:32.964 INFO [stdout] Nov 16 15:53:32.964 INFO [stdout] failures: Nov 16 15:53:32.965 INFO [stdout] src/lib.rs - (line 5) Nov 16 15:53:32.965 INFO [stdout] src/symspell.rs - symspell::SymSpell::lookup (line 107) Nov 16 15:53:32.965 INFO [stdout] src/symspell.rs - symspell::SymSpell::lookup_compound (line 321) Nov 16 15:53:32.965 INFO [stdout] Nov 16 15:53:32.965 INFO [stdout] test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 15:53:32.965 INFO [stdout] Nov 16 15:53:32.982 INFO [stderr] error: test failed, to rerun pass '--doc' Nov 16 15:53:32.983 INFO [stderr] su: No module specific data is present Nov 16 15:53:33.313 INFO running `"docker" "inspect" "2541518a8ce5e4f53066ab21645cfa1b6b2b44a6399ce4e117b3d2d0249caa9a"` Nov 16 15:53:33.473 INFO running `"docker" "rm" "-f" "2541518a8ce5e4f53066ab21645cfa1b6b2b44a6399ce4e117b3d2d0249caa9a"` Nov 16 15:53:33.691 INFO [stdout] 2541518a8ce5e4f53066ab21645cfa1b6b2b44a6399ce4e117b3d2d0249caa9a