[INFO] fetching crate soio 0.2.3... [INFO] documenting soio-0.2.3 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate soio 0.2.3 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate soio 0.2.3 on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate soio 0.2.3 [INFO] removed 1 missing tests [INFO] finished tweaking crates.io crate soio 0.2.3 [INFO] tweaked toml for crates.io crate soio 0.2.3 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "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" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 37f0e804017259454e45c9a1605aaabdb82abdeee0546c0d874b25d961bede6d [INFO] running `Command { std: "docker" "start" "-a" "37f0e804017259454e45c9a1605aaabdb82abdeee0546c0d874b25d961bede6d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "37f0e804017259454e45c9a1605aaabdb82abdeee0546c0d874b25d961bede6d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "37f0e804017259454e45c9a1605aaabdb82abdeee0546c0d874b25d961bede6d", kill_on_drop: false }` [INFO] [stdout] 37f0e804017259454e45c9a1605aaabdb82abdeee0546c0d874b25d961bede6d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4bfa9dd201f50e004358623ba6b94e8b2bd4ab7cdea65076f3088e9b696bce9d [INFO] running `Command { std: "docker" "start" "-a" "4bfa9dd201f50e004358623ba6b94e8b2bd4ab7cdea65076f3088e9b696bce9d", kill_on_drop: false }` [INFO] [stderr] Checking log v0.4.17 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Documenting soio v0.2.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `Poll` [INFO] [stdout] --> src/ready.rs:158:15 [INFO] [stdout] | [INFO] [stdout] 158 | /// See [`Poll`] for more documentation on polling. [INFO] [stdout] | ^^^^ no item named `Poll` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `readiness` [INFO] [stdout] --> src/ready.rs:217:54 [INFO] [stdout] | [INFO] [stdout] 217 | /// be treated as a hint. For more details, see [readiness] in the poll [INFO] [stdout] | ^^^^^^^^^ no item named `readiness` 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 `readiness` [INFO] [stdout] --> src/ready.rs:245:61 [INFO] [stdout] | [INFO] [stdout] 245 | /// should be treated as a hint. For more details, see [readiness] in the [INFO] [stdout] | ^^^^^^^^^ no item named `readiness` 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 `readable` [INFO] [stdout] --> src/poll.rs:404:42 [INFO] [stdout] | [INFO] [stdout] 404 | /// If a socket is registered with [`readable`] interest and the socket [INFO] [stdout] | ^^^^^^^^ no item named `readable` 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 `oneshot` [INFO] [stdout] --> src/poll.rs:553:24 [INFO] [stdout] | [INFO] [stdout] 553 | /// handles with [`oneshot`], deregistering clears up any internal resources [INFO] [stdout] | ^^^^^^^ no item named `oneshot` 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 `set_readiness` [INFO] [stdout] --> src/registration.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | /// When [`set_readiness`] is called and the `Registration` is associated with a [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `set_readiness` 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 `register` [INFO] [stdout] --> src/registration.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | /// the same [`register`], [`reregister`], and [`deregister`] functions used [INFO] [stdout] | ^^^^^^^^ no item named `register` 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 `reregister` [INFO] [stdout] --> src/registration.rs:24:30 [INFO] [stdout] | [INFO] [stdout] 24 | /// the same [`register`], [`reregister`], and [`deregister`] functions used [INFO] [stdout] | ^^^^^^^^^^ no item named `reregister` 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 `deregister` [INFO] [stdout] --> src/registration.rs:24:50 [INFO] [stdout] | [INFO] [stdout] 24 | /// the same [`register`], [`reregister`], and [`deregister`] functions used [INFO] [stdout] | ^^^^^^^^^^ no item named `deregister` 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 `set_readiness` [INFO] [stdout] --> src/registration.rs:30:7 [INFO] [stdout] | [INFO] [stdout] 30 | /// [`set_readiness`] documentation and the [portability] notes. The [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `set_readiness` 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 `portability` [INFO] [stdout] --> src/registration.rs:30:46 [INFO] [stdout] | [INFO] [stdout] 30 | /// [`set_readiness`] documentation and the [portability] notes. The [INFO] [stdout] | ^^^^^^^^^^^ no item named `portability` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.39s [INFO] running `Command { std: "docker" "inspect" "4bfa9dd201f50e004358623ba6b94e8b2bd4ab7cdea65076f3088e9b696bce9d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4bfa9dd201f50e004358623ba6b94e8b2bd4ab7cdea65076f3088e9b696bce9d", kill_on_drop: false }` [INFO] [stdout] 4bfa9dd201f50e004358623ba6b94e8b2bd4ab7cdea65076f3088e9b696bce9d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+1.61.0" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] fb5ff76adb80d04388266db322030e17f79ca6e56426798d42e41e3662c8cdc0 [INFO] running `Command { std: "docker" "start" "-a" "fb5ff76adb80d04388266db322030e17f79ca6e56426798d42e41e3662c8cdc0", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Documenting soio v0.2.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `Poll` [INFO] [stdout] --> src/ready.rs:158:15 [INFO] [stdout] | [INFO] [stdout] 158 | /// See [`Poll`] for more documentation on polling. [INFO] [stdout] | ^^^^ no item named `Poll` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `readiness` [INFO] [stdout] --> src/ready.rs:217:54 [INFO] [stdout] | [INFO] [stdout] 217 | /// be treated as a hint. For more details, see [readiness] in the poll [INFO] [stdout] | ^^^^^^^^^ no item named `readiness` 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 `readiness` [INFO] [stdout] --> src/ready.rs:245:61 [INFO] [stdout] | [INFO] [stdout] 245 | /// should be treated as a hint. For more details, see [readiness] in the [INFO] [stdout] | ^^^^^^^^^ no item named `readiness` 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 `readable` [INFO] [stdout] --> src/poll.rs:404:42 [INFO] [stdout] | [INFO] [stdout] 404 | /// If a socket is registered with [`readable`] interest and the socket [INFO] [stdout] | ^^^^^^^^ no item named `readable` 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 `oneshot` [INFO] [stdout] --> src/poll.rs:553:24 [INFO] [stdout] | [INFO] [stdout] 553 | /// handles with [`oneshot`], deregistering clears up any internal resources [INFO] [stdout] | ^^^^^^^ no item named `oneshot` 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 `set_readiness` [INFO] [stdout] --> src/registration.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | /// When [`set_readiness`] is called and the `Registration` is associated with a [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `set_readiness` 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 `register` [INFO] [stdout] --> src/registration.rs:24:16 [INFO] [stdout] | [INFO] [stdout] 24 | /// the same [`register`], [`reregister`], and [`deregister`] functions used [INFO] [stdout] | ^^^^^^^^ no item named `register` 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 `reregister` [INFO] [stdout] --> src/registration.rs:24:30 [INFO] [stdout] | [INFO] [stdout] 24 | /// the same [`register`], [`reregister`], and [`deregister`] functions used [INFO] [stdout] | ^^^^^^^^^^ no item named `reregister` 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 `deregister` [INFO] [stdout] --> src/registration.rs:24:50 [INFO] [stdout] | [INFO] [stdout] 24 | /// the same [`register`], [`reregister`], and [`deregister`] functions used [INFO] [stdout] | ^^^^^^^^^^ no item named `deregister` 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 `set_readiness` [INFO] [stdout] --> src/registration.rs:30:7 [INFO] [stdout] | [INFO] [stdout] 30 | /// [`set_readiness`] documentation and the [portability] notes. The [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `set_readiness` 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 `portability` [INFO] [stdout] --> src/registration.rs:30:46 [INFO] [stdout] | [INFO] [stdout] 30 | /// [`set_readiness`] documentation and the [portability] notes. The [INFO] [stdout] | ^^^^^^^^^^^ no item named `portability` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.18s [INFO] running `Command { std: "docker" "inspect" "fb5ff76adb80d04388266db322030e17f79ca6e56426798d42e41e3662c8cdc0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb5ff76adb80d04388266db322030e17f79ca6e56426798d42e41e3662c8cdc0", kill_on_drop: false }` [INFO] [stdout] fb5ff76adb80d04388266db322030e17f79ca6e56426798d42e41e3662c8cdc0