# rustc version rustc 1.81.0-nightly (b5b13568f 2024-06-10)
# docs.rs version docsrs 0.6.0 (2d4f32bd 2024-05-19)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/libsql-ffi-0.3.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/libsql-ffi-0.3.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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240610-1.81.0-nightly-b5b13568f\", \"--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] 41230ebfe8d8850b072edfe4c08fab2e8eee9c374ffb38547c8b4ba1fd863041 [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" "41230ebfe8d8850b072edfe4c08fab2e8eee9c374ffb38547c8b4ba1fd863041", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] warning: unexpected `cfg` condition value: `bundled-sqlcipher` [INFO] [stderr] --> build.rs:131:13 [INFO] [stderr] | [INFO] [stderr] 131 | if cfg!(feature = "bundled-sqlcipher") { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `multiple-ciphers`, `session`, and `wasmtime-bindings` [INFO] [stderr] = help: consider adding `bundled-sqlcipher` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `bundled-sqlcipher-vendored-openssl` [INFO] [stderr] --> build.rs:151:44 [INFO] [stderr] | [INFO] [stderr] 151 | if is_windows && !cfg!(feature = "bundled-sqlcipher-vendored-openssl") { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `multiple-ciphers`, `session`, and `wasmtime-bindings` [INFO] [stderr] = help: consider adding `bundled-sqlcipher-vendored-openssl` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `bundled-sqlcipher-vendored-openssl` [INFO] [stderr] --> build.rs:180:17 [INFO] [stderr] | [INFO] [stderr] 180 | if cfg!(feature = "bundled-sqlcipher-vendored-openssl") { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `multiple-ciphers`, `session`, and `wasmtime-bindings` [INFO] [stderr] = help: consider adding `bundled-sqlcipher-vendored-openssl` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `with-asan` [INFO] [stderr] --> build.rs:199:13 [INFO] [stderr] | [INFO] [stderr] 199 | if cfg!(feature = "with-asan") { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `multiple-ciphers`, `session`, and `wasmtime-bindings` [INFO] [stderr] = help: consider adding `with-asan` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `wasm32-wasi-vfs` [INFO] [stderr] --> build.rs:208:17 [INFO] [stderr] | [INFO] [stderr] 208 | if cfg!(feature = "wasm32-wasi-vfs") { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `multiple-ciphers`, `session`, and `wasmtime-bindings` [INFO] [stderr] = help: consider adding `wasm32-wasi-vfs` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `unlock_notify` [INFO] [stderr] --> build.rs:212:13 [INFO] [stderr] | [INFO] [stderr] 212 | if cfg!(feature = "unlock_notify") { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `multiple-ciphers`, `session`, and `wasmtime-bindings` [INFO] [stderr] = help: consider adding `unlock_notify` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `preupdate_hook` [INFO] [stderr] --> build.rs:215:13 [INFO] [stderr] | [INFO] [stderr] 215 | if cfg!(feature = "preupdate_hook") { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `multiple-ciphers`, `session`, and `wasmtime-bindings` [INFO] [stderr] = help: consider adding `preupdate_hook` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `sqlcipher` [INFO] [stderr] --> build.rs:400:17 [INFO] [stderr] | [INFO] [stderr] 400 | if cfg!(any(feature = "sqlcipher", feature = "bundled-sqlcipher")) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `multiple-ciphers`, `session`, and `wasmtime-bindings` [INFO] [stderr] = help: consider adding `sqlcipher` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `bundled-sqlcipher` [INFO] [stderr] --> build.rs:400:40 [INFO] [stderr] | [INFO] [stderr] 400 | if cfg!(any(feature = "sqlcipher", feature = "bundled-sqlcipher")) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `multiple-ciphers`, `session`, and `wasmtime-bindings` [INFO] [stderr] = help: consider adding `bundled-sqlcipher` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `sqlcipher` [INFO] [stderr] --> build.rs:507:21 [INFO] [stderr] | [INFO] [stderr] 507 | if cfg!(any(feature = "sqlcipher", feature = "bundled-sqlcipher")) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `multiple-ciphers`, `session`, and `wasmtime-bindings` [INFO] [stderr] = help: consider adding `sqlcipher` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `bundled-sqlcipher` [INFO] [stderr] --> build.rs:507:44 [INFO] [stderr] | [INFO] [stderr] 507 | if cfg!(any(feature = "sqlcipher", feature = "bundled-sqlcipher")) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `multiple-ciphers`, `session`, and `wasmtime-bindings` [INFO] [stderr] = help: consider adding `bundled-sqlcipher` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `unlock_notify` [INFO] [stderr] --> build.rs:510:17 [INFO] [stderr] | [INFO] [stderr] 510 | if cfg!(feature = "unlock_notify") { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `multiple-ciphers`, `session`, and `wasmtime-bindings` [INFO] [stderr] = help: consider adding `unlock_notify` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `preupdate_hook` [INFO] [stderr] --> build.rs:513:17 [INFO] [stderr] | [INFO] [stderr] 513 | if cfg!(feature = "preupdate_hook") { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `multiple-ciphers`, `session`, and `wasmtime-bindings` [INFO] [stderr] = help: consider adding `preupdate_hook` as a feature in `Cargo.toml` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `libsql-ffi` (build script) generated 13 warnings [INFO] [stderr] Documenting libsql-ffi v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/libsql_ffi/index.html [INFO] running `Command { std: "docker" "inspect" "41230ebfe8d8850b072edfe4c08fab2e8eee9c374ffb38547c8b4ba1fd863041", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "41230ebfe8d8850b072edfe4c08fab2e8eee9c374ffb38547c8b4ba1fd863041", kill_on_drop: false }` [INFO] [stdout] 41230ebfe8d8850b072edfe4c08fab2e8eee9c374ffb38547c8b4ba1fd863041