[INFO] fetching crate broker-tokio 0.2.16... [INFO] documenting broker-tokio-0.2.16 against try#66dfc4e010913fbed0c4ea91fc2c010004b0f441 for pr-73566 [INFO] extracting crate broker-tokio 0.2.16 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate broker-tokio 0.2.16 on toolchain 66dfc4e010913fbed0c4ea91fc2c010004b0f441 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate broker-tokio 0.2.16 [INFO] finished tweaking crates.io crate broker-tokio 0.2.16 [INFO] tweaked toml for crates.io crate broker-tokio 0.2.16 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "fetch" "--locked" "--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-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fc809612c40d762524ad59fcf90f66e3f09d69a7090380183ff0dbfd37976351 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "fc809612c40d762524ad59fcf90f66e3f09d69a7090380183ff0dbfd37976351", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fc809612c40d762524ad59fcf90f66e3f09d69a7090380183ff0dbfd37976351", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc809612c40d762524ad59fcf90f66e3f09d69a7090380183ff0dbfd37976351", kill_on_drop: false }` [INFO] [stdout] fc809612c40d762524ad59fcf90f66e3f09d69a7090380183ff0dbfd37976351 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f8ad37c32f2cb417b7a96d4e62bc06a72ab82392f1d01a0f96360a03e5c38fe9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f8ad37c32f2cb417b7a96d4e62bc06a72ab82392f1d01a0f96360a03e5c38fe9", kill_on_drop: false }` [INFO] [stderr] Documenting broker-tokio v0.2.16 (/opt/rustwide/workdir) [INFO] [stdout] error: `[crate::time]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lib.rs:39:13 [INFO] [stdout] | [INFO] [stdout] 39 | //! [time]: crate::time [INFO] [stdout] | ^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | #![deny(intra_doc_link_resolution_failure)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[crate::fs]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lib.rs:42:11 [INFO] [stdout] | [INFO] [stdout] 42 | //! [fs]: crate::fs [INFO] [stdout] | ^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[crate::process]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lib.rs:43:16 [INFO] [stdout] | [INFO] [stdout] 43 | //! [process]: crate::process [INFO] [stdout] | ^^^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[crate::signal]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lib.rs:44:15 [INFO] [stdout] | [INFO] [stdout] 44 | //! [signal]: crate::signal [INFO] [stdout] | ^^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[crate::task]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lib.rs:149:22 [INFO] [stdout] | [INFO] [stdout] 149 | //! [`tokio::task`]: crate::task [INFO] [stdout] | ^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[crate::task::spawn]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lib.rs:150:16 [INFO] [stdout] | [INFO] [stdout] 150 | //! [`spawn`]: crate::task::spawn() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[crate::task::JoinHandle]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lib.rs:151:21 [INFO] [stdout] | [INFO] [stdout] 151 | //! [`JoinHandle`]: crate::task::JoinHandle [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[crate::sync::oneshot]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lib.rs:170:18 [INFO] [stdout] | [INFO] [stdout] 170 | //! [`oneshot`]: crate::sync::oneshot [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[crate::sync::mpsc]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lib.rs:171:15 [INFO] [stdout] | [INFO] [stdout] 171 | //! [`mpsc`]: crate::sync::mpsc [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[crate::sync::watch]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lib.rs:172:16 [INFO] [stdout] | [INFO] [stdout] 172 | //! [`watch`]: crate::sync::watch [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[crate::sync::Mutex]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lib.rs:168:16 [INFO] [stdout] | [INFO] [stdout] 168 | //! [`Mutex`]: crate::sync::Mutex [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[crate::sync::Barrier]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lib.rs:169:18 [INFO] [stdout] | [INFO] [stdout] 169 | //! [`Barrier`]: crate::sync::Barrier [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[crate::time]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lib.rs:181:22 [INFO] [stdout] | [INFO] [stdout] 181 | //! [`tokio::time`]: crate::time [INFO] [stdout] | ^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[crate::time::timeout]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lib.rs:184:16 [INFO] [stdout] | [INFO] [stdout] 184 | //! [timeout]: crate::time::timeout() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[crate::time::delay_for]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lib.rs:182:14 [INFO] [stdout] | [INFO] [stdout] 182 | //! [delay]: crate::time::delay_for() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[crate::time::interval]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lib.rs:183:17 [INFO] [stdout] | [INFO] [stdout] 183 | //! [interval]: crate::time::interval() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[crate::net::tcp]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lib.rs:236:12 [INFO] [stdout] | [INFO] [stdout] 236 | //! [TCP]: crate::net::tcp [INFO] [stdout] | ^^^^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[crate::net::udp]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lib.rs:237:12 [INFO] [stdout] | [INFO] [stdout] 237 | //! [UDP]: crate::net::udp [INFO] [stdout] | ^^^^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[crate::net::unix]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lib.rs:238:12 [INFO] [stdout] | [INFO] [stdout] 238 | //! [UDS]: crate::net::unix [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[crate::fs]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lib.rs:239:20 [INFO] [stdout] | [INFO] [stdout] 239 | //! [`tokio::fs`]: crate::fs [INFO] [stdout] | ^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[crate::signal]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lib.rs:241:24 [INFO] [stdout] | [INFO] [stdout] 241 | //! [`tokio::signal`]: crate::signal [INFO] [stdout] | ^^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[crate::process]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/lib.rs:242:25 [INFO] [stdout] | [INFO] [stdout] 242 | //! [`tokio::process`]: crate::process [INFO] [stdout] | ^^^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[ready]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/future/ready.rs:5:30 [INFO] [stdout] | [INFO] [stdout] 5 | /// Future for the [`ready`](ready()) function. [INFO] [stdout] | ^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[crate::fs::File]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/io/mod.rs:57:15 [INFO] [stdout] | [INFO] [stdout] 57 | //! [`File`]: crate::fs::File [INFO] [stdout] | ^^^^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[crate::net::TcpStream]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/io/mod.rs:58:20 [INFO] [stdout] | [INFO] [stdout] 58 | //! [`TcpStream`]: crate::net::TcpStream [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[crate::io::BufReader]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/io/mod.rs:120:20 [INFO] [stdout] | [INFO] [stdout] 120 | //! [`BufReader`]: crate::io::BufReader [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[crate::io::BufWriter]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/io/mod.rs:121:20 [INFO] [stdout] | [INFO] [stdout] 121 | //! [`BufWriter`]: crate::io::BufWriter [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[crate::io::AsyncWriteExt::write]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/io/mod.rs:96:18 [INFO] [stdout] | [INFO] [stdout] 96 | //! to [`write`](crate::io::AsyncWriteExt::write): [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[AsyncReadExt]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/io/mod.rs:20:65 [INFO] [stdout] | [INFO] [stdout] 20 | //! functionality. Instead, utility methods are defined in the [`AsyncReadExt`] [INFO] [stdout] | ^^^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[AsyncWriteExt]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/io/mod.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | //! and [`AsyncWriteExt`] extension traits. These traits are automatically [INFO] [stdout] | ^^^^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[crate::io::AsyncBufReadExt]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/io/async_buf_read.rs:18:26 [INFO] [stdout] | [INFO] [stdout] 18 | /// [`AsyncBufReadExt`]: crate::io::AsyncBufReadExt [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[crate::io::AsyncReadExt]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/io/async_read.rs:42:23 [INFO] [stdout] | [INFO] [stdout] 42 | /// [`AsyncReadExt`]: crate::io::AsyncReadExt [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[crate::io::AsyncSeekExt]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/io/async_seek.rs:17:23 [INFO] [stdout] | [INFO] [stdout] 17 | /// [`AsyncSeekExt`]: crate::io::AsyncSeekExt [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[crate::io::AsyncWriteExt]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/io/async_write.rs:45:24 [INFO] [stdout] | [INFO] [stdout] 45 | /// [`AsyncWriteExt`]: crate::io::AsyncWriteExt [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[TcpListener]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/net/mod.rs:18:22 [INFO] [stdout] | [INFO] [stdout] 18 | //! [`TcpListener`]: TcpListener [INFO] [stdout] | ^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[TcpStream]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/net/mod.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 19 | //! [`TcpStream`]: TcpStream [INFO] [stdout] | ^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[UdpSocket]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/net/mod.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | //! [`UdpSocket`]: UdpSocket [INFO] [stdout] | ^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[UnixListener]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/net/mod.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | //! [`UnixListener`]: UnixListener [INFO] [stdout] | ^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[UnixStream]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/net/mod.rs:22:21 [INFO] [stdout] | [INFO] [stdout] 22 | //! [`UnixStream`]: UnixStream [INFO] [stdout] | ^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[UnixDatagram]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/net/mod.rs:23:23 [INFO] [stdout] | [INFO] [stdout] 23 | //! [`UnixDatagram`]: UnixDatagram [INFO] [stdout] | ^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[super::lookup_host]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/net/addr.rs:18:48 [INFO] [stdout] | [INFO] [stdout] 18 | /// conversion directly, use [`lookup_host()`](super::lookup_host()). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[crate::task]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/runtime/mod.rs:174:14 [INFO] [stdout] | [INFO] [stdout] 174 | //! [tasks]: crate::task [INFO] [stdout] | ^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[crate::spawn]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/runtime/mod.rs:176:23 [INFO] [stdout] | [INFO] [stdout] 176 | //! [`tokio::spawn`]: crate::spawn [INFO] [stdout] | ^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[crate::runtime::Builder::basic_scheduler]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/runtime/mod.rs:180:35 [INFO] [stdout] | [INFO] [stdout] 180 | //! [`Builder::basic_scheduler`]: crate::runtime::Builder::basic_scheduler [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[crate::runtime::Builder::threaded_scheduler]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/runtime/mod.rs:181:38 [INFO] [stdout] | [INFO] [stdout] 181 | //! [`Builder::threaded_scheduler`]: crate::runtime::Builder::threaded_scheduler [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[crate::io::driver]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/runtime/mod.rs:262:15 [INFO] [stdout] | [INFO] [stdout] 262 | /// [driver]: crate::io::driver [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `[crate::time]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/runtime/mod.rs:263:14 [INFO] [stdout] | [INFO] [stdout] 263 | /// [timer]: crate::time [INFO] [stdout] | ^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 47 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: Could not document `broker-tokio`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name broker_tokio src/lib.rs -o /opt/rustwide/target/doc --cfg 'feature="default"' --error-format=json --json=diagnostic-rendered-ansi --document-private-items -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-4291ca554a19dee5.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-ca31f804595bacc4.rmeta --cap-lints=forbid` (exit code: 1) [INFO] running `Command { std: "docker" "inspect" "f8ad37c32f2cb417b7a96d4e62bc06a72ab82392f1d01a0f96360a03e5c38fe9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f8ad37c32f2cb417b7a96d4e62bc06a72ab82392f1d01a0f96360a03e5c38fe9", kill_on_drop: false }` [INFO] [stdout] f8ad37c32f2cb417b7a96d4e62bc06a72ab82392f1d01a0f96360a03e5c38fe9