[INFO] fetching crate symspell 0.1.1... [INFO] extracting crate symspell 0.1.1 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/symspell/0.1.1 [INFO] extracting crate symspell 0.1.1 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/symspell/0.1.1 [INFO] validating manifest of symspell-0.1.1 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of symspell-0.1.1 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing symspell-0.1.1 [INFO] removed 1 missing examples [INFO] finished frobbing symspell-0.1.1 [INFO] frobbed toml for symspell-0.1.1 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/symspell/0.1.1/Cargo.toml [INFO] started frobbing symspell-0.1.1 [INFO] removed 1 missing examples [INFO] finished frobbing symspell-0.1.1 [INFO] frobbed toml for symspell-0.1.1 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/symspell/0.1.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing symspell-0.1.1 against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/symspell/0.1.1:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] e054e41a9fbb1d6103e38e41945b7e03f4876b52e46c7eca0a23d32d980655be [INFO] running `"docker" "start" "-a" "e054e41a9fbb1d6103e38e41945b7e03f4876b52e46c7eca0a23d32d980655be"` [INFO] [stderr] warning: An explicit [[example]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other example targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a example target: [INFO] [stderr] [INFO] [stderr] * /opt/crater/workdir/examples/demo.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a example target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autoexamples = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Compiling symspell v0.1.1 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead [INFO] [stderr] --> src/string_strategy.rs:42:20 [INFO] [stderr] | [INFO] [stderr] 42 | unsafe { s.slice_unchecked(start, end) }.to_string() [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/symspell.rs:201:25 [INFO] [stderr] | [INFO] [stderr] 201 | let mut distance; [INFO] [stderr] | ----^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] warning: the feature `duration_extras` has been stable since 1.27.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/lib.rs:21:12 [INFO] [stderr] | [INFO] [stderr] 21 | #![feature(duration_extras)] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(stable_features)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.88s [INFO] running `"docker" "inspect" "e054e41a9fbb1d6103e38e41945b7e03f4876b52e46c7eca0a23d32d980655be"` [INFO] running `"docker" "rm" "-f" "e054e41a9fbb1d6103e38e41945b7e03f4876b52e46c7eca0a23d32d980655be"` [INFO] [stdout] e054e41a9fbb1d6103e38e41945b7e03f4876b52e46c7eca0a23d32d980655be [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/symspell/0.1.1:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 94f662ee5a22b49902a1d9a9ef169602dc6e3e86cdb94b45df6a4ffa067dbf56 [INFO] running `"docker" "start" "-a" "94f662ee5a22b49902a1d9a9ef169602dc6e3e86cdb94b45df6a4ffa067dbf56"` [INFO] [stderr] warning: An explicit [[example]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other example targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a example target: [INFO] [stderr] [INFO] [stderr] * /opt/crater/workdir/examples/demo.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a example target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autoexamples = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Compiling symspell v0.1.1 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead [INFO] [stderr] --> src/string_strategy.rs:42:20 [INFO] [stderr] | [INFO] [stderr] 42 | unsafe { s.slice_unchecked(start, end) }.to_string() [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/symspell.rs:201:25 [INFO] [stderr] | [INFO] [stderr] 201 | let mut distance; [INFO] [stderr] | ----^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] warning: the feature `duration_extras` has been stable since 1.27.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/lib.rs:21:12 [INFO] [stderr] | [INFO] [stderr] 21 | #![feature(duration_extras)] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(stable_features)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.28s [INFO] running `"docker" "inspect" "94f662ee5a22b49902a1d9a9ef169602dc6e3e86cdb94b45df6a4ffa067dbf56"` [INFO] running `"docker" "rm" "-f" "94f662ee5a22b49902a1d9a9ef169602dc6e3e86cdb94b45df6a4ffa067dbf56"` [INFO] [stdout] 94f662ee5a22b49902a1d9a9ef169602dc6e3e86cdb94b45df6a4ffa067dbf56 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/symspell/0.1.1:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 942bc061320f2bc22925a27307830731469c0201e4bd31c95515e2c99b7ae7e1 [INFO] running `"docker" "start" "-a" "942bc061320f2bc22925a27307830731469c0201e4bd31c95515e2c99b7ae7e1"` [INFO] [stderr] warning: An explicit [[example]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other example targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a example target: [INFO] [stderr] [INFO] [stderr] * /opt/crater/workdir/examples/demo.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a example target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autoexamples = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/symspell-8b8a5d344d3fdd87 [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test string_strategy::tests::ascii_at_over_limit ... ok [INFO] [stdout] test string_strategy::tests::ascii_remove ... ok [INFO] [stdout] test string_strategy::tests::ascii_at_correct ... ok [INFO] [stdout] test string_strategy::tests::ascii_slice_suffix ... ok [INFO] [stdout] test string_strategy::tests::ascii_at_negative ... ok [INFO] [stdout] test string_strategy::tests::ascii_slice_prefix ... ok [INFO] [stdout] test string_strategy::tests::prepare ... ok [INFO] [stderr] Doc-tests symspell [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/lib.rs - (line 5) ... FAILED [INFO] [stdout] test src/symspell.rs - symspell::SymSpell::lookup_compound (line 321) ... FAILED [INFO] [stdout] test src/symspell.rs - symspell::SymSpell::lookup (line 107) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - (line 5) stdout ---- [INFO] [stdout] error: expected one of `.`, `;`, `?`, or an operator, found `let` [INFO] [stdout] --> src/lib.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 11 | let sentence = "whereis th elove hehad dated forImuch of thepast who couqdn'tread in sixtgrade and ins pired him" [INFO] [stdout] | - help: a semicolon may be missing here [INFO] [stdout] 12 | let compound_suggestions = symspell.lookup_compound(sentence, 2); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `SymSpell` [INFO] [stdout] --> src/lib.rs:6:51 [INFO] [stdout] | [INFO] [stdout] 4 | let mut symspell: SymSpell = SymSpell::default(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `SymSpell` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Verbosity` [INFO] [stdout] --> src/lib.rs:10:44 [INFO] [stdout] | [INFO] [stdout] 8 | let suggestions = symspell.lookup("roket", Verbosity::Top, 2); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type or module `Verbosity` [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SymSpell` in this scope [INFO] [stdout] --> src/lib.rs:6:19 [INFO] [stdout] | [INFO] [stdout] 4 | let mut symspell: SymSpell = SymSpell::default(); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] help: possible candidate is found in another module, you can import it into scope [INFO] [stdout] | [INFO] [stdout] 3 | use symspell::SymSpell; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AsciiStringStrategy` in this scope [INFO] [stdout] --> src/lib.rs:6:28 [INFO] [stdout] | [INFO] [stdout] 4 | let mut symspell: SymSpell = SymSpell::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] help: possible candidate is found in another module, you can import it into scope [INFO] [stdout] | [INFO] [stdout] 3 | use symspell::AsciiStringStrategy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/symspell.rs - symspell::SymSpell::lookup_compound (line 321) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `SymSpell` [INFO] [stdout] --> src/symspell.rs:322:51 [INFO] [stdout] | [INFO] [stdout] 4 | let mut symspell: SymSpell = SymSpell::default(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `SymSpell` [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SymSpell` in this scope [INFO] [stdout] --> src/symspell.rs:322:19 [INFO] [stdout] | [INFO] [stdout] 4 | let mut symspell: SymSpell = SymSpell::default(); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] help: possible candidate is found in another module, you can import it into scope [INFO] [stdout] | [INFO] [stdout] 3 | use symspell::SymSpell; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AsciiStringStrategy` in this scope [INFO] [stdout] --> src/symspell.rs:322:28 [INFO] [stdout] | [INFO] [stdout] 4 | let mut symspell: SymSpell = SymSpell::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] help: possible candidate is found in another module, you can import it into scope [INFO] [stdout] | [INFO] [stdout] 3 | use symspell::AsciiStringStrategy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/symspell.rs - symspell::SymSpell::lookup (line 107) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `SymSpell` [INFO] [stdout] --> src/symspell.rs:108:51 [INFO] [stdout] | [INFO] [stdout] 4 | let mut symspell: SymSpell = SymSpell::default(); [INFO] [stdout] | ^^^^^^^^ use of undeclared type or module `SymSpell` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `Verbosity` [INFO] [stdout] --> src/symspell.rs:110:28 [INFO] [stdout] | [INFO] [stdout] 6 | symspell.lookup("whatver", Verbosity::Top, 2) [INFO] [stdout] | ^^^^^^^^^ use of undeclared type or module `Verbosity` [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SymSpell` in this scope [INFO] [stdout] --> src/symspell.rs:108:19 [INFO] [stdout] | [INFO] [stdout] 4 | let mut symspell: SymSpell = SymSpell::default(); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] help: possible candidate is found in another module, you can import it into scope [INFO] [stdout] | [INFO] [stdout] 3 | use symspell::SymSpell; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AsciiStringStrategy` in this scope [INFO] [stdout] --> src/symspell.rs:108:28 [INFO] [stdout] | [INFO] [stdout] 4 | let mut symspell: SymSpell = SymSpell::default(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] help: possible candidate is found in another module, you can import it into scope [INFO] [stdout] | [INFO] [stdout] 3 | use symspell::AsciiStringStrategy; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - (line 5) [INFO] [stdout] src/symspell.rs - symspell::SymSpell::lookup (line 107) [INFO] [stdout] src/symspell.rs - symspell::SymSpell::lookup_compound (line 321) [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 '--doc' [INFO] running `"docker" "inspect" "942bc061320f2bc22925a27307830731469c0201e4bd31c95515e2c99b7ae7e1"` [INFO] running `"docker" "rm" "-f" "942bc061320f2bc22925a27307830731469c0201e4bd31c95515e2c99b7ae7e1"` [INFO] [stdout] 942bc061320f2bc22925a27307830731469c0201e4bd31c95515e2c99b7ae7e1