teller 2.0.7

A developer-first multi provider secret manager
Documentation

Build #2103124 2025-05-12 02:32:14

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.89.0-nightly (ce7e97f73 2025-05-11)

# docs.rs version docsrs 0.6.0 (f7595057 2025-05-09)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/teller-2.0.7/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/teller-2.0.7/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:7db696df4788c7959fb3c8937f476e454519eadb74729e5c46412f804eeee96e" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250511-1.89.0-nightly-ce7e97f73\", \"--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] 2b8343d570de04a280bfbc14a4dafd5b0bd5e55d63578d144e07e7b2f052f512 [INFO] running `Command { std: "docker" "start" "-a" "2b8343d570de04a280bfbc14a4dafd5b0bd5e55d63578d144e07e7b2f052f512", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Checking teller-providers v2.0.7 [INFO] [stderr] error[E0599]: no method named `https_or_http` found for enum `std::result::Result` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/teller-providers-2.0.7/src/providers/google_secretmanager.rs:65:22 [INFO] [stderr] | [INFO] [stderr] 63 | hyper_rustls::HttpsConnectorBuilder::new() [INFO] [stderr] | ------------------------------------------ [INFO] [stderr] | | [INFO] [stderr] | _________________method `https_or_http` is available on `HttpsConnectorBuilder<WantsTlsConfig>` [INFO] [stderr] | | [INFO] [stderr] 64 | | .with_native_roots() [INFO] [stderr] 65 | | .https_or_http() [INFO] [stderr] | | -^^^^^^^^^^^^^ method not found in `Result<HttpsConnectorBuilder<WantsSchemes>, Error>` [INFO] [stderr] | |_____________________| [INFO] [stderr] | [INFO] [stderr] | [INFO] [stderr] note: the method `https_or_http` exists on the type `HttpsConnectorBuilder<WantsSchemes>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.25.0/src/connector/builder.rs:144:5 [INFO] [stderr] | [INFO] [stderr] 144 | pub fn https_or_http(self) -> ConnectorBuilder<WantsProtocols1> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] help: use the `?` operator to extract the `HttpsConnectorBuilder<WantsSchemes>` value, propagating a `Result::Err` value to the caller [INFO] [stderr] | [INFO] [stderr] 64 | .with_native_roots()? [INFO] [stderr] | + [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/teller-providers-2.0.7/src/providers/hashicorp_vault.rs:103:13 [INFO] [stderr] | [INFO] [stderr] 103 | rustify::errors::ClientError::ServerResponseError { code, content } => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `rustify::errors::ClientError`, found a different `rustify::errors::ClientError` [INFO] [stderr] | [INFO] [stderr] note: two different versions of crate `rustify` are being used; two types coming from two different versions of the same crate are different types even if they look the same [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustify-0.5.3/src/errors.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | pub enum ClientError { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ this is the found type `rustify::errors::ClientError` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustify-0.6.1/src/errors.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | pub enum ClientError { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ this is the expected type `rustify::errors::ClientError` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/teller-providers-2.0.7/src/providers/hashicorp_vault.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | use vaultrs::{ [INFO] [stderr] | ------- one version of crate `rustify` used here, as a dependency of crate `vaultrs` [INFO] [stderr] ... [INFO] [stderr] 103 | rustify::errors::ClientError::ServerResponseError { code, content } => { [INFO] [stderr] | ------- one version of crate `rustify` used here, as a direct dependency of the current crate [INFO] [stderr] = help: you can use `cargo tree` to explore your dependency tree [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `teller-providers` (lib) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "2b8343d570de04a280bfbc14a4dafd5b0bd5e55d63578d144e07e7b2f052f512", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b8343d570de04a280bfbc14a4dafd5b0bd5e55d63578d144e07e7b2f052f512", kill_on_drop: false }` [INFO] [stdout] 2b8343d570de04a280bfbc14a4dafd5b0bd5e55d63578d144e07e7b2f052f512