tokio 0.2.20

An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications.
Documentation
Build #244543 2020-04-28T23:38:32.079598+00:00
# rustc version
rustc 1.45.0-nightly (2d03399f5 2020-04-27)
# docs.rs version
docsrs 0.6.0 (bc15998 2020-04-16)

# build log
[INFO] running `"docker" "create" "-v" "/home/cratesfyi/workspace/builds/tokio-0.2.20/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/tokio-0.2.20/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1001" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=-Z unstable-options --resource-suffix -20200427-1.45.0-nightly-2d03399f5 --static-root-path / --cap-lints warn --extern-html-root-url loom=https://docs.rs/loom/0.3.3 --extern-html-root-url bytes=https://docs.rs/bytes/0.5.4 --extern-html-root-url proptest=https://docs.rs/proptest/0.9.6 --extern-html-root-url futures=https://docs.rs/futures/0.3.4 --extern-html-root-url tempfile=https://docs.rs/tempfile/3.1.0 --extern-html-root-url tokio_test=https://docs.rs/tokio-test/0.2.1 --extern-html-root-url pin_project_lite=https://docs.rs/pin-project-lite/0.1.4 --cfg docsrs" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "2" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "doc" "--lib" "--no-deps" "-j2" "--all-features"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] f46de647abf88d337a0dc499a92ba6a4a46fe6a640e9fab87160579b5612dcaf
[INFO] running `"docker" "start" "-a" "f46de647abf88d337a0dc499a92ba6a4a46fe6a640e9fab87160579b5612dcaf"`
[INFO] [stderr]    Compiling libc v0.2.69
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]    Compiling proc-macro2 v1.0.10
[INFO] [stderr]    Compiling unicode-xid v0.2.0
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]    Compiling syn v1.0.18
[INFO] [stderr]     Checking slab v0.4.2
[INFO] [stderr]     Checking scopeguard v1.1.0
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]     Checking smallvec v1.4.0
[INFO] [stderr]     Checking arc-swap v0.4.6
[INFO] [stderr]     Checking pin-project-lite v0.1.4
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking fnv v1.0.6
[INFO] [stderr]     Checking futures-core v0.3.4
[INFO] [stderr]     Checking bytes v0.5.4
[INFO] [stderr]     Checking lock_api v0.3.4
[INFO] [stderr]    Compiling quote v1.0.3
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking net2 v0.2.33
[INFO] [stderr]     Checking parking_lot_core v0.7.2
[INFO] [stderr]     Checking signal-hook-registry v1.2.0
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking mio v0.6.21
[INFO] [stderr]     Checking parking_lot v0.10.2
[INFO] [stderr]     Checking mio-uds v0.6.7
[INFO] [stderr]    Compiling tokio-macros v0.2.5
[INFO] [stderr]  Documenting tokio v0.2.20 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unknown attribute `norun`. Did you mean `no_run`?
[INFO] [stderr]   --> src/time/throttle.rs:13:1
[INFO] [stderr]    |
[INFO] [stderr] 13 | / /// Slows down a stream by enforcing a delay between items.
[INFO] [stderr] 14 | | /// They will be produced not more often than the specified interval.
[INFO] [stderr] 15 | | ///
[INFO] [stderr] 16 | | /// # Example
[INFO] [stderr] ...  |
[INFO] [stderr] 31 | | /// # }
[INFO] [stderr] 32 | | /// ```
[INFO] [stderr]    | |_______^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(invalid_codeblock_attribute)]` on by default
[INFO] [stderr]    = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want)
[INFO] [stderr] 
[INFO] [stderr] warning: unknown attribute `norun`. Did you mean `no_run`?
[INFO] [stderr]   --> src/time/throttle.rs:13:1
[INFO] [stderr]    |
[INFO] [stderr] 13 | / /// Slows down a stream by enforcing a delay between items.
[INFO] [stderr] 14 | | /// They will be produced not more often than the specified interval.
[INFO] [stderr] 15 | | ///
[INFO] [stderr] 16 | | /// # Example
[INFO] [stderr] ...  |
[INFO] [stderr] 31 | | /// # }
[INFO] [stderr] 32 | | /// ```
[INFO] [stderr]    | |_______^
[INFO] [stderr]    |
[INFO] [stderr]    = help: the code block will either not be tested if not marked as a rust one or will be run (which you might not want)
[INFO] [stderr] 
[INFO] [stderr] warning: 2 warnings emitted
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 21.77s
[INFO] running `"docker" "inspect" "f46de647abf88d337a0dc499a92ba6a4a46fe6a640e9fab87160579b5612dcaf"`
[INFO] running `"docker" "rm" "-f" "f46de647abf88d337a0dc499a92ba6a4a46fe6a640e9fab87160579b5612dcaf"`
[INFO] [stdout] f46de647abf88d337a0dc499a92ba6a4a46fe6a640e9fab87160579b5612dcaf