[INFO] fetching crate arraylib 0.3.0... [INFO] documenting arraylib-0.3.0 against master#ef324565d071c6d7e2477a195648549e33d6a465 for pr-121659-bump-pulldown-cmark [INFO] extracting crate arraylib 0.3.0 into /workspace/builds/worker-0-tc1/source [INFO] validating manifest of crates.io crate arraylib 0.3.0 on toolchain ef324565d071c6d7e2477a195648549e33d6a465 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ef324565d071c6d7e2477a195648549e33d6a465" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate arraylib 0.3.0 [INFO] finished tweaking crates.io crate arraylib 0.3.0 [INFO] tweaked toml for crates.io crate arraylib 0.3.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ef324565d071c6d7e2477a195648549e33d6a465" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ef324565d071c6d7e2477a195648549e33d6a465" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+ef324565d071c6d7e2477a195648549e33d6a465" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8c65f1a1a0ee0d726b37097472f70fb3d554819a1019a11bc57bc269e27d6fd5 [INFO] running `Command { std: "docker" "start" "-a" "8c65f1a1a0ee0d726b37097472f70fb3d554819a1019a11bc57bc269e27d6fd5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8c65f1a1a0ee0d726b37097472f70fb3d554819a1019a11bc57bc269e27d6fd5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c65f1a1a0ee0d726b37097472f70fb3d554819a1019a11bc57bc269e27d6fd5", kill_on_drop: false }` [INFO] [stdout] 8c65f1a1a0ee0d726b37097472f70fb3d554819a1019a11bc57bc269e27d6fd5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+ef324565d071c6d7e2477a195648549e33d6a465" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5434a1689b5e1944f4f43e8f9c7caac4a28d52e0a477b6dc983c3ff6b3b87655 [INFO] running `Command { std: "docker" "start" "-a" "5434a1689b5e1944f4f43e8f9c7caac4a28d52e0a477b6dc983c3ff6b3b87655", kill_on_drop: false }` [INFO] [stderr] Documenting arraylib v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: redundant explicit link target [INFO] [stdout] --> src/iter/ext.rs:63:41 [INFO] [stdout] | [INFO] [stdout] 63 | /// See also: [`Iterator::collect`](core::iter::Iterator::collect) [INFO] [stdout] | ------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stdout] | | [INFO] [stdout] | because label contains path that resolves to same destination [INFO] [stdout] | [INFO] [stdout] = note: when a link's destination is not specified, [INFO] [stdout] the label is used to resolve intra-doc links [INFO] [stdout] = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default [INFO] [stdout] help: remove explicit link target [INFO] [stdout] | [INFO] [stdout] 63 | /// See also: [`Iterator::collect`] [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: redundant explicit link target [INFO] [stdout] --> src/iter/ext.rs:104:41 [INFO] [stdout] | [INFO] [stdout] 104 | /// See also: [`Iterator::collect`](core::iter::Iterator::collect) [INFO] [stdout] | ------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stdout] | | [INFO] [stdout] | because label contains path that resolves to same destination [INFO] [stdout] | [INFO] [stdout] = note: when a link's destination is not specified, [INFO] [stdout] the label is used to resolve intra-doc links [INFO] [stdout] help: remove explicit link target [INFO] [stdout] | [INFO] [stdout] 104 | /// See also: [`Iterator::collect`] [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: redundant explicit link target [INFO] [stdout] --> src/ext/array_ext.rs:9:30 [INFO] [stdout] | [INFO] [stdout] 9 | /// See also: [IterMove](crate::iter::IterMove) [INFO] [stdout] | -------- ^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stdout] | | [INFO] [stdout] | because label contains path that resolves to same destination [INFO] [stdout] | [INFO] [stdout] = note: when a link's destination is not specified, [INFO] [stdout] the label is used to resolve intra-doc links [INFO] [stdout] help: remove explicit link target [INFO] [stdout] | [INFO] [stdout] 9 | /// See also: [IterMove] [INFO] [stdout] | ~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: redundant explicit link target [INFO] [stdout] --> src/ext/array_ext.rs:252:43 [INFO] [stdout] | [INFO] [stdout] 252 | /// Wrap `self` into [`ArrayWrapper`](crate::ArrayWrapper) [INFO] [stdout] | -------------- ^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stdout] | | [INFO] [stdout] | because label contains path that resolves to same destination [INFO] [stdout] | [INFO] [stdout] = note: when a link's destination is not specified, [INFO] [stdout] the label is used to resolve intra-doc links [INFO] [stdout] help: remove explicit link target [INFO] [stdout] | [INFO] [stdout] 252 | /// Wrap `self` into [`ArrayWrapper`] [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/ext/slice_ext.rs:93:29 [INFO] [stdout] | [INFO] [stdout] 93 | /// [`<[T]>::windows`]: https://doc.rust-lang.org/std/primitive.slice.html#method.windows [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: redundant explicit link target [INFO] [stdout] --> src/wrap.rs:254:42 [INFO] [stdout] | [INFO] [stdout] 254 | /// Alias for [`ArrayExt::try_mut_cast`][alias] [INFO] [stdout] | ------------------------ ^^^^^ explicit target is redundant [INFO] [stdout] | | [INFO] [stdout] | because label contains path that resolves to same destination [INFO] [stdout] | [INFO] [stdout] note: referenced explicit link target defined here [INFO] [stdout] --> src/wrap.rs:256:14 [INFO] [stdout] | [INFO] [stdout] 256 | /// [alias]: crate::ArrayExt::try_mut_cast [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: when a link's destination is not specified, [INFO] [stdout] the label is used to resolve intra-doc links [INFO] [stdout] help: remove explicit link target [INFO] [stdout] | [INFO] [stdout] 254 | /// Alias for [`ArrayExt::try_mut_cast`] [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: redundant explicit link target [INFO] [stdout] --> src/wrap.rs:228:42 [INFO] [stdout] | [INFO] [stdout] 228 | /// Alias for [`ArrayExt::try_ref_cast`][alias] [INFO] [stdout] | ------------------------ ^^^^^ explicit target is redundant [INFO] [stdout] | | [INFO] [stdout] | because label contains path that resolves to same destination [INFO] [stdout] | [INFO] [stdout] note: referenced explicit link target defined here [INFO] [stdout] --> src/wrap.rs:230:14 [INFO] [stdout] | [INFO] [stdout] 230 | /// [alias]: crate::ArrayExt::try_ref_cast [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: when a link's destination is not specified, [INFO] [stdout] the label is used to resolve intra-doc links [INFO] [stdout] help: remove explicit link target [INFO] [stdout] | [INFO] [stdout] 228 | /// Alias for [`ArrayExt::try_ref_cast`] [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s [INFO] [stderr] Generated /opt/rustwide/target/doc/arraylib/index.html [INFO] running `Command { std: "docker" "inspect" "5434a1689b5e1944f4f43e8f9c7caac4a28d52e0a477b6dc983c3ff6b3b87655", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5434a1689b5e1944f4f43e8f9c7caac4a28d52e0a477b6dc983c3ff6b3b87655", kill_on_drop: false }` [INFO] [stdout] 5434a1689b5e1944f4f43e8f9c7caac4a28d52e0a477b6dc983c3ff6b3b87655 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+ef324565d071c6d7e2477a195648549e33d6a465" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8ed5c89b91f83852b7410edd6ad95d8b9fc554e287d19fd4d4b303e1779e1156 [INFO] running `Command { std: "docker" "start" "-a" "8ed5c89b91f83852b7410edd6ad95d8b9fc554e287d19fd4d4b303e1779e1156", kill_on_drop: false }` [INFO] [stderr] Documenting arraylib v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/ext/slice_ext.rs:93:29 [INFO] [stdout] | [INFO] [stdout] 93 | /// [`<[T]>::windows`]: https://doc.rust-lang.org/std/primitive.slice.html#method.windows [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: redundant explicit link target [INFO] [stdout] --> src/wrap.rs:228:42 [INFO] [stdout] | [INFO] [stdout] 228 | /// Alias for [`ArrayExt::try_ref_cast`][alias] [INFO] [stdout] | ------------------------ ^^^^^ explicit target is redundant [INFO] [stdout] | | [INFO] [stdout] | because label contains path that resolves to same destination [INFO] [stdout] | [INFO] [stdout] note: referenced explicit link target defined here [INFO] [stdout] --> src/wrap.rs:230:14 [INFO] [stdout] | [INFO] [stdout] 230 | /// [alias]: crate::ArrayExt::try_ref_cast [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: when a link's destination is not specified, [INFO] [stdout] the label is used to resolve intra-doc links [INFO] [stdout] = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default [INFO] [stdout] help: remove explicit link target [INFO] [stdout] | [INFO] [stdout] 228 | /// Alias for [`ArrayExt::try_ref_cast`] [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: redundant explicit link target [INFO] [stdout] --> src/wrap.rs:254:42 [INFO] [stdout] | [INFO] [stdout] 254 | /// Alias for [`ArrayExt::try_mut_cast`][alias] [INFO] [stdout] | ------------------------ ^^^^^ explicit target is redundant [INFO] [stdout] | | [INFO] [stdout] | because label contains path that resolves to same destination [INFO] [stdout] | [INFO] [stdout] note: referenced explicit link target defined here [INFO] [stdout] --> src/wrap.rs:256:14 [INFO] [stdout] | [INFO] [stdout] 256 | /// [alias]: crate::ArrayExt::try_mut_cast [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: when a link's destination is not specified, [INFO] [stdout] the label is used to resolve intra-doc links [INFO] [stdout] help: remove explicit link target [INFO] [stdout] | [INFO] [stdout] 254 | /// Alias for [`ArrayExt::try_mut_cast`] [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s [INFO] [stderr] Generated /opt/rustwide/target/doc/arraylib/index.html [INFO] running `Command { std: "docker" "inspect" "8ed5c89b91f83852b7410edd6ad95d8b9fc554e287d19fd4d4b303e1779e1156", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ed5c89b91f83852b7410edd6ad95d8b9fc554e287d19fd4d4b303e1779e1156", kill_on_drop: false }` [INFO] [stdout] 8ed5c89b91f83852b7410edd6ad95d8b9fc554e287d19fd4d4b303e1779e1156