[INFO] fetching crate rustdoc-seeker 0.6.0... [INFO] testing rustdoc-seeker-0.6.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate rustdoc-seeker 0.6.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate rustdoc-seeker 0.6.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rustdoc-seeker 0.6.0 [INFO] finished tweaking crates.io crate rustdoc-seeker 0.6.0 [INFO] tweaked toml for crates.io crate rustdoc-seeker 0.6.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate crates.io crate rustdoc-seeker 0.6.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 12351ed38f27bfff32742706a8bf7d43b1041cef89e9843c1942ef073eaa0979 [INFO] running `Command { std: "docker" "start" "-a" "12351ed38f27bfff32742706a8bf7d43b1041cef89e9843c1942ef073eaa0979", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "12351ed38f27bfff32742706a8bf7d43b1041cef89e9843c1942ef073eaa0979", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "12351ed38f27bfff32742706a8bf7d43b1041cef89e9843c1942ef073eaa0979", kill_on_drop: false }` [INFO] [stdout] 12351ed38f27bfff32742706a8bf7d43b1041cef89e9843c1942ef073eaa0979 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0245aac63ea59bb7ea8bdca41a23a9635bf4731807e383f5e5c35fa3863dc406 [INFO] running `Command { std: "docker" "start" "-a" "0245aac63ea59bb7ea8bdca41a23a9635bf4731807e383f5e5c35fa3863dc406", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.9 [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Compiling siphasher v0.3.1 [INFO] [stderr] Compiling fst v0.4.0 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling string_cache v0.8.0 [INFO] [stderr] Compiling serde_json v1.0.48 [INFO] [stderr] Compiling rustdoc-seeker v0.6.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `search_type` [INFO] [stdout] --> src/parser.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | search_type: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `IndexItem` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/parser.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `doc` [INFO] [stdout] --> src/parser.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | doc: Atom, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SearchIndex` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/parser.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.53s [INFO] running `Command { std: "docker" "inspect" "0245aac63ea59bb7ea8bdca41a23a9635bf4731807e383f5e5c35fa3863dc406", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0245aac63ea59bb7ea8bdca41a23a9635bf4731807e383f5e5c35fa3863dc406", kill_on_drop: false }` [INFO] [stdout] 0245aac63ea59bb7ea8bdca41a23a9635bf4731807e383f5e5c35fa3863dc406 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c183e91264605fe6161269285338396e559a47b31a07d199a6478d4696d00eba [INFO] running `Command { std: "docker" "start" "-a" "c183e91264605fe6161269285338396e559a47b31a07d199a6478d4696d00eba", kill_on_drop: false }` [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stdout] warning: field is never read: `search_type` [INFO] [stdout] --> src/parser.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | search_type: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `IndexItem` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/parser.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `doc` [INFO] [stdout] --> src/parser.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | doc: Atom, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SearchIndex` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/parser.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rustdoc-seeker v0.6.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `search_type` [INFO] [stdout] --> src/parser.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | search_type: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `IndexItem` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/parser.rs:16:10 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `doc` [INFO] [stdout] --> src/parser.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | doc: Atom, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `SearchIndex` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/parser.rs:28:10 [INFO] [stdout] | [INFO] [stdout] 28 | #[derive(Debug, Deserialize)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.27s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/rustdoc_seeker-c4dee72885ca514b) [INFO] running `Command { std: "docker" "inspect" "c183e91264605fe6161269285338396e559a47b31a07d199a6478d4696d00eba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c183e91264605fe6161269285338396e559a47b31a07d199a6478d4696d00eba", kill_on_drop: false }` [INFO] [stdout] c183e91264605fe6161269285338396e559a47b31a07d199a6478d4696d00eba [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 54a5fe8b3f81382243ebbb429703d5e13ec321c26e7f7770fb815e949f1a1071 [INFO] running `Command { std: "docker" "start" "-a" "54a5fe8b3f81382243ebbb429703d5e13ec321c26e7f7770fb815e949f1a1071", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `search_type` [INFO] [stderr] --> src/parser.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | search_type: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `IndexItem` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/parser.rs:16:10 [INFO] [stderr] | [INFO] [stderr] 16 | #[derive(Debug, Deserialize)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `doc` [INFO] [stderr] --> src/parser.rs:30:5 [INFO] [stderr] | [INFO] [stderr] 30 | doc: Atom, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `SearchIndex` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/parser.rs:28:10 [INFO] [stderr] | [INFO] [stderr] 28 | #[derive(Debug, Deserialize)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `rustdoc-seeker` (lib) generated 2 warnings [INFO] [stderr] warning: `rustdoc-seeker` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rustdoc_seeker-c4dee72885ca514b) [INFO] [stdout] running 2 tests [INFO] [stdout] test json::test::test_fix_json ... ok [INFO] [stdout] test parser::test::test_parser ... ok [INFO] [stderr] Doc-tests rustdoc-seeker [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.83s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test src/seeker.rs - seeker::RustDocSeeker (line 263) ... FAILED [INFO] [stdout] test src/seeker.rs - seeker::DocItem (line 97) ... FAILED [INFO] [stdout] test src/seeker.rs - seeker::RustDoc (line 180) ... FAILED [INFO] [stdout] test src/seeker.rs - seeker::RustDocSeeker::search (line 277) ... FAILED [INFO] [stdout] test src/seeker.rs - seeker::TypeItem (line 63) ... FAILED [INFO] [stdout] test src/lib.rs - (line 2) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/seeker.rs - seeker::RustDocSeeker (line 263) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `rustdoc` in this scope [INFO] [stdout] --> src/seeker.rs:264:14 [INFO] [stdout] | [INFO] [stdout] 3 | let seeker = rustdoc.build(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/seeker.rs - seeker::DocItem (line 97) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `docitem` in this scope [INFO] [stdout] --> src/seeker.rs:98:36 [INFO] [stdout] | [INFO] [stdout] 3 | println!("{} is the url of {:?}", &docitem, &docitem) [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `docitem` in this scope [INFO] [stdout] --> src/seeker.rs:98:46 [INFO] [stdout] | [INFO] [stdout] 3 | println!("{} is the url of {:?}", &docitem, &docitem) [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/seeker.rs - seeker::RustDoc (line 180) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `fs` [INFO] [stdout] --> src/seeker.rs:181:12 [INFO] [stdout] | [INFO] [stdout] 3 | let data = fs::read_to_string("search-index.js").unwrap(); [INFO] [stdout] | ^^ use of undeclared crate or module `fs` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 3 | let data = fst::read_to_string("search-index.js").unwrap(); [INFO] [stdout] | ~~~ [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RustDoc` in this scope [INFO] [stdout] --> src/seeker.rs:182:14 [INFO] [stdout] | [INFO] [stdout] 4 | let rustdoc: RustDoc = data.parse().unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use rustdoc_seeker::RustDoc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `rustdoc_a` in this scope [INFO] [stdout] --> src/seeker.rs:185:1 [INFO] [stdout] | [INFO] [stdout] 7 | rustdoc_a.extend(rustdoc_b) [INFO] [stdout] | ^^^^^^^^^ help: a local variable with a similar name exists: `rustdoc` [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `rustdoc_b` in this scope [INFO] [stdout] --> src/seeker.rs:185:18 [INFO] [stdout] | [INFO] [stdout] 7 | rustdoc_a.extend(rustdoc_b) [INFO] [stdout] | ^^^^^^^^^ help: a local variable with a similar name exists: `rustdoc` [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/seeker.rs - seeker::RustDocSeeker::search (line 277) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `fst_regex` [INFO] [stdout] --> src/seeker.rs:278:22 [INFO] [stdout] | [INFO] [stdout] 3 | let aut = fst_regex::Regex::new(".*dedup.*").unwrap(); [INFO] [stdout] | ^^^^^ not found in `fst_regex` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use regex_automata::Regex; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `seeker` in this scope [INFO] [stdout] --> src/seeker.rs:279:10 [INFO] [stdout] | [INFO] [stdout] 4 | for i in seeker.search(aut) { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `fst_levenshtein` [INFO] [stdout] --> src/seeker.rs:283:28 [INFO] [stdout] | [INFO] [stdout] 8 | let aut = fst_levenshtein::Levenshtein::new("dedXp", 1).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^ not found in `fst_levenshtein` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use fst::automaton::Levenshtein; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `seeker` in this scope [INFO] [stdout] --> src/seeker.rs:284:10 [INFO] [stdout] | [INFO] [stdout] 9 | for i in seeker.search(aut) { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `seeker` in this scope [INFO] [stdout] --> src/seeker.rs:289:10 [INFO] [stdout] | [INFO] [stdout] 14 | for i in seeker.search(aut) { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/seeker.rs - seeker::TypeItem (line 63) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TypeItme` [INFO] [stdout] --> src/seeker.rs:64:26 [INFO] [stdout] | [INFO] [stdout] 3 | assert_eq!("module.vec", TypeItme::Module("vec")); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `TypeItme` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TypeItme` [INFO] [stdout] --> src/seeker.rs:65:25 [INFO] [stdout] | [INFO] [stdout] 4 | assert_eq!("macro.vec", TypeItme::Macro("vec")); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `TypeItme` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TypeItme` [INFO] [stdout] --> src/seeker.rs:67:22 [INFO] [stdout] | [INFO] [stdout] 6 | assert_eq!("fn.vec", TypeItme::Function("vec")); // the only two exceptions [INFO] [stdout] | ^^^^^^^^ use of undeclared type `TypeItme` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TypeItme` [INFO] [stdout] --> src/seeker.rs:68:24 [INFO] [stdout] | [INFO] [stdout] 7 | assert_eq!("type.vec", TypeItme::Typedef("vec")); // the only two exceptions [INFO] [stdout] | ^^^^^^^^ use of undeclared type `TypeItme` [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 2) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `fs` [INFO] [stdout] --> src/lib.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | let data = fs::read_to_string("search-index.js").unwrap(); [INFO] [stdout] | ^^ use of undeclared crate or module `fs` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 3 | let data = fst::read_to_string("search-index.js").unwrap(); [INFO] [stdout] | ~~~ [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RustDoc` in this scope [INFO] [stdout] --> src/lib.rs:4:14 [INFO] [stdout] | [INFO] [stdout] 4 | let rustdoc: RustDoc = data.parse().unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use rustdoc_seeker::RustDoc; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 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 2) [INFO] [stdout] src/seeker.rs - seeker::DocItem (line 97) [INFO] [stdout] src/seeker.rs - seeker::RustDoc (line 180) [INFO] [stdout] src/seeker.rs - seeker::RustDocSeeker (line 263) [INFO] [stdout] src/seeker.rs - seeker::RustDocSeeker::search (line 277) [INFO] [stdout] src/seeker.rs - seeker::TypeItem (line 63) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 6 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "54a5fe8b3f81382243ebbb429703d5e13ec321c26e7f7770fb815e949f1a1071", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "54a5fe8b3f81382243ebbb429703d5e13ec321c26e7f7770fb815e949f1a1071", kill_on_drop: false }` [INFO] [stdout] 54a5fe8b3f81382243ebbb429703d5e13ec321c26e7f7770fb815e949f1a1071