trillium-testing 0.4.0

testing library for trillium applications
Build #477170 2021-12-13T23:05:17.818405+00:00
# rustc version
rustc 1.59.0-nightly (6bda5b331 2021-12-12)
# docs.rs version
docsrs 0.6.0 (0607ed2 2021-12-01)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/trillium-testing-0.4.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/trillium-testing-0.4.0/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" "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" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5df6ddad4a5b29fe213f677d7e2acfdb848e97b967f7cba3bf1fba1640344a16" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20211212-1.59.0-nightly-6bda5b331\", \"--static-root-path\", \"/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\"]" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] fb50c7be7a887885ebd9bcbb2f1a2c05963d5d4afd059cc3bce909db3bd490bc
[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" "fb50c7be7a887885ebd9bcbb2f1a2c05963d5d4afd059cc3bce909db3bd490bc", kill_on_drop: false }`
[INFO] [stderr]  Documenting trillium-testing v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: must enable smol, async-std, or tokio feature
[INFO] [stderr]    --> src/lib.rs:111:9
[INFO] [stderr]     |
[INFO] [stderr] 111 |         compile_error!("must enable smol, async-std, or tokio feature");
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Url` in this scope
[INFO] [stderr]   --> src/with_server.rs:25:19
[INFO] [stderr]    |
[INFO] [stderr] 25 |             url: &Url,
[INFO] [stderr]    |                   ^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: consider importing one of these items
[INFO] [stderr]    |
[INFO] [stderr] 15 |         use crate::Url;
[INFO] [stderr]    |
[INFO] [stderr] 15 |         use trillium_server_common::Url;
[INFO] [stderr]    |
[INFO] [stderr] 15 |         use url::Url;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error: Compilation failed, aborting rustdoc
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not document `trillium-testing`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `rustdoc --edition=2021 --crate-type lib --crate-name trillium_testing src/lib.rs --target x86_64-unknown-linux-gnu -o /opt/rustwide/target/x86_64-unknown-linux-gnu/doc --cfg 'feature="default"' --error-format=json --json=diagnostic-rendered-ansi,future-incompat -C metadata=f83779f48bcc937e -L dependency=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_channel=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libasync_channel-c2856319b71a26d6.rmeta --extern async_dup=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libasync_dup-8848df4f312390dc.rmeta --extern cfg_if=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libcfg_if-c778d32636046772.rmeta --extern futures_lite=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libfutures_lite-7abfe41ccb0b20b0.rmeta --extern portpicker=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libportpicker-f91405cfdb769258.rmeta --extern trillium=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libtrillium-4f0914d12e79d9d1.rmeta --extern trillium_http=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libtrillium_http-6c23386eed9ccbc8.rmeta --extern trillium_server_common=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libtrillium_server_common-2e80094b68e6eeb3.rmeta --extern url=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/liburl-22f520dee804ce42.rmeta --extern-html-root-url 'async_channel=https://docs.rs/async-channel/1.6.1/x86_64-unknown-linux-gnu' --extern-html-root-url 'async_dup=https://docs.rs/async-dup/1.2.2/x86_64-unknown-linux-gnu' --extern-html-root-url 'cfg_if=https://docs.rs/cfg-if/1.0.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'futures_lite=https://docs.rs/futures-lite/1.12.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'portpicker=https://docs.rs/portpicker/0.1.1/x86_64-unknown-linux-gnu' --extern-html-root-url 'trillium=https://docs.rs/trillium/0.2.2/x86_64-unknown-linux-gnu' --extern-html-root-url 'trillium_http=https://docs.rs/trillium-http/0.2.5/x86_64-unknown-linux-gnu' --extern-html-root-url 'trillium_server_common=https://docs.rs/trillium-server-common/0.3.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'url=https://docs.rs/url/2.2.2/x86_64-unknown-linux-gnu' -Zunstable-options -Z unstable-options --emit=invocation-specific --resource-suffix -20211212-1.59.0-nightly-6bda5b331 --static-root-path / --cap-lints warn --disable-per-crate-search --crate-version 0.4.0` (exit status: 1)
[INFO] running `Command { std: "docker" "inspect" "fb50c7be7a887885ebd9bcbb2f1a2c05963d5d4afd059cc3bce909db3bd490bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fb50c7be7a887885ebd9bcbb2f1a2c05963d5d4afd059cc3bce909db3bd490bc", kill_on_drop: false }`
[INFO] [stdout] fb50c7be7a887885ebd9bcbb2f1a2c05963d5d4afd059cc3bce909db3bd490bc