Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# rustc version
rustc 1.67.0-nightly (96ddd32c4 2022-11-14)# docs.rs version
docsrs 0.6.0 (2e5ef9b6 2022-11-15)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/reqwless-0.2.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/reqwless-0.2.1/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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/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\", \"-20221114-1.67.0-nightly-96ddd32c4\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--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\"" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] ccab6268d79072a1c89574c9fbac94003f22b55a24171de584ab73de20fe01c5
[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" "ccab6268d79072a1c89574c9fbac94003f22b55a24171de584ab73de20fe01c5", kill_on_drop: false }`
[INFO] [stderr] Documenting reqwless v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0106]: missing lifetime specifier
[INFO] [stderr] --> src/client.rs:92:56
[INFO] [stderr] |
[INFO] [stderr] 92 | pub fn new(client: &'a T, dns: &'a D) -> HttpClient<T, D, NoTls> {
[INFO] [stderr] | ----- ----- ^ expected named lifetime parameter
[INFO] [stderr] |
[INFO] [stderr] = help: this function's return type contains a borrowed value with an elided lifetime, but the lifetime cannot be derived from the arguments
[INFO] [stderr] help: consider using the `'a` lifetime
[INFO] [stderr] |
[INFO] [stderr] 92 | pub fn new(client: &'a T, dns: &'a D) -> HttpClient<'a, T, D, NoTls> {
[INFO] [stderr] | +++
[INFO] [stderr]
[INFO] [stderr] error: Compilation failed, aborting rustdoc
[INFO] [stderr]
[INFO] [stderr] For more information about this error, try `rustc --explain E0106`.
[INFO] [stderr] error: could not document `reqwless`
[INFO] [stderr]
[INFO] [stderr] Caused by:
[INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2021 --crate-type lib --crate-name reqwless src/lib.rs --target x86_64-unknown-linux-gnu -o /opt/rustwide/target/x86_64-unknown-linux-gnu/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat -C metadata=8543ea9d82232e0c -L dependency=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern base64=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libbase64-fa0a12ec82514012.rmeta --extern embedded_io=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libembedded_io-eb469f336b2d2656.rmeta --extern embedded_nal_async=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libembedded_nal_async-3cb99e92c38ba636.rmeta --extern embedded_tls=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libembedded_tls-079178776276d14d.rmeta --extern heapless=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libheapless-d72aba19f91dff76.rmeta --extern httparse=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libhttparse-61cd7d95f555d75b.rmeta --extern rand_core=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/librand_core-98dd9eda41ed60bc.rmeta --extern-html-root-url 'base64=https://docs.rs/base64/0.13.1/x86_64-unknown-linux-gnu' --extern-html-root-url 'embedded_io=https://docs.rs/embedded-io/0.3.1/x86_64-unknown-linux-gnu' --extern-html-root-url 'embedded_nal_async=https://docs.rs/embedded-nal-async/0.2.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'embedded_tls=https://docs.rs/embedded-tls/0.9.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'heapless=https://docs.rs/heapless/0.7.16/x86_64-unknown-linux-gnu' --extern-html-root-url 'httparse=https://docs.rs/httparse/1.8.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'rand_core=https://docs.rs/rand_core/0.6.4/x86_64-unknown-linux-gnu' -Zunstable-options -Z unstable-options --emit=invocation-specific --resource-suffix -20221114-1.67.0-nightly-96ddd32c4 --static-root-path /-/rustdoc.static/ --cap-lints warn --disable-per-crate-search --extern-html-root-takes-precedence --crate-version 0.2.1` (exit status: 1)
[INFO] running `Command { std: "docker" "inspect" "ccab6268d79072a1c89574c9fbac94003f22b55a24171de584ab73de20fe01c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ccab6268d79072a1c89574c9fbac94003f22b55a24171de584ab73de20fe01c5", kill_on_drop: false }`
[INFO] [stdout] ccab6268d79072a1c89574c9fbac94003f22b55a24171de584ab73de20fe01c5