[INFO] cloning repository https://github.com/scrabsha/static-rust-analysis-code [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/scrabsha/static-rust-analysis-code" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fscrabsha%2Fstatic-rust-analysis-code", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fscrabsha%2Fstatic-rust-analysis-code'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ac0480b6ab2ef5e78716bed88e5665936c499c99 [INFO] documenting scrabsha/static-rust-analysis-code 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%2Fscrabsha%2Fstatic-rust-analysis-code" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/scrabsha/static-rust-analysis-code 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] started tweaking git repo https://github.com/scrabsha/static-rust-analysis-code [INFO] finished tweaking git repo https://github.com/scrabsha/static-rust-analysis-code [INFO] tweaked toml for git repo https://github.com/scrabsha/static-rust-analysis-code written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/scrabsha/static-rust-analysis-code 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] bca0c1516413e072f233d6e07e50c649715d2a6910d4e04ba0c5bea389969d79 [INFO] running `Command { std: "docker" "start" "-a" "bca0c1516413e072f233d6e07e50c649715d2a6910d4e04ba0c5bea389969d79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bca0c1516413e072f233d6e07e50c649715d2a6910d4e04ba0c5bea389969d79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bca0c1516413e072f233d6e07e50c649715d2a6910d4e04ba0c5bea389969d79", kill_on_drop: false }` [INFO] [stdout] bca0c1516413e072f233d6e07e50c649715d2a6910d4e04ba0c5bea389969d79 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] f997b51db80e8bc507bc68435c00f38948c1ed4e8282c2b5cba77d19ad1d4407 [INFO] running `Command { std: "docker" "start" "-a" "f997b51db80e8bc507bc68435c00f38948c1ed4e8282c2b5cba77d19ad1d4407", kill_on_drop: false }` [INFO] [stderr] Documenting simple_rustc_wrapper v0.1.0 (/opt/rustwide/workdir/simple_rustc_wrapper) [INFO] [stderr] Documenting bundled_rustc_wrapper v0.1.0 (/opt/rustwide/workdir/bundled_rustc_wrapper) [INFO] [stderr] Documenting analysis_compiler v0.1.0 (/opt/rustwide/workdir/analysis_compiler) [INFO] [stdout] error[E0463]: can't find crate for `rustc_ast` [INFO] [stdout] --> analysis_compiler/src/main.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | 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_driver` [INFO] [stdout] --> bundled_rustc_wrapper/src/main.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate rustc_driver; [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_driver` [INFO] [stdout] --> analysis_compiler/src/main.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | extern crate rustc_driver; [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[E0405]: cannot find trait `Callbacks` in this scope [INFO] [stdout] --> bundled_rustc_wrapper/src/main.rs:11:6 [INFO] [stdout] | [INFO] [stdout] 11 | impl Callbacks for StandardCompiler {} [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] --> bundled_rustc_wrapper/src/main.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(rustc_private)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rustc_hir` [INFO] [stdout] --> analysis_compiler/src/main.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | extern crate rustc_hir; [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_interface` [INFO] [stdout] --> analysis_compiler/src/main.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | extern crate rustc_interface; [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_lint` [INFO] [stdout] --> analysis_compiler/src/main.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | extern crate rustc_lint; [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_middle` [INFO] [stdout] --> analysis_compiler/src/main.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | extern crate rustc_middle; [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[E0405]: cannot find trait `Callbacks` in this scope [INFO] [stdout] --> analysis_compiler/src/main.rs:54:6 [INFO] [stdout] | [INFO] [stdout] 54 | impl Callbacks for StandardCompiler {} [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyCtxt` in this scope [INFO] [stdout] --> analysis_compiler/src/main.rs:102:36 [INFO] [stdout] | [INFO] [stdout] 102 | fn add_pub_fns(&mut self, tcx: TyCtxt) { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyCtxt` in this scope [INFO] [stdout] --> analysis_compiler/src/main.rs:107:39 [INFO] [stdout] | [INFO] [stdout] 107 | fn visit_pub_mod(&mut self, tcx: &TyCtxt, mod_: &Mod) { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Mod` in this scope [INFO] [stdout] --> analysis_compiler/src/main.rs:107:54 [INFO] [stdout] | [INFO] [stdout] 107 | fn visit_pub_mod(&mut self, tcx: &TyCtxt, mod_: &Mod) { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyCtxt` in this scope [INFO] [stdout] --> analysis_compiler/src/main.rs:114:40 [INFO] [stdout] | [INFO] [stdout] 114 | fn visit_pub_item(&mut self, tcx: &TyCtxt, item: ItemId) { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ItemId` in this scope [INFO] [stdout] --> analysis_compiler/src/main.rs:114:54 [INFO] [stdout] | [INFO] [stdout] 114 | fn visit_pub_item(&mut self, tcx: &TyCtxt, item: ItemId) { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `TyCtxt` in this scope [INFO] [stdout] --> analysis_compiler/src/main.rs:124:32 [INFO] [stdout] | [INFO] [stdout] 124 | fn add_fn(&mut self, tcx: &TyCtxt, item: DefId) { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DefId` in this scope [INFO] [stdout] --> analysis_compiler/src/main.rs:124:46 [INFO] [stdout] | [INFO] [stdout] 124 | fn add_fn(&mut self, tcx: &TyCtxt, item: DefId) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Callbacks` in this scope [INFO] [stdout] --> analysis_compiler/src/main.rs:129:6 [INFO] [stdout] | [INFO] [stdout] 129 | impl Callbacks for InstrumentedCompiler { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Config` in this scope [INFO] [stdout] --> analysis_compiler/src/main.rs:130:39 [INFO] [stdout] | [INFO] [stdout] 130 | fn config(&mut self, config: &mut Config) { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Compilation` in this scope [INFO] [stdout] --> analysis_compiler/src/main.rs:141:10 [INFO] [stdout] | [INFO] [stdout] 141 | ) -> Compilation { [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] --> analysis_compiler/src/main.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![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 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0463, E0554. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 19 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0463, E0554. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: could not document `bundled_rustc_wrapper` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name bundled_rustc_wrapper bundled_rustc_wrapper/src/main.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=f94d050d82dadc42 -L dependency=/opt/rustwide/target/debug/deps --cap-lints=warn --crate-version 0.1.0` (exit status: 1) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not document `analysis_compiler` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name analysis_compiler analysis_compiler/src/main.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=19bb7fb830de46ef -L dependency=/opt/rustwide/target/debug/deps --cap-lints=warn --crate-version 0.1.0` (exit status: 1) [INFO] running `Command { std: "docker" "inspect" "f997b51db80e8bc507bc68435c00f38948c1ed4e8282c2b5cba77d19ad1d4407", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f997b51db80e8bc507bc68435c00f38948c1ed4e8282c2b5cba77d19ad1d4407", kill_on_drop: false }` [INFO] [stdout] f997b51db80e8bc507bc68435c00f38948c1ed4e8282c2b5cba77d19ad1d4407