Oct 10 16:11:11.038 INFO testing reneklacan/symspell against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 16:11:11.038 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 16:11:11.039 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 16:11:11.505 INFO blam! b0675ee2e7ce80c6508ba80e682b0815e00bc87737e3e89f4e81fca557aa879d Oct 10 16:11:11.523 INFO running `"docker" "start" "-a" "b0675ee2e7ce80c6508ba80e682b0815e00bc87737e3e89f4e81fca557aa879d"` Oct 10 16:11:12.789 INFO kablam! usermod: no changes Oct 10 16:11:12.898 INFO kablam! Compiling symspell v0.1.1 (/source) Oct 10 16:11:13.624 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 10 16:11:13.624 INFO kablam! --> src/string_strategy.rs:42:20 Oct 10 16:11:13.624 INFO kablam! | Oct 10 16:11:13.624 INFO kablam! 42 | unsafe { s.slice_unchecked(start, end) }.to_string() Oct 10 16:11:13.624 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 16:11:13.624 INFO kablam! | Oct 10 16:11:13.624 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 16:11:13.624 INFO kablam! Oct 10 16:11:13.848 INFO kablam! warning: the feature `duration_extras` has been stable since 1.27.0 and no longer requires an attribute to enable Oct 10 16:11:13.848 INFO kablam! --> src/lib.rs:21:12 Oct 10 16:11:13.848 INFO kablam! | Oct 10 16:11:13.848 INFO kablam! 21 | #![feature(duration_extras)] Oct 10 16:11:13.848 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 16:11:13.848 INFO kablam! | Oct 10 16:11:13.848 INFO kablam! = note: #[warn(stable_features)] on by default Oct 10 16:11:13.848 INFO kablam! Oct 10 16:11:14.128 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.31s Oct 10 16:11:14.137 INFO kablam! su: No module specific data is present Oct 10 16:11:14.768 INFO running `"docker" "rm" "-f" "b0675ee2e7ce80c6508ba80e682b0815e00bc87737e3e89f4e81fca557aa879d"` Oct 10 16:11:15.032 INFO blam! b0675ee2e7ce80c6508ba80e682b0815e00bc87737e3e89f4e81fca557aa879d Oct 10 16:11:15.048 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 16:11:15.048 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 16:11:15.444 INFO blam! a0236586b9518eb48b8f408254842e199a2f5245a1f8891e977b10a5db4688f2 Oct 10 16:11:15.453 INFO running `"docker" "start" "-a" "a0236586b9518eb48b8f408254842e199a2f5245a1f8891e977b10a5db4688f2"` Oct 10 16:11:16.780 INFO kablam! usermod: no changes Oct 10 16:11:16.828 INFO kablam! Compiling symspell v0.1.1 (/source) Oct 10 16:11:18.028 INFO kablam! warning: the feature `duration_extras` has been stable since 1.27.0 and no longer requires an attribute to enable Oct 10 16:11:18.028 INFO kablam! --> examples/demo.rs:1:12 Oct 10 16:11:18.028 INFO kablam! | Oct 10 16:11:18.028 INFO kablam! 1 | #![feature(duration_extras)] Oct 10 16:11:18.028 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 16:11:18.028 INFO kablam! | Oct 10 16:11:18.028 INFO kablam! = note: #[warn(stable_features)] on by default Oct 10 16:11:18.028 INFO kablam! Oct 10 16:11:18.064 INFO kablam! warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead Oct 10 16:11:18.064 INFO kablam! --> src/string_strategy.rs:42:20 Oct 10 16:11:18.064 INFO kablam! | Oct 10 16:11:18.064 INFO kablam! 42 | unsafe { s.slice_unchecked(start, end) }.to_string() Oct 10 16:11:18.064 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 16:11:18.064 INFO kablam! | Oct 10 16:11:18.064 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 16:11:18.064 INFO kablam! Oct 10 16:11:18.604 INFO kablam! warning: the feature `duration_extras` has been stable since 1.27.0 and no longer requires an attribute to enable Oct 10 16:11:18.604 INFO kablam! --> src/lib.rs:21:12 Oct 10 16:11:18.604 INFO kablam! | Oct 10 16:11:18.604 INFO kablam! 21 | #![feature(duration_extras)] Oct 10 16:11:18.604 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 16:11:18.604 INFO kablam! | Oct 10 16:11:18.604 INFO kablam! = note: #[warn(stable_features)] on by default Oct 10 16:11:18.604 INFO kablam! Oct 10 16:11:20.635 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.85s Oct 10 16:11:20.645 INFO kablam! su: No module specific data is present Oct 10 16:11:21.247 INFO running `"docker" "rm" "-f" "a0236586b9518eb48b8f408254842e199a2f5245a1f8891e977b10a5db4688f2"` Oct 10 16:11:21.567 INFO blam! a0236586b9518eb48b8f408254842e199a2f5245a1f8891e977b10a5db4688f2 Oct 10 16:11:21.569 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 16:11:21.569 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 16:11:22.172 INFO blam! e3e5f2e67a80f77c22f17017c6c94a4e42894037ee6a7140f4e1bf0942d550ba Oct 10 16:11:22.184 INFO running `"docker" "start" "-a" "e3e5f2e67a80f77c22f17017c6c94a4e42894037ee6a7140f4e1bf0942d550ba"` Oct 10 16:11:23.600 INFO kablam! usermod: no changes Oct 10 16:11:23.664 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 10 16:11:23.680 INFO kablam! Running /target/debug/deps/symspell-9f9eff2cfc7eeb7a Oct 10 16:11:23.685 INFO blam! Oct 10 16:11:23.685 INFO blam! running 7 tests Oct 10 16:11:23.685 INFO blam! test string_strategy::tests::ascii_at_negative ... ok Oct 10 16:11:23.685 INFO blam! test string_strategy::tests::ascii_at_over_limit ... ok Oct 10 16:11:23.685 INFO blam! test string_strategy::tests::ascii_at_correct ... ok Oct 10 16:11:23.688 INFO blam! test string_strategy::tests::ascii_slice_prefix ... ok Oct 10 16:11:23.688 INFO blam! test string_strategy::tests::prepare ... ok Oct 10 16:11:23.688 INFO kablam! Doc-tests symspell Oct 10 16:11:23.688 INFO blam! test string_strategy::tests::ascii_slice_suffix ... ok Oct 10 16:11:23.688 INFO blam! test string_strategy::tests::ascii_remove ... ok Oct 10 16:11:23.688 INFO blam! Oct 10 16:11:23.688 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:11:23.688 INFO blam! Oct 10 16:11:24.744 INFO blam! Oct 10 16:11:24.744 INFO blam! running 3 tests Oct 10 16:11:27.508 INFO blam! test src/symspell.rs - symspell::SymSpell::lookup (line 107) ... FAILED Oct 10 16:11:27.508 INFO blam! test src/symspell.rs - symspell::SymSpell::lookup_compound (line 321) ... FAILED Oct 10 16:11:27.508 INFO blam! test src/lib.rs - (line 5) ... FAILED Oct 10 16:11:27.508 INFO blam! Oct 10 16:11:27.508 INFO blam! failures: Oct 10 16:11:27.508 INFO blam! Oct 10 16:11:27.508 INFO blam! ---- src/symspell.rs - symspell::SymSpell::lookup (line 107) stdout ---- Oct 10 16:11:27.508 INFO blam! error[E0433]: failed to resolve. Use of undeclared type or module `SymSpell` Oct 10 16:11:27.508 INFO blam! --> src/symspell.rs:108:51 Oct 10 16:11:27.508 INFO blam! | Oct 10 16:11:27.508 INFO blam! 4 | let mut symspell: SymSpell = SymSpell::default(); Oct 10 16:11:27.508 INFO blam! | ^^^^^^^^ Use of undeclared type or module `SymSpell` Oct 10 16:11:27.508 INFO blam! Oct 10 16:11:27.508 INFO blam! error[E0433]: failed to resolve. Use of undeclared type or module `Verbosity` Oct 10 16:11:27.508 INFO blam! --> src/symspell.rs:110:28 Oct 10 16:11:27.508 INFO blam! | Oct 10 16:11:27.508 INFO blam! 6 | symspell.lookup("whatver", Verbosity::Top, 2) Oct 10 16:11:27.508 INFO blam! | ^^^^^^^^^ Use of undeclared type or module `Verbosity` Oct 10 16:11:27.508 INFO blam! Oct 10 16:11:27.508 INFO blam! error[E0412]: cannot find type `SymSpell` in this scope Oct 10 16:11:27.508 INFO blam! --> src/symspell.rs:108:19 Oct 10 16:11:27.508 INFO blam! | Oct 10 16:11:27.508 INFO blam! 4 | let mut symspell: SymSpell = SymSpell::default(); Oct 10 16:11:27.508 INFO blam! | ^^^^^^^^ did you mean `symspell`? Oct 10 16:11:27.508 INFO blam! help: possible candidate is found in another module, you can import it into scope Oct 10 16:11:27.508 INFO blam! | Oct 10 16:11:27.508 INFO blam! 3 | use symspell::SymSpell; Oct 10 16:11:27.508 INFO blam! | Oct 10 16:11:27.508 INFO blam! Oct 10 16:11:27.508 INFO blam! error[E0412]: cannot find type `AsciiStringStrategy` in this scope Oct 10 16:11:27.508 INFO blam! --> src/symspell.rs:108:28 Oct 10 16:11:27.508 INFO blam! | Oct 10 16:11:27.508 INFO blam! 4 | let mut symspell: SymSpell = SymSpell::default(); Oct 10 16:11:27.508 INFO blam! | ^^^^^^^^^^^^^^^^^^^ not found in this scope Oct 10 16:11:27.508 INFO blam! help: possible candidate is found in another module, you can import it into scope Oct 10 16:11:27.508 INFO blam! | Oct 10 16:11:27.508 INFO blam! 3 | use symspell::AsciiStringStrategy; Oct 10 16:11:27.508 INFO blam! | Oct 10 16:11:27.508 INFO blam! Oct 10 16:11:27.508 INFO blam! thread 'src/symspell.rs - symspell::SymSpell::lookup (line 107)' panicked at 'couldn't compile the test', librustdoc/test.rs:333:13 Oct 10 16:11:27.508 INFO blam! stack backtrace: Oct 10 16:11:27.508 INFO blam! 0: 0x7f5e60f0fdce - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 16:11:27.508 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 16:11:27.508 INFO blam! 1: 0x7f5e60ef4e06 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 16:11:27.508 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 16:11:27.508 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 16:11:27.508 INFO blam! 2: 0x7f5e60f1ad9d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 16:11:27.508 INFO blam! at libstd/panicking.rs:211 Oct 10 16:11:27.508 INFO blam! 3: 0x7f5e60f1aaab - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 16:11:27.508 INFO blam! at libstd/panicking.rs:221 Oct 10 16:11:27.509 INFO blam! 4: 0x7f5e6319664e - rustc::util::common::panic_hook::h6c0fab3f49b67368 Oct 10 16:11:27.509 INFO blam! 5: 0x7f5e60f1b563 - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 16:11:27.509 INFO blam! at libstd/panicking.rs:480 Oct 10 16:11:27.509 INFO blam! 6: 0x55cf5b1a3796 - std::panicking::begin_panic::hb2f2557b5ad530d6 Oct 10 16:11:27.509 INFO blam! at libstd/panicking.rs:410 Oct 10 16:11:27.509 INFO blam! 7: 0x55cf5b326cfb - rustdoc::test::run_test::h7f9ad0c8d380d83c Oct 10 16:11:27.509 INFO blam! at librustdoc/test.rs:333 Oct 10 16:11:27.509 INFO blam! 8: 0x55cf5b2e6ef7 - >::set::hd7bc23bb100376f9 Oct 10 16:11:27.509 INFO blam! at librustdoc/test.rs:565 Oct 10 16:11:27.509 INFO blam! at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Oct 10 16:11:27.509 INFO blam! at libsyntax/lib.rs:106 Oct 10 16:11:27.509 INFO blam! at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Oct 10 16:11:27.509 INFO blam! 9: 0x55cf5b0fea8f - syntax::with_globals::h13b9cd4342f6776c Oct 10 16:11:27.509 INFO blam! at libsyntax/lib.rs:105 Oct 10 16:11:27.509 INFO blam! 10: 0x55cf5b1a394a - std::panicking::try::do_call::h251f77b3e67a3607 Oct 10 16:11:27.509 INFO blam! at librustdoc/test.rs:562 Oct 10 16:11:27.509 INFO blam! at libstd/panic.rs:313 Oct 10 16:11:27.509 INFO blam! at libstd/panicking.rs:310 Oct 10 16:11:27.509 INFO blam! 11: 0x7f5e60f28c79 - __rust_maybe_catch_panic Oct 10 16:11:27.509 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 16:11:27.509 INFO blam! 12: 0x55cf5b1f87d3 - rustc_driver::in_named_rustc_thread::h5b9d8f6b223fabca Oct 10 16:11:27.509 INFO blam! at libstd/panicking.rs:289 Oct 10 16:11:27.509 INFO blam! at libstd/panic.rs:392 Oct 10 16:11:27.509 INFO blam! at librustc_driver/lib.rs:1575 Oct 10 16:11:27.509 INFO blam! 13: 0x55cf5b2fc9ec - >::call_box::h469711a6fc649ccc Oct 10 16:11:27.509 INFO blam! at librustdoc/test.rs:562 Oct 10 16:11:27.509 INFO blam! at liballoc/boxed.rs:672 Oct 10 16:11:27.509 INFO blam! 14: 0x7f5e6257dad2 - >::call_box::h477ac8c82814e76d Oct 10 16:11:27.509 INFO blam! at libtest/lib.rs:1461 Oct 10 16:11:27.509 INFO blam! at liballoc/boxed.rs:672 Oct 10 16:11:27.509 INFO blam! 15: 0x7f5e60f28c79 - __rust_maybe_catch_panic Oct 10 16:11:27.509 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 16:11:27.509 INFO blam! 16: 0x7f5e625a4b5d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 16:11:27.509 INFO blam! at libstd/panicking.rs:289 Oct 10 16:11:27.509 INFO blam! at libstd/panic.rs:392 Oct 10 16:11:27.509 INFO blam! at libtest/lib.rs:1423 Oct 10 16:11:27.509 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 16:11:27.509 INFO blam! 17: 0x7f5e625a5ac4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 16:11:27.509 INFO blam! at libstd/thread/mod.rs:409 Oct 10 16:11:27.509 INFO blam! at libstd/panic.rs:313 Oct 10 16:11:27.509 INFO blam! at libstd/panicking.rs:310 Oct 10 16:11:27.509 INFO blam! 18: 0x7f5e60f28c79 - __rust_maybe_catch_panic Oct 10 16:11:27.509 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 16:11:27.509 INFO blam! 19: 0x7f5e6258e5b6 - >::call_box::h96125cb29a9ba44b Oct 10 16:11:27.509 INFO blam! at libstd/panicking.rs:289 Oct 10 16:11:27.509 INFO blam! at libstd/panic.rs:392 Oct 10 16:11:27.509 INFO blam! at libstd/thread/mod.rs:408 Oct 10 16:11:27.509 INFO blam! at liballoc/boxed.rs:672 Oct 10 16:11:27.509 INFO blam! 20: 0x7f5e60f1693a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 16:11:27.509 INFO blam! at liballoc/boxed.rs:682 Oct 10 16:11:27.509 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 16:11:27.509 INFO blam! 21: 0x7f5e60eebd35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 16:11:27.509 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 16:11:27.509 INFO blam! 22: 0x7f5e60a766b9 - start_thread Oct 10 16:11:27.509 INFO blam! 23: 0x7f5e6059641c - clone Oct 10 16:11:27.509 INFO blam! 24: 0x0 - Oct 10 16:11:27.509 INFO blam! query stack during panic: Oct 10 16:11:27.509 INFO blam! end of query stack Oct 10 16:11:27.509 INFO blam! Oct 10 16:11:27.509 INFO blam! ---- src/symspell.rs - symspell::SymSpell::lookup_compound (line 321) stdout ---- Oct 10 16:11:27.509 INFO blam! error[E0433]: failed to resolve. Use of undeclared type or module `SymSpell` Oct 10 16:11:27.509 INFO blam! --> src/symspell.rs:322:51 Oct 10 16:11:27.509 INFO blam! | Oct 10 16:11:27.509 INFO blam! 4 | let mut symspell: SymSpell = SymSpell::default(); Oct 10 16:11:27.509 INFO blam! | ^^^^^^^^ Use of undeclared type or module `SymSpell` Oct 10 16:11:27.509 INFO blam! Oct 10 16:11:27.509 INFO blam! error[E0412]: cannot find type `SymSpell` in this scope Oct 10 16:11:27.509 INFO blam! --> src/symspell.rs:322:19 Oct 10 16:11:27.509 INFO blam! | Oct 10 16:11:27.509 INFO blam! 4 | let mut symspell: SymSpell = SymSpell::default(); Oct 10 16:11:27.509 INFO blam! | ^^^^^^^^ did you mean `symspell`? Oct 10 16:11:27.509 INFO blam! help: possible candidate is found in another module, you can import it into scope Oct 10 16:11:27.509 INFO blam! | Oct 10 16:11:27.509 INFO blam! 3 | use symspell::SymSpell; Oct 10 16:11:27.509 INFO blam! | Oct 10 16:11:27.509 INFO blam! Oct 10 16:11:27.509 INFO blam! error[E0412]: cannot find type `AsciiStringStrategy` in this scope Oct 10 16:11:27.509 INFO blam! --> src/symspell.rs:322:28 Oct 10 16:11:27.509 INFO blam! | Oct 10 16:11:27.509 INFO blam! 4 | let mut symspell: SymSpell = SymSpell::default(); Oct 10 16:11:27.509 INFO blam! | ^^^^^^^^^^^^^^^^^^^ not found in this scope Oct 10 16:11:27.509 INFO blam! help: possible candidate is found in another module, you can import it into scope Oct 10 16:11:27.509 INFO blam! | Oct 10 16:11:27.509 INFO blam! 3 | use symspell::AsciiStringStrategy; Oct 10 16:11:27.509 INFO blam! | Oct 10 16:11:27.509 INFO blam! Oct 10 16:11:27.509 INFO blam! thread 'src/symspell.rs - symspell::SymSpell::lookup_compound (line 321)' panicked at 'couldn't compile the test', librustdoc/test.rs:333:13 Oct 10 16:11:27.509 INFO blam! stack backtrace: Oct 10 16:11:27.509 INFO blam! 0: 0x7f5e60f0fdce - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 16:11:27.509 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 16:11:27.509 INFO blam! 1: 0x7f5e60ef4e06 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 16:11:27.509 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 16:11:27.509 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 16:11:27.510 INFO blam! 2: 0x7f5e60f1ad9d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 16:11:27.510 INFO blam! at libstd/panicking.rs:211 Oct 10 16:11:27.510 INFO blam! 3: 0x7f5e60f1aaab - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 16:11:27.510 INFO blam! at libstd/panicking.rs:221 Oct 10 16:11:27.510 INFO blam! 4: 0x7f5e6319664e - rustc::util::common::panic_hook::h6c0fab3f49b67368 Oct 10 16:11:27.510 INFO blam! 5: 0x7f5e60f1b563 - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 16:11:27.510 INFO blam! at libstd/panicking.rs:480 Oct 10 16:11:27.510 INFO blam! 6: 0x55cf5b1a3796 - std::panicking::begin_panic::hb2f2557b5ad530d6 Oct 10 16:11:27.510 INFO blam! at libstd/panicking.rs:410 Oct 10 16:11:27.510 INFO blam! 7: 0x55cf5b326cfb - rustdoc::test::run_test::h7f9ad0c8d380d83c Oct 10 16:11:27.510 INFO blam! at librustdoc/test.rs:333 Oct 10 16:11:27.510 INFO blam! 8: 0x55cf5b2e6ef7 - >::set::hd7bc23bb100376f9 Oct 10 16:11:27.510 INFO blam! at librustdoc/test.rs:565 Oct 10 16:11:27.510 INFO blam! at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Oct 10 16:11:27.510 INFO blam! at libsyntax/lib.rs:106 Oct 10 16:11:27.510 INFO blam! at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Oct 10 16:11:27.510 INFO blam! 9: 0x55cf5b0fea8f - syntax::with_globals::h13b9cd4342f6776c Oct 10 16:11:27.510 INFO blam! at libsyntax/lib.rs:105 Oct 10 16:11:27.510 INFO blam! 10: 0x55cf5b1a394a - std::panicking::try::do_call::h251f77b3e67a3607 Oct 10 16:11:27.510 INFO blam! at librustdoc/test.rs:562 Oct 10 16:11:27.510 INFO blam! at libstd/panic.rs:313 Oct 10 16:11:27.510 INFO blam! at libstd/panicking.rs:310 Oct 10 16:11:27.510 INFO blam! 11: 0x7f5e60f28c79 - __rust_maybe_catch_panic Oct 10 16:11:27.510 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 16:11:27.510 INFO blam! 12: 0x55cf5b1f87d3 - rustc_driver::in_named_rustc_thread::h5b9d8f6b223fabca Oct 10 16:11:27.510 INFO blam! at libstd/panicking.rs:289 Oct 10 16:11:27.510 INFO blam! at libstd/panic.rs:392 Oct 10 16:11:27.510 INFO blam! at librustc_driver/lib.rs:1575 Oct 10 16:11:27.510 INFO blam! 13: 0x55cf5b2fc9ec - >::call_box::h469711a6fc649ccc Oct 10 16:11:27.510 INFO blam! at librustdoc/test.rs:562 Oct 10 16:11:27.510 INFO blam! at liballoc/boxed.rs:672 Oct 10 16:11:27.510 INFO blam! 14: 0x7f5e6257dad2 - >::call_box::h477ac8c82814e76d Oct 10 16:11:27.510 INFO blam! at libtest/lib.rs:1461 Oct 10 16:11:27.510 INFO blam! at liballoc/boxed.rs:672 Oct 10 16:11:27.510 INFO blam! 15: 0x7f5e60f28c79 - __rust_maybe_catch_panic Oct 10 16:11:27.510 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 16:11:27.510 INFO blam! 16: 0x7f5e625a4b5d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 16:11:27.510 INFO blam! at libstd/panicking.rs:289 Oct 10 16:11:27.510 INFO blam! at libstd/panic.rs:392 Oct 10 16:11:27.510 INFO blam! at libtest/lib.rs:1423 Oct 10 16:11:27.510 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 16:11:27.510 INFO blam! 17: 0x7f5e625a5ac4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 16:11:27.510 INFO blam! at libstd/thread/mod.rs:409 Oct 10 16:11:27.510 INFO blam! at libstd/panic.rs:313 Oct 10 16:11:27.510 INFO blam! at libstd/panicking.rs:310 Oct 10 16:11:27.510 INFO blam! 18: 0x7f5e60f28c79 - __rust_maybe_catch_panic Oct 10 16:11:27.510 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 16:11:27.510 INFO blam! 19: 0x7f5e6258e5b6 - >::call_box::h96125cb29a9ba44b Oct 10 16:11:27.510 INFO blam! at libstd/panicking.rs:289 Oct 10 16:11:27.510 INFO blam! at libstd/panic.rs:392 Oct 10 16:11:27.510 INFO blam! at libstd/thread/mod.rs:408 Oct 10 16:11:27.510 INFO blam! at liballoc/boxed.rs:672 Oct 10 16:11:27.510 INFO blam! 20: 0x7f5e60f1693a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 16:11:27.510 INFO blam! at liballoc/boxed.rs:682 Oct 10 16:11:27.510 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 16:11:27.510 INFO blam! 21: 0x7f5e60eebd35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 16:11:27.510 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 16:11:27.510 INFO blam! 22: 0x7f5e60a766b9 - start_thread Oct 10 16:11:27.510 INFO blam! 23: 0x7f5e6059641c - clone Oct 10 16:11:27.510 INFO blam! 24: 0x0 - Oct 10 16:11:27.510 INFO blam! query stack during panic: Oct 10 16:11:27.510 INFO blam! end of query stack Oct 10 16:11:27.510 INFO blam! Oct 10 16:11:27.510 INFO blam! ---- src/lib.rs - (line 5) stdout ---- Oct 10 16:11:27.510 INFO blam! error: expected one of `.`, `;`, `?`, or an operator, found `let` Oct 10 16:11:27.510 INFO blam! --> src/lib.rs:14:1 Oct 10 16:11:27.510 INFO blam! | Oct 10 16:11:27.510 INFO blam! 11 | let sentence = "whereis th elove hehad dated forImuch of thepast who couqdn'tread in sixtgrade and ins pired him" Oct 10 16:11:27.510 INFO blam! | - expected one of `.`, `;`, `?`, or an operator here Oct 10 16:11:27.510 INFO blam! 12 | let compound_suggestions = symspell.lookup_compound(sentence, 2); Oct 10 16:11:27.510 INFO blam! | ^^^ unexpected token Oct 10 16:11:27.510 INFO blam! Oct 10 16:11:27.510 INFO blam! error[E0433]: failed to resolve. Use of undeclared type or module `SymSpell` Oct 10 16:11:27.510 INFO blam! --> src/lib.rs:6:51 Oct 10 16:11:27.510 INFO blam! | Oct 10 16:11:27.510 INFO blam! 4 | let mut symspell: SymSpell = SymSpell::default(); Oct 10 16:11:27.510 INFO blam! | ^^^^^^^^ Use of undeclared type or module `SymSpell` Oct 10 16:11:27.510 INFO blam! Oct 10 16:11:27.510 INFO blam! error[E0433]: failed to resolve. Use of undeclared type or module `Verbosity` Oct 10 16:11:27.510 INFO blam! --> src/lib.rs:10:44 Oct 10 16:11:27.510 INFO blam! | Oct 10 16:11:27.510 INFO blam! 8 | let suggestions = symspell.lookup("roket", Verbosity::Top, 2); Oct 10 16:11:27.510 INFO blam! | ^^^^^^^^^ Use of undeclared type or module `Verbosity` Oct 10 16:11:27.510 INFO blam! Oct 10 16:11:27.510 INFO blam! error[E0412]: cannot find type `SymSpell` in this scope Oct 10 16:11:27.510 INFO blam! --> src/lib.rs:6:19 Oct 10 16:11:27.510 INFO blam! | Oct 10 16:11:27.510 INFO blam! 4 | let mut symspell: SymSpell = SymSpell::default(); Oct 10 16:11:27.510 INFO blam! | ^^^^^^^^ did you mean `symspell`? Oct 10 16:11:27.511 INFO blam! help: possible candidate is found in another module, you can import it into scope Oct 10 16:11:27.511 INFO blam! | Oct 10 16:11:27.511 INFO blam! 3 | use symspell::SymSpell; Oct 10 16:11:27.511 INFO blam! | Oct 10 16:11:27.511 INFO blam! Oct 10 16:11:27.511 INFO blam! error[E0412]: cannot find type `AsciiStringStrategy` in this scope Oct 10 16:11:27.511 INFO blam! --> src/lib.rs:6:28 Oct 10 16:11:27.511 INFO blam! | Oct 10 16:11:27.511 INFO blam! 4 | let mut symspell: SymSpell = SymSpell::default(); Oct 10 16:11:27.511 INFO blam! | ^^^^^^^^^^^^^^^^^^^ not found in this scope Oct 10 16:11:27.511 INFO blam! help: possible candidate is found in another module, you can import it into scope Oct 10 16:11:27.511 INFO blam! | Oct 10 16:11:27.511 INFO blam! 3 | use symspell::AsciiStringStrategy; Oct 10 16:11:27.511 INFO blam! | Oct 10 16:11:27.511 INFO blam! Oct 10 16:11:27.511 INFO blam! thread 'src/lib.rs - (line 5)' panicked at 'couldn't compile the test', librustdoc/test.rs:333:13 Oct 10 16:11:27.511 INFO blam! stack backtrace: Oct 10 16:11:27.511 INFO blam! 0: 0x7f5e60f0fdce - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 16:11:27.511 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 16:11:27.511 INFO blam! 1: 0x7f5e60ef4e06 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 16:11:27.511 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 16:11:27.511 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 16:11:27.511 INFO blam! 2: 0x7f5e60f1ad9d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 16:11:27.511 INFO blam! at libstd/panicking.rs:211 Oct 10 16:11:27.511 INFO blam! 3: 0x7f5e60f1aaab - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 16:11:27.511 INFO blam! at libstd/panicking.rs:221 Oct 10 16:11:27.511 INFO blam! 4: 0x7f5e6319664e - rustc::util::common::panic_hook::h6c0fab3f49b67368 Oct 10 16:11:27.511 INFO blam! 5: 0x7f5e60f1b563 - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 16:11:27.511 INFO blam! at libstd/panicking.rs:480 Oct 10 16:11:27.511 INFO blam! 6: 0x55cf5b1a3796 - std::panicking::begin_panic::hb2f2557b5ad530d6 Oct 10 16:11:27.511 INFO blam! at libstd/panicking.rs:410 Oct 10 16:11:27.511 INFO blam! 7: 0x55cf5b326cfb - rustdoc::test::run_test::h7f9ad0c8d380d83c Oct 10 16:11:27.511 INFO blam! at librustdoc/test.rs:333 Oct 10 16:11:27.511 INFO blam! 8: 0x55cf5b2e6ef7 - >::set::hd7bc23bb100376f9 Oct 10 16:11:27.511 INFO blam! at librustdoc/test.rs:565 Oct 10 16:11:27.511 INFO blam! at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Oct 10 16:11:27.511 INFO blam! at libsyntax/lib.rs:106 Oct 10 16:11:27.511 INFO blam! at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 Oct 10 16:11:27.511 INFO blam! 9: 0x55cf5b0fea8f - syntax::with_globals::h13b9cd4342f6776c Oct 10 16:11:27.511 INFO blam! at libsyntax/lib.rs:105 Oct 10 16:11:27.511 INFO blam! 10: 0x55cf5b1a394a - std::panicking::try::do_call::h251f77b3e67a3607 Oct 10 16:11:27.511 INFO blam! at librustdoc/test.rs:562 Oct 10 16:11:27.511 INFO blam! at libstd/panic.rs:313 Oct 10 16:11:27.511 INFO blam! at libstd/panicking.rs:310 Oct 10 16:11:27.511 INFO blam! 11: 0x7f5e60f28c79 - __rust_maybe_catch_panic Oct 10 16:11:27.511 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 16:11:27.511 INFO blam! 12: 0x55cf5b1f87d3 - rustc_driver::in_named_rustc_thread::h5b9d8f6b223fabca Oct 10 16:11:27.511 INFO blam! at libstd/panicking.rs:289 Oct 10 16:11:27.511 INFO blam! at libstd/panic.rs:392 Oct 10 16:11:27.511 INFO blam! at librustc_driver/lib.rs:1575 Oct 10 16:11:27.511 INFO blam! 13: 0x55cf5b2fc9ec - >::call_box::h469711a6fc649ccc Oct 10 16:11:27.511 INFO blam! at librustdoc/test.rs:562 Oct 10 16:11:27.511 INFO blam! at liballoc/boxed.rs:672 Oct 10 16:11:27.511 INFO blam! 14: 0x7f5e6257dad2 - >::call_box::h477ac8c82814e76d Oct 10 16:11:27.511 INFO blam! at libtest/lib.rs:1461 Oct 10 16:11:27.511 INFO blam! at liballoc/boxed.rs:672 Oct 10 16:11:27.511 INFO blam! 15: 0x7f5e60f28c79 - __rust_maybe_catch_panic Oct 10 16:11:27.511 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 16:11:27.511 INFO blam! 16: 0x7f5e625a4b5d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 16:11:27.511 INFO blam! at libstd/panicking.rs:289 Oct 10 16:11:27.511 INFO blam! at libstd/panic.rs:392 Oct 10 16:11:27.511 INFO blam! at libtest/lib.rs:1423 Oct 10 16:11:27.511 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 16:11:27.511 INFO blam! 17: 0x7f5e625a5ac4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 16:11:27.511 INFO blam! at libstd/thread/mod.rs:409 Oct 10 16:11:27.511 INFO blam! at libstd/panic.rs:313 Oct 10 16:11:27.511 INFO blam! at libstd/panicking.rs:310 Oct 10 16:11:27.511 INFO blam! 18: 0x7f5e60f28c79 - __rust_maybe_catch_panic Oct 10 16:11:27.511 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 16:11:27.511 INFO blam! 19: 0x7f5e6258e5b6 - >::call_box::h96125cb29a9ba44b Oct 10 16:11:27.511 INFO blam! at libstd/panicking.rs:289 Oct 10 16:11:27.511 INFO blam! at libstd/panic.rs:392 Oct 10 16:11:27.511 INFO blam! at libstd/thread/mod.rs:408 Oct 10 16:11:27.511 INFO blam! at liballoc/boxed.rs:672 Oct 10 16:11:27.511 INFO blam! 20: 0x7f5e60f1693a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 16:11:27.511 INFO blam! at liballoc/boxed.rs:682 Oct 10 16:11:27.511 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 16:11:27.511 INFO blam! 21: 0x7f5e60eebd35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 16:11:27.511 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 16:11:27.511 INFO blam! 22: 0x7f5e60a766b9 - start_thread Oct 10 16:11:27.511 INFO blam! 23: 0x7f5e6059641c - clone Oct 10 16:11:27.511 INFO blam! 24: 0x0 - Oct 10 16:11:27.511 INFO blam! query stack during panic: Oct 10 16:11:27.511 INFO blam! end of query stack Oct 10 16:11:27.511 INFO blam! Oct 10 16:11:27.511 INFO blam! Oct 10 16:11:27.511 INFO blam! failures: Oct 10 16:11:27.511 INFO blam! src/lib.rs - (line 5) Oct 10 16:11:27.511 INFO blam! src/symspell.rs - symspell::SymSpell::lookup (line 107) Oct 10 16:11:27.511 INFO blam! src/symspell.rs - symspell::SymSpell::lookup_compound (line 321) Oct 10 16:11:27.512 INFO blam! Oct 10 16:11:27.512 INFO blam! test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:11:27.512 INFO blam! Oct 10 16:11:27.533 INFO kablam! error: test failed, to rerun pass '--doc' Oct 10 16:11:27.533 INFO kablam! su: No module specific data is present Oct 10 16:11:28.220 INFO running `"docker" "rm" "-f" "e3e5f2e67a80f77c22f17017c6c94a4e42894037ee6a7140f4e1bf0942d550ba"` Oct 10 16:11:28.495 INFO blam! e3e5f2e67a80f77c22f17017c6c94a4e42894037ee6a7140f4e1bf0942d550ba