[INFO] fetching crate reclaim 0.2.2... [INFO] documenting reclaim-0.2.2 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate reclaim 0.2.2 into /workspace/builds/worker-22/source [INFO] validating manifest of crates.io crate reclaim 0.2.2 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 crates.io crate reclaim 0.2.2 [INFO] finished tweaking crates.io crate reclaim 0.2.2 [INFO] tweaked toml for crates.io crate reclaim 0.2.2 written to /workspace/builds/worker-22/source/Cargo.toml [INFO] crate crates.io crate reclaim 0.2.2 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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] 0154ffd855a285cd96cd3cfcaa115d474c46afb1b55b03a6039754d719a4021d [INFO] running `Command { std: "docker" "start" "-a" "0154ffd855a285cd96cd3cfcaa115d474c46afb1b55b03a6039754d719a4021d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0154ffd855a285cd96cd3cfcaa115d474c46afb1b55b03a6039754d719a4021d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0154ffd855a285cd96cd3cfcaa115d474c46afb1b55b03a6039754d719a4021d", kill_on_drop: false }` [INFO] [stdout] 0154ffd855a285cd96cd3cfcaa115d474c46afb1b55b03a6039754d719a4021d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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] b29169d6cf9dd26cef3818d83f1c7a1bbb720bc2abd21e4b5cd7a0d32bae6c20 [INFO] running `Command { std: "docker" "start" "-a" "b29169d6cf9dd26cef3818d83f1c7a1bbb720bc2abd21e4b5cd7a0d32bae6c20", kill_on_drop: false }` [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling memoffset v0.5.1 [INFO] [stderr] Documenting reclaim v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `Reclaim::retire` [INFO] [stdout] --> src/leak.rs:34:45 [INFO] [stdout] | [INFO] [stdout] 34 | /// This is safe wrapper for [`retire`][Reclaim::retire], which does not [INFO] [stdout] | ^^^^^^^^^^^^^^^ the trait `Reclaim` has no associated item named `retire` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Reclaim::Guard` [INFO] [stdout] --> src/leak.rs:43:19 [INFO] [stdout] | [INFO] [stdout] 43 | /// The [`Guard`][Reclaim::Guard] type for the [`Leaking`] "reclamation". [INFO] [stdout] | ^^^^^^^^^^^^^^ the trait `Reclaim` has no associated item named `Guard` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Guard` [INFO] [stdout] --> src/atomic/guard.rs:1:20 [INFO] [stdout] | [INFO] [stdout] 1 | //! Provides the [`Guard`] trait, which abstracts over shared and mutable [INFO] [stdout] | ^^^^^ no item named `Guard` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Protect::acquire_if_equal` [INFO] [stdout] --> src/atomic/mod.rs:92:30 [INFO] [stdout] | [INFO] [stdout] 92 | /// [`acquire_if_equal`][Protect::acquire_if_equal]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `Protect` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::LocalReclaim::RecordHeader` [INFO] [stdout] --> src/owned.rs:59:19 [INFO] [stdout] | [INFO] [stdout] 59 | /// [header]: crate::LocalReclaim::RecordHeader [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `LocalReclaim` in module `reclaim` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `LocalReclaim` [INFO] [stdout] --> src/retired.rs:30:29 [INFO] [stdout] | [INFO] [stdout] 30 | /// the appropriate [`LocalReclaim`] implementation [INFO] [stdout] | ^^^^^^^^^^^^ no item named `LocalReclaim` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::LocalReclaim::retire_local` [INFO] [stdout] --> src/unlinked.rs:57:19 [INFO] [stdout] | [INFO] [stdout] 57 | /// [retire]: crate::LocalReclaim::retire_local [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `LocalReclaim` in module `reclaim` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::LocalReclaim::retire_local_unchecked` [INFO] [stdout] --> src/unlinked.rs:81:29 [INFO] [stdout] | [INFO] [stdout] 81 | /// [retire_unchecked]: crate::LocalReclaim::retire_local_unchecked [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `LocalReclaim` in module `reclaim` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::Reclaim::retire` [INFO] [stdout] --> src/unlinked.rs:103:19 [INFO] [stdout] | [INFO] [stdout] 103 | /// [retire]: crate::Reclaim::retire [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ the trait `Reclaim` has no associated item named `retire` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::Reclaim::retire_unchecked` [INFO] [stdout] --> src/unlinked.rs:127:29 [INFO] [stdout] | [INFO] [stdout] 127 | /// [retire_unchecked]: crate::Reclaim::retire_unchecked [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Reclaim` has no associated item named `retire_unchecked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `LocalReclaim::retire_local` [INFO] [stdout] --> src/lib.rs:298:52 [INFO] [stdout] | [INFO] [stdout] 298 | /// The same caveats as with [`retire_local`][`LocalReclaim::retire_local`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `LocalReclaim` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Protect::acquire_if_equal` [INFO] [stdout] --> src/lib.rs:608:42 [INFO] [stdout] | [INFO] [stdout] 608 | /// Result type for [`acquire_if_equal`][Protect::acquire_if_equal] operations. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Protect` has no associated item named `acquire_if_equal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Protect::acquire_if_equal` [INFO] [stdout] --> src/lib.rs:616:26 [INFO] [stdout] | [INFO] [stdout] 616 | /// [`acquire_if_equal`][Protect::acquire_if_equal] operation. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Protect` has no associated item named `acquire_if_equal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.23s [INFO] running `Command { std: "docker" "inspect" "b29169d6cf9dd26cef3818d83f1c7a1bbb720bc2abd21e4b5cd7a0d32bae6c20", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b29169d6cf9dd26cef3818d83f1c7a1bbb720bc2abd21e4b5cd7a0d32bae6c20", kill_on_drop: false }` [INFO] [stdout] b29169d6cf9dd26cef3818d83f1c7a1bbb720bc2abd21e4b5cd7a0d32bae6c20 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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] 1ad11498c5e945e71f6e93bcbee3ecb1eb56da5ca3d00cf867b8c46c67f38e22 [INFO] running `Command { std: "docker" "start" "-a" "1ad11498c5e945e71f6e93bcbee3ecb1eb56da5ca3d00cf867b8c46c67f38e22", kill_on_drop: false }` [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling memoffset v0.5.1 [INFO] [stderr] Documenting reclaim v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `Reclaim::retire` [INFO] [stdout] --> src/leak.rs:34:45 [INFO] [stdout] | [INFO] [stdout] 34 | /// This is safe wrapper for [`retire`][Reclaim::retire], which does not [INFO] [stdout] | ^^^^^^^^^^^^^^^ the trait `Reclaim` has no associated item named `retire` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Reclaim::Guard` [INFO] [stdout] --> src/leak.rs:43:19 [INFO] [stdout] | [INFO] [stdout] 43 | /// The [`Guard`][Reclaim::Guard] type for the [`Leaking`] "reclamation". [INFO] [stdout] | ^^^^^^^^^^^^^^ the trait `Reclaim` has no associated item named `Guard` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Guard` [INFO] [stdout] --> src/atomic/guard.rs:1:20 [INFO] [stdout] | [INFO] [stdout] 1 | //! Provides the [`Guard`] trait, which abstracts over shared and mutable [INFO] [stdout] | ^^^^^ no item named `Guard` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Protect::acquire_if_equal` [INFO] [stdout] --> src/atomic/mod.rs:92:30 [INFO] [stdout] | [INFO] [stdout] 92 | /// [`acquire_if_equal`][Protect::acquire_if_equal]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `Protect` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::LocalReclaim::RecordHeader` [INFO] [stdout] --> src/owned.rs:59:19 [INFO] [stdout] | [INFO] [stdout] 59 | /// [header]: crate::LocalReclaim::RecordHeader [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `LocalReclaim` in module `reclaim` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `LocalReclaim` [INFO] [stdout] --> src/retired.rs:30:29 [INFO] [stdout] | [INFO] [stdout] 30 | /// the appropriate [`LocalReclaim`] implementation [INFO] [stdout] | ^^^^^^^^^^^^ no item named `LocalReclaim` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::LocalReclaim::retire_local` [INFO] [stdout] --> src/unlinked.rs:57:19 [INFO] [stdout] | [INFO] [stdout] 57 | /// [retire]: crate::LocalReclaim::retire_local [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `LocalReclaim` in module `reclaim` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::LocalReclaim::retire_local_unchecked` [INFO] [stdout] --> src/unlinked.rs:81:29 [INFO] [stdout] | [INFO] [stdout] 81 | /// [retire_unchecked]: crate::LocalReclaim::retire_local_unchecked [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `LocalReclaim` in module `reclaim` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::Reclaim::retire` [INFO] [stdout] --> src/unlinked.rs:103:19 [INFO] [stdout] | [INFO] [stdout] 103 | /// [retire]: crate::Reclaim::retire [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ the trait `Reclaim` has no associated item named `retire` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::Reclaim::retire_unchecked` [INFO] [stdout] --> src/unlinked.rs:127:29 [INFO] [stdout] | [INFO] [stdout] 127 | /// [retire_unchecked]: crate::Reclaim::retire_unchecked [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Reclaim` has no associated item named `retire_unchecked` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `LocalReclaim::retire_local` [INFO] [stdout] --> src/lib.rs:298:52 [INFO] [stdout] | [INFO] [stdout] 298 | /// The same caveats as with [`retire_local`][`LocalReclaim::retire_local`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `LocalReclaim` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Protect::acquire_if_equal` [INFO] [stdout] --> src/lib.rs:608:42 [INFO] [stdout] | [INFO] [stdout] 608 | /// Result type for [`acquire_if_equal`][Protect::acquire_if_equal] operations. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Protect` has no associated item named `acquire_if_equal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Protect::acquire_if_equal` [INFO] [stdout] --> src/lib.rs:616:26 [INFO] [stdout] | [INFO] [stdout] 616 | /// [`acquire_if_equal`][Protect::acquire_if_equal] operation. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Protect` has no associated item named `acquire_if_equal` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.59s [INFO] running `Command { std: "docker" "inspect" "1ad11498c5e945e71f6e93bcbee3ecb1eb56da5ca3d00cf867b8c46c67f38e22", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ad11498c5e945e71f6e93bcbee3ecb1eb56da5ca3d00cf867b8c46c67f38e22", kill_on_drop: false }` [INFO] [stdout] 1ad11498c5e945e71f6e93bcbee3ecb1eb56da5ca3d00cf867b8c46c67f38e22