[go: up one dir, main page]

smol 0.3.2

A small and fast async runtime
Documentation
Build #274266 2020-07-23 22:02:45
# rustc version
rustc 1.47.0-nightly (bbebe7351 2020-07-22)# docs.rs version
docsrs 0.6.0 (c9e59af 2020-07-19)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/smol-0.3.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/smol-0.3.2/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 -20200722-1.47.0-nightly-bbebe7351 --static-root-path / --cap-lints warn --extern-html-root-url http=https://docs.rs/http/0.2.1 --extern-html-root-url warp=https://docs.rs/warp/0.2.4 --extern-html-root-url async_dup=https://docs.rs/async-dup/1.2.1 --extern-html-root-url tide=https://docs.rs/tide/0.12.0 --extern-html-root-url base64=https://docs.rs/base64/0.12.3 --extern-html-root-url anyhow=https://docs.rs/anyhow/1.0.31 --extern-html-root-url blocking=https://docs.rs/blocking/0.5.0 --extern-html-root-url async_executor=https://docs.rs/async-executor/0.1.2 --extern-html-root-url num_cpus=https://docs.rs/num_cpus/1.13.0 --extern-html-root-url async_net=https://docs.rs/async-net/0.1.1 --extern-html-root-url futures_lite=https://docs.rs/futures-lite/0.1.9 --extern-html-root-url http_types=https://docs.rs/http-types/2.3.0 --extern-html-root-url native_tls=https://docs.rs/native-tls/0.2.4 --extern-html-root-url signal_hook=https://docs.rs/signal-hook/0.1.16 --extern-html-root-url async_h1=https://docs.rs/async-h1/2.1.0 --extern-html-root-url async_channel=https://docs.rs/async-channel/1.1.1 --extern-html-root-url async_io=https://docs.rs/async-io/0.1.5 --extern-html-root-url tempfile=https://docs.rs/tempfile/3.1.0 --extern-html-root-url async_std=https://docs.rs/async-std/1.6.2 --extern-html-root-url hyper=https://docs.rs/hyper/0.13.7 --extern-html-root-url futures=https://docs.rs/futures/0.3.5 --extern-html-root-url async_native_tls=https://docs.rs/async-native-tls/0.3.3 --extern-html-root-url uds_windows=https://docs.rs/uds_windows/0.1.5 --extern-html-root-url surf=https://docs.rs/surf/2.0.0-alpha.4 --extern-html-root-url scraper=https://docs.rs/scraper/0.12.0 --extern-html-root-url ctrlc=https://docs.rs/ctrlc/3.1.5 --extern-html-root-url nix=https://docs.rs/nix/0.17.0 --extern-html-root-url inotify=https://docs.rs/inotify/0.8.3 --extern-html-root-url async_tungstenite=https://docs.rs/async-tungstenite/0.7.1 --extern-html-root-url reqwest=https://docs.rs/reqwest/0.10.6 --extern-html-root-url easy_parallel=https://docs.rs/easy-parallel/3.1.0 --extern-html-root-url timerfd=https://docs.rs/timerfd/1.1.1 --extern-html-root-url tungstenite=https://docs.rs/tungstenite/0.11.0 --extern-html-root-url url=https://docs.rs/url/2.1.1" "-e" "DOCS_RS=1" "-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", kill_on_drop: false }`
[INFO] [stdout] cc8daf1f19e3f53269afa145e363e8eb0d3e4b8c702b09f0ae3ffc987756902f
[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" "cc8daf1f19e3f53269afa145e363e8eb0d3e4b8c702b09f0ae3ffc987756902f", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.73
[INFO] [stderr]     Checking cache-padded v1.1.1
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]     Checking futures-core v0.3.5
[INFO] [stderr]     Checking fastrand v1.3.3
[INFO] [stderr]     Checking parking v1.0.5
[INFO] [stderr]     Checking futures-io v0.3.5
[INFO] [stderr]     Checking pin-project-lite v0.1.7
[INFO] [stderr]     Checking waker-fn v1.0.0
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]     Checking once_cell v1.4.0
[INFO] [stderr]     Checking async-task v3.0.0
[INFO] [stderr]     Checking vec-arena v0.5.0
[INFO] [stderr]     Checking event-listener v2.2.0
[INFO] [stderr]     Checking scoped-tls v1.0.0
[INFO] [stderr]     Checking atomic-waker v1.0.0
[INFO] [stderr]     Checking easy-parallel v3.1.0
[INFO] [stderr]     Checking concurrent-queue v1.1.1
[INFO] [stderr]     Checking async-channel v1.1.1
[INFO] [stderr]     Checking multitask v0.2.0
[INFO] [stderr]     Checking futures-lite v0.1.9
[INFO] [stderr]     Checking blocking v0.5.0
[INFO] [stderr]     Checking socket2 v0.3.12
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking async-io v0.1.5
[INFO] [stderr]     Checking async-executor v0.1.2
[INFO] [stderr]  Documenting smol v0.3.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 6.60s
[INFO] running `Command { std: "docker" "inspect" "cc8daf1f19e3f53269afa145e363e8eb0d3e4b8c702b09f0ae3ffc987756902f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cc8daf1f19e3f53269afa145e363e8eb0d3e4b8c702b09f0ae3ffc987756902f", kill_on_drop: false }`
[INFO] [stdout] cc8daf1f19e3f53269afa145e363e8eb0d3e4b8c702b09f0ae3ffc987756902f