[INFO] cloning repository https://github.com/legenddcr/rust_play [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/legenddcr/rust_play" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flegenddcr%2Frust_play", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flegenddcr%2Frust_play'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7449f163b5ca0b6d310374464bbf43829bce8283 [INFO] documenting legenddcr/rust_play against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flegenddcr%2Frust_play" "/workspace/builds/worker-19/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-19/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/legenddcr/rust_play on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/legenddcr/rust_play [INFO] finished tweaking git repo https://github.com/legenddcr/rust_play [INFO] tweaked toml for git repo https://github.com/legenddcr/rust_play written to /workspace/builds/worker-19/source/Cargo.toml [INFO] crate git repo https://github.com/legenddcr/rust_play already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "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-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 10c1f21c4f6244ff457ac90c97aa856f5b02c6d67d24630058f66df762b03297 [INFO] running `Command { std: "docker" "start" "-a" "10c1f21c4f6244ff457ac90c97aa856f5b02c6d67d24630058f66df762b03297", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "10c1f21c4f6244ff457ac90c97aa856f5b02c6d67d24630058f66df762b03297", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "10c1f21c4f6244ff457ac90c97aa856f5b02c6d67d24630058f66df762b03297", kill_on_drop: false }` [INFO] [stdout] 10c1f21c4f6244ff457ac90c97aa856f5b02c6d67d24630058f66df762b03297 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 92a7ac8e72701ac6214520c68ebb644dd10b2dcf99fe92796045bb4fe62a6f3a [INFO] running `Command { std: "docker" "start" "-a" "92a7ac8e72701ac6214520c68ebb644dd10b2dcf99fe92796045bb4fe62a6f3a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling futures-core v0.3.15 [INFO] [stderr] Compiling futures-task v0.3.15 [INFO] [stderr] Compiling futures-channel v0.3.15 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Checking futures-sink v0.3.15 [INFO] [stderr] Checking slab v0.4.3 [INFO] [stderr] Checking futures-io v0.3.15 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking pin-project-lite v0.2.7 [INFO] [stderr] Documenting variables v0.1.0 (/opt/rustwide/workdir/variables) [INFO] [stderr] Documenting json_rpc v0.1.0 (/opt/rustwide/workdir/json_rpc) [INFO] [stderr] Compiling futures-macro v0.3.15 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] error: could not document `json_rpc` [INFO] [stderr] [INFO] [stdout] error[E0412]: cannot find type `Rope` in this scope [INFO] [stdout] --> json_rpc/src/file.rs:46:83 [INFO] [stdout] | [INFO] [stdout] 46 | fn try_decode(bytes: Vec, encoding: CharacterEncoding, path: &Path) -> Result { [INFO] [stdout] | - help: you might be missing a type parameter: `` ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Caused by: [INFO] [stdout] error[E0412]: cannot find type `Rope` in this scope [INFO] [stdout] --> json_rpc/src/file.rs:85:41 [INFO] [stdout] | [INFO] [stdout] 85 | fn try_load_file

(path: P) -> Result<(Rope, FileInfo), FileError> [INFO] [stdout] | - ^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `, Rope` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name json_rpc json_rpc/src/main.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items '-Arustdoc::private-intra-doc-links' -C metadata=aca72337603440f9 -L dependency=/opt/rustwide/target/debug/deps --cap-lints=warn --crate-version 0.1.0` (exit status: 1) [INFO] [stdout] error[E0412]: cannot find type `Rope` in this scope [INFO] [stdout] --> json_rpc/src/file.rs:114:65 [INFO] [stdout] | [INFO] [stdout] 109 | impl FileManager { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 114 | pub fn open(&mut self, path: &Path, id: BufferId) -> Result { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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] For more information about this error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "92a7ac8e72701ac6214520c68ebb644dd10b2dcf99fe92796045bb4fe62a6f3a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "92a7ac8e72701ac6214520c68ebb644dd10b2dcf99fe92796045bb4fe62a6f3a", kill_on_drop: false }` [INFO] [stdout] 92a7ac8e72701ac6214520c68ebb644dd10b2dcf99fe92796045bb4fe62a6f3a