vqueue 2.2.1

vSMTP's queues mananger. Secured, Faster and Greener
Documentation

Build #3426514 2026-05-30 00:33:34

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.

# error kind ExecutionFailed

# pre-build errors command failed: exit status: 101

# rustc version rustc 1.98.0-nightly (cced03bfd 2026-05-28)

# docs.rs version docsrs 0.0.0 (f16e33f3e6ac9fc9e4413728c5dd1b2ba1c6b799 2026-05-23 )

# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "f60f325a17151b0da1aa19893da4fb345903d6461ea294b121ec3c5d9986f621" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260528-1.98.0-nightly-cced03bfd\", \"--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: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Checking rsasl v2.0.0 [INFO] [stderr] Checking rhai v1.13.0 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Checking users v0.11.0 [INFO] [stderr] Checking thread_local v1.1.9 [INFO] [stderr] Checking linux-raw-sys v0.12.1 [INFO] [stderr] Checking bitflags v2.11.1 [INFO] [stderr] Checking clap_lex v1.1.0 [INFO] [stderr] Checking humantime v2.3.0 [INFO] [stderr] error: lifetime may not live long enough [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rsasl-2.0.0/src/callback.rs:302:25 [INFO] [stderr] | [INFO] [stderr] 292 | impl<'a> Request<'a> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] ... [INFO] [stderr] 299 | pub(crate) fn new_action<'t, 'p, P: Property<'p>>( [INFO] [stderr] | -- lifetime `'p` defined here [INFO] [stderr] ... [INFO] [stderr] 302 | unsafe { &mut *(val as &mut dyn Erased as *mut dyn Erased as *mut Self) } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ cast requires that `'a` must outlive `'p` [INFO] [stderr] | [INFO] [stderr] = help: consider adding the following bound: `'a: 'p` [INFO] [stderr] note: raw pointer casts of trait objects cannot extend lifetimes [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rsasl-2.0.0/src/callback.rs:302:24 [INFO] [stderr] | [INFO] [stderr] 302 | unsafe { &mut *(val as &mut dyn Erased as *mut dyn Erased as *mut Self) } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this was previously accepted by the compiler but was changed recently [INFO] [stderr] = help: see <https://github.com/rust-lang/rust/issues/141402> for more information [INFO] [stderr] [INFO] [stderr] error: lifetime may not live long enough [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rsasl-2.0.0/src/callback.rs:302:70 [INFO] [stderr] | [INFO] [stderr] 292 | impl<'a> Request<'a> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] ... [INFO] [stderr] 299 | pub(crate) fn new_action<'t, 'p, P: Property<'p>>( [INFO] [stderr] | -- lifetime `'p` defined here [INFO] [stderr] ... [INFO] [stderr] 302 | unsafe { &mut *(val as &mut dyn Erased as *mut dyn Erased as *mut Self) } [INFO] [stderr] | ^^^^^^^^^ type annotation requires that `'p` must outlive `'a` [INFO] [stderr] | [INFO] [stderr] = help: consider adding the following bound: `'p: 'a` [INFO] [stderr] = note: requirement occurs because of a mutable pointer to `callback::Request<'_>` [INFO] [stderr] = note: mutable pointers are invariant over their type parameter [INFO] [stderr] = help: see <https://doc.rust-lang.org/nomicon/subtyping.html> for more information about variance [INFO] [stderr] note: raw pointer casts of trait objects cannot extend lifetimes [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rsasl-2.0.0/src/callback.rs:302:24 [INFO] [stderr] | [INFO] [stderr] 302 | unsafe { &mut *(val as &mut dyn Erased as *mut dyn Erased as *mut Self) } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this was previously accepted by the compiler but was changed recently [INFO] [stderr] = help: see <https://github.com/rust-lang/rust/issues/141402> for more information [INFO] [stderr] [INFO] [stderr] help: `'a` and `'p` must be the same: replace one with the other [INFO] [stderr] [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Checking clap_builder v4.6.0 [INFO] [stderr] error: lifetime may not live long enough [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rsasl-2.0.0/src/validate.rs:134:25 [INFO] [stderr] | [INFO] [stderr] 133 | pub(crate) fn new<'opt, V: Validation>(opt: &'opt mut Tagged<'_, V>) -> &'opt mut Self { [INFO] [stderr] | --- -------------- return type is &mut Validate<'1> [INFO] [stderr] | | [INFO] [stderr] | has type `&mut Tagged<'2, V>` [INFO] [stderr] 134 | unsafe { &mut *(opt as &mut dyn Erased as *mut dyn Erased as *mut Self) } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ cast requires that `'1` must outlive `'2` [INFO] [stderr] | [INFO] [stderr] note: raw pointer casts of trait objects cannot extend lifetimes [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rsasl-2.0.0/src/validate.rs:134:24 [INFO] [stderr] | [INFO] [stderr] 134 | unsafe { &mut *(opt as &mut dyn Erased as *mut dyn Erased as *mut Self) } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this was previously accepted by the compiler but was changed recently [INFO] [stderr] = help: see <https://github.com/rust-lang/rust/issues/141402> for more information [INFO] [stderr] [INFO] [stderr] error: lifetime may not live long enough [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rsasl-2.0.0/src/validate.rs:134:70 [INFO] [stderr] | [INFO] [stderr] 133 | pub(crate) fn new<'opt, V: Validation>(opt: &'opt mut Tagged<'_, V>) -> &'opt mut Self { [INFO] [stderr] | --- -------------- return type is &mut Validate<'1> [INFO] [stderr] | | [INFO] [stderr] | has type `&mut Tagged<'2, V>` [INFO] [stderr] 134 | unsafe { &mut *(opt as &mut dyn Erased as *mut dyn Erased as *mut Self) } [INFO] [stderr] | ^^^^^^^^^ type annotation requires that `'2` must outlive `'1` [INFO] [stderr] | [INFO] [stderr] = note: requirement occurs because of a mutable pointer to `Validate<'_>` [INFO] [stderr] = note: mutable pointers are invariant over their type parameter [INFO] [stderr] = help: see <https://doc.rust-lang.org/nomicon/subtyping.html> for more information about variance [INFO] [stderr] note: raw pointer casts of trait objects cannot extend lifetimes [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rsasl-2.0.0/src/validate.rs:134:24 [INFO] [stderr] | [INFO] [stderr] 134 | unsafe { &mut *(opt as &mut dyn Erased as *mut dyn Erased as *mut Self) } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this was previously accepted by the compiler but was changed recently [INFO] [stderr] = help: see <https://github.com/rust-lang/rust/issues/141402> for more information [INFO] [stderr] [INFO] [stderr] error: lifetime may not live long enough [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rsasl-2.0.0/src/context.rs:120:14 [INFO] [stderr] | [INFO] [stderr] 119 | pub fn build_context<'a>(provider: &'a dyn Provider) -> &'a Context<'a> { [INFO] [stderr] | -------- has type `&dyn Provider<'1>` [INFO] [stderr] 120 | unsafe { &*(provider as *const dyn Provider as *const Context) } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ returning this value requires that `'1` must outlive `'static` [INFO] [stderr] | [INFO] [stderr] = note: requirement occurs because of the type `context::Context<'_>`, which makes the generic argument `'_` invariant [INFO] [stderr] = note: the struct `context::Context<'a>` is invariant over the parameter `'a` [INFO] [stderr] = help: see <https://doc.rust-lang.org/nomicon/subtyping.html> for more information about variance [INFO] [stderr] note: raw pointer casts of trait objects cannot extend lifetimes [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rsasl-2.0.0/src/context.rs:120:16 [INFO] [stderr] | [INFO] [stderr] 120 | unsafe { &*(provider as *const dyn Provider as *const Context) } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this was previously accepted by the compiler but was changed recently [INFO] [stderr] = help: see <https://github.com/rust-lang/rust/issues/141402> for more information [INFO] [stderr] note: raw pointer casts of trait objects cannot extend lifetimes [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rsasl-2.0.0/src/context.rs:120:16 [INFO] [stderr] | [INFO] [stderr] 120 | unsafe { &*(provider as *const dyn Provider as *const Context) } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this was previously accepted by the compiler but was changed recently [INFO] [stderr] = help: see <https://github.com/rust-lang/rust/issues/141402> for more information [INFO] [stderr] [INFO] [stderr] error: lifetime may not live long enough [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rsasl-2.0.0/src/context.rs:120:16 [INFO] [stderr] | [INFO] [stderr] 119 | pub fn build_context<'a>(provider: &'a dyn Provider) -> &'a Context<'a> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] 120 | unsafe { &*(provider as *const dyn Provider as *const Context) } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cast requires that `'a` must outlive `'static` [INFO] [stderr] | [INFO] [stderr] note: raw pointer casts of trait objects cannot extend lifetimes [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rsasl-2.0.0/src/context.rs:120:16 [INFO] [stderr] | [INFO] [stderr] 120 | unsafe { &*(provider as *const dyn Provider as *const Context) } [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: this was previously accepted by the compiler but was changed recently [INFO] [stderr] = help: see <https://github.com/rust-lang/rust/issues/141402> for more information [INFO] [stderr] [INFO] [stderr] help: replace `'a` with `'static` [INFO] [stderr] [INFO] [stderr] error: could not compile `rsasl` (lib) due to 6 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "f60f325a17151b0da1aa19893da4fb345903d6461ea294b121ec3c5d9986f621", kill_on_drop: false }`