[INFO] updating cached repository https://github.com/reneklacan/symspell [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] cebc514b1f7123ec98d83b4c8218d2e903b8cfad [INFO] testing reneklacan/symspell against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Freneklacan%2Fsymspell" "work/builds/worker-6/source"` [INFO] [stderr] Cloning into 'work/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/reneklacan/symspell on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/reneklacan/symspell [INFO] finished tweaking git repo https://github.com/reneklacan/symspell [INFO] tweaked toml for git repo https://github.com/reneklacan/symspell written to work/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/reneklacan/symspell already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 99d72481c7a52d17de8dd2eca75917c69fc11619959ef36aa8605ce078caf5c4 [INFO] running `"docker" "start" "-a" "99d72481c7a52d17de8dd2eca75917c69fc11619959ef36aa8605ce078caf5c4"` [INFO] [stderr] Compiling syn v0.15.32 [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Compiling num-complex v0.2.1 [INFO] [stderr] Compiling ndarray v0.12.1 [INFO] [stderr] Compiling hashbrown v0.1.8 [INFO] [stderr] Compiling darling_core v0.8.6 [INFO] [stderr] Compiling strsim v0.9.1 [INFO] [stderr] Compiling darling_macro v0.8.6 [INFO] [stderr] Compiling darling v0.8.6 [INFO] [stderr] Compiling derive_builder_core v0.4.1 [INFO] [stderr] Compiling derive_builder v0.7.1 [INFO] [stderr] Compiling symspell v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/symspell.rs:202:25 [INFO] [stderr] | [INFO] [stderr] 202 | 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] Finished dev [unoptimized + debuginfo] target(s) in 18.03s [INFO] running `"docker" "inspect" "99d72481c7a52d17de8dd2eca75917c69fc11619959ef36aa8605ce078caf5c4"` [INFO] running `"docker" "rm" "-f" "99d72481c7a52d17de8dd2eca75917c69fc11619959ef36aa8605ce078caf5c4"` [INFO] [stdout] 99d72481c7a52d17de8dd2eca75917c69fc11619959ef36aa8605ce078caf5c4 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 1a5bea72721f4e095472ae55e2daa44db3b64d6acadefb43d33acd7824da0b32 [INFO] running `"docker" "start" "-a" "1a5bea72721f4e095472ae55e2daa44db3b64d6acadefb43d33acd7824da0b32"` [INFO] [stderr] Compiling symspell v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/symspell.rs:202:25 [INFO] [stderr] | [INFO] [stderr] 202 | 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] Finished dev [unoptimized + debuginfo] target(s) in 1.78s [INFO] running `"docker" "inspect" "1a5bea72721f4e095472ae55e2daa44db3b64d6acadefb43d33acd7824da0b32"` [INFO] running `"docker" "rm" "-f" "1a5bea72721f4e095472ae55e2daa44db3b64d6acadefb43d33acd7824da0b32"` [INFO] [stdout] 1a5bea72721f4e095472ae55e2daa44db3b64d6acadefb43d33acd7824da0b32 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 378159dde6d74c9835fccf3421283a05704aedde23368b60c4cd11d02483558e [INFO] running `"docker" "start" "-a" "378159dde6d74c9835fccf3421283a05704aedde23368b60c4cd11d02483558e"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/symspell-ddd334de1b712397 [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test string_strategy::tests::ascii_at_correct ... ok [INFO] [stdout] test string_strategy::tests::ascii_at_negative ... ok [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_slice_prefix ... ok [INFO] [stdout] test string_strategy::tests::ascii_slice_suffix ... ok [INFO] [stdout] test string_strategy::tests::prepare ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests symspell [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/symspell.rs - symspell::SymSpell::lookup_compound (line 323) ... FAILED [INFO] [stdout] test src/lib.rs - (line 5) ... FAILED [INFO] [stdout] test src/symspell.rs - symspell::SymSpell::lookup (line 108) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/symspell.rs - symspell::SymSpell::lookup_compound (line 323) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `SymSpell` [INFO] [stdout] --> src/symspell.rs:324: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:324: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:324: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/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 (line 108) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `SymSpell` [INFO] [stdout] --> src/symspell.rs:109: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:111: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:109: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:109: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 108) [INFO] [stdout] src/symspell.rs - symspell::SymSpell::lookup_compound (line 323) [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" "378159dde6d74c9835fccf3421283a05704aedde23368b60c4cd11d02483558e"` [INFO] running `"docker" "rm" "-f" "378159dde6d74c9835fccf3421283a05704aedde23368b60c4cd11d02483558e"` [INFO] [stdout] 378159dde6d74c9835fccf3421283a05704aedde23368b60c4cd11d02483558e