supabase-auth-rs 0.1.0

Supabase Auth client library for Rust
Build #2174112 2025-05-30 18:36:56

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 (1bbd62e54 2025-05-29)# docs.rs version
docsrs 0.6.0 (d2911047 2025-05-28)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/supabase-auth-rs-0.1.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/supabase-auth-rs-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250529-1.89.0-nightly-1bbd62e54\", \"--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" "--config" "build.rustdocflags=[\"-Zmetrics-dir=/opt/rustwide/target/metrics\"]", 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] 23c18fd998be2fbff2765c388de3b4f09035e7f5bcb87800523b979465e5e3f4
[INFO] running `Command { std: "docker" "start" "-a" "23c18fd998be2fbff2765c388de3b4f09035e7f5bcb87800523b979465e5e3f4", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]     Checking tower-http v0.6.4
[INFO] [stderr]     Checking hyper-util v0.1.13
[INFO] [stderr]     Checking cross-locks v0.1.3
[INFO] [stderr]     Checking strum v0.27.1
[INFO] [stderr] error[E0432]: unresolved import `tokio`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cross-locks-0.1.3/src/lib.rs:90:13
[INFO] [stderr]    |
[INFO] [stderr] 90 |         use tokio::task_local;
[INFO] [stderr]    |             ^^^^^ use of unresolved module or unlinked crate `tokio`
[INFO] [stderr]    |
[INFO] [stderr]    = help: if you wanted to use a crate named `tokio`, use `cargo add tokio` to add it to your `Cargo.toml`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DEPTH` in this scope
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cross-locks-0.1.3/src/lib.rs:96:12
[INFO] [stderr]    |
[INFO] [stderr] 96 |         if DEPTH.try_with(|c| c.get()).unwrap_or(0) > 0 {
[INFO] [stderr]    |            ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DEPTH` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cross-locks-0.1.3/src/lib.rs:101:9
[INFO] [stderr]     |
[INFO] [stderr] 101 |         DEPTH
[INFO] [stderr]     |         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DEPTH` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cross-locks-0.1.3/src/lib.rs:105:21
[INFO] [stderr]     |
[INFO] [stderr] 105 |                     DEPTH.with(|c| c.set(c.get() + 1));
[INFO] [stderr]     |                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `DEPTH` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cross-locks-0.1.3/src/lib.rs:107:21
[INFO] [stderr]     |
[INFO] [stderr] 107 |                     DEPTH.with(|c| c.set(c.get() - 1));
[INFO] [stderr]     |                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0425, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `cross-locks` (lib) due to 5 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "23c18fd998be2fbff2765c388de3b4f09035e7f5bcb87800523b979465e5e3f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "23c18fd998be2fbff2765c388de3b4f09035e7f5bcb87800523b979465e5e3f4", kill_on_drop: false }`
[INFO] [stdout] 23c18fd998be2fbff2765c388de3b4f09035e7f5bcb87800523b979465e5e3f4