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.86.0-nightly (8361aef0d 2025-01-14)# docs.rs version
docsrs 0.6.0 (13d4ccea 2025-01-13)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/splinter-0.6.14/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/splinter-0.6.14/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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "stable experimental" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250114-1.86.0-nightly-8361aef0d\", \"--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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 12bab9661070b1775cef87b81e94e7be62d4e863b1979eba3316aa74d64b2402
[INFO] running `Command { std: "docker" "start" "-a" "12bab9661070b1775cef87b81e94e7be62d4e863b1979eba3316aa74d64b2402", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: mesh-echo-peer
[INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr] to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Checking actix-http v0.2.11
[INFO] [stderr] Checking generic-array v0.12.4
[INFO] [stderr] Checking crossbeam-queue v0.2.3
[INFO] [stderr] Compiling parking_lot v0.8.0
[INFO] [stderr] Compiling secp256k1-sys v0.4.2
[INFO] [stderr] Compiling num-bigint v0.2.6
[INFO] [stderr] Compiling byteorder v1.5.0
[INFO] [stderr] Compiling gcc v0.3.55
[INFO] [stderr] Compiling bitflags v1.3.2
[INFO] [stderr] Compiling fastrand v2.3.0
[INFO] [stderr] Checking byte-tools v0.3.1
[INFO] [stderr] Checking base64 v0.21.7
[INFO] [stderr] Checking block-padding v0.1.5
[INFO] [stderr] Compiling diesel v1.4.8
[INFO] [stderr] Compiling tempfile v3.15.0
[INFO] [stderr] Checking rustls-pemfile v1.0.4
[INFO] [stderr] Checking tokio-threadpool v0.1.18
[INFO] [stderr] Checking sha-1 v0.9.8
[INFO] [stderr] error[E0277]: cannot subtract `TimeDelta` from `Tm`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-0.2.11/src/cookie/jar.rs:226:44
[INFO] [stderr] |
[INFO] [stderr] 226 | cookie.set_expires(time::now() - Duration::days(365));
[INFO] [stderr] | ^ no implementation for `Tm - TimeDelta`
[INFO] [stderr] |
[INFO] [stderr] = help: the trait `Sub<TimeDelta>` is not implemented for `Tm`
[INFO] [stderr] = help: the following other types implement trait `Sub<Rhs>`:
[INFO] [stderr] `Tm` implements `Sub<time::Duration>`
[INFO] [stderr] `Tm` implements `Sub`
[INFO] [stderr]
[INFO] [stderr] Compiling rust-crypto v0.2.36
[INFO] [stderr] Checking actix-server v0.6.1
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-http-0.2.11/src/cookie/mod.rs:742:40
[INFO] [stderr] |
[INFO] [stderr] 742 | self.set_expires(time::now() + twenty_years);
[INFO] [stderr] | ^^^^^^^^^^^^ expected `Duration`, found `TimeDelta`
[INFO] [stderr]
[INFO] [stderr] Checking rand_chacha v0.3.1
[INFO] [stderr] Checking libsqlite3-sys v0.22.2
[INFO] [stderr] Checking hyper-rustls v0.24.2
[INFO] [stderr] Checking h2 v0.2.7
[INFO] [stderr] Checking brotli v3.5.0
[INFO] [stderr] Checking pq-sys v0.4.8
[INFO] [stderr] Checking hyper-tls v0.5.0
[INFO] [stderr] Checking actix-connect v2.0.0
[INFO] [stderr] Checking cookie v0.14.4
[INFO] [stderr] Checking r2d2 v0.8.10
[INFO] [stderr] Compiling protobuf-codegen v2.28.0
[INFO] [stderr] Some errors have detailed explanations: E0277, E0308.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `actix-http` (lib) due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "12bab9661070b1775cef87b81e94e7be62d4e863b1979eba3316aa74d64b2402", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "12bab9661070b1775cef87b81e94e7be62d4e863b1979eba3316aa74d64b2402", kill_on_drop: false }`
[INFO] [stdout] 12bab9661070b1775cef87b81e94e7be62d4e863b1979eba3316aa74d64b2402