[INFO] fetching crate tokio 1.18.2... [INFO] documenting tokio-1.18.2 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate tokio 1.18.2 into /workspace/builds/worker-18/source [INFO] validating manifest of crates.io crate tokio 1.18.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 tokio 1.18.2 [INFO] finished tweaking crates.io crate tokio 1.18.2 [INFO] tweaked toml for crates.io crate tokio 1.18.2 written to /workspace/builds/worker-18/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] 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-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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] 6a53cb95ae07a50a80c79cf51d4f2298c566c2a803c91f5181483bfe3aa97952 [INFO] running `Command { std: "docker" "start" "-a" "6a53cb95ae07a50a80c79cf51d4f2298c566c2a803c91f5181483bfe3aa97952", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6a53cb95ae07a50a80c79cf51d4f2298c566c2a803c91f5181483bfe3aa97952", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6a53cb95ae07a50a80c79cf51d4f2298c566c2a803c91f5181483bfe3aa97952", kill_on_drop: false }` [INFO] [stdout] 6a53cb95ae07a50a80c79cf51d4f2298c566c2a803c91f5181483bfe3aa97952 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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] 0837584a3e58283fff13d55e3d194f06cb1c37cc00b4aa5f0f7ae3022d262b68 [INFO] running `Command { std: "docker" "start" "-a" "0837584a3e58283fff13d55e3d194f06cb1c37cc00b4aa5f0f7ae3022d262b68", kill_on_drop: false }` [INFO] [stderr] Checking pin-project-lite v0.2.9 [INFO] [stderr] Documenting tokio v1.18.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: public documentation for `tokio` links to private item `crate::sync` [INFO] [stdout] --> src/lib.rs:38:13 [INFO] [stdout] | [INFO] [stdout] 38 | //! [sync]: crate::sync [INFO] [stdout] | ^^^^^^^^^^^ this item is private [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default [INFO] [stdout] = note: this link resolves only because you passed `--document-private-items`, but will break without [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::time` [INFO] [stdout] --> src/lib.rs:39:13 [INFO] [stdout] | [INFO] [stdout] 39 | //! [time]: crate::time [INFO] [stdout] | ^^^^^^^^^^^ no item named `time` in module `tokio` [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::fs` [INFO] [stdout] --> src/lib.rs:42:11 [INFO] [stdout] | [INFO] [stdout] 42 | //! [fs]: crate::fs [INFO] [stdout] | ^^^^^^^^^ no item named `fs` in module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::process` [INFO] [stdout] --> src/lib.rs:43:16 [INFO] [stdout] | [INFO] [stdout] 43 | //! [process]: crate::process [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `process` in module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::signal` [INFO] [stdout] --> src/lib.rs:44:15 [INFO] [stdout] | [INFO] [stdout] 44 | //! [signal]: crate::signal [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `signal` in module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::runtime` [INFO] [stdout] --> src/lib.rs:46:16 [INFO] [stdout] | [INFO] [stdout] 46 | //! [runtime]: crate::runtime [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `runtime` in module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::task::spawn` [INFO] [stdout] --> src/lib.rs:110:16 [INFO] [stdout] | [INFO] [stdout] 110 | //! [`spawn`]: crate::task::spawn() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no item named `spawn` in module `task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::task::JoinHandle` [INFO] [stdout] --> src/lib.rs:111:21 [INFO] [stdout] | [INFO] [stdout] 111 | //! [`JoinHandle`]: crate::task::JoinHandle [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `JoinHandle` in module `task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: public documentation for `tokio` links to private item `crate::sync` [INFO] [stdout] --> src/lib.rs:127:22 [INFO] [stdout] | [INFO] [stdout] 127 | //! [`tokio::sync`]: crate::sync [INFO] [stdout] | ^^^^^^^^^^^ this item is private [INFO] [stdout] | [INFO] [stdout] = note: this link resolves only because you passed `--document-private-items`, but will break without [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::oneshot` [INFO] [stdout] --> src/lib.rs:130:18 [INFO] [stdout] | [INFO] [stdout] 130 | //! [`oneshot`]: crate::sync::oneshot [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no item named `oneshot` in module `sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::mpsc` [INFO] [stdout] --> src/lib.rs:131:15 [INFO] [stdout] | [INFO] [stdout] 131 | //! [`mpsc`]: crate::sync::mpsc [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `mpsc` in module `sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::watch` [INFO] [stdout] --> src/lib.rs:132:16 [INFO] [stdout] | [INFO] [stdout] 132 | //! [`watch`]: crate::sync::watch [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no item named `watch` in module `sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::Mutex` [INFO] [stdout] --> src/lib.rs:128:16 [INFO] [stdout] | [INFO] [stdout] 128 | //! [`Mutex`]: crate::sync::Mutex [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no item named `Mutex` in module `sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::Barrier` [INFO] [stdout] --> src/lib.rs:129:18 [INFO] [stdout] | [INFO] [stdout] 129 | //! [`Barrier`]: crate::sync::Barrier [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no item named `Barrier` in module `sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::time::timeout` [INFO] [stdout] --> src/lib.rs:144:16 [INFO] [stdout] | [INFO] [stdout] 144 | //! [timeout]: crate::time::timeout() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `time` in module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::time::sleep` [INFO] [stdout] --> src/lib.rs:142:14 [INFO] [stdout] | [INFO] [stdout] 142 | //! [sleep]: crate::time::sleep() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no item named `time` in module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::time::interval` [INFO] [stdout] --> src/lib.rs:143:17 [INFO] [stdout] | [INFO] [stdout] 143 | //! [interval]: crate::time::interval() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `time` in module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::runtime::Builder::thread_keep_alive` [INFO] [stdout] --> src/lib.rs:187:28 [INFO] [stdout] | [INFO] [stdout] 187 | //! [`thread_keep_alive`]: crate::runtime::Builder::thread_keep_alive() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `runtime` in module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::runtime::Builder` [INFO] [stdout] --> src/lib.rs:161:18 [INFO] [stdout] | [INFO] [stdout] 161 | //! [`Builder`]: crate::runtime::Builder [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `runtime` in module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::task::spawn_blocking` [INFO] [stdout] --> src/lib.rs:186:25 [INFO] [stdout] | [INFO] [stdout] 186 | //! [`spawn_blocking`]: crate::task::spawn_blocking() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `spawn_blocking` in module `task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::net::tcp` [INFO] [stdout] --> src/lib.rs:249:12 [INFO] [stdout] | [INFO] [stdout] 249 | //! [TCP]: crate::net::tcp [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `tcp` in module `net` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::net::UdpSocket` [INFO] [stdout] --> src/lib.rs:250:12 [INFO] [stdout] | [INFO] [stdout] 250 | //! [UDP]: crate::net::UdpSocket [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no item named `UdpSocket` in module `net` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::net::unix` [INFO] [stdout] --> src/lib.rs:251:12 [INFO] [stdout] | [INFO] [stdout] 251 | //! [UDS]: crate::net::unix [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no item named `unix` in module `net` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `task::JoinSet` [INFO] [stdout] --> src/lib.rs:349:9 [INFO] [stdout] | [INFO] [stdout] 349 | //! - [`task::JoinSet`] [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `JoinSet` in module `task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `task::Builder` [INFO] [stdout] --> src/lib.rs:350:9 [INFO] [stdout] | [INFO] [stdout] 350 | //! - [`task::Builder`] [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `Builder` in module `task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `AsyncReadExt` [INFO] [stdout] --> src/io/mod.rs:170:23 [INFO] [stdout] | [INFO] [stdout] 170 | //! [`AsyncReadExt`]: trait@AsyncReadExt [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no item named `AsyncReadExt` 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 `AsyncWriteExt` [INFO] [stdout] --> src/io/mod.rs:171:24 [INFO] [stdout] | [INFO] [stdout] 171 | //! [`AsyncWriteExt`]: trait@AsyncWriteExt [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `AsyncWriteExt` 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::fs::File` [INFO] [stdout] --> src/io/mod.rs:57:15 [INFO] [stdout] | [INFO] [stdout] 57 | //! [`File`]: crate::fs::File [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `fs` in module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::net::TcpStream` [INFO] [stdout] --> src/io/mod.rs:58:20 [INFO] [stdout] | [INFO] [stdout] 58 | //! [`TcpStream`]: crate::net::TcpStream [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no item named `TcpStream` in module `net` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::io::BufReader` [INFO] [stdout] --> src/io/mod.rs:124:20 [INFO] [stdout] | [INFO] [stdout] 124 | //! [`BufReader`]: crate::io::BufReader [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no item named `BufReader` in module `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::io::BufWriter` [INFO] [stdout] --> src/io/mod.rs:125:20 [INFO] [stdout] | [INFO] [stdout] 125 | //! [`BufWriter`]: crate::io::BufWriter [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no item named `BufWriter` in module `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::io::AsyncWriteExt::write` [INFO] [stdout] --> src/io/mod.rs:96:18 [INFO] [stdout] | [INFO] [stdout] 96 | //! to [`write`](crate::io::AsyncWriteExt::write). However, you **must** flush [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `AsyncWriteExt` in module `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `stdin` [INFO] [stdout] --> src/io/mod.rs:159:14 [INFO] [stdout] | [INFO] [stdout] 159 | //! [input]: fn@stdin [INFO] [stdout] | ^^^^^^^^ no item named `stdin` 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 `stdout` [INFO] [stdout] --> src/io/mod.rs:160:15 [INFO] [stdout] | [INFO] [stdout] 160 | //! [output]: fn@stdout [INFO] [stdout] | ^^^^^^^^^ no item named `stdout` 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 `stderr` [INFO] [stdout] --> src/io/mod.rs:161:14 [INFO] [stdout] | [INFO] [stdout] 161 | //! [error]: fn@stderr [INFO] [stdout] | ^^^^^^^^^ no item named `stderr` 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::io::AsyncBufReadExt` [INFO] [stdout] --> src/io/async_buf_read.rs:22:26 [INFO] [stdout] | [INFO] [stdout] 22 | /// [`AsyncBufReadExt`]: crate::io::AsyncBufReadExt [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `AsyncBufReadExt` in module `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::io::AsyncReadExt` [INFO] [stdout] --> src/io/async_read.rs:42:23 [INFO] [stdout] | [INFO] [stdout] 42 | /// [`AsyncReadExt`]: crate::io::AsyncReadExt [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `AsyncReadExt` in module `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::io::AsyncSeekExt` [INFO] [stdout] --> src/io/async_seek.rs:17:23 [INFO] [stdout] | [INFO] [stdout] 17 | /// [`AsyncSeekExt`]: crate::io::AsyncSeekExt [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `AsyncSeekExt` in module `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::io::AsyncWriteExt` [INFO] [stdout] --> src/io/async_write.rs:44:24 [INFO] [stdout] | [INFO] [stdout] 44 | /// [`AsyncWriteExt`]: crate::io::AsyncWriteExt [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `AsyncWriteExt` in module `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `TcpListener` [INFO] [stdout] --> src/net/mod.rs:18:22 [INFO] [stdout] | [INFO] [stdout] 18 | //! [`TcpListener`]: TcpListener [INFO] [stdout] | ^^^^^^^^^^^ no item named `TcpListener` 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 `TcpStream` [INFO] [stdout] --> src/net/mod.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 19 | //! [`TcpStream`]: TcpStream [INFO] [stdout] | ^^^^^^^^^ no item named `TcpStream` 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 `UdpSocket` [INFO] [stdout] --> src/net/mod.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | //! [`UdpSocket`]: UdpSocket [INFO] [stdout] | ^^^^^^^^^ no item named `UdpSocket` 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 `UnixListener` [INFO] [stdout] --> src/net/mod.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | //! [`UnixListener`]: UnixListener [INFO] [stdout] | ^^^^^^^^^^^^ no item named `UnixListener` 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 `UnixStream` [INFO] [stdout] --> src/net/mod.rs:22:21 [INFO] [stdout] | [INFO] [stdout] 22 | //! [`UnixStream`]: UnixStream [INFO] [stdout] | ^^^^^^^^^^ no item named `UnixStream` 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 `UnixDatagram` [INFO] [stdout] --> src/net/mod.rs:23:23 [INFO] [stdout] | [INFO] [stdout] 23 | //! [`UnixDatagram`]: UnixDatagram [INFO] [stdout] | ^^^^^^^^^^^^ no item named `UnixDatagram` 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 `super::lookup_host` [INFO] [stdout] --> src/net/addr.rs:15:48 [INFO] [stdout] | [INFO] [stdout] 15 | /// conversion directly, use [`lookup_host()`](super::lookup_host()). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no item named `lookup_host` in module `net` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `oneshot` [INFO] [stdout] --> src/sync/mod.rs:88:16 [INFO] [stdout] | [INFO] [stdout] 88 | //! [oneshot]: oneshot [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 `crate::task::JoinHandle` [INFO] [stdout] --> src/sync/mod.rs:89:21 [INFO] [stdout] | [INFO] [stdout] 89 | //! [`JoinHandle`]: crate::task::JoinHandle [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `JoinHandle` in module `task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `mpsc` [INFO] [stdout] --> src/sync/mod.rs:235:13 [INFO] [stdout] | [INFO] [stdout] 235 | //! [mpsc]: mpsc [INFO] [stdout] | ^^^^ no item named `mpsc` 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::sync::broadcast` [INFO] [stdout] --> src/sync/mod.rs:272:28 [INFO] [stdout] | [INFO] [stdout] 272 | //! [`broadcast` channel]: crate::sync::broadcast [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `broadcast` in module `sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::sync::watch` [INFO] [stdout] --> src/sync/mod.rs:401:24 [INFO] [stdout] | [INFO] [stdout] 401 | //! [`watch` channel]: mod@crate::sync::watch [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `watch` in module `sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Barrier` [INFO] [stdout] --> src/sync/mod.rs:411:19 [INFO] [stdout] | [INFO] [stdout] 411 | //! * [`Barrier`](Barrier) Ensures multiple tasks will wait for each other to [INFO] [stdout] | ^^^^^^^ no item named `Barrier` 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 `Mutex` [INFO] [stdout] --> src/sync/mod.rs:414:17 [INFO] [stdout] | [INFO] [stdout] 414 | //! * [`Mutex`](Mutex) Mutual Exclusion mechanism, which ensures that at most [INFO] [stdout] | ^^^^^ no item named `Mutex` 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 `Notify` [INFO] [stdout] --> src/sync/mod.rs:417:18 [INFO] [stdout] | [INFO] [stdout] 417 | //! * [`Notify`](Notify) Basic task notification. `Notify` supports notifying a [INFO] [stdout] | ^^^^^^ no item named `Notify` 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 `RwLock` [INFO] [stdout] --> src/sync/mod.rs:421:18 [INFO] [stdout] | [INFO] [stdout] 421 | //! * [`RwLock`](RwLock) Provides a mutual exclusion mechanism which allows [INFO] [stdout] | ^^^^^^ no item named `RwLock` 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 `Semaphore` [INFO] [stdout] --> src/sync/mod.rs:425:21 [INFO] [stdout] | [INFO] [stdout] 425 | //! * [`Semaphore`](Semaphore) Limits the amount of concurrency. A semaphore [INFO] [stdout] | ^^^^^^^^^ no item named `Semaphore` 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::runtime` [INFO] [stdout] --> src/task/mod.rs:39:11 [INFO] [stdout] | [INFO] [stdout] 39 | //! [rt]: crate::runtime [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `runtime` in module `tokio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::task::spawn` [INFO] [stdout] --> src/task/mod.rs:108:22 [INFO] [stdout] | [INFO] [stdout] 108 | //! [`task::spawn`]: crate::task::spawn() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no item named `spawn` in module `task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::task::JoinHandle` [INFO] [stdout] --> src/task/mod.rs:111:21 [INFO] [stdout] | [INFO] [stdout] 111 | //! [`JoinHandle`]: crate::task::JoinHandle [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `JoinHandle` in module `task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::task::JoinError` [INFO] [stdout] --> src/task/mod.rs:113:20 [INFO] [stdout] | [INFO] [stdout] 113 | //! [`JoinError`]: crate::task::JoinError [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `JoinError` in module `task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::task::spawn_blocking` [INFO] [stdout] --> src/task/mod.rs:270:31 [INFO] [stdout] | [INFO] [stdout] 270 | //! [`task::spawn_blocking`]: crate::task::spawn_blocking [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `spawn_blocking` in module `task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::task::block_in_place` [INFO] [stdout] --> src/task/mod.rs:271:31 [INFO] [stdout] | [INFO] [stdout] 271 | //! [`task::block_in_place`]: crate::task::block_in_place [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `block_in_place` in module `task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::task::yield_now` [INFO] [stdout] --> src/task/mod.rs:273:26 [INFO] [stdout] | [INFO] [stdout] 273 | //! [`task::yield_now`]: crate::task::yield_now() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `yield_now` in module `task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `crate::task::unconstrained` [INFO] [stdout] --> src/task/mod.rs:275:30 [INFO] [stdout] | [INFO] [stdout] 275 | //! [`task::unconstrained`]: crate::task::unconstrained() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `unconstrained` in module `task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `sync::mpsc::Receiver` [INFO] [stdout] --> src/lib.rs:481:17 [INFO] [stdout] | [INFO] [stdout] 481 | /// Convert a [`sync::mpsc::Receiver`] to an `impl Stream`. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no item named `mpsc` in module `sync` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 65 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.29s [INFO] running `Command { std: "docker" "inspect" "0837584a3e58283fff13d55e3d194f06cb1c37cc00b4aa5f0f7ae3022d262b68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0837584a3e58283fff13d55e3d194f06cb1c37cc00b4aa5f0f7ae3022d262b68", kill_on_drop: false }` [INFO] [stdout] 0837584a3e58283fff13d55e3d194f06cb1c37cc00b4aa5f0f7ae3022d262b68 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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" "--all-features" "-Z" "unstable-options" "--config" "build.rustflags=[\"--cfg\", \"tokio_unstable\"]" "--frozen" "--message-format=json" "--" "--cfg" "docsrs" "--cfg" "tokio_unstable" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 39eef0e6e87a3c4269d6784b68bb52284526c8271e31772ffe059e156f484b2f [INFO] running `Command { std: "docker" "start" "-a" "39eef0e6e87a3c4269d6784b68bb52284526c8271e31772ffe059e156f484b2f", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling unicode-ident v1.0.0 [INFO] [stderr] Compiling syn v1.0.95 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Checking smallvec v1.8.0 [INFO] [stderr] Checking bytes v1.1.0 [INFO] [stderr] Checking once_cell v1.12.0 [INFO] [stderr] Checking pin-project-lite v0.2.9 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking socket2 v0.4.4 [INFO] [stderr] Checking mio v0.8.3 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Checking parking_lot v0.12.0 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Documenting tokio v1.18.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/util/trace.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | pub(crate) use tracing::instrument::Instrumented; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/util/trace.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | use tracing::instrument::Instrument; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tracing` [INFO] [stdout] --> src/runtime/handle.rs:396:17 [INFO] [stdout] | [INFO] [stdout] 396 | use tracing::Instrument; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/util/trace.rs:34:42 [INFO] [stdout] | [INFO] [stdout] 34 | let async_op_poll_span = tracing::trace_span!("runtime.resource.async_op.poll"); [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/util/trace.rs:32:37 [INFO] [stdout] | [INFO] [stdout] 32 | ... let async_op_span = tracing::trace_span!("runtime.resource.async_op", source = source, inherits_child_attrs = inherits_child_attrs); [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/util/trace.rs:16:24 [INFO] [stdout] | [INFO] [stdout] 16 | let span = tracing::trace_span!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/time/interval.rs:124:9 [INFO] [stdout] | [INFO] [stdout] 124 | tracing::trace_span!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/rwlock.rs:1012:13 [INFO] [stdout] | [INFO] [stdout] 1012 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/rwlock.rs:956:13 [INFO] [stdout] | [INFO] [stdout] 956 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/rwlock.rs:904:13 [INFO] [stdout] | [INFO] [stdout] 904 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/rwlock.rs:777:13 [INFO] [stdout] | [INFO] [stdout] 777 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/rwlock.rs:709:13 [INFO] [stdout] | [INFO] [stdout] 709 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/rwlock.rs:646:13 [INFO] [stdout] | [INFO] [stdout] 646 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/rwlock.rs:586:13 [INFO] [stdout] | [INFO] [stdout] 586 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/rwlock.rs:446:13 [INFO] [stdout] | [INFO] [stdout] 446 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/rwlock.rs:286:33 [INFO] [stdout] | [INFO] [stdout] 286 | let resource_span = tracing::trace_span!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/rwlock.rs:213:33 [INFO] [stdout] | [INFO] [stdout] 213 | let resource_span = tracing::trace_span!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/rwlock/write_guard_mapped.rs:190:13 [INFO] [stdout] | [INFO] [stdout] 190 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/rwlock/write_guard.rs:275:13 [INFO] [stdout] | [INFO] [stdout] 275 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/rwlock/write_guard.rs:215:13 [INFO] [stdout] | [INFO] [stdout] 215 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/rwlock/write_guard.rs:206:13 [INFO] [stdout] | [INFO] [stdout] 206 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/rwlock/read_guard.rs:170:13 [INFO] [stdout] | [INFO] [stdout] 170 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/rwlock/owned_write_guard_mapped.rs:183:13 [INFO] [stdout] | [INFO] [stdout] 183 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/rwlock/owned_write_guard.rs:271:13 [INFO] [stdout] | [INFO] [stdout] 271 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/rwlock/owned_write_guard.rs:212:13 [INFO] [stdout] | [INFO] [stdout] 212 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/rwlock/owned_write_guard.rs:203:13 [INFO] [stdout] | [INFO] [stdout] 203 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/rwlock/owned_read_guard.rs:163:13 [INFO] [stdout] | [INFO] [stdout] 163 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/semaphore.rs:133:13 [INFO] [stdout] | [INFO] [stdout] 133 | tracing::trace_span!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/batch_semaphore.rs:575:17 [INFO] [stdout] | [INFO] [stdout] 575 | tracing::trace_span!("runtime.resource.async_op", source = "Acquire::new"); [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/batch_semaphore.rs:426:13 [INFO] [stdout] | [INFO] [stdout] 426 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/batch_semaphore.rs:324:21 [INFO] [stdout] | [INFO] [stdout] 324 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/batch_semaphore.rs:150:17 [INFO] [stdout] | [INFO] [stdout] 150 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/batch_semaphore.rs:142:33 [INFO] [stdout] | [INFO] [stdout] 142 | let resource_span = tracing::trace_span!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/oneshot.rs:1055:17 [INFO] [stdout] | [INFO] [stdout] 1055 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/oneshot.rs:994:29 [INFO] [stdout] | [INFO] [stdout] 994 | ... tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/oneshot.rs:908:17 [INFO] [stdout] | [INFO] [stdout] 908 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/oneshot.rs:833:17 [INFO] [stdout] | [INFO] [stdout] 833 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/oneshot.rs:608:13 [INFO] [stdout] | [INFO] [stdout] 608 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/oneshot.rs:524:35 [INFO] [stdout] | [INFO] [stdout] 524 | async_op_span.in_scope(|| tracing::trace_span!("runtime.resource.async_op.poll")); [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/oneshot.rs:520:22 [INFO] [stdout] | [INFO] [stdout] 520 | .in_scope(|| tracing::trace_span!("runtime.resource.async_op", source = "Receiver::await")); [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/oneshot.rs:495:13 [INFO] [stdout] | [INFO] [stdout] 495 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/oneshot.rs:487:13 [INFO] [stdout] | [INFO] [stdout] 487 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/oneshot.rs:479:13 [INFO] [stdout] | [INFO] [stdout] 479 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/oneshot.rs:471:13 [INFO] [stdout] | [INFO] [stdout] 471 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/oneshot.rs:461:29 [INFO] [stdout] | [INFO] [stdout] 461 | let resource_span = tracing::trace_span!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/mutex.rs:262:13 [INFO] [stdout] | [INFO] [stdout] 262 | tracing::trace_span!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/barrier.rs:76:33 [INFO] [stdout] | [INFO] [stdout] 76 | let resource_span = tracing::trace_span!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/runtime/handle.rs:398:24 [INFO] [stdout] | [INFO] [stdout] 398 | let span = tracing::trace_span!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/time/driver/sleep.rs:269:33 [INFO] [stdout] | [INFO] [stdout] 269 | let resource_span = tracing::trace_span!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/time/driver/sleep.rs:290:43 [INFO] [stdout] | [INFO] [stdout] 290 | async_op_span.in_scope(|| tracing::trace_span!("runtime.resource.async_op.poll")); [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/runtime/task/waker.rs:51:17 [INFO] [stdout] | [INFO] [stdout] 51 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] ... [INFO] [stdout] 78 | trace!(harness, "waker.clone"); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/runtime/task/waker.rs:51:17 [INFO] [stdout] | [INFO] [stdout] 51 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] ... [INFO] [stdout] 90 | trace!(harness, "waker.drop"); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/runtime/task/waker.rs:51:17 [INFO] [stdout] | [INFO] [stdout] 51 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] ... [INFO] [stdout] 101 | trace!(harness, "waker.wake"); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/runtime/task/waker.rs:51:17 [INFO] [stdout] | [INFO] [stdout] 51 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] ... [INFO] [stdout] 113 | trace!(harness, "waker.wake_by_ref"); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `trace` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/barrier.rs:86:17 [INFO] [stdout] | [INFO] [stdout] 86 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/barrier.rs:91:17 [INFO] [stdout] | [INFO] [stdout] 91 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/barrier.rs:147:13 [INFO] [stdout] | [INFO] [stdout] 147 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/barrier.rs:153:13 [INFO] [stdout] | [INFO] [stdout] 153 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/barrier.rs:159:17 [INFO] [stdout] | [INFO] [stdout] 159 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/mutex.rs:274:13 [INFO] [stdout] | [INFO] [stdout] 274 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/mutex.rs:351:13 [INFO] [stdout] | [INFO] [stdout] 351 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/mutex.rs:464:13 [INFO] [stdout] | [INFO] [stdout] 464 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/mutex.rs:513:21 [INFO] [stdout] | [INFO] [stdout] 513 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/mutex.rs:582:21 [INFO] [stdout] | [INFO] [stdout] 582 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/mutex.rs:781:13 [INFO] [stdout] | [INFO] [stdout] 781 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/mutex.rs:850:13 [INFO] [stdout] | [INFO] [stdout] 850 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/macros/trace.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] | [INFO] [stdout] ::: src/sync/oneshot.rs:1079:30 [INFO] [stdout] | [INFO] [stdout] 1079 | let res = ready!(trace_poll_op!("poll_recv", inner.poll_recv(cx)))?; [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `trace_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/macros/trace.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] | [INFO] [stdout] ::: src/sync/oneshot.rs:1079:30 [INFO] [stdout] | [INFO] [stdout] 1079 | let res = ready!(trace_poll_op!("poll_recv", inner.poll_recv(cx)))?; [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `trace_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/batch_semaphore.rs:397:33 [INFO] [stdout] | [INFO] [stdout] 397 | ... tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/batch_semaphore.rs:402:33 [INFO] [stdout] | [INFO] [stdout] 402 | ... tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/batch_semaphore.rs:504:25 [INFO] [stdout] | [INFO] [stdout] 504 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/macros/trace.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] | [INFO] [stdout] ::: src/sync/batch_semaphore.rs:533:27 [INFO] [stdout] | [INFO] [stdout] 533 | let coop = ready!(trace_poll_op!( [INFO] [stdout] | ___________________________- [INFO] [stdout] 534 | | "poll_acquire", [INFO] [stdout] 535 | | crate::coop::poll_proceed(cx), [INFO] [stdout] 536 | | )); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `trace_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/macros/trace.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] | [INFO] [stdout] ::: src/sync/batch_semaphore.rs:533:27 [INFO] [stdout] | [INFO] [stdout] 533 | let coop = ready!(trace_poll_op!( [INFO] [stdout] | ___________________________- [INFO] [stdout] 534 | | "poll_acquire", [INFO] [stdout] 535 | | crate::coop::poll_proceed(cx), [INFO] [stdout] 536 | | )); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `trace_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/macros/trace.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] | [INFO] [stdout] ::: src/sync/batch_semaphore.rs:555:16 [INFO] [stdout] | [INFO] [stdout] 555 | return trace_poll_op!("poll_acquire", result); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `trace_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/macros/trace.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] | [INFO] [stdout] ::: src/sync/batch_semaphore.rs:555:16 [INFO] [stdout] | [INFO] [stdout] 555 | return trace_poll_op!("poll_acquire", result); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `trace_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/batch_semaphore.rs:577:17 [INFO] [stdout] | [INFO] [stdout] 577 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/batch_semaphore.rs:583:17 [INFO] [stdout] | [INFO] [stdout] 583 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/batch_semaphore.rs:589:17 [INFO] [stdout] | [INFO] [stdout] 589 | tracing::trace_span!("runtime.resource.async_op.poll") [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/rwlock.rs:223:17 [INFO] [stdout] | [INFO] [stdout] 223 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/rwlock.rs:228:17 [INFO] [stdout] | [INFO] [stdout] 228 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/rwlock.rs:233:17 [INFO] [stdout] | [INFO] [stdout] 233 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/rwlock.rs:296:17 [INFO] [stdout] | [INFO] [stdout] 296 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/rwlock.rs:301:17 [INFO] [stdout] | [INFO] [stdout] 301 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/rwlock.rs:306:17 [INFO] [stdout] | [INFO] [stdout] 306 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/time/driver/sleep.rs:279:17 [INFO] [stdout] | [INFO] [stdout] 279 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/time/driver/sleep.rs:286:17 [INFO] [stdout] | [INFO] [stdout] 286 | tracing::trace_span!("runtime.resource.async_op", source = "Sleep::new_timeout") [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/time/driver/sleep.rs:369:17 [INFO] [stdout] | [INFO] [stdout] 369 | tracing::trace_span!("runtime.resource.async_op", source = "Sleep::reset"); [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/time/driver/sleep.rs:373:17 [INFO] [stdout] | [INFO] [stdout] 373 | tracing::trace_span!("runtime.resource.async_op.poll"); [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/time/driver/sleep.rs:381:13 [INFO] [stdout] | [INFO] [stdout] 381 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/macros/trace.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] | [INFO] [stdout] ::: src/time/driver/sleep.rs:395:27 [INFO] [stdout] | [INFO] [stdout] 395 | let coop = ready!(trace_poll_op!( [INFO] [stdout] | ___________________________- [INFO] [stdout] 396 | | "poll_elapsed", [INFO] [stdout] 397 | | crate::coop::poll_proceed(cx), [INFO] [stdout] 398 | | )); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `trace_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/macros/trace.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] | [INFO] [stdout] ::: src/time/driver/sleep.rs:395:27 [INFO] [stdout] | [INFO] [stdout] 395 | let coop = ready!(trace_poll_op!( [INFO] [stdout] | ___________________________- [INFO] [stdout] 396 | | "poll_elapsed", [INFO] [stdout] 397 | | crate::coop::poll_proceed(cx), [INFO] [stdout] 398 | | )); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `trace_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/macros/trace.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] | [INFO] [stdout] ::: src/time/driver/sleep.rs:409:16 [INFO] [stdout] | [INFO] [stdout] 409 | return trace_poll_op!("poll_elapsed", result); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `trace_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/macros/trace.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] | [INFO] [stdout] ::: src/time/driver/sleep.rs:409:16 [INFO] [stdout] | [INFO] [stdout] 409 | return trace_poll_op!("poll_elapsed", result); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `trace_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/macros/trace.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] | [INFO] [stdout] ::: src/util/trace.rs:77:17 [INFO] [stdout] | [INFO] [stdout] 77 | trace_poll_op!(poll_op_name, this.inner.poll(cx)) [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `trace_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/macros/trace.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | tracing::trace!( [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] | [INFO] [stdout] ::: src/util/trace.rs:77:17 [INFO] [stdout] | [INFO] [stdout] 77 | trace_poll_op!(poll_op_name, this.inner.poll(cx)) [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `trace_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/future/trace.rs:4:28 [INFO] [stdout] | [INFO] [stdout] 4 | fn id(&self) -> Option; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/future/trace.rs:7:40 [INFO] [stdout] | [INFO] [stdout] 7 | impl InstrumentedFuture for tracing::instrument::Instrumented { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/future/trace.rs:8:28 [INFO] [stdout] | [INFO] [stdout] 8 | fn id(&self) -> Option { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/runtime/task/core.rs:86:27 [INFO] [stdout] | [INFO] [stdout] 86 | pub(super) id: Option, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/runtime/task/harness.rs:286:40 [INFO] [stdout] | [INFO] [stdout] 286 | pub(super) fn id(&self) -> Option<&tracing::Id> { [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/barrier.rs:47:20 [INFO] [stdout] | [INFO] [stdout] 47 | resource_span: tracing::Span, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/mutex.rs:130:20 [INFO] [stdout] | [INFO] [stdout] 130 | resource_span: tracing::Span, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/mutex.rs:146:20 [INFO] [stdout] | [INFO] [stdout] 146 | resource_span: tracing::Span, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/mutex.rs:167:20 [INFO] [stdout] | [INFO] [stdout] 167 | resource_span: tracing::Span, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/oneshot.rs:221:20 [INFO] [stdout] | [INFO] [stdout] 221 | resource_span: tracing::Span, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/oneshot.rs:313:20 [INFO] [stdout] | [INFO] [stdout] 313 | resource_span: tracing::Span, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/oneshot.rs:315:20 [INFO] [stdout] | [INFO] [stdout] 315 | async_op_span: tracing::Span, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/oneshot.rs:317:25 [INFO] [stdout] | [INFO] [stdout] 317 | async_op_poll_span: tracing::Span, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/batch_semaphore.rs:41:20 [INFO] [stdout] | [INFO] [stdout] 41 | resource_span: tracing::Span, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/semaphore.rs:83:20 [INFO] [stdout] | [INFO] [stdout] 83 | resource_span: tracing::Span, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/rwlock/owned_read_guard.rs:19:31 [INFO] [stdout] | [INFO] [stdout] 19 | pub(super) resource_span: tracing::Span, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/rwlock/owned_write_guard.rs:20:31 [INFO] [stdout] | [INFO] [stdout] 20 | pub(super) resource_span: tracing::Span, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/rwlock/owned_write_guard_mapped.rs:19:31 [INFO] [stdout] | [INFO] [stdout] 19 | pub(super) resource_span: tracing::Span, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/rwlock/read_guard.rs:17:31 [INFO] [stdout] | [INFO] [stdout] 17 | pub(super) resource_span: tracing::Span, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/rwlock/write_guard.rs:19:31 [INFO] [stdout] | [INFO] [stdout] 19 | pub(super) resource_span: tracing::Span, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/rwlock/write_guard_mapped.rs:18:31 [INFO] [stdout] | [INFO] [stdout] 18 | pub(super) resource_span: tracing::Span, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/sync/rwlock.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | resource_span: tracing::Span, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/time/interval.rs:400:20 [INFO] [stdout] | [INFO] [stdout] 400 | resource_span: tracing::Span, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/util/trace.rs:29:62 [INFO] [stdout] | [INFO] [stdout] 29 | ... pub(crate) fn async_op(inner: P, resource_span: tracing::Span, source: &str, poll_op_name: &'static str, inherits_child_attrs:... [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/util/trace.rs:52:39 [INFO] [stdout] | [INFO] [stdout] 52 | pub(crate) async_op_span: tracing::Span, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/util/trace.rs:53:44 [INFO] [stdout] | [INFO] [stdout] 53 | pub(crate) async_op_poll_span: tracing::Span, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `tracing` [INFO] [stdout] --> src/util/trace.rs:54:39 [INFO] [stdout] | [INFO] [stdout] 54 | pub(crate) resource_span: tracing::Span, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `tracing` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 123 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not document `tokio` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name tokio src/lib.rs -o /opt/rustwide/target/doc --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="memchr"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="once_cell"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="stats"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --cfg 'feature="winapi"' --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --cfg docsrs --cfg tokio_unstable -Z unstable-options --document-private-items -C metadata=e2b8c307d88b810d -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-3ff2dcaec82f87b7.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-8e4e2b8835c2ad75.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-111d5813d4405e5d.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-b77655110eebc796.rmeta --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-59b4ee96c5a3d7c4.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-6a77d5dadf64d1bc.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-2affe5881c468638.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-b06fb62b00d511df.rmeta --extern signal_hook_registry=/opt/rustwide/target/debug/deps/libsignal_hook_registry-184605bdf0a64366.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-b8aee35c5de41502.rmeta --extern tokio_macros=/opt/rustwide/target/debug/deps/libtokio_macros-f8723385fb6a6f6e.so --extern-html-root-url 'bytes=https://docs.rs/bytes/1.1.0/' --extern-html-root-url 'libc=https://docs.rs/libc/0.2.126/' --extern-html-root-url 'memchr=https://docs.rs/memchr/2.5.0/' --extern-html-root-url 'mio=https://docs.rs/mio/0.8.3/' --extern-html-root-url 'num_cpus=https://docs.rs/num_cpus/1.13.1/' --extern-html-root-url 'once_cell=https://docs.rs/once_cell/1.12.0/' --extern-html-root-url 'parking_lot=https://docs.rs/parking_lot/0.12.0/' --extern-html-root-url 'pin_project_lite=https://docs.rs/pin-project-lite/0.2.9/' --extern-html-root-url 'signal_hook_registry=https://docs.rs/signal-hook-registry/1.4.0/' --extern-html-root-url 'socket2=https://docs.rs/socket2/0.4.4/' --extern-html-root-url 'tokio_macros=https://docs.rs/tokio-macros/1.7.0/' -Zunstable-options --crate-version 1.18.2` (exit status: 1) [INFO] running `Command { std: "docker" "inspect" "39eef0e6e87a3c4269d6784b68bb52284526c8271e31772ffe059e156f484b2f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "39eef0e6e87a3c4269d6784b68bb52284526c8271e31772ffe059e156f484b2f", kill_on_drop: false }` [INFO] [stdout] 39eef0e6e87a3c4269d6784b68bb52284526c8271e31772ffe059e156f484b2f