[INFO] cloning repository https://github.com/lcdr/endio_bit [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lcdr/endio_bit" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flcdr%2Fendio_bit", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flcdr%2Fendio_bit'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 46b1b0eda359dd85b5eabf9714e839c3728c75af [INFO] documenting lcdr/endio_bit 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%2Flcdr%2Fendio_bit" "/workspace/builds/worker-16/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-16/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lcdr/endio_bit 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/lcdr/endio_bit [INFO] finished tweaking git repo https://github.com/lcdr/endio_bit [INFO] tweaked toml for git repo https://github.com/lcdr/endio_bit written to /workspace/builds/worker-16/source/Cargo.toml [INFO] crate git repo https://github.com/lcdr/endio_bit 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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] dc1537d30f85cb6378ee7c42cec104d488639f189c0eaee15003e1045d569074 [INFO] running `Command { std: "docker" "start" "-a" "dc1537d30f85cb6378ee7c42cec104d488639f189c0eaee15003e1045d569074", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dc1537d30f85cb6378ee7c42cec104d488639f189c0eaee15003e1045d569074", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc1537d30f85cb6378ee7c42cec104d488639f189c0eaee15003e1045d569074", kill_on_drop: false }` [INFO] [stdout] dc1537d30f85cb6378ee7c42cec104d488639f189c0eaee15003e1045d569074 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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] 6fd8c69625c523a53a32a2a742bd09706b223d183883cd2de3128489d0291cf6 [INFO] running `Command { std: "docker" "start" "-a" "6fd8c69625c523a53a32a2a742bd09706b223d183883cd2de3128489d0291cf6", kill_on_drop: false }` [INFO] [stderr] Documenting endio_bit v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/read.rs:72:3 [INFO] [stdout] | [INFO] [stdout] 72 | / Gets a reference to the underlying reader. [INFO] [stdout] 73 | | [INFO] [stdout] 74 | | ```compile_fail [INFO] [stdout] 75 | | # use endio_bit::BEBitReader; [INFO] [stdout] ... | [INFO] [stdout] 81 | | ``` [INFO] [stdout] 82 | | **/ [INFO] [stdout] | |____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/read.rs:127:3 [INFO] [stdout] | [INFO] [stdout] 127 | / Reads a single bit, returning true for 1, false for 0. [INFO] [stdout] 128 | | [INFO] [stdout] 129 | | # Examples [INFO] [stdout] 130 | | [INFO] [stdout] ... | [INFO] [stdout] 143 | | ``` [INFO] [stdout] 144 | | **/ [INFO] [stdout] | |____^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/write.rs:104:3 [INFO] [stdout] | [INFO] [stdout] 104 | / Gets a reference to the underlying writer. [INFO] [stdout] 105 | | [INFO] [stdout] 106 | | ```compile_fail [INFO] [stdout] 107 | | # use endio_bit::BEBitWriter; [INFO] [stdout] ... | [INFO] [stdout] 111 | | ``` [INFO] [stdout] 112 | | **/ [INFO] [stdout] | |____^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/write.rs:161:3 [INFO] [stdout] | [INFO] [stdout] 161 | / Writes a single bit, writing 1 for true, 0 for false. [INFO] [stdout] 162 | | [INFO] [stdout] 163 | | # Examples [INFO] [stdout] 164 | | [INFO] [stdout] ... | [INFO] [stdout] 179 | | ``` [INFO] [stdout] 180 | | **/ [INFO] [stdout] | |____^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.97s [INFO] running `Command { std: "docker" "inspect" "6fd8c69625c523a53a32a2a742bd09706b223d183883cd2de3128489d0291cf6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6fd8c69625c523a53a32a2a742bd09706b223d183883cd2de3128489d0291cf6", kill_on_drop: false }` [INFO] [stdout] 6fd8c69625c523a53a32a2a742bd09706b223d183883cd2de3128489d0291cf6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-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" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 93cfd9aca9c1e4a02a784daf5ffb14a00d8de07f0f8727707842293bc5845877 [INFO] running `Command { std: "docker" "start" "-a" "93cfd9aca9c1e4a02a784daf5ffb14a00d8de07f0f8727707842293bc5845877", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Documenting endio_bit v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/read.rs:72:3 [INFO] [stdout] | [INFO] [stdout] 72 | / Gets a reference to the underlying reader. [INFO] [stdout] 73 | | [INFO] [stdout] 74 | | ```compile_fail [INFO] [stdout] 75 | | # use endio_bit::BEBitReader; [INFO] [stdout] ... | [INFO] [stdout] 81 | | ``` [INFO] [stdout] 82 | | **/ [INFO] [stdout] | |____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/read.rs:127:3 [INFO] [stdout] | [INFO] [stdout] 127 | / Reads a single bit, returning true for 1, false for 0. [INFO] [stdout] 128 | | [INFO] [stdout] 129 | | # Examples [INFO] [stdout] 130 | | [INFO] [stdout] ... | [INFO] [stdout] 143 | | ``` [INFO] [stdout] 144 | | **/ [INFO] [stdout] | |____^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/write.rs:104:3 [INFO] [stdout] | [INFO] [stdout] 104 | / Gets a reference to the underlying writer. [INFO] [stdout] 105 | | [INFO] [stdout] 106 | | ```compile_fail [INFO] [stdout] 107 | | # use endio_bit::BEBitWriter; [INFO] [stdout] ... | [INFO] [stdout] 111 | | ``` [INFO] [stdout] 112 | | **/ [INFO] [stdout] | |____^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/write.rs:161:3 [INFO] [stdout] | [INFO] [stdout] 161 | / Writes a single bit, writing 1 for true, 0 for false. [INFO] [stdout] 162 | | [INFO] [stdout] 163 | | # Examples [INFO] [stdout] 164 | | [INFO] [stdout] ... | [INFO] [stdout] 179 | | ``` [INFO] [stdout] 180 | | **/ [INFO] [stdout] | |____^ [INFO] [stdout] | [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] = note: error from rustc: unknown start of token: ` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.50s [INFO] running `Command { std: "docker" "inspect" "93cfd9aca9c1e4a02a784daf5ffb14a00d8de07f0f8727707842293bc5845877", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93cfd9aca9c1e4a02a784daf5ffb14a00d8de07f0f8727707842293bc5845877", kill_on_drop: false }` [INFO] [stdout] 93cfd9aca9c1e4a02a784daf5ffb14a00d8de07f0f8727707842293bc5845877