[INFO] fetching crate async-condvar-fair 0.2.2... [INFO] documenting async-condvar-fair-0.2.2 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate async-condvar-fair 0.2.2 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate async-condvar-fair 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 async-condvar-fair 0.2.2 [INFO] finished tweaking crates.io crate async-condvar-fair 0.2.2 [INFO] tweaked toml for crates.io crate async-condvar-fair 0.2.2 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate crates.io crate async-condvar-fair 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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6088403d2cc3cf9c4b02b823506134ae78483bf6411dfd77592091c0e799efd5 [INFO] running `Command { std: "docker" "start" "-a" "6088403d2cc3cf9c4b02b823506134ae78483bf6411dfd77592091c0e799efd5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6088403d2cc3cf9c4b02b823506134ae78483bf6411dfd77592091c0e799efd5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6088403d2cc3cf9c4b02b823506134ae78483bf6411dfd77592091c0e799efd5", kill_on_drop: false }` [INFO] [stdout] 6088403d2cc3cf9c4b02b823506134ae78483bf6411dfd77592091c0e799efd5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 17e4128ef9feaf774bb84b0598bb3772e9a96e491e81cd09a9fa4a5c64e6eec3 [INFO] running `Command { std: "docker" "start" "-a" "17e4128ef9feaf774bb84b0598bb3772e9a96e491e81cd09a9fa4a5c64e6eec3", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.121 [INFO] [stderr] Compiling parking_lot_core v0.9.1 [INFO] [stderr] Checking smallvec v1.8.0 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking dlv-list v0.3.0 [INFO] [stderr] Checking pin-project-lite v0.2.8 [INFO] [stderr] Checking lock_api v0.4.6 [INFO] [stderr] Checking parking_lot v0.12.0 [INFO] [stderr] Documenting async-condvar-fair v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `tokio::sync::Mutex` [INFO] [stdout] --> src/lib.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / //! [`wait`]: Condvar::wait [INFO] [stdout] 10 | | //! [`wait_baton`]: Condvar::wait_baton [INFO] [stdout] 11 | | //! [`wait_no_relock`]: Condvar::wait_no_relock [INFO] [stdout] 12 | | //! [`notify_one`]: Condvar::notify_one [INFO] [stdout] 13 | | //! [`RelockMutexGuard`]: trait@RelockMutexGuard [INFO] [stdout] 14 | | //! [`Arc`]: std::sync::Arc [INFO] [stdout] 15 | | #![doc = include_str!("../README.md")] [INFO] [stdout] | |______________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] | `tokio` | [`tokio::sync::Mutex`] | `(MutexGuard, &Mutex)` | [INFO] [stdout] ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `tokio` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `tokio::sync::RwLock` [INFO] [stdout] --> src/lib.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / //! [`wait`]: Condvar::wait [INFO] [stdout] 10 | | //! [`wait_baton`]: Condvar::wait_baton [INFO] [stdout] 11 | | //! [`wait_no_relock`]: Condvar::wait_no_relock [INFO] [stdout] 12 | | //! [`notify_one`]: Condvar::notify_one [INFO] [stdout] 13 | | //! [`RelockMutexGuard`]: trait@RelockMutexGuard [INFO] [stdout] 14 | | //! [`Arc`]: std::sync::Arc [INFO] [stdout] 15 | | #![doc = include_str!("../README.md")] [INFO] [stdout] | |______________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] | `tokio` | [`tokio::sync::RwLock`] | `(RwLockReadGuard, &Mutex)` | [INFO] [stdout] ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `tokio` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `smol::lock::Mutex` [INFO] [stdout] --> src/lib.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / //! [`wait`]: Condvar::wait [INFO] [stdout] 10 | | //! [`wait_baton`]: Condvar::wait_baton [INFO] [stdout] 11 | | //! [`wait_no_relock`]: Condvar::wait_no_relock [INFO] [stdout] 12 | | //! [`notify_one`]: Condvar::notify_one [INFO] [stdout] 13 | | //! [`RelockMutexGuard`]: trait@RelockMutexGuard [INFO] [stdout] 14 | | //! [`Arc`]: std::sync::Arc [INFO] [stdout] 15 | | #![doc = include_str!("../README.md")] [INFO] [stdout] | |______________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] | `smol` | [`smol::lock::Mutex`] | `MutexGuard` | [INFO] [stdout] ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `smol` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `smol::lock::RwLock` [INFO] [stdout] --> src/lib.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / //! [`wait`]: Condvar::wait [INFO] [stdout] 10 | | //! [`wait_baton`]: Condvar::wait_baton [INFO] [stdout] 11 | | //! [`wait_no_relock`]: Condvar::wait_no_relock [INFO] [stdout] 12 | | //! [`notify_one`]: Condvar::notify_one [INFO] [stdout] 13 | | //! [`RelockMutexGuard`]: trait@RelockMutexGuard [INFO] [stdout] 14 | | //! [`Arc`]: std::sync::Arc [INFO] [stdout] 15 | | #![doc = include_str!("../README.md")] [INFO] [stdout] | |______________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] | `smol` | [`smol::lock::RwLock`] | `(RwLockReadGuard, &RwLock)` | [INFO] [stdout] ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `smol` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.01s [INFO] running `Command { std: "docker" "inspect" "17e4128ef9feaf774bb84b0598bb3772e9a96e491e81cd09a9fa4a5c64e6eec3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "17e4128ef9feaf774bb84b0598bb3772e9a96e491e81cd09a9fa4a5c64e6eec3", kill_on_drop: false }` [INFO] [stdout] 17e4128ef9feaf774bb84b0598bb3772e9a96e491e81cd09a9fa4a5c64e6eec3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 02d22cf344937c4c24457de2754e28eb477422b8368be18f649eaf0fc8703f73 [INFO] running `Command { std: "docker" "start" "-a" "02d22cf344937c4c24457de2754e28eb477422b8368be18f649eaf0fc8703f73", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.121 [INFO] [stderr] Compiling parking_lot_core v0.9.1 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking smallvec v1.8.0 [INFO] [stderr] Checking dlv-list v0.3.0 [INFO] [stderr] Checking pin-project-lite v0.2.8 [INFO] [stderr] Checking lock_api v0.4.6 [INFO] [stderr] Checking parking_lot v0.12.0 [INFO] [stderr] Documenting async-condvar-fair v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `tokio::sync::Mutex` [INFO] [stdout] --> src/lib.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / //! [`wait`]: Condvar::wait [INFO] [stdout] 10 | | //! [`wait_baton`]: Condvar::wait_baton [INFO] [stdout] 11 | | //! [`wait_no_relock`]: Condvar::wait_no_relock [INFO] [stdout] 12 | | //! [`notify_one`]: Condvar::notify_one [INFO] [stdout] 13 | | //! [`RelockMutexGuard`]: trait@RelockMutexGuard [INFO] [stdout] 14 | | //! [`Arc`]: std::sync::Arc [INFO] [stdout] 15 | | #![doc = include_str!("../README.md")] [INFO] [stdout] | |______________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] | `tokio` | [`tokio::sync::Mutex`] | `(MutexGuard, &Mutex)` | [INFO] [stdout] ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `tokio` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `tokio::sync::RwLock` [INFO] [stdout] --> src/lib.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / //! [`wait`]: Condvar::wait [INFO] [stdout] 10 | | //! [`wait_baton`]: Condvar::wait_baton [INFO] [stdout] 11 | | //! [`wait_no_relock`]: Condvar::wait_no_relock [INFO] [stdout] 12 | | //! [`notify_one`]: Condvar::notify_one [INFO] [stdout] 13 | | //! [`RelockMutexGuard`]: trait@RelockMutexGuard [INFO] [stdout] 14 | | //! [`Arc`]: std::sync::Arc [INFO] [stdout] 15 | | #![doc = include_str!("../README.md")] [INFO] [stdout] | |______________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] | `tokio` | [`tokio::sync::RwLock`] | `(RwLockReadGuard, &Mutex)` | [INFO] [stdout] ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `tokio` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `smol::lock::Mutex` [INFO] [stdout] --> src/lib.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / //! [`wait`]: Condvar::wait [INFO] [stdout] 10 | | //! [`wait_baton`]: Condvar::wait_baton [INFO] [stdout] 11 | | //! [`wait_no_relock`]: Condvar::wait_no_relock [INFO] [stdout] 12 | | //! [`notify_one`]: Condvar::notify_one [INFO] [stdout] 13 | | //! [`RelockMutexGuard`]: trait@RelockMutexGuard [INFO] [stdout] 14 | | //! [`Arc`]: std::sync::Arc [INFO] [stdout] 15 | | #![doc = include_str!("../README.md")] [INFO] [stdout] | |______________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] | `smol` | [`smol::lock::Mutex`] | `MutexGuard` | [INFO] [stdout] ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `smol` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `smol::lock::RwLock` [INFO] [stdout] --> src/lib.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / //! [`wait`]: Condvar::wait [INFO] [stdout] 10 | | //! [`wait_baton`]: Condvar::wait_baton [INFO] [stdout] 11 | | //! [`wait_no_relock`]: Condvar::wait_no_relock [INFO] [stdout] 12 | | //! [`notify_one`]: Condvar::notify_one [INFO] [stdout] 13 | | //! [`RelockMutexGuard`]: trait@RelockMutexGuard [INFO] [stdout] 14 | | //! [`Arc`]: std::sync::Arc [INFO] [stdout] 15 | | #![doc = include_str!("../README.md")] [INFO] [stdout] | |______________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] | `smol` | [`smol::lock::RwLock`] | `(RwLockReadGuard, &RwLock)` | [INFO] [stdout] ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `smol` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.37s [INFO] running `Command { std: "docker" "inspect" "02d22cf344937c4c24457de2754e28eb477422b8368be18f649eaf0fc8703f73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "02d22cf344937c4c24457de2754e28eb477422b8368be18f649eaf0fc8703f73", kill_on_drop: false }` [INFO] [stdout] 02d22cf344937c4c24457de2754e28eb477422b8368be18f649eaf0fc8703f73