[INFO] cloning repository https://github.com/johnthreekay/chaptr
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/johnthreekay/chaptr" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohnthreekay%2Fchaptr", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohnthreekay%2Fchaptr'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b6825d546ee393c27db255c29447b8c7d980194a
[INFO] documenting johnthreekay/chaptr against 824336ad4127ce295849937a24c08a4aeff6ada7 for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohnthreekay%2Fchaptr" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/johnthreekay/chaptr
[INFO] finished tweaking git repo https://github.com/johnthreekay/chaptr
[INFO] tweaked toml for git repo https://github.com/johnthreekay/chaptr written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/johnthreekay/chaptr on toolchain 824336ad4127ce295849937a24c08a4aeff6ada7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/johnthreekay/chaptr already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tinytemplate v1.2.1
[INFO] [stderr]   Downloaded is-terminal v0.4.17
[INFO] [stderr]   Downloaded oorandom v11.1.5
[INFO] [stderr]   Downloaded criterion-plot v0.5.0
[INFO] [stderr]   Downloaded cast v0.3.0
[INFO] [stderr]   Downloaded ciborium v0.2.2
[INFO] [stderr]   Downloaded ciborium-ll v0.2.2
[INFO] [stderr]   Downloaded criterion v0.5.1
[INFO] [stderr]   Downloaded ciborium-io v0.2.2
[INFO] [stderr]   Downloaded anes v0.1.6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9b1ca460c7cf89c24e04317e3ec5dbe62c695ad24ca20e2fa708b21befc4ae65
[INFO] running `Command { std: "docker" "start" "9b1ca460c7cf89c24e04317e3ec5dbe62c695ad24ca20e2fa708b21befc4ae65", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9b1ca460c7cf89c24e04317e3ec5dbe62c695ad24ca20e2fa708b21befc4ae65", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9b1ca460c7cf89c24e04317e3ec5dbe62c695ad24ca20e2fa708b21befc4ae65" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9b1ca460c7cf89c24e04317e3ec5dbe62c695ad24ca20e2fa708b21befc4ae65", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9b1ca460c7cf89c24e04317e3ec5dbe62c695ad24ca20e2fa708b21befc4ae65" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]  Documenting chaptr v1.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: public documentation for `manga` links to private item `crate::common`
[INFO] [stdout]  --> src/manga.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 | //! [`crate::common`]; this module wires them together with
[INFO] [stdout]   |       ^^^^^^^^^^^^^ this item is private
[INFO] [stdout]   |
[INFO] [stdout]   = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]   = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `novel` links to private item `crate::common`
[INFO] [stdout]  --> src/novel.rs:8:25
[INFO] [stdout]   |
[INFO] [stdout] 8 | //! slicing) lives in [`crate::common`]; this module wires it with
[INFO] [stdout]   |                         ^^^^^^^^^^^^^ this item is private
[INFO] [stdout]   |
[INFO] [stdout]   = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `detect_chapter_revision` links to private item `parse_chapter_num_from_word`
[INFO] [stdout]    --> src/common.rs:843:20
[INFO] [stdout]     |
[INFO] [stdout] 843 | /// Companion to [`parse_chapter_num_from_word`]: that function consumes the
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `detect_chapter_revision` links to private item `parse_chapter_num_from_word`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           Companion to [`parse_chapter_num_from_word`]: that function consumes the
[INFO] [stdout]                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/chaptr/index.html
[INFO] running `Command { std: "docker" "inspect" "9b1ca460c7cf89c24e04317e3ec5dbe62c695ad24ca20e2fa708b21befc4ae65", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9b1ca460c7cf89c24e04317e3ec5dbe62c695ad24ca20e2fa708b21befc4ae65" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]  Documenting chaptr v1.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: public documentation for `manga` links to private item `crate::common`
[INFO] [stdout]  --> src/manga.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 | //! [`crate::common`]; this module wires them together with
[INFO] [stdout]   |       ^^^^^^^^^^^^^ this item is private
[INFO] [stdout]   |
[INFO] [stdout]   = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout]   = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `novel` links to private item `crate::common`
[INFO] [stdout]  --> src/novel.rs:8:25
[INFO] [stdout]   |
[INFO] [stdout] 8 | //! slicing) lives in [`crate::common`]; this module wires it with
[INFO] [stdout]   |                         ^^^^^^^^^^^^^ this item is private
[INFO] [stdout]   |
[INFO] [stdout]   = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `detect_chapter_revision` links to private item `parse_chapter_num_from_word`
[INFO] [stdout]    --> src/common.rs:843:20
[INFO] [stdout]     |
[INFO] [stdout] 843 | /// Companion to [`parse_chapter_num_from_word`]: that function consumes the
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `detect_chapter_revision` links to private item `parse_chapter_num_from_word`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           Companion to [`parse_chapter_num_from_word`]: that function consumes the
[INFO] [stdout]                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/chaptr/index.html
[INFO] running `Command { std: "docker" "inspect" "9b1ca460c7cf89c24e04317e3ec5dbe62c695ad24ca20e2fa708b21befc4ae65", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9b1ca460c7cf89c24e04317e3ec5dbe62c695ad24ca20e2fa708b21befc4ae65", kill_on_drop: false }`
[INFO] [stdout] 9b1ca460c7cf89c24e04317e3ec5dbe62c695ad24ca20e2fa708b21befc4ae65
