[INFO] cloning repository https://github.com/xalanq/max-lines [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/xalanq/max-lines" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxalanq%2Fmax-lines", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxalanq%2Fmax-lines'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fdb312da51f3821fc8feff503648f5e353b31308 [INFO] documenting xalanq/max-lines 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%2Fxalanq%2Fmax-lines" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/xalanq/max-lines 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/xalanq/max-lines [INFO] finished tweaking git repo https://github.com/xalanq/max-lines [INFO] tweaked toml for git repo https://github.com/xalanq/max-lines written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/xalanq/max-lines 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] e53aec05b7d1b1690d5d84908772b99f535480b3f335c3a56ad721f06cb5723e [INFO] running `Command { std: "docker" "start" "-a" "e53aec05b7d1b1690d5d84908772b99f535480b3f335c3a56ad721f06cb5723e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e53aec05b7d1b1690d5d84908772b99f535480b3f335c3a56ad721f06cb5723e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e53aec05b7d1b1690d5d84908772b99f535480b3f335c3a56ad721f06cb5723e", kill_on_drop: false }` [INFO] [stdout] e53aec05b7d1b1690d5d84908772b99f535480b3f335c3a56ad721f06cb5723e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] fa79559faa269d02f19c46a291933b63f3c8744c1d02334a0d0cba6c9fddc168 [INFO] running `Command { std: "docker" "start" "-a" "fa79559faa269d02f19c46a291933b63f3c8744c1d02334a0d0cba6c9fddc168", kill_on_drop: false }` [INFO] [stderr] Documenting max_lines v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / //! The `max_lines` crate can read many lines once a time from BufRead and [INFO] [stdout] 2 | | //! **without any extra memory allocation.**. [INFO] [stdout] 3 | | //! [INFO] [stdout] 4 | | //! Have fun! [INFO] [stdout] ... | [INFO] [stdout] 33 | | //! }); [INFO] [stdout] 34 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::invalid_codeblock_attributes)]` on by default [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/lib.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | / /// Read a single line. [INFO] [stdout] 46 | | /// [INFO] [stdout] 47 | | /// # Example [INFO] [stdout] 48 | | /// [INFO] [stdout] ... | [INFO] [stdout] 59 | | /// // std::vec::Vec> [INFO] [stdout] 60 | | /// }); [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/lib.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | / /// # Example [INFO] [stdout] 83 | | /// extern crate max_lines; [INFO] [stdout] 84 | | /// use max_lines::*; [INFO] [stdout] 85 | | /// [INFO] [stdout] ... | [INFO] [stdout] 91 | | /// // std::vec::Vec> [INFO] [stdout] 92 | | /// }); [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.46s [INFO] running `Command { std: "docker" "inspect" "fa79559faa269d02f19c46a291933b63f3c8744c1d02334a0d0cba6c9fddc168", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa79559faa269d02f19c46a291933b63f3c8744c1d02334a0d0cba6c9fddc168", kill_on_drop: false }` [INFO] [stdout] fa79559faa269d02f19c46a291933b63f3c8744c1d02334a0d0cba6c9fddc168 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] cbb695dd9eecb4e00beee55c8cf3137bb26984defa75d7221dde0600b03685b1 [INFO] running `Command { std: "docker" "start" "-a" "cbb695dd9eecb4e00beee55c8cf3137bb26984defa75d7221dde0600b03685b1", kill_on_drop: false }` [INFO] [stderr] Documenting max_lines v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / //! The `max_lines` crate can read many lines once a time from BufRead and [INFO] [stdout] 2 | | //! **without any extra memory allocation.**. [INFO] [stdout] 3 | | //! [INFO] [stdout] 4 | | //! Have fun! [INFO] [stdout] ... | [INFO] [stdout] 33 | | //! }); [INFO] [stdout] 34 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::invalid_codeblock_attributes)]` on by default [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/lib.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | / /// Read a single line. [INFO] [stdout] 46 | | /// [INFO] [stdout] 47 | | /// # Example [INFO] [stdout] 48 | | /// [INFO] [stdout] ... | [INFO] [stdout] 59 | | /// // std::vec::Vec> [INFO] [stdout] 60 | | /// }); [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown attribute `norun`. Did you mean `no_run`? [INFO] [stdout] --> src/lib.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | / /// # Example [INFO] [stdout] 83 | | /// extern crate max_lines; [INFO] [stdout] 84 | | /// use max_lines::*; [INFO] [stdout] 85 | | /// [INFO] [stdout] ... | [INFO] [stdout] 91 | | /// // std::vec::Vec> [INFO] [stdout] 92 | | /// }); [INFO] [stdout] | |___________^ [INFO] [stdout] | [INFO] [stdout] = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.84s [INFO] running `Command { std: "docker" "inspect" "cbb695dd9eecb4e00beee55c8cf3137bb26984defa75d7221dde0600b03685b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cbb695dd9eecb4e00beee55c8cf3137bb26984defa75d7221dde0600b03685b1", kill_on_drop: false }` [INFO] [stdout] cbb695dd9eecb4e00beee55c8cf3137bb26984defa75d7221dde0600b03685b1