[INFO] fetching crate benfred-read-process-memory 0.2.1...
[INFO] documenting benfred-read-process-memory-0.2.1 against 824336ad4127ce295849937a24c08a4aeff6ada7 for pr-162169
[INFO] extracting crate benfred-read-process-memory 0.2.1 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate benfred-read-process-memory 0.2.1
[INFO] finished tweaking crates.io crate benfred-read-process-memory 0.2.1
[INFO] tweaked toml for crates.io crate benfred-read-process-memory 0.2.1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate benfred-read-process-memory 0.2.1 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 crates.io crate benfred-read-process-memory 0.2.1 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] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `benfred-read-process-memory` (manifest) generated 1 warning
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded which v2.0.1
[INFO] [stderr]   Downloaded backtrace v0.3.56
[INFO] [stderr]   Downloaded docmatic v0.1.2
[INFO] [stderr]   Downloaded rustc-demangle v0.1.18
[INFO] [stderr]   Downloaded addr2line v0.14.1
[INFO] [stderr]   Downloaded object v0.23.0
[INFO] [stderr]   Downloaded libc v0.2.84
[INFO] [stderr]   Downloaded gimli v0.23.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 08b27c8311bdf5bfe5f141d78ff8fdb591370b0ac229517ecccd503021fc6397
[INFO] running `Command { std: "docker" "start" "08b27c8311bdf5bfe5f141d78ff8fdb591370b0ac229517ecccd503021fc6397", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "08b27c8311bdf5bfe5f141d78ff8fdb591370b0ac229517ecccd503021fc6397", 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" "08b27c8311bdf5bfe5f141d78ff8fdb591370b0ac229517ecccd503021fc6397" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "08b27c8311bdf5bfe5f141d78ff8fdb591370b0ac229517ecccd503021fc6397", 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" "08b27c8311bdf5bfe5f141d78ff8fdb591370b0ac229517ecccd503021fc6397" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `benfred-read-process-memory` (manifest) generated 1 warning
[INFO] [stderr]    Compiling libc v0.2.84
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]     Checking benfred-read-process-memory v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr]  Documenting benfred-read-process-memory v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]  --> src/lib.rs:3:49
[INFO] [stdout]   |
[INFO] [stdout] 3 | //! This crate provides a trait—[`CopyAddress`](trait.CopyAddress.html),
[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] 3 - //! This crate provides a trait—[`CopyAddress`](trait.CopyAddress.html),
[INFO] [stdout] 3 + //! This crate provides a trait—[`CopyAddress`],
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]  --> src/lib.rs:4:44
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! and a helper function—[`copy_address`](fn.copy_address.html) that
[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] 4 - //! and a helper function—[`copy_address`](fn.copy_address.html) that
[INFO] [stdout] 4 + //! and a helper function—[`copy_address`] that
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/benfred_read_process_memory/index.html and 1 other file
[INFO] running `Command { std: "docker" "inspect" "08b27c8311bdf5bfe5f141d78ff8fdb591370b0ac229517ecccd503021fc6397", 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" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-w" "/opt/rustwide/workdir" "--user" "0:0" "08b27c8311bdf5bfe5f141d78ff8fdb591370b0ac229517ecccd503021fc6397" "/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] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `benfred-read-process-memory` (manifest) generated 1 warning
[INFO] [stderr]  Documenting benfred-read-process-memory v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]  --> src/lib.rs:3:49
[INFO] [stdout]   |
[INFO] [stdout] 3 | //! This crate provides a trait—[`CopyAddress`](trait.CopyAddress.html),
[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] 3 - //! This crate provides a trait—[`CopyAddress`](trait.CopyAddress.html),
[INFO] [stdout] 3 + //! This crate provides a trait—[`CopyAddress`],
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]  --> src/lib.rs:4:44
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! and a helper function—[`copy_address`](fn.copy_address.html) that
[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] 4 - //! and a helper function—[`copy_address`](fn.copy_address.html) that
[INFO] [stdout] 4 + //! and a helper function—[`copy_address`] that
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.31s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/benfred_read_process_memory/index.html
[INFO] running `Command { std: "docker" "inspect" "08b27c8311bdf5bfe5f141d78ff8fdb591370b0ac229517ecccd503021fc6397", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "08b27c8311bdf5bfe5f141d78ff8fdb591370b0ac229517ecccd503021fc6397", kill_on_drop: false }`
[INFO] [stdout] 08b27c8311bdf5bfe5f141d78ff8fdb591370b0ac229517ecccd503021fc6397
