switchy_database 0.3.0

Switchy database package

Build #3340509 2026-05-21 04:50: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.

# error kind ExecutionFailed

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

# rustc version rustc 1.97.0-nightly (b954122bb 2026-05-20)

# docs.rs version docsrs 0.0.0 (e50152ed411bb913753b1dfd203f22cb8711f097 2026-05-17 )

# 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" "52a9603e70b3115e2c98b81f765c4a1d8ba62ba1409403803a86364f7a788c7c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260520-1.97.0-nightly-b954122bb\", \"--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 switchy_async v0.3.0 [INFO] [stderr] error[E0432]: unresolved import `switchy_time` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/switchy_async-0.3.0/src/simulator/futures.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use switchy_time::{instant_now, now}; [INFO] [stderr] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time` [INFO] [stderr] | [INFO] [stderr] = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find module or crate `switchy_time` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/switchy_async-0.3.0/src/simulator/time.rs:19:13 [INFO] [stderr] | [INFO] [stderr] 19 | pub use switchy_time::simulator::with_real_time; [INFO] [stderr] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time` [INFO] [stderr] | [INFO] [stderr] = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `switchy_time` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/switchy_async-0.3.0/src/simulator/sync/mpmc/flume.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use switchy_time::instant_now; [INFO] [stderr] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time` [INFO] [stderr] | [INFO] [stderr] = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find module or crate `switchy_time` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/switchy_async-0.3.0/src/simulator/futures.rs:42:18 [INFO] [stderr] | [INFO] [stderr] 42 | now: switchy_time::now(), [INFO] [stderr] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time` [INFO] [stderr] | [INFO] [stderr] = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find module or crate `switchy_time` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/switchy_async-0.3.0/src/simulator/futures.rs:66:28 [INFO] [stderr] | [INFO] [stderr] 66 | let duration = switchy_time::now().duration_since(*this.now).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time` [INFO] [stderr] | [INFO] [stderr] = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find module or crate `switchy_time` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/switchy_async-0.3.0/src/simulator/futures.rs:167:46 [INFO] [stderr] | [INFO] [stderr] 167 | let now = system_time_to_instant(switchy_time::now()).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time` [INFO] [stderr] | [INFO] [stderr] = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find module or crate `switchy_time` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/switchy_async-0.3.0/src/simulator/futures.rs:215:18 [INFO] [stderr] | [INFO] [stderr] 215 | now: switchy_time::now(), [INFO] [stderr] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time` [INFO] [stderr] | [INFO] [stderr] = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find module or crate `switchy_time` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/switchy_async-0.3.0/src/simulator/futures.rs:228:45 [INFO] [stderr] | [INFO] [stderr] 228 | Instant::new(system_time_to_instant(switchy_time::now() + self.interval).unwrap()) [INFO] [stderr] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time` [INFO] [stderr] | [INFO] [stderr] = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find module or crate `switchy_time` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/switchy_async-0.3.0/src/simulator/futures.rs:235:20 [INFO] [stderr] | [INFO] [stderr] 235 | self.now = switchy_time::now(); [INFO] [stderr] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time` [INFO] [stderr] | [INFO] [stderr] = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find module or crate `switchy_time` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/switchy_async-0.3.0/src/simulator/futures.rs:248:24 [INFO] [stderr] | [INFO] [stderr] 248 | self.now = switchy_time::now(); [INFO] [stderr] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time` [INFO] [stderr] | [INFO] [stderr] = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find module or crate `switchy_time` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/switchy_async-0.3.0/src/simulator/futures.rs:254:28 [INFO] [stderr] | [INFO] [stderr] 254 | let duration = switchy_time::now().duration_since(self.now).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time` [INFO] [stderr] | [INFO] [stderr] = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml` [INFO] [stderr] [INFO] [stderr] error[E0433]: cannot find module or crate `switchy_time` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/switchy_async-0.3.0/src/simulator/futures.rs:257:54 [INFO] [stderr] | [INFO] [stderr] 257 | let instant = system_time_to_instant(switchy_time::now()).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time` [INFO] [stderr] | [INFO] [stderr] = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml` [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `switchy_async` (lib) due to 12 previous errors [INFO] running `Command { std: "docker" "inspect" "52a9603e70b3115e2c98b81f765c4a1d8ba62ba1409403803a86364f7a788c7c", kill_on_drop: false }`