[INFO] cloning repository https://github.com/cadecairos/rls [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cadecairos/rls" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcadecairos%2Frls", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcadecairos%2Frls'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 41113b53da2d7d6aa00c0d357557f5465e055e1e [INFO] documenting cadecairos/rls 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%2Fcadecairos%2Frls" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cadecairos/rls 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/cadecairos/rls [INFO] finished tweaking git repo https://github.com/cadecairos/rls [INFO] tweaked toml for git repo https://github.com/cadecairos/rls written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/cadecairos/rls 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] 708329abd43b169950c032ae6f2965de8051d4ccb3125008efe082d3df9d1afc [INFO] running `Command { std: "docker" "start" "-a" "708329abd43b169950c032ae6f2965de8051d4ccb3125008efe082d3df9d1afc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "708329abd43b169950c032ae6f2965de8051d4ccb3125008efe082d3df9d1afc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "708329abd43b169950c032ae6f2965de8051d4ccb3125008efe082d3df9d1afc", kill_on_drop: false }` [INFO] [stdout] 708329abd43b169950c032ae6f2965de8051d4ccb3125008efe082d3df9d1afc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] f1c936359ff4cff0ec4b0debbf50b67582296fd449bbc1f3a21777878182a272 [INFO] running `Command { std: "docker" "start" "-a" "f1c936359ff4cff0ec4b0debbf50b67582296fd449bbc1f3a21777878182a272", kill_on_drop: false }` [INFO] [stderr] Documenting rls v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0463]: can't find crate for `term` [INFO] [stdout] --> src/ls.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate term; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::io::fs` [INFO] [stdout] --> src/ls.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::io::fs; [INFO] [stdout] | ^^^^^^^^^^^ no `fs` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `fail` in this scope [INFO] [stdout] --> src/ls.rs:11:15 [INFO] [stdout] | [INFO] [stdout] 11 | None => { fail!("Not a path") } [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `fail` in this scope [INFO] [stdout] --> src/ls.rs:16:15 [INFO] [stdout] | [INFO] [stdout] 16 | None => { fail!("not a path") } [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `fail` in this scope [INFO] [stdout] --> src/ls.rs:73:17 [INFO] [stdout] | [INFO] [stdout] 73 | Err(e) => { fail!(e.to_string()) } [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `fail` in this scope [INFO] [stdout] --> src/ls.rs:80:17 [INFO] [stdout] | [INFO] [stdout] 80 | Err(f) => { fail!(f.to_string()) } [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> src/ls.rs:8:23 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn sort_paths(a: &Path, b: &Path) -> Ordering { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use ls::path::Path; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> src/ls.rs:8:33 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn sort_paths(a: &Path, b: &Path) -> Ordering { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use ls::path::Path; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Ordering` in this scope [INFO] [stdout] --> src/ls.rs:8:42 [INFO] [stdout] | [INFO] [stdout] 8 | pub fn sort_paths(a: &Path, b: &Path) -> Ordering { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 4 | use std::cmp::Ordering; [INFO] [stdout] | [INFO] [stdout] 4 | use std::sync::atomic::Ordering; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> src/ls.rs:26:34 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn output_to_term(paths: Vec, show_hidden: bool) { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use ls::path::Path; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> src/ls.rs:61:49 [INFO] [stdout] | [INFO] [stdout] 61 | pub fn get_target(matches: getopts::Matches) -> Path { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use ls::path::Path; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> src/ls.rs:70:18 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn read(dir: Path) -> Vec { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use ls::path::Path; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> src/ls.rs:70:31 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn read(dir: Path) -> Vec { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use ls::path::Path; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> src/ls.rs:84:21 [INFO] [stdout] | [INFO] [stdout] 84 | pub fn get_cwd() -> Path { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4 | use ls::path::Path; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0603]: struct `OptGroup` is private [INFO] [stdout] --> src/ls.rs:77:56 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn get_matches(args: Vec, opts: &[getopts::OptGroup]) -> getopts::Matches { [INFO] [stdout] | ^^^^^^^^ private struct [INFO] [stdout] | [INFO] [stdout] note: the struct `OptGroup` is defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0603]: struct `OptGroup` is private [INFO] [stdout] --> src/ls.rs:88:35 [INFO] [stdout] | [INFO] [stdout] 88 | pub fn rls_usage(opts: &[getopts::OptGroup]) { [INFO] [stdout] | ^^^^^^^^ private struct [INFO] [stdout] | [INFO] [stdout] note: the struct `OptGroup` is defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 17 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0463, E0603. [INFO] [stdout] [INFO] [stderr] error: could not document `rls` [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --crate-type lib --crate-name rls src/lib.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=71f27427f8e09aff -L dependency=/opt/rustwide/target/debug/deps --cap-lints=warn --crate-version 0.0.1` (exit status: 1) [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "f1c936359ff4cff0ec4b0debbf50b67582296fd449bbc1f3a21777878182a272", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f1c936359ff4cff0ec4b0debbf50b67582296fd449bbc1f3a21777878182a272", kill_on_drop: false }` [INFO] [stderr] Error response from daemon: Could not kill running container f1c936359ff4cff0ec4b0debbf50b67582296fd449bbc1f3a21777878182a272, cannot remove - tried to kill container, but did not receive an exit event [ERROR] failed to delete container f1c936359ff4cff0ec4b0debbf50b67582296fd449bbc1f3a21777878182a272 [ERROR] caused by: command failed: exit status: 1