[INFO] cloning repository https://github.com/racer-rust/racer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/racer-rust/racer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fracer-rust%2Fracer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fracer-rust%2Fracer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a457c235b545c5251570cda8fec1edeab05ab1d4 [INFO] documenting racer-rust/racer against 1.61.0 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fracer-rust%2Fracer" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/racer-rust/racer on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-9/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/racer-rust/racer [INFO] finished tweaking git repo https://github.com/racer-rust/racer [INFO] tweaked toml for git repo https://github.com/racer-rust/racer written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/racer-rust/racer already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", 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] Downloading crates ... [INFO] [stderr] Downloaded rls-span v0.5.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fd26137c74b835e90c401f7908e20d21965fac5b0da6786fad9b57b0513177d0 [INFO] running `Command { std: "docker" "start" "-a" "fd26137c74b835e90c401f7908e20d21965fac5b0da6786fad9b57b0513177d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fd26137c74b835e90c401f7908e20d21965fac5b0da6786fad9b57b0513177d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd26137c74b835e90c401f7908e20d21965fac5b0da6786fad9b57b0513177d0", kill_on_drop: false }` [INFO] [stdout] fd26137c74b835e90c401f7908e20d21965fac5b0da6786fad9b57b0513177d0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "RUSTDOCFLAGS=--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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4d48882ed85b900db77c4a5e928cdb70e705f95d8177d8351c15fcc9cbc57277 [INFO] running `Command { std: "docker" "start" "-a" "4d48882ed85b900db77c4a5e928cdb70e705f95d8177d8351c15fcc9cbc57277", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.85 [INFO] [stderr] Compiling serde_derive v1.0.133 [INFO] [stderr] Compiling serde v1.0.133 [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling serde_json v1.0.74 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Checking itoa v1.0.1 [INFO] [stderr] Checking ryu v1.0.9 [INFO] [stderr] Checking unicode-width v0.1.9 [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Checking regex-syntax v0.6.25 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking ansi_term v0.12.1 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking termcolor v1.1.2 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking humantime v2.1.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking humantime v1.3.0 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Compiling quote v1.0.14 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking clap v2.34.0 [INFO] [stderr] Checking regex v1.5.4 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Checking racer-interner v0.1.0 (/opt/rustwide/workdir/interner) [INFO] [stderr] Checking rls-span v0.5.4 [INFO] [stderr] Checking racer-cargo-metadata v0.1.2 (/opt/rustwide/workdir/metadata) [INFO] [stderr] Documenting racer v2.2.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0463]: can't find crate for `rustc_ast` [INFO] [stdout] --> src/racer/lib.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | extern crate rustc_ast; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rustc_ast_pretty` [INFO] [stdout] --> src/racer/lib.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | extern crate rustc_ast_pretty; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rustc_data_structures` [INFO] [stdout] --> src/racer/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 | extern crate rustc_data_structures; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rustc_errors` [INFO] [stdout] --> src/racer/lib.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | extern crate rustc_errors; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rustc_parse` [INFO] [stdout] --> src/racer/lib.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | extern crate rustc_parse; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rustc_session` [INFO] [stdout] --> src/racer/lib.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | extern crate rustc_session; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rustc_span` [INFO] [stdout] --> src/racer/lib.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | extern crate rustc_span; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/racer/ast.rs:70:16 [INFO] [stdout] | [INFO] [stdout] 70 | F: FnOnce(&ast::Stmt), [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `visit` [INFO] [stdout] --> src/racer/ast.rs:101:12 [INFO] [stdout] | [INFO] [stdout] 101 | impl<'ast> visit::Visitor<'ast> for UseVisitor { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/racer/ast.rs:102:34 [INFO] [stdout] | [INFO] [stdout] 102 | fn visit_item(&mut self, i: &ast::Item) { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `visit` [INFO] [stdout] --> src/racer/ast.rs:174:12 [INFO] [stdout] | [INFO] [stdout] 174 | impl<'ast> visit::Visitor<'ast> for PatBindVisitor { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/racer/ast.rs:175:39 [INFO] [stdout] | [INFO] [stdout] 175 | fn visit_local(&mut self, local: &ast::Local) { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/racer/ast.rs:180:35 [INFO] [stdout] | [INFO] [stdout] 180 | fn visit_expr(&mut self, ex: &ast::Expr) { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/racer/ast.rs:193:33 [INFO] [stdout] | [INFO] [stdout] 193 | fn visit_pat(&mut self, p: &ast::Pat) { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `visit` [INFO] [stdout] --> src/racer/ast.rs:209:12 [INFO] [stdout] | [INFO] [stdout] 209 | impl<'ast> visit::Visitor<'ast> for PatVisitor { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/racer/ast.rs:210:33 [INFO] [stdout] | [INFO] [stdout] 210 | fn visit_pat(&mut self, p: &ast::Pat) { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `visit` [INFO] [stdout] --> src/racer/ast.rs:229:12 [INFO] [stdout] | [INFO] [stdout] 229 | impl<'ast> visit::Visitor<'ast> for FnArgVisitor { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `visit` [INFO] [stdout] --> src/racer/ast.rs:230:32 [INFO] [stdout] | [INFO] [stdout] 230 | fn visit_fn(&mut self, fk: visit::FnKind<'_>, _: source_map::Span, _: ast::NodeId) { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `source_map` [INFO] [stdout] --> src/racer/ast.rs:230:54 [INFO] [stdout] | [INFO] [stdout] 230 | fn visit_fn(&mut self, fk: visit::FnKind<'_>, _: source_map::Span, _: ast::NodeId) { [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `source_map` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/racer/ast.rs:230:75 [INFO] [stdout] | [INFO] [stdout] 230 | fn visit_fn(&mut self, fk: visit::FnKind<'_>, _: source_map::Span, _: ast::NodeId) { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/racer/ast.rs:249:43 [INFO] [stdout] | [INFO] [stdout] 249 | fn visit_generics(&mut self, g: &'ast ast::Generics) { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/racer/ast.rs:263:11 [INFO] [stdout] | [INFO] [stdout] 263 | pat: &ast::Pat, [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `visit` [INFO] [stdout] --> src/racer/ast.rs:360:20 [INFO] [stdout] | [INFO] [stdout] 360 | impl<'c, 's, 'ast> visit::Visitor<'ast> for LetTypeVisitor<'c, 's> { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/racer/ast.rs:361:39 [INFO] [stdout] | [INFO] [stdout] 361 | fn visit_local(&mut self, local: &ast::Local) { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `visit` [INFO] [stdout] --> src/racer/ast.rs:387:20 [INFO] [stdout] | [INFO] [stdout] 387 | impl<'c, 's, 'ast> visit::Visitor<'ast> for MatchTypeVisitor<'c, 's> { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/racer/ast.rs:388:35 [INFO] [stdout] | [INFO] [stdout] 388 | fn visit_expr(&mut self, ex: &ast::Expr) { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/racer/ast.rs:415:12 [INFO] [stdout] | [INFO] [stdout] 415 | path: &ast::Path, [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `visit` [INFO] [stdout] --> src/racer/ast.rs:500:20 [INFO] [stdout] | [INFO] [stdout] 500 | impl<'c, 's, 'ast> visit::Visitor<'ast> for ExprTypeVisitor<'c, 's> { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/racer/ast.rs:501:37 [INFO] [stdout] | [INFO] [stdout] 501 | fn visit_expr(&mut self, expr: &ast::Expr) { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/racer/ast.rs:817:41 [INFO] [stdout] | [INFO] [stdout] 817 | fn visit_mac_call(&mut self, _mac: &ast::MacCall) {} [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `visit` [INFO] [stdout] --> src/racer/ast.rs:883:12 [INFO] [stdout] | [INFO] [stdout] 883 | impl<'ast> visit::Visitor<'ast> for StructVisitor { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/racer/ast.rs:884:58 [INFO] [stdout] | [INFO] [stdout] 884 | fn visit_variant_data(&mut self, struct_definition: &ast::VariantData) { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `visit` [INFO] [stdout] --> src/racer/ast.rs:904:16 [INFO] [stdout] | [INFO] [stdout] 904 | impl<'ast, 's> visit::Visitor<'ast> for TypeVisitor<'s> { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/racer/ast.rs:905:37 [INFO] [stdout] | [INFO] [stdout] 905 | fn visit_item(&mut self, item: &ast::Item) { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `visit` [INFO] [stdout] --> src/racer/ast.rs:920:12 [INFO] [stdout] | [INFO] [stdout] 920 | impl<'ast> visit::Visitor<'ast> for TraitVisitor { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/racer/ast.rs:921:37 [INFO] [stdout] | [INFO] [stdout] 921 | fn visit_item(&mut self, item: &ast::Item) { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `visit` [INFO] [stdout] --> src/racer/ast.rs:949:16 [INFO] [stdout] | [INFO] [stdout] 949 | impl<'ast, 'p> visit::Visitor<'ast> for ImplVisitor<'p> { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/racer/ast.rs:950:37 [INFO] [stdout] | [INFO] [stdout] 950 | fn visit_item(&mut self, item: &ast::Item) { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `visit` [INFO] [stdout] --> src/racer/ast.rs:978:12 [INFO] [stdout] | [INFO] [stdout] 978 | impl<'ast> visit::Visitor<'ast> for ExternCrateVisitor { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/racer/ast.rs:979:37 [INFO] [stdout] | [INFO] [stdout] 979 | fn visit_item(&mut self, item: &ast::Item) { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/racer/ast.rs:987:41 [INFO] [stdout] | [INFO] [stdout] 987 | fn visit_mac_call(&mut self, _mac: &ast::MacCall) {} [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `visit` [INFO] [stdout] --> src/racer/ast.rs:996:28 [INFO] [stdout] | [INFO] [stdout] 996 | impl<'ast, P: AsRef> visit::Visitor<'ast> for GenericsVisitor

{ [INFO] [stdout] | ^^^^^ use of undeclared crate or module `visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/racer/ast.rs:997:38 [INFO] [stdout] | [INFO] [stdout] 997 | fn visit_generics(&mut self, g: &ast::Generics) { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `visit` [INFO] [stdout] --> src/racer/ast.rs:1011:12 [INFO] [stdout] | [INFO] [stdout] 1011 | impl<'ast> visit::Visitor<'ast> for EnumVisitor { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/racer/ast.rs:1012:34 [INFO] [stdout] | [INFO] [stdout] 1012 | fn visit_item(&mut self, i: &ast::Item) { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `visit` [INFO] [stdout] --> src/racer/ast.rs:1043:12 [INFO] [stdout] | [INFO] [stdout] 1043 | impl<'ast> visit::Visitor<'ast> for StaticVisitor { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/racer/ast.rs:1044:34 [INFO] [stdout] | [INFO] [stdout] 1044 | fn visit_item(&mut self, i: &ast::Item) { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `visit` [INFO] [stdout] --> src/racer/ast.rs:1258:12 [INFO] [stdout] | [INFO] [stdout] 1258 | impl<'ast> visit::Visitor<'ast> for FnOutputVisitor { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `visit` [INFO] [stdout] --> src/racer/ast.rs:1259:34 [INFO] [stdout] | [INFO] [stdout] 1259 | fn visit_fn(&mut self, kind: visit::FnKind<'_>, _: source_map::Span, _: ast::NodeId) { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `source_map` [INFO] [stdout] --> src/racer/ast.rs:1259:56 [INFO] [stdout] | [INFO] [stdout] 1259 | fn visit_fn(&mut self, kind: visit::FnKind<'_>, _: source_map::Span, _: ast::NodeId) { [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `source_map` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/racer/ast.rs:1259:77 [INFO] [stdout] | [INFO] [stdout] 1259 | fn visit_fn(&mut self, kind: visit::FnKind<'_>, _: source_map::Span, _: ast::NodeId) { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `visit` [INFO] [stdout] --> src/racer/ast.rs:1285:15 [INFO] [stdout] | [INFO] [stdout] 1285 | impl<'ast, P> visit::Visitor<'ast> for InheritedTraitsVisitor

[INFO] [stdout] | ^^^^^ use of undeclared crate or module `visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/racer/ast.rs:1289:37 [INFO] [stdout] | [INFO] [stdout] 1289 | fn visit_item(&mut self, item: &ast::Item) { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `visit` [INFO] [stdout] --> src/racer/ast.rs:1308:20 [INFO] [stdout] | [INFO] [stdout] 1308 | impl<'ast, 'r, 's> visit::Visitor<'ast> for ForStmtVisitor<'r, 's> { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/racer/ast.rs:1309:40 [INFO] [stdout] | [INFO] [stdout] 1309 | fn visit_expr(&mut self, ex: &'ast ast::Expr) { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `visit` [INFO] [stdout] --> src/racer/ast.rs:1343:20 [INFO] [stdout] | [INFO] [stdout] 1343 | impl<'ast, 'r, 's> visit::Visitor<'ast> for IfLetVisitor<'r, 's> { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `visit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/racer/ast.rs:1344:40 [INFO] [stdout] | [INFO] [stdout] 1344 | fn visit_expr(&mut self, ex: &'ast ast::Expr) { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/racer/ast_types.rs:116:33 [INFO] [stdout] | [INFO] [stdout] 116 | pub(crate) fn from_ast(ty: &ast::Ty, scope: &Scope) -> Option { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/racer/ast_types.rs:153:34 [INFO] [stdout] | [INFO] [stdout] 153 | pub(crate) fn from_lit(lit: &ast::Lit) -> Option { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/racer/ast_types.rs:355:28 [INFO] [stdout] | [INFO] [stdout] 355 | pub fn from_ast(fpat: &ast::PatField, scope: &Scope) -> Self { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/racer/ast_types.rs:420:34 [INFO] [stdout] | [INFO] [stdout] 420 | pub fn from_ast_nogen(path: &ast::Path) -> Path { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/racer/ast_types.rs:433:28 [INFO] [stdout] | [INFO] [stdout] 433 | pub fn from_ast(path: &ast::Path, scope: &Scope) -> Path { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/racer/ast_types.rs:833:23 [INFO] [stdout] | [INFO] [stdout] 833 | generics: &'a ast::Generics, [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/racer/ast_types.rs:991:20 [INFO] [stdout] | [INFO] [stdout] 991 | generics: &ast::Generics, [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> src/racer/ast_types.rs:994:21 [INFO] [stdout] | [INFO] [stdout] 994 | self_type: &ast::Ty, [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `source_map` [INFO] [stdout] --> src/racer/core.rs:270:11 [INFO] [stdout] | [INFO] [stdout] 270 | impl From for ByteRange { [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `source_map` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `source_map` [INFO] [stdout] --> src/racer/core.rs:271:19 [INFO] [stdout] | [INFO] [stdout] 271 | fn from(span: source_map::Span) -> Self { [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `source_map` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Emitter` in this scope [INFO] [stdout] --> src/racer/ast.rs:25:6 [INFO] [stdout] | [INFO] [stdout] 25 | impl Emitter for DummyEmitter { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Diagnostic` in this scope [INFO] [stdout] --> src/racer/ast.rs:26:41 [INFO] [stdout] | [INFO] [stdout] 26 | fn emit_diagnostic(&mut self, _db: &Diagnostic) {} [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Lrc` in this scope [INFO] [stdout] --> src/racer/ast.rs:27:37 [INFO] [stdout] | [INFO] [stdout] 27 | fn source_map(&self) -> Option<&Lrc> { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SourceMap` in this scope [INFO] [stdout] --> src/racer/ast.rs:27:41 [INFO] [stdout] | [INFO] [stdout] 25 | impl Emitter for DummyEmitter { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 26 | fn emit_diagnostic(&mut self, _db: &Diagnostic) {} [INFO] [stdout] 27 | fn source_map(&self) -> Option<&Lrc> { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Lrc` in this scope [INFO] [stdout] --> src/racer/ast.rs:33:40 [INFO] [stdout] | [INFO] [stdout] 33 | fn fluent_bundle(&self) -> Option<&Lrc> { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Lrc` in this scope [INFO] [stdout] --> src/racer/ast.rs:36:42 [INFO] [stdout] | [INFO] [stdout] 36 | fn fallback_fluent_bundle(&self) -> &Lrc { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ParseSess` in this scope [INFO] [stdout] --> src/racer/ast.rs:43:30 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn string_to_parser(ps: &ParseSess, source_str: String) -> Parser<'_> { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Parser` in this scope [INFO] [stdout] --> src/racer/ast.rs:43:64 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn string_to_parser(ps: &ParseSess, source_str: String) -> Parser<'_> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Parser` in this scope [INFO] [stdout] --> src/racer/ast.rs:51:20 [INFO] [stdout] | [INFO] [stdout] 51 | F: FnOnce(&mut Parser<'_>) -> Option, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Span` in this scope [INFO] [stdout] --> src/racer/ast.rs:83:35 [INFO] [stdout] | [INFO] [stdout] 83 | pub(crate) fn destruct_span(span: Span) -> (u32, u32) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use rls_span::Span; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Span` in this scope [INFO] [stdout] --> src/racer/ast.rs:89:36 [INFO] [stdout] | [INFO] [stdout] 89 | pub(crate) fn get_span_start(span: Span) -> u32 { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use rls_span::Span; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UseTree` in this scope [INFO] [stdout] --> src/racer/ast.rs:106:24 [INFO] [stdout] | [INFO] [stdout] 106 | use_tree: &UseTree, [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Span` in this scope [INFO] [stdout] --> src/racer/ast.rs:255:44 [INFO] [stdout] | [INFO] [stdout] 255 | fn point_is_in_span(point: BytePos, span: &Span) -> bool { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use rls_span::Span; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Mutability` in this scope [INFO] [stdout] --> src/racer/ast_types.rs:56:21 [INFO] [stdout] | [INFO] [stdout] 56 | RefPtr(Box, Mutability), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Mutability` in this scope [INFO] [stdout] --> src/racer/ast_types.rs:58:18 [INFO] [stdout] | [INFO] [stdout] 58 | Ptr(Box, Mutability), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BindingMode` in this scope [INFO] [stdout] --> src/racer/ast_types.rs:268:11 [INFO] [stdout] | [INFO] [stdout] 268 | Ident(BindingMode, String), [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Mutability` in this scope [INFO] [stdout] --> src/racer/ast_types.rs:274:19 [INFO] [stdout] | [INFO] [stdout] 274 | Ref(Box, Mutability), [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PatKind` in this scope [INFO] [stdout] --> src/racer/ast_types.rs:306:34 [INFO] [stdout] | [INFO] [stdout] 306 | pub(crate) fn from_ast(pat: &PatKind, scope: &Scope) -> Self { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `GenericBounds` in this scope [INFO] [stdout] --> src/racer/ast_types.rs:736:18 [INFO] [stdout] | [INFO] [stdout] 736 | bounds: &GenericBounds, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TraitRef` in this scope [INFO] [stdout] --> src/racer/ast_types.rs:993:25 [INFO] [stdout] | [INFO] [stdout] 989 | impl ImplHeader { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 993 | otrait: &Option, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyKind` in this scope [INFO] [stdout] --> src/racer/ast_types.rs:1060:34 [INFO] [stdout] | [INFO] [stdout] 1060 | pub(crate) fn get_self_path(ty: &TyKind, scope: &Scope) -> Option { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BinOpKind` in this scope [INFO] [stdout] --> src/racer/nameres.rs:2721:11 [INFO] [stdout] | [INFO] [stdout] 2721 | node: BinOpKind, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LitIntType` in this scope [INFO] [stdout] --> src/racer/primitive.rs:61:36 [INFO] [stdout] | [INFO] [stdout] 61 | pub(crate) fn from_litint(lit: LitIntType) -> Self { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BinOpKind` in this scope [INFO] [stdout] --> src/racer/typeinf.rs:25:38 [INFO] [stdout] | [INFO] [stdout] 25 | pub(crate) fn get_operator_trait(op: BinOpKind) -> &'static str { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/racer/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(control_flow_enum)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/racer/lib.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(try_trait_v2)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/racer/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(rustc_private)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 95 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0433, E0463, E0554. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: could not document `racer` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name racer src/racer/lib.rs -o /opt/rustwide/target/doc --cfg 'feature="default"' --cfg 'feature="lazycell"' --cfg 'feature="metadata"' --cfg 'feature="racer-cargo-metadata"' --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=be1fa64cad663954 -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-22d7f70832a3b85e.rmeta --extern clap=/opt/rustwide/target/debug/deps/libclap-b889149598d507d6.rmeta --extern derive_more=/opt/rustwide/target/debug/deps/libderive_more-ec2032c6791f748e.so --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-35ec7322b913c5cd.rmeta --extern humantime=/opt/rustwide/target/debug/deps/libhumantime-12e47983c7142b57.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-1479f2b7adeaa2b6.rmeta --extern lazycell=/opt/rustwide/target/debug/deps/liblazycell-597b28497735d923.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-1e3c371ab90a7930.rmeta --extern racer_cargo_metadata=/opt/rustwide/target/debug/deps/libracer_cargo_metadata-d42ddfbab6bda59f.rmeta --extern rls_span=/opt/rustwide/target/debug/deps/librls_span-179b7d67ae124b55.rmeta --cap-lints=warn --crate-version 2.2.2` (exit status: 1) [INFO] running `Command { std: "docker" "inspect" "4d48882ed85b900db77c4a5e928cdb70e705f95d8177d8351c15fcc9cbc57277", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4d48882ed85b900db77c4a5e928cdb70e705f95d8177d8351c15fcc9cbc57277", kill_on_drop: false }` [INFO] [stdout] 4d48882ed85b900db77c4a5e928cdb70e705f95d8177d8351c15fcc9cbc57277