ts_sqlx 0.1.3

Typescript SQLx compile-time checked queries without a DSL.
Documentation
Build #2136442 2025-05-21 06:29:30

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 (bc8215286 2025-05-20)# docs.rs version
docsrs 0.6.0 (d8ea4838 2025-05-14)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/ts_sqlx-0.1.3/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/ts_sqlx-0.1.3/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\", \"-20250520-1.89.0-nightly-bc8215286\", \"--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] [stdout] e9bd700ac7e2830625055559da96d0d5348e58d385e8868f755af1cbe94007f9
[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" "e9bd700ac7e2830625055559da96d0d5348e58d385e8868f755af1cbe94007f9", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]     Checking sqlx-sqlite v0.8.6
[INFO] [stderr] error[E0432]: unresolved imports `libsqlite3_sys::sqlite3_deserialize`, `libsqlite3_sys::sqlite3_serialize`, `libsqlite3_sys::SQLITE_DESERIALIZE_FREEONCLOSE`, `libsqlite3_sys::SQLITE_DESERIALIZE_READONLY`, `libsqlite3_sys::SQLITE_DESERIALIZE_RESIZEABLE`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/connection/serialize.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 |     sqlite3_deserialize, sqlite3_free, sqlite3_malloc64, sqlite3_serialize,
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^                                  ^^^^^^^^^^^^^^^^^ no `sqlite3_serialize` in the root
[INFO] [stderr]   |     |
[INFO] [stderr]   |     no `sqlite3_deserialize` in the root
[INFO] [stderr] 5 |     SQLITE_DESERIALIZE_FREEONCLOSE, SQLITE_DESERIALIZE_READONLY, SQLITE_DESERIALIZE_RESIZEABLE,
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `SQLITE_DESERIALIZE_RESIZEABLE` in the root
[INFO] [stderr]   |     |                               |
[INFO] [stderr]   |     |                               no `SQLITE_DESERIALIZE_READONLY` in the root
[INFO] [stderr]   |     no `SQLITE_DESERIALIZE_FREEONCLOSE` in the root
[INFO] [stderr]   |
[INFO] [stderr] help: a similar name exists in the module
[INFO] [stderr]   |
[INFO] [stderr] 4 -     sqlite3_deserialize, sqlite3_free, sqlite3_malloc64, sqlite3_serialize,
[INFO] [stderr] 4 +     sqlite3_initialize, sqlite3_free, sqlite3_malloc64, sqlite3_serialize,
[INFO] [stderr]   |
[INFO] [stderr] help: a similar name exists in the module
[INFO] [stderr]   |
[INFO] [stderr] 4 -     sqlite3_deserialize, sqlite3_free, sqlite3_malloc64, sqlite3_serialize,
[INFO] [stderr] 4 +     sqlite3_deserialize, sqlite3_free, sqlite3_malloc64, sqlite3_initialize,
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `libsqlite3_sys::sqlite3_prepare_v3`, `libsqlite3_sys::SQLITE_PREPARE_PERSISTENT`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-sqlite-0.8.6/src/statement/virtual.rs:9:14
[INFO] [stderr]   |
[INFO] [stderr] 9 |     sqlite3, sqlite3_prepare_v3, sqlite3_stmt, SQLITE_OK, SQLITE_PREPARE_PERSISTENT,
[INFO] [stderr]   |              ^^^^^^^^^^^^^^^^^^                           ^^^^^^^^^^^^^^^^^^^^^^^^^ no `SQLITE_PREPARE_PERSISTENT` in the root
[INFO] [stderr]   |              |
[INFO] [stderr]   |              no `sqlite3_prepare_v3` in the root
[INFO] [stderr]   |              help: a similar name exists in the module: `sqlite3_prepare_v2`
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `sqlx-sqlite` (lib) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "e9bd700ac7e2830625055559da96d0d5348e58d385e8868f755af1cbe94007f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e9bd700ac7e2830625055559da96d0d5348e58d385e8868f755af1cbe94007f9", kill_on_drop: false }`
[INFO] [stdout] e9bd700ac7e2830625055559da96d0d5348e58d385e8868f755af1cbe94007f9