[INFO] fetching crate fmt-cmp 0.1.1... [INFO] documenting fmt-cmp-0.1.1 against master#ef324565d071c6d7e2477a195648549e33d6a465 for pr-121659-bump-pulldown-cmark [INFO] extracting crate fmt-cmp 0.1.1 into /workspace/builds/worker-3-tc1/source [INFO] validating manifest of crates.io crate fmt-cmp 0.1.1 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 fmt-cmp 0.1.1 [INFO] finished tweaking crates.io crate fmt-cmp 0.1.1 [INFO] tweaked toml for crates.io crate fmt-cmp 0.1.1 written to /workspace/builds/worker-3-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] [stderr] Updating crates.io index [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-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 3b8ea3b75b4c955a4864909a65533ac2229db373815dbd598a8adf6089379850 [INFO] running `Command { std: "docker" "start" "-a" "3b8ea3b75b4c955a4864909a65533ac2229db373815dbd598a8adf6089379850", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3b8ea3b75b4c955a4864909a65533ac2229db373815dbd598a8adf6089379850", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b8ea3b75b4c955a4864909a65533ac2229db373815dbd598a8adf6089379850", kill_on_drop: false }` [INFO] [stdout] 3b8ea3b75b4c955a4864909a65533ac2229db373815dbd598a8adf6089379850 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 6ac0ff9490015e74057a1f67ba1f2f95dde2ce4b1d44df276794ecf85f28aca1 [INFO] running `Command { std: "docker" "start" "-a" "6ac0ff9490015e74057a1f67ba1f2f95dde2ce4b1d44df276794ecf85f28aca1", kill_on_drop: false }` [INFO] [stderr] Documenting fmt-cmp v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: redundant explicit link target [INFO] [stdout] --> src/cmp/mod.rs:176:18 [INFO] [stdout] | [INFO] [stdout] 176 | /// [`std::fmt`](fmt). Doing so would result in an unspecified return value or might even cause [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] 176 | /// [`std::fmt`]. Doing so would result in an unspecified return value or might even cause [INFO] [stdout] | ~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: redundant explicit link target [INFO] [stdout] --> src/cmp/mod.rs:208:18 [INFO] [stdout] | [INFO] [stdout] 208 | /// [`std::fmt`](fmt). Doing so would result in an unspecified `Ordering` value or might even cause [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] 208 | /// [`std::fmt`]. Doing so would result in an unspecified `Ordering` value or might even cause [INFO] [stdout] | ~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: redundant explicit link target [INFO] [stdout] --> src/cmp/mod.rs:242:18 [INFO] [stdout] | [INFO] [stdout] 242 | /// [`std::fmt`](fmt). Doing so would result in an unspecified hash value or might even cause [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] 242 | /// [`std::fmt`]. Doing so would result in an unspecified hash value or might even cause [INFO] [stdout] | ~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: redundant explicit link target [INFO] [stdout] --> src/int/mod.rs:41:32 [INFO] [stdout] | [INFO] [stdout] 41 | /// You should use [`cmp_dec`](cmp_dec) for comparing in decimal representation or src/traits/fmt_eq.rs:25:81 [INFO] [stdout] | [INFO] [stdout] 25 | /// From `str: Eq` and the above property, it follows that `T` satisfies [`Eq`](std::cmp::Eq) [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] 25 | /// From `str: Eq` and the above property, it follows that `T` satisfies [`Eq`] [INFO] [stdout] | ~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: redundant explicit link target [INFO] [stdout] --> src/traits/fmt_ord.rs:27:83 [INFO] [stdout] | [INFO] [stdout] 27 | /// From `str: Ord` and the above property, it follows that `T` satisfies [`Ord`](std::cmp::Ord) [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] 27 | /// From `str: Ord` and the above property, it follows that `T` satisfies [`Ord`] [INFO] [stdout] | ~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.26s [INFO] [stderr] Generated /opt/rustwide/target/doc/fmt_cmp/index.html [INFO] running `Command { std: "docker" "inspect" "6ac0ff9490015e74057a1f67ba1f2f95dde2ce4b1d44df276794ecf85f28aca1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6ac0ff9490015e74057a1f67ba1f2f95dde2ce4b1d44df276794ecf85f28aca1", kill_on_drop: false }` [INFO] [stdout] 6ac0ff9490015e74057a1f67ba1f2f95dde2ce4b1d44df276794ecf85f28aca1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 72e4e246e84ea715a70e837f154806041442ca0a8dbcd2de9ad5d5ce4cae87f0 [INFO] running `Command { std: "docker" "start" "-a" "72e4e246e84ea715a70e837f154806041442ca0a8dbcd2de9ad5d5ce4cae87f0", kill_on_drop: false }` [INFO] [stderr] Documenting fmt-cmp v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: redundant explicit link target [INFO] [stdout] --> src/cmp/mod.rs:176:18 [INFO] [stdout] | [INFO] [stdout] 176 | /// [`std::fmt`](fmt). Doing so would result in an unspecified return value or might even cause [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] 176 | /// [`std::fmt`]. Doing so would result in an unspecified return value or might even cause [INFO] [stdout] | ~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: redundant explicit link target [INFO] [stdout] --> src/cmp/mod.rs:208:18 [INFO] [stdout] | [INFO] [stdout] 208 | /// [`std::fmt`](fmt). Doing so would result in an unspecified `Ordering` value or might even cause [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] 208 | /// [`std::fmt`]. Doing so would result in an unspecified `Ordering` value or might even cause [INFO] [stdout] | ~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: redundant explicit link target [INFO] [stdout] --> src/cmp/mod.rs:242:18 [INFO] [stdout] | [INFO] [stdout] 242 | /// [`std::fmt`](fmt). Doing so would result in an unspecified hash value or might even cause [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] 242 | /// [`std::fmt`]. Doing so would result in an unspecified hash value or might even cause [INFO] [stdout] | ~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: redundant explicit link target [INFO] [stdout] --> src/int/mod.rs:41:32 [INFO] [stdout] | [INFO] [stdout] 41 | /// You should use [`cmp_dec`](cmp_dec) for comparing in decimal representation or