libsql 0.2.0-alpha.1

libSQL library: the main gateway for interacting with the database
Build #1083652 2024-01-08 20:04: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.77.0-nightly (75c68cfd2 2024-01-07)

# docs.rs version docsrs 0.6.0 (b0f6fead 2024-01-03)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/libsql-0.2.0-alpha.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/libsql-0.2.0-alpha.1/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240107-1.77.0-nightly-75c68cfd2\", \"--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] [stdout] 956b5a578a620864f9c06f06ac43873e7a1881ae23ecbb480c203462c5c1075f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "956b5a578a620864f9c06f06ac43873e7a1881ae23ecbb480c203462c5c1075f", kill_on_drop: false }` [INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: transaction, remote_sync, replica, flutter, example, local_sync [INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true` [INFO] [stderr] to the [[example]] target configuration of at least one example. [INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op [INFO] [stderr] Documenting libsql v0.2.0-alpha.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental [INFO] [stderr] --> src/macros.rs:7:32 [INFO] [stderr] | [INFO] [stderr] 7 | #[cfg_attr(docsrs, doc(cfg(feature = "core")))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/database.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / cfg_core! { [INFO] [stderr] 6 | | bitflags::bitflags! { [INFO] [stderr] 7 | | /// Flags that can be passed to libsql to open a database in specific [INFO] [stderr] 8 | | /// modes. [INFO] [stderr] ... | [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information [INFO] [stderr] = help: add `#![feature(doc_cfg)]` to the crate attributes to enable [INFO] [stderr] = note: this error originates in the macro `cfg_core` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental [INFO] [stderr] --> src/macros.rs:37:32 [INFO] [stderr] | [INFO] [stderr] 37 | #[cfg_attr(docsrs, doc(cfg(feature = "replication")))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/local/database.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / cfg_replication!( [INFO] [stderr] 4 | | use libsql_replication::frame::FrameNo; [INFO] [stderr] 5 | | [INFO] [stderr] 6 | | use crate::replication::client::Client; [INFO] [stderr] ... | [INFO] [stderr] 16 | | } [INFO] [stderr] 17 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information [INFO] [stderr] = help: add `#![feature(doc_cfg)]` to the crate attributes to enable [INFO] [stderr] = note: this error originates in the macro `cfg_replication` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental [INFO] [stderr] --> src/macros.rs:7:32 [INFO] [stderr] | [INFO] [stderr] 7 | #[cfg_attr(docsrs, doc(cfg(feature = "core")))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:56:1 [INFO] [stderr] | [INFO] [stderr] 56 | / cfg_core! { [INFO] [stderr] 57 | | mod local; [INFO] [stderr] 58 | | [INFO] [stderr] 59 | | pub use local::{version, version_number, RowsFuture}; [INFO] [stderr] 60 | | pub use database::OpenFlags; [INFO] [stderr] 61 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information [INFO] [stderr] = help: add `#![feature(doc_cfg)]` to the crate attributes to enable [INFO] [stderr] = note: this error originates in the macro `cfg_core` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental [INFO] [stderr] --> src/macros.rs:37:32 [INFO] [stderr] | [INFO] [stderr] 37 | #[cfg_attr(docsrs, doc(cfg(feature = "replication")))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:65:1 [INFO] [stderr] | [INFO] [stderr] 65 | / cfg_replication! { [INFO] [stderr] 66 | | pub mod replication; [INFO] [stderr] 67 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information [INFO] [stderr] = help: add `#![feature(doc_cfg)]` to the crate attributes to enable [INFO] [stderr] = note: this error originates in the macro `cfg_replication` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental [INFO] [stderr] --> src/macros.rs:7:32 [INFO] [stderr] | [INFO] [stderr] 7 | #[cfg_attr(docsrs, doc(cfg(feature = "core")))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / cfg_core! { [INFO] [stderr] 70 | | pub use libsql_sys::ffi; [INFO] [stderr] 71 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information [INFO] [stderr] = help: add `#![feature(doc_cfg)]` to the crate attributes to enable [INFO] [stderr] = note: this error originates in the macro `cfg_core` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental [INFO] [stderr] --> src/macros.rs:77:32 [INFO] [stderr] | [INFO] [stderr] 77 | #[cfg_attr(docsrs, doc(cfg(feature = "cloudflare")))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/wasm/mod.rs:37:1 [INFO] [stderr] | [INFO] [stderr] 37 | / cfg_cloudflare! { [INFO] [stderr] 38 | | mod cloudflare; [INFO] [stderr] 39 | | pub use cloudflare::CloudflareSender; [INFO] [stderr] 40 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information [INFO] [stderr] = help: add `#![feature(doc_cfg)]` to the crate attributes to enable [INFO] [stderr] = note: this error originates in the macro `cfg_cloudflare` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental [INFO] [stderr] --> src/macros.rs:77:32 [INFO] [stderr] | [INFO] [stderr] 77 | #[cfg_attr(docsrs, doc(cfg(feature = "cloudflare")))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/wasm/mod.rs:50:1 [INFO] [stderr] | [INFO] [stderr] 50 | / cfg_cloudflare! { [INFO] [stderr] 51 | | impl Connection<CloudflareSender> { [INFO] [stderr] 52 | | pub fn open_cloudflare_worker(url: impl Into<String>, auth_token: impl Into<String>) -> Self { [INFO] [stderr] 53 | | Connection { [INFO] [stderr] ... | [INFO] [stderr] 57 | | } [INFO] [stderr] 58 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information [INFO] [stderr] = help: add `#![feature(doc_cfg)]` to the crate attributes to enable [INFO] [stderr] = note: this error originates in the macro `cfg_cloudflare` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental [INFO] [stderr] --> src/macros.rs:87:32 [INFO] [stderr] | [INFO] [stderr] 87 | #[cfg_attr(docsrs, doc(cfg(feature = "wasm")))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:73:1 [INFO] [stderr] | [INFO] [stderr] 73 | / cfg_wasm! { [INFO] [stderr] 74 | | pub mod wasm; [INFO] [stderr] 75 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information [INFO] [stderr] = help: add `#![feature(doc_cfg)]` to the crate attributes to enable [INFO] [stderr] = note: this error originates in the macro `cfg_wasm` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental [INFO] [stderr] --> src/macros.rs:17:32 [INFO] [stderr] | [INFO] [stderr] 17 | #[cfg_attr(docsrs, doc(cfg(any(feature = "replication", feature = "remote"))))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/util/mod.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / cfg_replication_or_remote! { [INFO] [stderr] 2 | | pub mod box_clone_service; [INFO] [stderr] 3 | | mod http; [INFO] [stderr] 4 | | pub(crate) use self::http::{ConnectorService, Socket}; [INFO] [stderr] 5 | | [INFO] [stderr] 6 | | [INFO] [stderr] 7 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information [INFO] [stderr] = help: add `#![feature(doc_cfg)]` to the crate attributes to enable [INFO] [stderr] = note: this error originates in the macro `cfg_replication_or_remote` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental [INFO] [stderr] --> src/macros.rs:27:32 [INFO] [stderr] | [INFO] [stderr] 27 | #[cfg_attr(docsrs, doc(cfg(any(feature = "replication", feature = "remote", feature = "hrana"))))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/util/mod.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / cfg_replication_or_remote_or_hrana! { [INFO] [stderr] 10 | | pub(crate) fn coerce_url_scheme(url: &str) -> String { [INFO] [stderr] 11 | | let mut url = url.replace("libsql://", "https://"); [INFO] [stderr] 12 | | [INFO] [stderr] ... | [INFO] [stderr] 18 | | } [INFO] [stderr] 19 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information [INFO] [stderr] = help: add `#![feature(doc_cfg)]` to the crate attributes to enable [INFO] [stderr] = note: this error originates in the macro `cfg_replication_or_remote_or_hrana` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental [INFO] [stderr] --> src/macros.rs:7:32 [INFO] [stderr] | [INFO] [stderr] 7 | #[cfg_attr(docsrs, doc(cfg(feature = "core")))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/database.rs:65:1 [INFO] [stderr] | [INFO] [stderr] 65 | / cfg_core! { [INFO] [stderr] 66 | | impl Database { [INFO] [stderr] 67 | | /// Open an in-memory libsql database. [INFO] [stderr] 68 | | pub fn open_in_memory() -> Result<Self> { [INFO] [stderr] ... | [INFO] [stderr] 88 | | } [INFO] [stderr] 89 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information [INFO] [stderr] = help: add `#![feature(doc_cfg)]` to the crate attributes to enable [INFO] [stderr] = note: this error originates in the macro `cfg_core` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental [INFO] [stderr] --> src/macros.rs:37:32 [INFO] [stderr] | [INFO] [stderr] 37 | #[cfg_attr(docsrs, doc(cfg(feature = "replication")))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/database.rs:91:1 [INFO] [stderr] | [INFO] [stderr] 91 | / cfg_replication! { [INFO] [stderr] 92 | | use crate::Error; [INFO] [stderr] 93 | | use libsql_replication::frame::FrameNo; [INFO] [stderr] 94 | | [INFO] [stderr] ... | [INFO] [stderr] 253 | | } [INFO] [stderr] 254 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information [INFO] [stderr] = help: add `#![feature(doc_cfg)]` to the crate attributes to enable [INFO] [stderr] = note: this error originates in the macro `cfg_replication` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental [INFO] [stderr] --> src/macros.rs:67:32 [INFO] [stderr] | [INFO] [stderr] 67 | #[cfg_attr(docsrs, doc(cfg(feature = "remote")))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/database.rs:258:1 [INFO] [stderr] | [INFO] [stderr] 258 | / cfg_remote! { [INFO] [stderr] 259 | | impl Database { [INFO] [stderr] 260 | | /// Open a remote based HTTP database using libsql's hrana protocol. [INFO] [stderr] 261 | | pub fn open_remote(url: impl Into<String>, auth_token: impl Into<String>) -> Result<Self> { [INFO] [stderr] ... | [INFO] [stderr] 320 | | } [INFO] [stderr] 321 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information [INFO] [stderr] = help: add `#![feature(doc_cfg)]` to the crate attributes to enable [INFO] [stderr] = note: this error originates in the macro `cfg_remote` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental [INFO] [stderr] --> src/macros.rs:47:32 [INFO] [stderr] | [INFO] [stderr] 47 | #[cfg_attr(docsrs, doc(cfg(feature = "parser")))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:87:1 [INFO] [stderr] | [INFO] [stderr] 87 | / cfg_parser! { [INFO] [stderr] 88 | | mod parser; [INFO] [stderr] 89 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information [INFO] [stderr] = help: add `#![feature(doc_cfg)]` to the crate attributes to enable [INFO] [stderr] = note: this error originates in the macro `cfg_parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental [INFO] [stderr] --> src/macros.rs:67:32 [INFO] [stderr] | [INFO] [stderr] 67 | #[cfg_attr(docsrs, doc(cfg(feature = "remote")))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/hrana/mod.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | / cfg_remote! { [INFO] [stderr] 6 | | mod hyper; [INFO] [stderr] 7 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information [INFO] [stderr] = help: add `#![feature(doc_cfg)]` to the crate attributes to enable [INFO] [stderr] = note: this error originates in the macro `cfg_remote` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0658]: `#[doc(cfg)]` is experimental [INFO] [stderr] --> src/macros.rs:57:32 [INFO] [stderr] | [INFO] [stderr] 57 | #[cfg_attr(docsrs, doc(cfg(feature = "hrana")))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:101:1 [INFO] [stderr] | [INFO] [stderr] 101 | / cfg_hrana! { [INFO] [stderr] 102 | | mod hrana; [INFO] [stderr] 103 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: see issue #43781 <https://github.com/rust-lang/rust/issues/43781> for more information [INFO] [stderr] = help: add `#![feature(doc_cfg)]` to the crate attributes to enable [INFO] [stderr] = note: this error originates in the macro `cfg_hrana` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0658`. [INFO] [stderr] error: could not document `libsql` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/bin/rustdoc --edition=2021 --crate-type lib --crate-name libsql src/lib.rs --target x86_64-unknown-linux-gnu -o /opt/rustwide/target/x86_64-unknown-linux-gnu/doc --cfg 'feature="cloudflare"' --cfg 'feature="core"' --cfg 'feature="default"' --cfg 'feature="hrana"' --cfg 'feature="libsql-sys"' --cfg 'feature="parser"' --cfg 'feature="remote"' --cfg 'feature="replication"' --cfg 'feature="serde"' --cfg 'feature="wasm"' --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat -C metadata=88ac694eb136e4b1 -L dependency=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libanyhow-e45aed7ca446fab4.rmeta --extern async_stream=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libasync_stream-cc96e5990f17d0b9.rmeta --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-557a7630279f5ddd.so --extern base64=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libbase64-d81f23015657901b.rmeta --extern bincode=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libbincode-4b2ecd60fcf24355.rmeta --extern bitflags=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libbitflags-ee4c4d55de3b5e66.rmeta --extern bytes=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libbytes-0fe12c49c8e8b880.rmeta --extern fallible_iterator=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libfallible_iterator-279c46b213657593.rmeta --extern futures=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libfutures-3297617de65f4a6f.rmeta --extern http=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libhttp-dbde0af1bb22bc47.rmeta --extern hyper=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libhyper-2891e3e8443413f7.rmeta --extern hyper_rustls=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libhyper_rustls-572339f9710a409f.rmeta --extern sqlite3_parser=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/liblibsql_sqlite3_parser-5be684ff5b8faa40.rmeta --extern libsql_sys=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/liblibsql_sys-2b0c6b9a02f6c2c8.rmeta --extern libsql_replication=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/liblibsql_replication-9e43d63fd6f18598.rmeta --extern parking_lot=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libparking_lot-058638dd4cd84090.rmeta --extern serde=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libserde-8f5c8f0f8323ae73.rmeta --extern serde_json=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libserde_json-ec3d059f7dc996a4.rmeta --extern thiserror=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libthiserror-f816e4e41de241d9.rmeta --extern tokio=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libtokio-e92eeeefa47784a3.rmeta --extern tokio_stream=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libtokio_stream-15b9294e29ee9f49.rmeta --extern tonic=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libtonic-cb0d9b4850c85a4b.rmeta --extern tonic_web=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libtonic_web-128cf0ddd467e1d9.rmeta --extern tower=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libtower-4b1ca57e7dc7574b.rmeta --extern tower_http=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libtower_http-f8bfdbc32e6c6fb1.rmeta --extern tracing=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libtracing-5d315b98fd54bef5.rmeta --extern uuid=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libuuid-bfa0e26aff3fd3fa.rmeta --extern worker=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libworker-91c9046a2e9062e2.rmeta --extern zerocopy=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libzerocopy-4a0a1ae1576cc3e5.rmeta --extern-html-root-url 'anyhow=https://docs.rs/anyhow/1.0.79/x86_64-unknown-linux-gnu' --extern-html-root-url 'async_stream=https://docs.rs/async-stream/0.3.5/x86_64-unknown-linux-gnu' --extern-html-root-url 'async_trait=https://docs.rs/async-trait/0.1.77/x86_64-unknown-linux-gnu' --extern-html-root-url 'base64=https://docs.rs/base64/0.21.6/x86_64-unknown-linux-gnu' --extern-html-root-url 'bincode=https://docs.rs/bincode/1.3.3/x86_64-unknown-linux-gnu' --extern-html-root-url 'bitflags=https://docs.rs/bitflags/2.4.1/x86_64-unknown-linux-gnu' --extern-html-root-url 'bytes=https://docs.rs/bytes/1.5.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'fallible_iterator=https://docs.rs/fallible-iterator/0.3.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'futures=https://docs.rs/futures/0.3.30/x86_64-unknown-linux-gnu' --extern-html-root-url 'http=https://docs.rs/http/0.2.11/x86_64-unknown-linux-gnu' --extern-html-root-url 'hyper=https://docs.rs/hyper/0.14.28/x86_64-unknown-linux-gnu' --extern-html-root-url 'hyper_rustls=https://docs.rs/hyper-rustls/0.24.2/x86_64-unknown-linux-gnu' --extern-html-root-url 'libsql_sqlite3_parser=https://docs.rs/libsql-sqlite3-parser/0.11.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'libsql_sys=https://docs.rs/libsql-sys/0.3.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'libsql_replication=https://docs.rs/libsql_replication/0.2.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'parking_lot=https://docs.rs/parking_lot/0.12.1/x86_64-unknown-linux-gnu' --extern-html-root-url 'serde=https://docs.rs/serde/1.0.195/x86_64-unknown-linux-gnu' --extern-html-root-url 'serde_json=https://docs.rs/serde_json/1.0.111/x86_64-unknown-linux-gnu' --extern-html-root-url 'thiserror=https://docs.rs/thiserror/1.0.56/x86_64-unknown-linux-gnu' --extern-html-root-url 'tokio=https://docs.rs/tokio/1.35.1/x86_64-unknown-linux-gnu' --extern-html-root-url 'tokio_stream=https://docs.rs/tokio-stream/0.1.14/x86_64-unknown-linux-gnu' --extern-html-root-url 'tonic=https://docs.rs/tonic/0.10.2/x86_64-unknown-linux-gnu' --extern-html-root-url 'tonic_web=https://docs.rs/tonic-web/0.10.2/x86_64-unknown-linux-gnu' --extern-html-root-url 'tower=https://docs.rs/tower/0.4.13/x86_64-unknown-linux-gnu' --extern-html-root-url 'tower_http=https://docs.rs/tower-http/0.4.4/x86_64-unknown-linux-gnu' --extern-html-root-url 'tracing=https://docs.rs/tracing/0.1.40/x86_64-unknown-linux-gnu' --extern-html-root-url 'uuid=https://docs.rs/uuid/1.6.1/x86_64-unknown-linux-gnu' --extern-html-root-url 'worker=https://docs.rs/worker/0.0.18/x86_64-unknown-linux-gnu' --extern-html-root-url 'zerocopy=https://docs.rs/zerocopy/0.7.32/x86_64-unknown-linux-gnu' -Zunstable-options --cfg docsrs -Z unstable-options --emit=invocation-specific --resource-suffix -20240107-1.77.0-nightly-75c68cfd2 --static-root-path /-/rustdoc.static/ --cap-lints warn --extern-html-root-takes-precedence --crate-version 0.2.0-alpha.1` (exit status: 1) [INFO] running `Command { std: "docker" "inspect" "956b5a578a620864f9c06f06ac43873e7a1881ae23ecbb480c203462c5c1075f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "956b5a578a620864f9c06f06ac43873e7a1881ae23ecbb480c203462c5c1075f", kill_on_drop: false }` [INFO] [stdout] 956b5a578a620864f9c06f06ac43873e7a1881ae23ecbb480c203462c5c1075f