smtp-queue 0.1.0

Queue for SMTP messages using smol
Documentation
Build #2529717 2025-09-23 22:45:07

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.92.0-nightly (f6092f224 2025-09-22)

# docs.rs version docsrs 0.6.0 (f42173de 2025-09-12)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/smtp-queue-0.1.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/smtp-queue-0.1.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" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250922-1.92.0-nightly-f6092f224\", \"--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] 1b1dcb454e0a7922b77ffecc30140c73305b34b24978c8585b45159fb6b9d0a5 [INFO] running `Command { std: "docker" "start" "-a" "1b1dcb454e0a7922b77ffecc30140c73305b34b24978c8585b45159fb6b9d0a5", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Checking smtp-queue-types v0.1.0 [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smtp-queue-types-0.1.0/src/lib.rs:13:9 [INFO] [stderr] | [INFO] [stderr] 12 | pub fn last_interval(&self) -> Result<Option<Duration>, time::OutOfRangeError> { [INFO] [stderr] | ----------------------------------------------- expected `Result<std::option::Option<std::time::Duration>, time::OutOfRangeError>` because of return type [INFO] [stderr] 13 | / self.last_attempt [INFO] [stderr] 14 | | .map(|last| (last - self.at).to_std()) [INFO] [stderr] 15 | | .transpose() [INFO] [stderr] | |________________________^ expected `time::OutOfRangeError`, found `chrono::OutOfRangeError` [INFO] [stderr] | [INFO] [stderr] = note: `chrono::OutOfRangeError` and `time::OutOfRangeError` have similar names, but are actually distinct types [INFO] [stderr] note: `chrono::OutOfRangeError` is defined in crate `chrono` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.42/src/time_delta.rs:627:1 [INFO] [stderr] | [INFO] [stderr] 627 | pub struct OutOfRangeError(()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] note: `time::OutOfRangeError` is defined in crate `time` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.1.45/src/duration.rs:407:1 [INFO] [stderr] | [INFO] [stderr] 407 | pub struct OutOfRangeError(()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `smtp-queue-types` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "1b1dcb454e0a7922b77ffecc30140c73305b34b24978c8585b45159fb6b9d0a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1b1dcb454e0a7922b77ffecc30140c73305b34b24978c8585b45159fb6b9d0a5", kill_on_drop: false }` [INFO] [stdout] 1b1dcb454e0a7922b77ffecc30140c73305b34b24978c8585b45159fb6b9d0a5