tokio 1.33.0

An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications.
Build #1052405 2023-12-08T19:34:10.559705+00:00
# rustc version
rustc 1.76.0-nightly (503e12932 2023-12-07)# docs.rs version
docsrs 0.6.0 (863517b5 2023-12-08)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/tokio-1.33.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/tokio-1.33.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "-Z" "unstable-options" "--config" "build.rustflags=[\"--cfg\", \"tokio_unstable\", \"--cfg\", \"tokio_taskdump\"]" "-Zhost-config" "-Ztarget-applies-to-host" "--config" "host.rustflags=[\"--cfg\", \"tokio_unstable\", \"--cfg\", \"tokio_taskdump\"]" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"tokio_unstable\", \"--cfg\", \"tokio_taskdump\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20231207-1.76.0-nightly-503e12932\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] 27ed69a951166dbd1a5630354b98b27735054d10361c1cbdfe844d08374b1c78
[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" "27ed69a951166dbd1a5630354b98b27735054d10361c1cbdfe844d08374b1c78", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr]  Documenting tokio v1.33.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0277]: the trait bound `doc::NotDefinedHere: mio::event::Source` is not satisfied
[INFO] [stderr]    --> src/net/windows/named_pipe.rs:104:9
[INFO] [stderr]     |
[INFO] [stderr] 104 |     io: PollEvented<mio_windows::NamedPipe>,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `mio::event::Source` is not implemented for `doc::NotDefinedHere`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the following other types implement trait `mio::event::Source`:
[INFO] [stderr]               std::boxed::Box<T>
[INFO] [stderr]               mio::unix::SourceFd<'a>
[INFO] [stderr]               mio::unix::pipe::Sender
[INFO] [stderr]               mio::unix::pipe::Receiver
[INFO] [stderr]               mio::io_source::IoSource<T>
[INFO] [stderr]               mio::net::TcpListener
[INFO] [stderr]               mio::net::TcpStream
[INFO] [stderr]               mio::net::UdpSocket
[INFO] [stderr]             and 4 others
[INFO] [stderr] note: required by a bound in `io::poll_evented::PollEvented`
[INFO] [stderr]    --> src/io/poll_evented.rs:65:38
[INFO] [stderr]     |
[INFO] [stderr] 65  |     pub(crate) struct PollEvented<E: Source> {
[INFO] [stderr]     |                                      ^^^^^^ required by this bound in `PollEvented`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `doc::NotDefinedHere: mio::event::Source` is not satisfied
[INFO] [stderr]    --> src/net/windows/named_pipe.rs:977:9
[INFO] [stderr]     |
[INFO] [stderr] 977 |     io: PollEvented<mio_windows::NamedPipe>,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `mio::event::Source` is not implemented for `doc::NotDefinedHere`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the following other types implement trait `mio::event::Source`:
[INFO] [stderr]               std::boxed::Box<T>
[INFO] [stderr]               mio::unix::SourceFd<'a>
[INFO] [stderr]               mio::unix::pipe::Sender
[INFO] [stderr]               mio::unix::pipe::Receiver
[INFO] [stderr]               mio::io_source::IoSource<T>
[INFO] [stderr]               mio::net::TcpListener
[INFO] [stderr]               mio::net::TcpStream
[INFO] [stderr]               mio::net::UdpSocket
[INFO] [stderr]             and 4 others
[INFO] [stderr] note: required by a bound in `io::poll_evented::PollEvented`
[INFO] [stderr]    --> src/io/poll_evented.rs:65:38
[INFO] [stderr]     |
[INFO] [stderr] 65  |     pub(crate) struct PollEvented<E: Source> {
[INFO] [stderr]     |                                      ^^^^^^ required by this bound in `PollEvented`
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not document `tokio`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/bin/rustdoc --edition=2021 --crate-type lib --crate-name tokio src/lib.rs --target x86_64-unknown-linux-gnu -o /opt/rustwide/target/x86_64-unknown-linux-gnu/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="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --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="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="tracing"' --cfg 'feature="windows-sys"' --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat -C metadata=606a91e127731124 -L dependency=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern backtrace=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libbacktrace-5270c56875885f02.rmeta --extern bytes=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libbytes-d7f5b6ade6188220.rmeta --extern libc=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/liblibc-38c0088155dba44d.rmeta --extern mio=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libmio-83eb4b1385b85b20.rmeta --extern num_cpus=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libnum_cpus-43c04a904080d356.rmeta --extern parking_lot=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libparking_lot-85424ad898ce50d7.rmeta --extern pin_project_lite=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libpin_project_lite-ed862574194b6a8d.rmeta --extern signal_hook_registry=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libsignal_hook_registry-6a768afaebcc2044.rmeta --extern socket2=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libsocket2-cc7ad4851ba2725e.rmeta --extern tokio_macros=/opt/rustwide/target/debug/deps/libtokio_macros-a507d4020274d8b7.so --extern tracing=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libtracing-61dda3017fc1dd6e.rmeta --extern-html-root-url 'backtrace=https://docs.rs/backtrace/0.3.69/x86_64-unknown-linux-gnu' --extern-html-root-url 'bytes=https://docs.rs/bytes/1.5.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'libc=https://docs.rs/libc/0.2.150/x86_64-unknown-linux-gnu' --extern-html-root-url 'mio=https://docs.rs/mio/0.8.10/x86_64-unknown-linux-gnu' --extern-html-root-url 'num_cpus=https://docs.rs/num_cpus/1.16.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'parking_lot=https://docs.rs/parking_lot/0.12.1/x86_64-unknown-linux-gnu' --extern-html-root-url 'pin_project_lite=https://docs.rs/pin-project-lite/0.2.13/x86_64-unknown-linux-gnu' --extern-html-root-url 'signal_hook_registry=https://docs.rs/signal-hook-registry/1.4.1/x86_64-unknown-linux-gnu' --extern-html-root-url 'socket2=https://docs.rs/socket2/0.5.5/x86_64-unknown-linux-gnu' --extern-html-root-url 'tokio_macros=https://docs.rs/tokio-macros/2.1.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'tracing=https://docs.rs/tracing/0.1.40/x86_64-unknown-linux-gnu' -Zunstable-options --cfg docsrs --cfg tokio_unstable --cfg tokio_taskdump -Z unstable-options --emit=invocation-specific --resource-suffix -20231207-1.76.0-nightly-503e12932 --static-root-path /-/rustdoc.static/ --cap-lints warn --extern-html-root-takes-precedence --crate-version 1.33.0` (exit status: 1)
[INFO] running `Command { std: "docker" "inspect" "27ed69a951166dbd1a5630354b98b27735054d10361c1cbdfe844d08374b1c78", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "27ed69a951166dbd1a5630354b98b27735054d10361c1cbdfe844d08374b1c78", kill_on_drop: false }`
[INFO] [stdout] 27ed69a951166dbd1a5630354b98b27735054d10361c1cbdfe844d08374b1c78