[INFO] fetching crate local-sync 0.0.5... [INFO] documenting local-sync-0.0.5 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate local-sync 0.0.5 into /workspace/builds/worker-19/source [INFO] validating manifest of crates.io crate local-sync 0.0.5 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 local-sync 0.0.5 [INFO] finished tweaking crates.io crate local-sync 0.0.5 [INFO] tweaked toml for crates.io crate local-sync 0.0.5 written to /workspace/builds/worker-19/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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] 772704036f9e354addebadccb47a0164a23fa8f1d1df56ee3bd5d4ee50ca0d84 [INFO] running `Command { std: "docker" "start" "-a" "772704036f9e354addebadccb47a0164a23fa8f1d1df56ee3bd5d4ee50ca0d84", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "772704036f9e354addebadccb47a0164a23fa8f1d1df56ee3bd5d4ee50ca0d84", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "772704036f9e354addebadccb47a0164a23fa8f1d1df56ee3bd5d4ee50ca0d84", kill_on_drop: false }` [INFO] [stdout] 772704036f9e354addebadccb47a0164a23fa8f1d1df56ee3bd5d4ee50ca0d84 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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] 6db6614a2fa94d299c66413165c95952782b5dffe0127dc4ab95e46f4448b102 [INFO] running `Command { std: "docker" "start" "-a" "6db6614a2fa94d299c66413165c95952782b5dffe0127dc4ab95e46f4448b102", kill_on_drop: false }` [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Checking pin-project-lite v0.2.9 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking futures-sink v0.3.21 [INFO] [stderr] Documenting local-sync v0.0.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `crate::sync::Semaphore::try_acquire` [INFO] [stdout] --> src/semaphore.rs:34:33 [INFO] [stdout] | [INFO] [stdout] 34 | /// [`Semaphore::try_acquire`]: crate::sync::Semaphore::try_acquire [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::Semaphore::close` [INFO] [stdout] --> src/semaphore.rs:39:19 [INFO] [stdout] | [INFO] [stdout] 39 | /// [closed]: crate::sync::Semaphore::close [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::Semaphore::acquire` [INFO] [stdout] --> src/semaphore.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | /// [`Semaphore::acquire`]: crate::sync::Semaphore::acquire [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::Semaphore::close` [INFO] [stdout] --> src/semaphore.rs:51:15 [INFO] [stdout] | [INFO] [stdout] 51 | /// [closed]: crate::sync::Semaphore::close [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::Semaphore::acquire_owned` [INFO] [stdout] --> src/semaphore.rs:531:35 [INFO] [stdout] | [INFO] [stdout] 531 | /// [`Semaphore::acquire_owned`]: crate::sync::Semaphore::acquire_owned [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::Semaphore::acquire` [INFO] [stdout] --> src/semaphore.rs:539:18 [INFO] [stdout] | [INFO] [stdout] 539 | /// [`acquire`]: crate::sync::Semaphore::acquire() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::Semaphore::acquire_owned` [INFO] [stdout] --> src/semaphore.rs:551:24 [INFO] [stdout] | [INFO] [stdout] 551 | /// [`acquire_owned`]: crate::sync::Semaphore::acquire_owned() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::AcquireError` [INFO] [stdout] --> src/semaphore.rs:623:27 [INFO] [stdout] | [INFO] [stdout] 623 | /// [`AcquireError`]: crate::sync::AcquireError [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::SemaphorePermit` [INFO] [stdout] --> src/semaphore.rs:624:30 [INFO] [stdout] | [INFO] [stdout] 624 | /// [`SemaphorePermit`]: crate::sync::SemaphorePermit [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::AcquireError` [INFO] [stdout] --> src/semaphore.rs:656:27 [INFO] [stdout] | [INFO] [stdout] 656 | /// [`AcquireError`]: crate::sync::AcquireError [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::SemaphorePermit` [INFO] [stdout] --> src/semaphore.rs:657:30 [INFO] [stdout] | [INFO] [stdout] 657 | /// [`SemaphorePermit`]: crate::sync::SemaphorePermit [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::TryAcquireError::Closed` [INFO] [stdout] --> src/semaphore.rs:688:38 [INFO] [stdout] | [INFO] [stdout] 688 | /// [`TryAcquireError::Closed`]: crate::sync::TryAcquireError::Closed [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::TryAcquireError::NoPermits` [INFO] [stdout] --> src/semaphore.rs:689:41 [INFO] [stdout] | [INFO] [stdout] 689 | /// [`TryAcquireError::NoPermits`]: crate::sync::TryAcquireError::NoPermits [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::SemaphorePermit` [INFO] [stdout] --> src/semaphore.rs:690:30 [INFO] [stdout] | [INFO] [stdout] 690 | /// [`SemaphorePermit`]: crate::sync::SemaphorePermit [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::TryAcquireError::Closed` [INFO] [stdout] --> src/semaphore.rs:723:38 [INFO] [stdout] | [INFO] [stdout] 723 | /// [`TryAcquireError::Closed`]: crate::sync::TryAcquireError::Closed [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::TryAcquireError::NoPermits` [INFO] [stdout] --> src/semaphore.rs:724:41 [INFO] [stdout] | [INFO] [stdout] 724 | /// [`TryAcquireError::NoPermits`]: crate::sync::TryAcquireError::NoPermits [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::SemaphorePermit` [INFO] [stdout] --> src/semaphore.rs:725:30 [INFO] [stdout] | [INFO] [stdout] 725 | /// [`SemaphorePermit`]: crate::sync::SemaphorePermit [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `std::sync::Rc` [INFO] [stdout] --> src/semaphore.rs:775:17 [INFO] [stdout] | [INFO] [stdout] 775 | /// [`Rc`]: std::sync::Rc [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `Rc` in module `sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::AcquireError` [INFO] [stdout] --> src/semaphore.rs:776:27 [INFO] [stdout] | [INFO] [stdout] 776 | /// [`AcquireError`]: crate::sync::AcquireError [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::OwnedSemaphorePermit` [INFO] [stdout] --> src/semaphore.rs:777:35 [INFO] [stdout] | [INFO] [stdout] 777 | /// [`OwnedSemaphorePermit`]: crate::sync::OwnedSemaphorePermit [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `std::sync::Rc` [INFO] [stdout] --> src/semaphore.rs:827:17 [INFO] [stdout] | [INFO] [stdout] 827 | /// [`Rc`]: std::sync::Rc [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `Rc` in module `sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::AcquireError` [INFO] [stdout] --> src/semaphore.rs:828:27 [INFO] [stdout] | [INFO] [stdout] 828 | /// [`AcquireError`]: crate::sync::AcquireError [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::OwnedSemaphorePermit` [INFO] [stdout] --> src/semaphore.rs:829:35 [INFO] [stdout] | [INFO] [stdout] 829 | /// [`OwnedSemaphorePermit`]: crate::sync::OwnedSemaphorePermit [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `std::sync::Rc` [INFO] [stdout] --> src/semaphore.rs:869:17 [INFO] [stdout] | [INFO] [stdout] 869 | /// [`Rc`]: std::sync::Rc [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `Rc` in module `sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::TryAcquireError::Closed` [INFO] [stdout] --> src/semaphore.rs:870:38 [INFO] [stdout] | [INFO] [stdout] 870 | /// [`TryAcquireError::Closed`]: crate::sync::TryAcquireError::Closed [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::TryAcquireError::NoPermits` [INFO] [stdout] --> src/semaphore.rs:871:41 [INFO] [stdout] | [INFO] [stdout] 871 | /// [`TryAcquireError::NoPermits`]: crate::sync::TryAcquireError::NoPermits [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::OwnedSemaphorePermit` [INFO] [stdout] --> src/semaphore.rs:872:35 [INFO] [stdout] | [INFO] [stdout] 872 | /// [`OwnedSemaphorePermit`]: crate::sync::OwnedSemaphorePermit [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `std::sync::Rc` [INFO] [stdout] --> src/semaphore.rs:910:17 [INFO] [stdout] | [INFO] [stdout] 910 | /// [`Rc`]: std::sync::Rc [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `Rc` in module `sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::TryAcquireError::Closed` [INFO] [stdout] --> src/semaphore.rs:911:38 [INFO] [stdout] | [INFO] [stdout] 911 | /// [`TryAcquireError::Closed`]: crate::sync::TryAcquireError::Closed [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::TryAcquireError::NoPermits` [INFO] [stdout] --> src/semaphore.rs:912:41 [INFO] [stdout] | [INFO] [stdout] 912 | /// [`TryAcquireError::NoPermits`]: crate::sync::TryAcquireError::NoPermits [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::OwnedSemaphorePermit` [INFO] [stdout] --> src/semaphore.rs:913:35 [INFO] [stdout] | [INFO] [stdout] 913 | /// [`OwnedSemaphorePermit`]: crate::sync::OwnedSemaphorePermit [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::oneshot::Receiver` [INFO] [stdout] --> src/oneshot.rs:437:23 [INFO] [stdout] | [INFO] [stdout] 437 | /// [`Receiver`]: struct@crate::sync::oneshot::Receiver [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::oneshot::Receiver::close` [INFO] [stdout] --> src/oneshot.rs:438:20 [INFO] [stdout] | [INFO] [stdout] 438 | /// [`close`]: fn@crate::sync::oneshot::Receiver::close [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::SetError::AlreadyInitializedError` [INFO] [stdout] --> src/once_cell.rs:238:48 [INFO] [stdout] | [INFO] [stdout] 238 | /// [`SetError::AlreadyInitializedError`]: crate::sync::SetError::AlreadyInitializedError [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::SetError::InitializingError` [INFO] [stdout] --> src/once_cell.rs:239:42 [INFO] [stdout] | [INFO] [stdout] 239 | /// [`SetError::InitializingError`]: crate::sync::SetError::InitializingError [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::OnceCell::set` [INFO] [stdout] --> src/once_cell.rs:389:24 [INFO] [stdout] | [INFO] [stdout] 389 | /// [`OnceCell::set`]: crate::sync::OnceCell::set [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::OnceCell::set` [INFO] [stdout] --> src/once_cell.rs:394:28 [INFO] [stdout] | [INFO] [stdout] 394 | /// [`OnceCell::set`]: crate::sync::OnceCell::set [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 37 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.96s [INFO] running `Command { std: "docker" "inspect" "6db6614a2fa94d299c66413165c95952782b5dffe0127dc4ab95e46f4448b102", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6db6614a2fa94d299c66413165c95952782b5dffe0127dc4ab95e46f4448b102", kill_on_drop: false }` [INFO] [stdout] 6db6614a2fa94d299c66413165c95952782b5dffe0127dc4ab95e46f4448b102 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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" "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: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] ba37b2a19962e9770ce4298004a64d8ceb0630468a7ba8431de6c38607966c1d [INFO] running `Command { std: "docker" "start" "-a" "ba37b2a19962e9770ce4298004a64d8ceb0630468a7ba8431de6c38607966c1d", kill_on_drop: false }` [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking pin-project-lite v0.2.9 [INFO] [stderr] Checking futures-sink v0.3.21 [INFO] [stderr] Documenting local-sync v0.0.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `crate::sync::Semaphore::try_acquire` [INFO] [stdout] --> src/semaphore.rs:34:33 [INFO] [stdout] | [INFO] [stdout] 34 | /// [`Semaphore::try_acquire`]: crate::sync::Semaphore::try_acquire [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::Semaphore::close` [INFO] [stdout] --> src/semaphore.rs:39:19 [INFO] [stdout] | [INFO] [stdout] 39 | /// [closed]: crate::sync::Semaphore::close [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::Semaphore::acquire` [INFO] [stdout] --> src/semaphore.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | /// [`Semaphore::acquire`]: crate::sync::Semaphore::acquire [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::Semaphore::close` [INFO] [stdout] --> src/semaphore.rs:51:15 [INFO] [stdout] | [INFO] [stdout] 51 | /// [closed]: crate::sync::Semaphore::close [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::Semaphore::acquire_owned` [INFO] [stdout] --> src/semaphore.rs:531:35 [INFO] [stdout] | [INFO] [stdout] 531 | /// [`Semaphore::acquire_owned`]: crate::sync::Semaphore::acquire_owned [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::Semaphore::acquire` [INFO] [stdout] --> src/semaphore.rs:539:18 [INFO] [stdout] | [INFO] [stdout] 539 | /// [`acquire`]: crate::sync::Semaphore::acquire() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::Semaphore::acquire_owned` [INFO] [stdout] --> src/semaphore.rs:551:24 [INFO] [stdout] | [INFO] [stdout] 551 | /// [`acquire_owned`]: crate::sync::Semaphore::acquire_owned() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::AcquireError` [INFO] [stdout] --> src/semaphore.rs:623:27 [INFO] [stdout] | [INFO] [stdout] 623 | /// [`AcquireError`]: crate::sync::AcquireError [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::SemaphorePermit` [INFO] [stdout] --> src/semaphore.rs:624:30 [INFO] [stdout] | [INFO] [stdout] 624 | /// [`SemaphorePermit`]: crate::sync::SemaphorePermit [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::AcquireError` [INFO] [stdout] --> src/semaphore.rs:656:27 [INFO] [stdout] | [INFO] [stdout] 656 | /// [`AcquireError`]: crate::sync::AcquireError [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::SemaphorePermit` [INFO] [stdout] --> src/semaphore.rs:657:30 [INFO] [stdout] | [INFO] [stdout] 657 | /// [`SemaphorePermit`]: crate::sync::SemaphorePermit [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::TryAcquireError::Closed` [INFO] [stdout] --> src/semaphore.rs:688:38 [INFO] [stdout] | [INFO] [stdout] 688 | /// [`TryAcquireError::Closed`]: crate::sync::TryAcquireError::Closed [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::TryAcquireError::NoPermits` [INFO] [stdout] --> src/semaphore.rs:689:41 [INFO] [stdout] | [INFO] [stdout] 689 | /// [`TryAcquireError::NoPermits`]: crate::sync::TryAcquireError::NoPermits [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::SemaphorePermit` [INFO] [stdout] --> src/semaphore.rs:690:30 [INFO] [stdout] | [INFO] [stdout] 690 | /// [`SemaphorePermit`]: crate::sync::SemaphorePermit [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::TryAcquireError::Closed` [INFO] [stdout] --> src/semaphore.rs:723:38 [INFO] [stdout] | [INFO] [stdout] 723 | /// [`TryAcquireError::Closed`]: crate::sync::TryAcquireError::Closed [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::TryAcquireError::NoPermits` [INFO] [stdout] --> src/semaphore.rs:724:41 [INFO] [stdout] | [INFO] [stdout] 724 | /// [`TryAcquireError::NoPermits`]: crate::sync::TryAcquireError::NoPermits [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::SemaphorePermit` [INFO] [stdout] --> src/semaphore.rs:725:30 [INFO] [stdout] | [INFO] [stdout] 725 | /// [`SemaphorePermit`]: crate::sync::SemaphorePermit [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `std::sync::Rc` [INFO] [stdout] --> src/semaphore.rs:775:17 [INFO] [stdout] | [INFO] [stdout] 775 | /// [`Rc`]: std::sync::Rc [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `Rc` in module `sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::AcquireError` [INFO] [stdout] --> src/semaphore.rs:776:27 [INFO] [stdout] | [INFO] [stdout] 776 | /// [`AcquireError`]: crate::sync::AcquireError [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::OwnedSemaphorePermit` [INFO] [stdout] --> src/semaphore.rs:777:35 [INFO] [stdout] | [INFO] [stdout] 777 | /// [`OwnedSemaphorePermit`]: crate::sync::OwnedSemaphorePermit [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `std::sync::Rc` [INFO] [stdout] --> src/semaphore.rs:827:17 [INFO] [stdout] | [INFO] [stdout] 827 | /// [`Rc`]: std::sync::Rc [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `Rc` in module `sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::AcquireError` [INFO] [stdout] --> src/semaphore.rs:828:27 [INFO] [stdout] | [INFO] [stdout] 828 | /// [`AcquireError`]: crate::sync::AcquireError [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::OwnedSemaphorePermit` [INFO] [stdout] --> src/semaphore.rs:829:35 [INFO] [stdout] | [INFO] [stdout] 829 | /// [`OwnedSemaphorePermit`]: crate::sync::OwnedSemaphorePermit [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `std::sync::Rc` [INFO] [stdout] --> src/semaphore.rs:869:17 [INFO] [stdout] | [INFO] [stdout] 869 | /// [`Rc`]: std::sync::Rc [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `Rc` in module `sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::TryAcquireError::Closed` [INFO] [stdout] --> src/semaphore.rs:870:38 [INFO] [stdout] | [INFO] [stdout] 870 | /// [`TryAcquireError::Closed`]: crate::sync::TryAcquireError::Closed [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::TryAcquireError::NoPermits` [INFO] [stdout] --> src/semaphore.rs:871:41 [INFO] [stdout] | [INFO] [stdout] 871 | /// [`TryAcquireError::NoPermits`]: crate::sync::TryAcquireError::NoPermits [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::OwnedSemaphorePermit` [INFO] [stdout] --> src/semaphore.rs:872:35 [INFO] [stdout] | [INFO] [stdout] 872 | /// [`OwnedSemaphorePermit`]: crate::sync::OwnedSemaphorePermit [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `std::sync::Rc` [INFO] [stdout] --> src/semaphore.rs:910:17 [INFO] [stdout] | [INFO] [stdout] 910 | /// [`Rc`]: std::sync::Rc [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `Rc` in module `sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::TryAcquireError::Closed` [INFO] [stdout] --> src/semaphore.rs:911:38 [INFO] [stdout] | [INFO] [stdout] 911 | /// [`TryAcquireError::Closed`]: crate::sync::TryAcquireError::Closed [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::TryAcquireError::NoPermits` [INFO] [stdout] --> src/semaphore.rs:912:41 [INFO] [stdout] | [INFO] [stdout] 912 | /// [`TryAcquireError::NoPermits`]: crate::sync::TryAcquireError::NoPermits [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::OwnedSemaphorePermit` [INFO] [stdout] --> src/semaphore.rs:913:35 [INFO] [stdout] | [INFO] [stdout] 913 | /// [`OwnedSemaphorePermit`]: crate::sync::OwnedSemaphorePermit [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::oneshot::Receiver` [INFO] [stdout] --> src/oneshot.rs:437:23 [INFO] [stdout] | [INFO] [stdout] 437 | /// [`Receiver`]: struct@crate::sync::oneshot::Receiver [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::oneshot::Receiver::close` [INFO] [stdout] --> src/oneshot.rs:438:20 [INFO] [stdout] | [INFO] [stdout] 438 | /// [`close`]: fn@crate::sync::oneshot::Receiver::close [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::SetError::AlreadyInitializedError` [INFO] [stdout] --> src/once_cell.rs:238:48 [INFO] [stdout] | [INFO] [stdout] 238 | /// [`SetError::AlreadyInitializedError`]: crate::sync::SetError::AlreadyInitializedError [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::SetError::InitializingError` [INFO] [stdout] --> src/once_cell.rs:239:42 [INFO] [stdout] | [INFO] [stdout] 239 | /// [`SetError::InitializingError`]: crate::sync::SetError::InitializingError [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::OnceCell::set` [INFO] [stdout] --> src/once_cell.rs:389:24 [INFO] [stdout] | [INFO] [stdout] 389 | /// [`OnceCell::set`]: crate::sync::OnceCell::set [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::OnceCell::set` [INFO] [stdout] --> src/once_cell.rs:394:28 [INFO] [stdout] | [INFO] [stdout] 394 | /// [`OnceCell::set`]: crate::sync::OnceCell::set [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `sync` in module `local_sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 37 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.46s [INFO] running `Command { std: "docker" "inspect" "ba37b2a19962e9770ce4298004a64d8ceb0630468a7ba8431de6c38607966c1d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba37b2a19962e9770ce4298004a64d8ceb0630468a7ba8431de6c38607966c1d", kill_on_drop: false }` [INFO] [stdout] ba37b2a19962e9770ce4298004a64d8ceb0630468a7ba8431de6c38607966c1d