[INFO] fetching crate sqrite 0.8.4... [INFO] testing sqrite-0.8.4 against master#562dee4820c458d823175268e41601d4c060588a for pr-154210-2 [INFO] extracting crate sqrite 0.8.4 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate sqrite 0.8.4 [INFO] finished tweaking crates.io crate sqrite 0.8.4 [INFO] tweaked toml for crates.io crate sqrite 0.8.4 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate sqrite 0.8.4 on toolchain 562dee4820c458d823175268e41601d4c060588a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 39 packages to latest compatible versions [INFO] [stderr] Adding bindgen v0.64.0 (available: v0.72.1) [INFO] [stderr] Adding thiserror v1.0.69 (available: v2.0.18) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bindgen v0.64.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 556182a84dabdc4629288ed3669cacd29844e7b170e124a99093b8d7d8a3bd9a [INFO] running `Command { std: "docker" "start" "-a" "556182a84dabdc4629288ed3669cacd29844e7b170e124a99093b8d7d8a3bd9a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "556182a84dabdc4629288ed3669cacd29844e7b170e124a99093b8d7d8a3bd9a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "556182a84dabdc4629288ed3669cacd29844e7b170e124a99093b8d7d8a3bd9a", kill_on_drop: false }` [INFO] [stdout] 556182a84dabdc4629288ed3669cacd29844e7b170e124a99093b8d7d8a3bd9a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d1485deb2fb987757dc92e1cd99c59e6936eebb04a41eba23ca5d9c95067ae84 [INFO] running `Command { std: "docker" "start" "-a" "d1485deb2fb987757dc92e1cd99c59e6936eebb04a41eba23ca5d9c95067ae84", kill_on_drop: false }` [INFO] [stderr] Compiling regex-syntax v0.8.10 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling bindgen v0.64.0 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling clang-sys v1.8.1 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling sqrite v0.8.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated method `cc::Build::static_flag`: cc only creates static libraries, setting this does nothing [INFO] [stdout] --> build.rs:22:10 [INFO] [stdout] | [INFO] [stdout] 22 | .static_flag(true) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:19:15 [INFO] [stdout] | [INFO] [stdout] 19 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 19 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:40:23 [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 53 | integer_sql_interface!(i8); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:40:23 [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 54 | integer_sql_interface!(u8); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:40:23 [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 55 | integer_sql_interface!(i16); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:40:23 [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 56 | integer_sql_interface!(u16); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:40:23 [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 57 | integer_sql_interface!(i32); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:40:23 [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 58 | integer_sql_interface!(u32); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:40:23 [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 59 | integer_sql_interface!(i64); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:40:23 [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 60 | integer_sql_interface!(u64); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:40:23 [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 61 | integer_sql_interface!(i128); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:40:23 [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 62 | integer_sql_interface!(u128); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:40:23 [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 63 | integer_sql_interface!(isize); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:40:23 [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 64 | integer_sql_interface!(usize); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:78:23 [INFO] [stdout] | [INFO] [stdout] 78 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 85 | floating_sql_interface!(f32); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `floating_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 78 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:78:23 [INFO] [stdout] | [INFO] [stdout] 78 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 86 | floating_sql_interface!(f64); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `floating_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 78 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:89:15 [INFO] [stdout] | [INFO] [stdout] 89 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 89 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:104:15 [INFO] [stdout] | [INFO] [stdout] 104 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 104 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:110:15 [INFO] [stdout] | [INFO] [stdout] 110 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 110 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:125:15 [INFO] [stdout] | [INFO] [stdout] 125 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 125 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sql_interface.rs:58:15 [INFO] [stdout] | [INFO] [stdout] 58 | fn to_sql(&self) -> Result; [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 58 | fn to_sql(&self) -> Result, ToSqlError>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.07s [INFO] running `Command { std: "docker" "inspect" "d1485deb2fb987757dc92e1cd99c59e6936eebb04a41eba23ca5d9c95067ae84", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d1485deb2fb987757dc92e1cd99c59e6936eebb04a41eba23ca5d9c95067ae84", kill_on_drop: false }` [INFO] [stdout] d1485deb2fb987757dc92e1cd99c59e6936eebb04a41eba23ca5d9c95067ae84 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1ed79c06974422db01169d6c48034e25fef5515a4d4993fe26615e6db00186fa [INFO] running `Command { std: "docker" "start" "-a" "1ed79c06974422db01169d6c48034e25fef5515a4d4993fe26615e6db00186fa", kill_on_drop: false }` [INFO] [stderr] Compiling tracing-subscriber v0.3.23 [INFO] [stderr] Compiling bindgen v0.64.0 [INFO] [stderr] Compiling sqrite v0.8.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated method `cc::Build::static_flag`: cc only creates static libraries, setting this does nothing [INFO] [stdout] --> build.rs:22:10 [INFO] [stdout] | [INFO] [stdout] 22 | .static_flag(true) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:19:15 [INFO] [stdout] | [INFO] [stdout] 19 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 19 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:40:23 [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 53 | integer_sql_interface!(i8); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:40:23 [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 54 | integer_sql_interface!(u8); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:40:23 [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 55 | integer_sql_interface!(i16); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:40:23 [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 56 | integer_sql_interface!(u16); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:40:23 [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 57 | integer_sql_interface!(i32); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:40:23 [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 58 | integer_sql_interface!(u32); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:40:23 [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 59 | integer_sql_interface!(i64); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:40:23 [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 60 | integer_sql_interface!(u64); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:40:23 [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 61 | integer_sql_interface!(i128); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:40:23 [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 62 | integer_sql_interface!(u128); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:40:23 [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 63 | integer_sql_interface!(isize); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:40:23 [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 64 | integer_sql_interface!(usize); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:78:23 [INFO] [stdout] | [INFO] [stdout] 78 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 85 | floating_sql_interface!(f32); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `floating_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 78 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:78:23 [INFO] [stdout] | [INFO] [stdout] 78 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 86 | floating_sql_interface!(f64); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `floating_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 78 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:89:15 [INFO] [stdout] | [INFO] [stdout] 89 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 89 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:104:15 [INFO] [stdout] | [INFO] [stdout] 104 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 104 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:110:15 [INFO] [stdout] | [INFO] [stdout] 110 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 110 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:125:15 [INFO] [stdout] | [INFO] [stdout] 125 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 125 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sql_interface.rs:58:15 [INFO] [stdout] | [INFO] [stdout] 58 | fn to_sql(&self) -> Result; [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 58 | fn to_sql(&self) -> Result, ToSqlError>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:19:15 [INFO] [stdout] | [INFO] [stdout] 19 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 19 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:40:23 [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 53 | integer_sql_interface!(i8); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:40:23 [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 54 | integer_sql_interface!(u8); [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:40:23 [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 55 | integer_sql_interface!(i16); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:40:23 [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 56 | integer_sql_interface!(u16); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:40:23 [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 57 | integer_sql_interface!(i32); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:40:23 [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 58 | integer_sql_interface!(u32); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:40:23 [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 59 | integer_sql_interface!(i64); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:40:23 [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 60 | integer_sql_interface!(u64); [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:40:23 [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 61 | integer_sql_interface!(i128); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:40:23 [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 62 | integer_sql_interface!(u128); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:40:23 [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 63 | integer_sql_interface!(isize); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:40:23 [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 64 | integer_sql_interface!(usize); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:78:23 [INFO] [stdout] | [INFO] [stdout] 78 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 85 | floating_sql_interface!(f32); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `floating_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 78 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:78:23 [INFO] [stdout] | [INFO] [stdout] 78 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] ... [INFO] [stdout] 86 | floating_sql_interface!(f64); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: this warning originates in the macro `floating_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 78 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:89:15 [INFO] [stdout] | [INFO] [stdout] 89 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 89 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:104:15 [INFO] [stdout] | [INFO] [stdout] 104 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 104 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:110:15 [INFO] [stdout] | [INFO] [stdout] 110 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 110 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/default_impls.rs:125:15 [INFO] [stdout] | [INFO] [stdout] 125 | fn to_sql(&self) -> Result { [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 125 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sql_interface.rs:58:15 [INFO] [stdout] | [INFO] [stdout] 58 | fn to_sql(&self) -> Result; [INFO] [stdout] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 58 | fn to_sql(&self) -> Result, ToSqlError>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 19.07s [INFO] running `Command { std: "docker" "inspect" "1ed79c06974422db01169d6c48034e25fef5515a4d4993fe26615e6db00186fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ed79c06974422db01169d6c48034e25fef5515a4d4993fe26615e6db00186fa", kill_on_drop: false }` [INFO] [stdout] 1ed79c06974422db01169d6c48034e25fef5515a4d4993fe26615e6db00186fa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ac3f6624a9a2f9a5399953900d9d3c953035675ad60773dab73331fb4a2aedff [INFO] running `Command { std: "docker" "start" "-a" "ac3f6624a9a2f9a5399953900d9d3c953035675ad60773dab73331fb4a2aedff", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated method `cc::Build::static_flag`: cc only creates static libraries, setting this does nothing [INFO] [stderr] --> build.rs:22:10 [INFO] [stderr] | [INFO] [stderr] 22 | .static_flag(true) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `sqrite` (build script) generated 1 warning [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/default_impls.rs:19:15 [INFO] [stderr] | [INFO] [stderr] 19 | fn to_sql(&self) -> Result { [INFO] [stderr] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 19 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/default_impls.rs:40:23 [INFO] [stderr] | [INFO] [stderr] 40 | fn to_sql(&self) -> Result { [INFO] [stderr] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 53 | integer_sql_interface!(i8); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/default_impls.rs:40:23 [INFO] [stderr] | [INFO] [stderr] 40 | fn to_sql(&self) -> Result { [INFO] [stderr] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 54 | integer_sql_interface!(u8); [INFO] [stderr] | -------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/default_impls.rs:40:23 [INFO] [stderr] | [INFO] [stderr] 40 | fn to_sql(&self) -> Result { [INFO] [stderr] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 55 | integer_sql_interface!(i16); [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/default_impls.rs:40:23 [INFO] [stderr] | [INFO] [stderr] 40 | fn to_sql(&self) -> Result { [INFO] [stderr] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 56 | integer_sql_interface!(u16); [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/default_impls.rs:40:23 [INFO] [stderr] | [INFO] [stderr] 40 | fn to_sql(&self) -> Result { [INFO] [stderr] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 57 | integer_sql_interface!(i32); [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/default_impls.rs:40:23 [INFO] [stderr] | [INFO] [stderr] 40 | fn to_sql(&self) -> Result { [INFO] [stderr] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 58 | integer_sql_interface!(u32); [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/default_impls.rs:40:23 [INFO] [stderr] | [INFO] [stderr] 40 | fn to_sql(&self) -> Result { [INFO] [stderr] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 59 | integer_sql_interface!(i64); [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/default_impls.rs:40:23 [INFO] [stderr] | [INFO] [stderr] 40 | fn to_sql(&self) -> Result { [INFO] [stderr] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 60 | integer_sql_interface!(u64); [INFO] [stderr] | --------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/default_impls.rs:40:23 [INFO] [stderr] | [INFO] [stderr] 40 | fn to_sql(&self) -> Result { [INFO] [stderr] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 61 | integer_sql_interface!(i128); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/default_impls.rs:40:23 [INFO] [stderr] | [INFO] [stderr] 40 | fn to_sql(&self) -> Result { [INFO] [stderr] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 62 | integer_sql_interface!(u128); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/default_impls.rs:40:23 [INFO] [stderr] | [INFO] [stderr] 40 | fn to_sql(&self) -> Result { [INFO] [stderr] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 63 | integer_sql_interface!(isize); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/default_impls.rs:40:23 [INFO] [stderr] | [INFO] [stderr] 40 | fn to_sql(&self) -> Result { [INFO] [stderr] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 64 | integer_sql_interface!(usize); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `integer_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 40 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/default_impls.rs:78:23 [INFO] [stderr] | [INFO] [stderr] 78 | fn to_sql(&self) -> Result { [INFO] [stderr] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 85 | floating_sql_interface!(f32); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `floating_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 78 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/default_impls.rs:78:23 [INFO] [stderr] | [INFO] [stderr] 78 | fn to_sql(&self) -> Result { [INFO] [stderr] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] ... [INFO] [stderr] 86 | floating_sql_interface!(f64); [INFO] [stderr] | ---------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: this warning originates in the macro `floating_sql_interface` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 78 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/default_impls.rs:89:15 [INFO] [stderr] | [INFO] [stderr] 89 | fn to_sql(&self) -> Result { [INFO] [stderr] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 89 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/default_impls.rs:104:15 [INFO] [stderr] | [INFO] [stderr] 104 | fn to_sql(&self) -> Result { [INFO] [stderr] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 104 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/default_impls.rs:110:15 [INFO] [stderr] | [INFO] [stderr] 110 | fn to_sql(&self) -> Result { [INFO] [stderr] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 110 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/default_impls.rs:125:15 [INFO] [stderr] | [INFO] [stderr] 125 | fn to_sql(&self) -> Result { [INFO] [stderr] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 125 | fn to_sql(&self) -> Result, ToSqlError> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/sql_interface.rs:58:15 [INFO] [stderr] | [INFO] [stderr] 58 | fn to_sql(&self) -> Result; [INFO] [stderr] | ^^^^^ ^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 58 | fn to_sql(&self) -> Result, ToSqlError>; [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `sqrite` (lib) generated 20 warnings (run `cargo fix --lib -p sqrite` to apply 20 suggestions) [INFO] [stderr] warning: `sqrite` (lib test) generated 20 warnings (20 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sqrite-7abfcca2d94f8485) [INFO] [stdout] [INFO] [stdout] running 43 tests [INFO] [stdout] test sqlite3::bindgen_test_layout_Fts5PhraseIter ... ok [INFO] [stdout] test sqlite3::bindgen_test_layout___va_list_tag ... ok [INFO] [stdout] test sqlite3::bindgen_test_layout_fts5_tokenizer ... ok [INFO] [stdout] test sqlite3::bindgen_test_layout_sqlite3_file ... ok [INFO] [stdout] test sqlite3::bindgen_test_layout_sqlite3_index_info ... ok [INFO] [stdout] test sqlite3::bindgen_test_layout_fts5_api ... ok [INFO] [stdout] test sqlite3::bindgen_test_layout_sqlite3_index_info_sqlite3_index_constraint_usage ... ok [INFO] [stdout] test sqlite3::bindgen_test_layout_sqlite3_index_info_sqlite3_index_orderby ... ok [INFO] [stdout] test sqlite3::bindgen_test_layout_sqlite3_io_methods ... ok [INFO] [stdout] test sqlite3::bindgen_test_layout_sqlite3_mem_methods ... ok [INFO] [stdout] test sqlite3::bindgen_test_layout_sqlite3_module ... ok [INFO] [stdout] test sqlite3::bindgen_test_layout_sqlite3_mutex_methods ... ok [INFO] [stdout] test sqlite3::bindgen_test_layout_sqlite3_pcache_methods2 ... ok [INFO] [stdout] test sqlite3::bindgen_test_layout_sqlite3_pcache_methods ... ok [INFO] [stdout] test sqlite3::bindgen_test_layout_sqlite3_pcache_page ... ok [INFO] [stdout] test sqlite3::bindgen_test_layout_sqlite3_rtree_query_info ... ok [INFO] [stdout] test sqlite3::bindgen_test_layout_sqlite3_snapshot ... ok [INFO] [stdout] test sqlite3::bindgen_test_layout_sqlite3_vtab_cursor ... ok [INFO] [stdout] 2026-04-20T00:18:35.947256Z  INFO sqrite::connection: enter [INFO] [stdout] at src/connection.rs:68 [INFO] [stdout] in sqrite::connection::open with location: InMemory [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.947327Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "CREATE TABLE `foo`(`id`, `value`);" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.947424Z  INFO sqrite::connection: exit [INFO] [stdout] at src/connection.rs:68 [INFO] [stdout] in sqrite::connection::open with location: InMemory [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.947331Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (1, 42), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.947454Z  INFO sqrite::connection: enter [INFO] [stdout] at src/connection.rs:68 [INFO] [stdout] in sqrite::connection::open with location: InMemory [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.947482Z TRACE sqrite::connection: enter [INFO] [stdout] at src/connection.rs:141 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.947504Z  WARN sqrite::connection: connection wasn't manually closed, performing unchecked auto-close [INFO] [stdout] at src/connection.rs:147 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.947529Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (1, 42), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.947547Z  INFO sqrite::connection: successfully closed connection [INFO] [stdout] at src/connection.rs:157 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.947558Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "CREATE TABLE `foo`(`id`, `value`);" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.947575Z  INFO sqrite::connection: enter [INFO] [stdout] at src/connection.rs:383 [INFO] [stdout] in sqrite::connection::backup with location: InMemory [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.947556Z  INFO sqrite::connection: exit [INFO] [stdout] at src/connection.rs:68 [INFO] [stdout] in sqrite::connection::open with location: InMemory [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.947603Z TRACE sqrite::connection: exit [INFO] [stdout] at src/connection.rs:141 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.947644Z  INFO sqrite::connection: enter [INFO] [stdout] at src/connection.rs:109 [INFO] [stdout] in sqrite::connection::close [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.947684Z  INFO sqrite::connection: exit [INFO] [stdout] at src/connection.rs:109 [INFO] [stdout] in sqrite::connection::close [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.947728Z TRACE sqrite::connection: enter [INFO] [stdout] at src/connection.rs:141 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.947761Z TRACE sqrite::connection: exit [INFO] [stdout] at src/connection.rs:141 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.947618Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (1, "test"), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.947761Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: 5, sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.947834Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: 5, sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.947868Z TRACE sqrite::connection: enter [INFO] [stdout] at src/connection.rs:141 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.947885Z  WARN sqrite::connection: connection wasn't manually closed, performing unchecked auto-close [INFO] [stdout] at src/connection.rs:147 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.947913Z  INFO sqrite::connection: successfully closed connection [INFO] [stdout] at src/connection.rs:157 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.947932Z TRACE sqrite::connection: exit [INFO] [stdout] at src/connection.rs:141 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.947987Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (1, "test"), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.948023Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (2, "test2"), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.948060Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (2, "test2"), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.948092Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (3, "test3"), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.948129Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (3, "test3"), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.948172Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:351 [INFO] [stdout] in sqrite::connection::query_iter with params: (), sql: "SELECT `id` FROM `foo`" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.948223Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:351 [INFO] [stdout] in sqrite::connection::query_iter with params: (), sql: "SELECT `id` FROM `foo`" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.948258Z TRACE sqrite::connection: enter [INFO] [stdout] at src/connection.rs:141 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.948299Z  WARN sqrite::connection: connection wasn't manually closed, performing unchecked auto-close [INFO] [stdout] at src/connection.rs:147 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.948328Z  INFO sqrite::connection: successfully closed connection [INFO] [stdout] at src/connection.rs:157 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.948349Z TRACE sqrite::connection: exit [INFO] [stdout] at src/connection.rs:141 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.949868Z TRACE sqrite::connection: enter [INFO] [stdout] at src/connection.rs:163 [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.949915Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:171 [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.949946Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "BEGIN IMMEDIATE TRANSACTION;" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.949983Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "BEGIN IMMEDIATE TRANSACTION;" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.950023Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (1, "test"), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.950073Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (1, "test"), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.950115Z TRACE sqrite::connection: enter [INFO] [stdout] at src/connection.rs:163 [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.947618Z  INFO sqrite::connection: enter [INFO] [stdout] at src/connection.rs:68 [INFO] [stdout] in sqrite::connection::open with location: InMemory [INFO] [stdout] in sqrite::connection::backup with location: InMemory [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.950144Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:171 [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.950180Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (2, "test"), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.950233Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (2, "test"), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.950248Z  INFO sqrite::connection: exit [INFO] [stdout] at src/connection.rs:68 [INFO] [stdout] in sqrite::connection::open with location: InMemory [INFO] [stdout] in sqrite::connection::backup with location: InMemory [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.950333Z  INFO sqrite::connection: exit [INFO] [stdout] at src/connection.rs:383 [INFO] [stdout] in sqrite::connection::backup with location: InMemory [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.950342Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:171 [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.950391Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: 1, sql: "SELECT `value` FROM `foo` WHERE `id` = ?" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.950444Z TRACE sqrite::connection: exit [INFO] [stdout] at src/connection.rs:163 [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.950541Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "ROLLBACK;" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.950567Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: 1, sql: "SELECT `value` FROM `foo` WHERE `id` = ?" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.950632Z  INFO sqrite::connection: enter [INFO] [stdout] at src/connection.rs:68 [INFO] [stdout] in sqrite::connection::open with location: InMemory [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.950647Z TRACE sqrite::connection: enter [INFO] [stdout] at src/connection.rs:141 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.950693Z  WARN sqrite::connection: connection wasn't manually closed, performing unchecked auto-close [INFO] [stdout] at src/connection.rs:147 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.950654Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "ROLLBACK;" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] test sqlite3::bindgen_test_layout_sqlite3_vtab ... ok [INFO] [stdout] test sqlite3::bindgen_test_layout_sqlite3_index_info_sqlite3_index_constraint ... ok [INFO] [stdout] test tests::connection::tests::test_file_connection ... FAILED [INFO] [stdout] test sqlite3::bindgen_test_layout_sqlite3_rtree_geometry ... ok [INFO] [stdout] test tests::connection::tests::test_connection ... ok [INFO] [stdout] 2026-04-20T00:18:35.950731Z  INFO sqrite::connection: successfully closed connection [INFO] [stdout] at src/connection.rs:157 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.951144Z TRACE sqrite::connection: exit [INFO] [stdout] at src/connection.rs:141 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.951184Z TRACE sqrite::connection: enter [INFO] [stdout] at src/connection.rs:141 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.950739Z  INFO sqrite::connection: exit [INFO] [stdout] at src/connection.rs:68 [INFO] [stdout] in sqrite::connection::open with location: InMemory [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.951331Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "CREATE TABLE `foo`(`id` INTEGER PRIMARY KEY, `value`);" [INFO] [stdout] [INFO] [stdout] test tests::connection::tests::test_connection_closing ... 2026-04-20T00:18:35.951549Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "CREATE TABLE `foo`(`id` INTEGER PRIMARY KEY, `value`);" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.951602Z  INFO sqrite::connection: enter [INFO] [stdout] at src/connection.rs:68 [INFO] [stdout] in sqrite::connection::open with location: InMemory [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.950786Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:171 [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.951626Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (5, 2), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.951655Z TRACE sqrite::connection: exit [INFO] [stdout] at src/connection.rs:163 [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.951680Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (5, 2), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.951704Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: (), sql: "SELECT COUNT(`id`) FROM `foo`" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.951708Z  INFO sqrite::connection: exit [INFO] [stdout] at src/connection.rs:68 [INFO] [stdout] in sqrite::connection::open with location: InMemory [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.951733Z TRACE sqrite::connection: enter [INFO] [stdout] at src/connection.rs:430 [INFO] [stdout] in sqrite::connection::last_insert_rowid [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.951743Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "CREATE TABLE `foo`(`id`, `value`);" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.951761Z TRACE sqrite::connection: exit [INFO] [stdout] at src/connection.rs:430 [INFO] [stdout] in sqrite::connection::last_insert_rowid [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.951765Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: (), sql: "SELECT COUNT(`id`) FROM `foo`" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.951789Z TRACE sqrite::connection: enter [INFO] [stdout] at src/connection.rs:141 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.951803Z TRACE sqrite::connection: enter [INFO] [stdout] at src/connection.rs:141 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.951818Z  WARN sqrite::connection: connection wasn't manually closed, performing unchecked auto-close [INFO] [stdout] at src/connection.rs:147 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.951873Z  INFO sqrite::connection: successfully closed connection [INFO] [stdout] at src/connection.rs:157 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.951912Z TRACE sqrite::connection: exit [INFO] [stdout] at src/connection.rs:141 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.951966Z  WARN sqrite::connection: connection wasn't manually closed, performing unchecked auto-close [INFO] [stdout] at src/connection.rs:147 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.952005Z  INFO sqrite::connection: successfully closed connection [INFO] [stdout] at src/connection.rs:157 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.952033Z TRACE sqrite::connection: exit [INFO] [stdout] at src/connection.rs:141 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] ok [INFO] [stdout] test tests::connection::tests::invalid_parameter_count ... ok [INFO] [stdout] test tests::connection::tests::test_iter_query ... ok [INFO] [stdout] test sqlite3::bindgen_test_layout_sqlite3_vfs ... ok [INFO] [stdout] 2026-04-20T00:18:35.952554Z  INFO sqrite::connection: enter [INFO] [stdout] at src/connection.rs:68 [INFO] [stdout] in sqrite::connection::open with location: InMemory [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.952642Z  INFO sqrite::connection: exit [INFO] [stdout] at src/connection.rs:68 [INFO] [stdout] in sqrite::connection::open with location: InMemory [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.952657Z  INFO sqrite::connection: enter [INFO] [stdout] at src/connection.rs:68 [INFO] [stdout] in sqrite::connection::open with location: InMemory [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.952691Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "CREATE TABLE `foo`(`id`, `value`);" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.952745Z  INFO sqrite::connection: exit [INFO] [stdout] at src/connection.rs:68 [INFO] [stdout] in sqrite::connection::open with location: InMemory [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.952786Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "CREATE TABLE `foo`(`id`, `value1`, `value2`, `value3`, `value4`);" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.952968Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "CREATE TABLE `foo`(`id`, `value`);" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.952981Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "CREATE TABLE `foo`(`id`, `value1`, `value2`, `value3`, `value4`);" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953019Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (1, "test"), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953030Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (1, true, 42, 42.0, "test"), sql: "INSERT INTO `foo`(`id`, `value1`, `value2`, `value3`, `value4`) VALUES(?, ?, ?, ?, ?)" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953082Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (1, "test"), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953085Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (1, true, 42, 42.0, "test"), sql: "INSERT INTO `foo`(`id`, `value1`, `value2`, `value3`, `value4`) VALUES(?, ?, ?, ?, ?)" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953122Z  INFO sqrite::connection: enter [INFO] [stdout] at src/connection.rs:383 [INFO] [stdout] in sqrite::connection::backup with location: InMemory [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953123Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (2, "test2"), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953151Z  INFO sqrite::connection: enter [INFO] [stdout] at src/connection.rs:68 [INFO] [stdout] in sqrite::connection::open with location: InMemory [INFO] [stdout] in sqrite::connection::backup with location: InMemory [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953169Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (2, "test2"), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953211Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (3, "test3"), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.951584Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "CREATE TABLE `foo`(`id`, `value`);" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953243Z  INFO sqrite::connection: exit [INFO] [stdout] at src/connection.rs:68 [INFO] [stdout] in sqrite::connection::open with location: InMemory [INFO] [stdout] in sqrite::connection::backup with location: InMemory [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953254Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (3, "test3"), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953315Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:330 [INFO] [stdout] in sqrite::connection::query_all with params: (), sql: "SELECT `value` FROM `foo`" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953323Z  INFO sqrite::connection: exit [INFO] [stdout] at src/connection.rs:383 [INFO] [stdout] in sqrite::connection::backup with location: InMemory [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953334Z  INFO sqrite::connection: enter [INFO] [stdout] at src/connection.rs:68 [INFO] [stdout] in sqrite::connection::open with location: InMemory [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953363Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: 1, sql: "SELECT `value1`, `value2`, `value3`, `value4` FROM `foo` WHERE `id` = ?" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953361Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:351 [INFO] [stdout] in sqrite::connection::query_iter with params: (), sql: "SELECT `value` FROM `foo`" [INFO] [stdout] in sqrite::connection::query_all with params: (), sql: "SELECT `value` FROM `foo`" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953424Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:351 [INFO] [stdout] in sqrite::connection::query_iter with params: (), sql: "SELECT `value` FROM `foo`" [INFO] [stdout] in sqrite::connection::query_all with params: (), sql: "SELECT `value` FROM `foo`" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953438Z  INFO sqrite::connection: exit [INFO] [stdout] at src/connection.rs:68 [INFO] [stdout] in sqrite::connection::open with location: InMemory [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953444Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "CREATE TABLE `foo`(`id`, `value`);" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953461Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:330 [INFO] [stdout] in sqrite::connection::query_all with params: (), sql: "SELECT `value` FROM `foo`" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953468Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: 1, sql: "SELECT `value1`, `value2`, `value3`, `value4` FROM `foo` WHERE `id` = ?" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953482Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "CREATE TABLE `foo`(`id`, `value`);" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953493Z TRACE sqrite::connection: enter [INFO] [stdout] at src/connection.rs:163 [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953494Z TRACE sqrite::connection: enter [INFO] [stdout] at src/connection.rs:141 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953500Z TRACE sqrite::connection: enter [INFO] [stdout] at src/connection.rs:141 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953515Z  WARN sqrite::connection: connection wasn't manually closed, performing unchecked auto-close [INFO] [stdout] at src/connection.rs:147 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953521Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:171 [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953518Z  WARN sqrite::connection: connection wasn't manually closed, performing unchecked auto-close [INFO] [stdout] at src/connection.rs:147 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953549Z  INFO sqrite::connection: successfully closed connection [INFO] [stdout] at src/connection.rs:157 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953552Z  INFO sqrite::connection: successfully closed connection [INFO] [stdout] at src/connection.rs:157 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953572Z TRACE sqrite::connection: exit [INFO] [stdout] at src/connection.rs:141 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953554Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "BEGIN IMMEDIATE TRANSACTION;" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953575Z TRACE sqrite::connection: exit [INFO] [stdout] at src/connection.rs:141 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953602Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "BEGIN IMMEDIATE TRANSACTION;" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953618Z TRACE sqrite::connection: enter [INFO] [stdout] at src/connection.rs:141 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953644Z  WARN sqrite::connection: connection wasn't manually closed, performing unchecked auto-close [INFO] [stdout] at src/connection.rs:147 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953662Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "CREATE TABLE `foo`(`id`, `value`);" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953660Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (1, "test"), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953676Z  INFO sqrite::connection: successfully closed connection [INFO] [stdout] at src/connection.rs:157 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953697Z TRACE sqrite::connection: exit [INFO] [stdout] at src/connection.rs:141 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953699Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (1, "test"), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953717Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (1, "test"), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953729Z  INFO sqrite::connection: enter [INFO] [stdout] at src/connection.rs:68 [INFO] [stdout] in sqrite::connection::open with location: InMemory [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953745Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (1, "test"), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953760Z TRACE sqrite::connection: enter [INFO] [stdout] at src/connection.rs:163 [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953760Z  INFO sqrite::connection: enter [INFO] [stdout] at src/connection.rs:68 [INFO] [stdout] in sqrite::connection::open with location: InMemory [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953781Z TRACE sqrite::connection: enter [INFO] [stdout] at src/connection.rs:141 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953789Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:171 [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953799Z  WARN sqrite::connection: connection wasn't manually closed, performing unchecked auto-close [INFO] [stdout] at src/connection.rs:147 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953804Z  INFO sqrite::connection: exit [INFO] [stdout] at src/connection.rs:68 [INFO] [stdout] in sqrite::connection::open with location: InMemory [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953817Z  INFO sqrite::connection: exit [INFO] [stdout] at src/connection.rs:68 [INFO] [stdout] in sqrite::connection::open with location: InMemory [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953829Z  INFO sqrite::connection: successfully closed connection [INFO] [stdout] at src/connection.rs:157 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953830Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (2, "test"), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953852Z TRACE sqrite::connection: exit [INFO] [stdout] at src/connection.rs:141 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953851Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "CREATE TABLE `foo`(`id`, `value`);" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953889Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (2, "test"), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953848Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "CREATE TABLE `foo`(`id`, `value`);" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953934Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:171 [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953971Z TRACE sqrite::connection: exit [INFO] [stdout] at src/connection.rs:163 [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.953996Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "CREATE TABLE `foo`(`id`, `value`);" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954016Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "COMMIT;" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954029Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "CREATE TABLE `foo`(`id`, `value`);" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954044Z TRACE sqrite::connection: enter [INFO] [stdout] at src/connection.rs:204 [INFO] [stdout] in sqrite::connection::transaction_rc [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954049Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "COMMIT;" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954061Z TRACE sqrite::connection: enter [INFO] [stdout] at src/connection.rs:163 [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954072Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:171 [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction_rc [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954079Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:171 [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954084Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:171 [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954103Z TRACE sqrite::connection: exit [INFO] [stdout] at src/connection.rs:163 [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954110Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "CREATE TABLE `foo`(`id`, `value`);" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954112Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "BEGIN IMMEDIATE TRANSACTION;" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954109Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "BEGIN IMMEDIATE TRANSACTION;" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction_rc [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954133Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: (), sql: "SELECT COUNT(`id`) FROM `foo`" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954160Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (1, 40), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954153Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "BEGIN IMMEDIATE TRANSACTION;" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954161Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "BEGIN IMMEDIATE TRANSACTION;" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction_rc [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954180Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: (), sql: "SELECT COUNT(`id`) FROM `foo`" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954201Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (1, "test"), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954209Z TRACE sqrite::connection: enter [INFO] [stdout] at src/connection.rs:141 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954205Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (1, "test"), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction_rc [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954208Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (1, 40), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954226Z  WARN sqrite::connection: connection wasn't manually closed, performing unchecked auto-close [INFO] [stdout] at src/connection.rs:147 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954254Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (2, 41.0), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954257Z  INFO sqrite::connection: successfully closed connection [INFO] [stdout] at src/connection.rs:157 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954260Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (1, "test"), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction_rc [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954302Z TRACE sqrite::connection: exit [INFO] [stdout] at src/connection.rs:141 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954331Z TRACE sqrite::connection: enter [INFO] [stdout] at src/connection.rs:204 [INFO] [stdout] in sqrite::connection::transaction_rc [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction_rc [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954326Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (2, 41.0), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954394Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (3, "42"), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.951820Z  WARN sqrite::connection: connection wasn't manually closed, performing unchecked auto-close [INFO] [stdout] at src/connection.rs:147 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954393Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:171 [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction_rc [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction_rc [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954400Z  INFO sqrite::connection: enter [INFO] [stdout] at src/connection.rs:68 [INFO] [stdout] in sqrite::connection::open with location: InMemory [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954430Z  INFO sqrite::connection: successfully closed connection [INFO] [stdout] at src/connection.rs:157 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954443Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (3, "42"), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954456Z TRACE sqrite::connection: exit [INFO] [stdout] at src/connection.rs:141 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954461Z  INFO sqrite::connection: exit [INFO] [stdout] at src/connection.rs:68 [INFO] [stdout] in sqrite::connection::open with location: InMemory [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954442Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (2, "test"), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction_rc [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction_rc [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954485Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (4, None), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954497Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "CREATE TABLE `foo`(`id`, `value`);" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954521Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (2, "test"), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction_rc [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction_rc [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954541Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (4, None), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954567Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:171 [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction_rc [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction_rc [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954587Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: 1, sql: "SELECT `value` FROM `foo` WHERE `id` = ?" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954601Z TRACE sqrite::connection: exit [INFO] [stdout] at src/connection.rs:204 [INFO] [stdout] in sqrite::connection::transaction_rc [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction_rc [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954596Z  INFO sqrite::connection: enter [INFO] [stdout] at src/connection.rs:68 [INFO] [stdout] in sqrite::connection::open with location: InMemory [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954647Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: 1, sql: "SELECT `value` FROM `foo` WHERE `id` = ?" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954647Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "COMMIT;" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction_rc [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954692Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: 2, sql: "SELECT `value` FROM `foo` WHERE `id` = ?" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954686Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "COMMIT;" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction_rc [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954699Z  INFO sqrite::connection: exit [INFO] [stdout] at src/connection.rs:68 [INFO] [stdout] in sqrite::connection::open with location: InMemory [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954689Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "CREATE TABLE `foo`(`id`, `value`);" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954726Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:171 [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction_rc [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954736Z TRACE sqrite::connection: enter [INFO] [stdout] at src/connection.rs:163 [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954754Z TRACE sqrite::connection: exit [INFO] [stdout] at src/connection.rs:204 [INFO] [stdout] in sqrite::connection::transaction_rc [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954756Z TRACE sqrite::connection: enter [INFO] [stdout] at src/connection.rs:163 [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954759Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:171 [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954768Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: 2, sql: "SELECT `value` FROM `foo` WHERE `id` = ?" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954779Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:171 [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954784Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: (), sql: "SELECT COUNT(`id`) FROM `foo`" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954791Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "BEGIN IMMEDIATE TRANSACTION;" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954812Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: 3, sql: "SELECT `value` FROM `foo` WHERE `id` = ?" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954809Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "BEGIN IMMEDIATE TRANSACTION;" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954837Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: (), sql: "SELECT COUNT(`id`) FROM `foo`" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954836Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "BEGIN IMMEDIATE TRANSACTION;" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954845Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "BEGIN IMMEDIATE TRANSACTION;" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954860Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: 3, sql: "SELECT `value` FROM `foo` WHERE `id` = ?" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954873Z TRACE sqrite::connection: enter [INFO] [stdout] at src/connection.rs:141 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954877Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "CREATE TABLE `foo`(`id`, `value`);" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954884Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (1, "test"), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954892Z  WARN sqrite::connection: connection wasn't manually closed, performing unchecked auto-close [INFO] [stdout] at src/connection.rs:147 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954900Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: 4, sql: "SELECT `value` FROM `foo` WHERE `id` = ?" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954924Z  INFO sqrite::connection: successfully closed connection [INFO] [stdout] at src/connection.rs:157 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954947Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: 4, sql: "SELECT `value` FROM `foo` WHERE `id` = ?" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954948Z TRACE sqrite::connection: exit [INFO] [stdout] at src/connection.rs:141 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954941Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (1, "test"), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954982Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: 40, sql: "SELECT `id` FROM `foo` WHERE `value` = ?" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954995Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (2, "test"), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955035Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: 40, sql: "SELECT `id` FROM `foo` WHERE `value` = ?" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955048Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (2, "test"), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955060Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "CREATE TABLE `foo`(`id`, `value`);" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955079Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: 41.0, sql: "SELECT `id` FROM `foo` WHERE `value` = ?" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955095Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "ROLLBACK;" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955101Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(1, 2)" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955131Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: 41.0, sql: "SELECT `id` FROM `foo` WHERE `value` = ?" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955131Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "ROLLBACK;" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955140Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(1, 2)" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955163Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:171 [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955170Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: "42", sql: "SELECT `id` FROM `foo` WHERE `value` = ?" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955187Z TRACE sqrite::connection: exit [INFO] [stdout] at src/connection.rs:163 [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955181Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: (), sql: "SELECT `id` FROM `foo`" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955218Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: (), sql: "SELECT COUNT(`id`) FROM `foo`" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955222Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: "42", sql: "SELECT `id` FROM `foo` WHERE `value` = ?" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955226Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: (), sql: "SELECT `id` FROM `foo`" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955260Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: (), sql: "SELECT COUNT(`id`) FROM `foo`" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955262Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: None, sql: "SELECT `id` FROM `foo` WHERE `value` IS ?" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955298Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "COMMIT;" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955313Z TRACE sqrite::connection: enter [INFO] [stdout] at src/connection.rs:141 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955330Z  WARN sqrite::connection: connection wasn't manually closed, performing unchecked auto-close [INFO] [stdout] at src/connection.rs:147 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955332Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "COMMIT;" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955338Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: None, sql: "SELECT `id` FROM `foo` WHERE `value` IS ?" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955364Z  INFO sqrite::connection: successfully closed connection [INFO] [stdout] at src/connection.rs:157 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955366Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:171 [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955385Z TRACE sqrite::connection: exit [INFO] [stdout] at src/connection.rs:141 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955384Z TRACE sqrite::connection: enter [INFO] [stdout] at src/connection.rs:141 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955389Z TRACE sqrite::connection: exit [INFO] [stdout] at src/connection.rs:163 [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955403Z  WARN sqrite::connection: connection wasn't manually closed, performing unchecked auto-close [INFO] [stdout] at src/connection.rs:147 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955416Z TRACE sqrite::connection: enter [INFO] [stdout] at src/connection.rs:141 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955432Z  WARN sqrite::connection: connection wasn't manually closed, performing unchecked auto-close [INFO] [stdout] at src/connection.rs:147 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955434Z  INFO sqrite::connection: successfully closed connection [INFO] [stdout] at src/connection.rs:157 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.954253Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (1, "test"), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955458Z TRACE sqrite::connection: exit [INFO] [stdout] at src/connection.rs:141 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955461Z  INFO sqrite::connection: successfully closed connection [INFO] [stdout] at src/connection.rs:157 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955483Z TRACE sqrite::connection: exit [INFO] [stdout] at src/connection.rs:141 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955484Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (2, "test"), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955532Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (2, "test"), sql: "INSERT INTO `foo`(`id`, `value`) VALUES(?, ?)" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955581Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "COMMIT;" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955629Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "COMMIT;" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955664Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:171 [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955671Z  INFO sqrite::connection: enter [INFO] [stdout] at src/connection.rs:68 [INFO] [stdout] in sqrite::connection::open with location: InMemory [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955701Z TRACE sqrite::connection: exit [INFO] [stdout] at src/connection.rs:163 [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955744Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: (), sql: "SELECT COUNT(`id`) FROM `foo`" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955769Z  INFO sqrite::connection: exit [INFO] [stdout] at src/connection.rs:68 [INFO] [stdout] in sqrite::connection::open with location: InMemory [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955796Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: (), sql: "SELECT COUNT(`id`) FROM `foo`" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955823Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:214 [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration, test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955826Z TRACE sqrite::connection: enter [INFO] [stdout] at src/connection.rs:141 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955867Z  WARN sqrite::connection: connection wasn't manually closed, performing unchecked auto-close [INFO] [stdout] at src/connection.rs:147 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955867Z TRACE sqrite::connection: enter [INFO] [stdout] at src/connection.rs:163 [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration, test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955897Z  INFO sqrite::connection: successfully closed connection [INFO] [stdout] at src/connection.rs:157 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955897Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:171 [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration, test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955917Z TRACE sqrite::connection: exit [INFO] [stdout] at src/connection.rs:141 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955938Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "BEGIN IMMEDIATE TRANSACTION;" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration, test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.955988Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "BEGIN IMMEDIATE TRANSACTION;" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration, test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.956026Z DEBUG sqrite::connection: creating metadata table if it doesn't exist [INFO] [stdout] at src/connection.rs:219 [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration, test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.956074Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "CREATE TABLE IF NOT EXISTS `metadata`(`key` TEXT PRIMARY KEY, `value` ANY) WITHOUT ROWID, STRICT" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration, test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.956342Z  INFO sqrite::connection: enter [INFO] [stdout] at src/connection.rs:68 [INFO] [stdout] in sqrite::connection::open with location: InMemory [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.956447Z  INFO sqrite::connection: exit [INFO] [stdout] at src/connection.rs:68 [INFO] [stdout] in sqrite::connection::open with location: InMemory [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.956444Z  INFO sqrite::connection: enter [INFO] [stdout] at src/connection.rs:68 [INFO] [stdout] in sqrite::connection::open with location: InMemory [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.956491Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:214 [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.956518Z TRACE sqrite::connection: enter [INFO] [stdout] at src/connection.rs:163 [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.956545Z  INFO sqrite::connection: exit [INFO] [stdout] at src/connection.rs:68 [INFO] [stdout] in sqrite::connection::open with location: InMemory [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.956548Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:171 [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.956590Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:214 [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration1, test migration2] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.956592Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "BEGIN IMMEDIATE TRANSACTION;" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.956620Z TRACE sqrite::connection: enter [INFO] [stdout] at src/connection.rs:163 [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration1, test migration2] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.956649Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:171 [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration1, test migration2] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.956653Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "BEGIN IMMEDIATE TRANSACTION;" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.956689Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "BEGIN IMMEDIATE TRANSACTION;" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration1, test migration2] [INFO] [stdout] [INFO] [stdout] test tests::connection::tests::last_insert_rowid ... ok [INFO] [stdout] 2026-04-20T00:18:35.956754Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "BEGIN IMMEDIATE TRANSACTION;" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration1, test migration2] [INFO] [stdout] [INFO] [stdout] test tests::backup::tests::test_backup ... 2026-04-20T00:18:35.956691Z DEBUG sqrite::connection: creating metadata table if it doesn't exist [INFO] [stdout] at src/connection.rs:219 [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.956797Z DEBUG sqrite::connection: creating metadata table if it doesn't exist [INFO] [stdout] at src/connection.rs:219 [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration1, test migration2] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.956837Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "CREATE TABLE IF NOT EXISTS `metadata`(`key` TEXT PRIMARY KEY, `value` ANY) WITHOUT ROWID, STRICT" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration, test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.956844Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "CREATE TABLE IF NOT EXISTS `metadata`(`key` TEXT PRIMARY KEY, `value` ANY) WITHOUT ROWID, STRICT" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration1, test migration2] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.956835Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "CREATE TABLE IF NOT EXISTS `metadata`(`key` TEXT PRIMARY KEY, `value` ANY) WITHOUT ROWID, STRICT" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.956885Z DEBUG sqrite::connection: inserting version 0 if no version is set yet [INFO] [stdout] at src/connection.rs:223 [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration, test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.956933Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: "database_version", sql: "INSERT OR IGNORE INTO `metadata`(`key`, `value`) VALUES(?, 0)" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration, test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.956992Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: "database_version", sql: "INSERT OR IGNORE INTO `metadata`(`key`, `value`) VALUES(?, 0)" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration, test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957035Z DEBUG sqrite::connection: fetching current version [INFO] [stdout] at src/connection.rs:227 [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration, test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957080Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: "database_version", sql: "SELECT `value` FROM `metadata` WHERE `key` = ?" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration, test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957080Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "CREATE TABLE IF NOT EXISTS `metadata`(`key` TEXT PRIMARY KEY, `value` ANY) WITHOUT ROWID, STRICT" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration1, test migration2] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957084Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "CREATE TABLE IF NOT EXISTS `metadata`(`key` TEXT PRIMARY KEY, `value` ANY) WITHOUT ROWID, STRICT" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957127Z DEBUG sqrite::connection: inserting version 0 if no version is set yet [INFO] [stdout] at src/connection.rs:223 [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration1, test migration2] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957130Z DEBUG sqrite::connection: inserting version 0 if no version is set yet [INFO] [stdout] at src/connection.rs:223 [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957145Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: "database_version", sql: "SELECT `value` FROM `metadata` WHERE `key` = ?" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration, test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957174Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: "database_version", sql: "INSERT OR IGNORE INTO `metadata`(`key`, `value`) VALUES(?, 0)" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration1, test migration2] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957175Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: "database_version", sql: "INSERT OR IGNORE INTO `metadata`(`key`, `value`) VALUES(?, 0)" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957187Z  INFO sqrite::connection: current_version: 0, target_version: 2 [INFO] [stdout] at src/connection.rs:232 [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration, test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957218Z  INFO sqrite::connection: running migration test migration version 1 [INFO] [stdout] at src/connection.rs:243 [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration, test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957231Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: "database_version", sql: "INSERT OR IGNORE INTO `metadata`(`key`, `value`) VALUES(?, 0)" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration1, test migration2] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957234Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: "database_version", sql: "INSERT OR IGNORE INTO `metadata`(`key`, `value`) VALUES(?, 0)" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957260Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:272 [INFO] [stdout] in sqrite::connection::execute_batch with sql: "CREATE TABLE `foo`(`id`, `value`);" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration, test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957292Z DEBUG sqrite::connection: fetching current version [INFO] [stdout] at src/connection.rs:227 [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration1, test migration2] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957298Z DEBUG sqrite::connection: fetching current version [INFO] [stdout] at src/connection.rs:227 [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957343Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: "database_version", sql: "SELECT `value` FROM `metadata` WHERE `key` = ?" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957339Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: "database_version", sql: "SELECT `value` FROM `metadata` WHERE `key` = ?" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration1, test migration2] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957409Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: "database_version", sql: "SELECT `value` FROM `metadata` WHERE `key` = ?" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957415Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: "database_version", sql: "SELECT `value` FROM `metadata` WHERE `key` = ?" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration1, test migration2] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957423Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:272 [INFO] [stdout] in sqrite::connection::execute_batch with sql: "CREATE TABLE `foo`(`id`, `value`);" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration, test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957448Z  INFO sqrite::connection: current_version: 0, target_version: 1 [INFO] [stdout] at src/connection.rs:232 [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957455Z  INFO sqrite::connection: current_version: 0, target_version: 2 [INFO] [stdout] at src/connection.rs:232 [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration1, test migration2] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957470Z  INFO sqrite::connection: running migration test migration version 2 [INFO] [stdout] at src/connection.rs:243 [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration, test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957476Z  INFO sqrite::connection: running migration test migration version 1 [INFO] [stdout] at src/connection.rs:243 [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957485Z  INFO sqrite::connection: running migration test migration1 version 1 [INFO] [stdout] at src/connection.rs:243 [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration1, test migration2] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957514Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:272 [INFO] [stdout] in sqrite::connection::execute_batch with sql: "CREATE TABLE `foo`(`id`, `value`);INSERT INTO `foo`(`id`, `value`) VALUES(1, 2);" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957514Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:272 [INFO] [stdout] in sqrite::connection::execute_batch with sql: "!!!!FAILURE!!!!" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration, test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957526Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:272 [INFO] [stdout] in sqrite::connection::execute_batch with sql: "CREATE TABLE `foo`(`id`, `value`);" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration1, test migration2] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957550Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:272 [INFO] [stdout] in sqrite::connection::execute_batch with sql: "!!!!FAILURE!!!!" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration, test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957600Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "ROLLBACK;" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration, test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957657Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "ROLLBACK;" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration, test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957664Z DEBUG sqrite::connection: exit [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] [stdout] at src/connection.rs:272 [INFO] [stdout] in sqrite::connection::execute_batch with sql: "CREATE TABLE `foo`(`id`, `value`);INSERT INTO `foo`(`id`, `value`) VALUES(1, 2);" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957666Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:272 [INFO] [stdout] in sqrite::connection::execute_batch with sql: "CREATE TABLE `foo`(`id`, `value`);" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration1, test migration2] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957696Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:171 [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration, test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957712Z  INFO sqrite::connection: running migration test migration2 version 2 [INFO] [stdout] at src/connection.rs:243 [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration1, test migration2] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957720Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (1, "database_version"), sql: "UPDATE `metadata` SET `value` = ? WHERE `key` = ?" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957759Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:272 [INFO] [stdout] in sqrite::connection::execute_batch with sql: "INSERT INTO `foo`(`id`, `value`) VALUES(1, 2);" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration1, test migration2] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957792Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (1, "database_version"), sql: "UPDATE `metadata` SET `value` = ? WHERE `key` = ?" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957725Z TRACE sqrite::connection: exit [INFO] [stdout] at src/connection.rs:163 [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration, test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957815Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:272 [INFO] [stdout] in sqrite::connection::execute_batch with sql: "INSERT INTO `foo`(`id`, `value`) VALUES(1, 2);" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration1, test migration2] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957836Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "COMMIT;" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957855Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:214 [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration, test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957867Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "COMMIT;" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957873Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (2, "database_version"), sql: "UPDATE `metadata` SET `value` = ? WHERE `key` = ?" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration1, test migration2] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957895Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:171 [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957899Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: (), sql: "SELECT EXISTS(SELECT 1 FROM `sqlite_schema` WHERE `tbl_name` = 'foo')" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957921Z TRACE sqrite::connection: exit [INFO] [stdout] at src/connection.rs:163 [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957943Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:214 [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957935Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (2, "database_version"), sql: "UPDATE `metadata` SET `value` = ? WHERE `key` = ?" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration1, test migration2] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957973Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: 1, sql: "SELECT `value` FROM `foo` WHERE `id` = ?" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.957994Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "COMMIT;" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration1, test migration2] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.958005Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: (), sql: "SELECT EXISTS(SELECT 1 FROM `sqlite_schema` WHERE `tbl_name` = 'foo')" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.958021Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: 1, sql: "SELECT `value` FROM `foo` WHERE `id` = ?" [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.958046Z TRACE sqrite::connection: enter [INFO] [stdout] at src/connection.rs:141 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.958036Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:255 [INFO] [stdout] in sqrite::connection::execute with params: (), sql: "COMMIT;" [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration1, test migration2] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.958052Z TRACE sqrite::connection: enter [INFO] [stdout] at src/connection.rs:141 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.958065Z  WARN sqrite::connection: connection wasn't manually closed, performing unchecked auto-close [INFO] [stdout] at src/connection.rs:147 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.958069Z  WARN sqrite::connection: connection wasn't manually closed, performing unchecked auto-close [INFO] [stdout] at src/connection.rs:147 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.958075Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:171 [INFO] [stdout] in sqrite::connection::transaction_custom [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration1, test migration2] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.958098Z  INFO sqrite::connection: successfully closed connection [INFO] [stdout] at src/connection.rs:157 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.958096Z  INFO sqrite::connection: successfully closed connection [INFO] [stdout] at src/connection.rs:157 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.958105Z TRACE sqrite::connection: exit [INFO] [stdout] at src/connection.rs:163 [INFO] [stdout] in sqrite::connection::transaction [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration1, test migration2] [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.958118Z TRACE sqrite::connection: exit [INFO] [stdout] at src/connection.rs:141 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.958124Z TRACE sqrite::connection: exit [INFO] [stdout] at src/connection.rs:141 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.958132Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:214 [INFO] [stdout] in sqrite::connection::migrate with migrations: [test migration1, test migration2] [INFO] [stdout] [INFO] [stdout] ok 2026-04-20T00:18:35.958178Z DEBUG sqrite::connection: enter [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: 1, sql: "SELECT `value` FROM `foo` WHERE `id` = ?" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] test tests::connection::tests::test_multi_query ... ok [INFO] [stdout] test tests::params::tests::test_params ... ok [INFO] [stdout] test tests::connection::tests::test_execution ... ok [INFO] [stdout] test tests::connection::tests::nested_transaction_commit ... ok [INFO] [stdout] test tests::connection::tests::nested_transaction_rollback ... ok [INFO] [stdout] test tests::connection::tests::nested_rc_transaction ... ok [INFO] [stdout] test tests::connection::tests::transaction_rollback ... ok [INFO] [stdout] test tests::connection::tests::test_single_query ... ok [INFO] [stdout] test tests::connection::tests::transaction_value ... ok [INFO] [stdout] test tests::connection::tests::transaction_commit ... ok [INFO] [stdout] 2026-04-20T00:18:35.958248Z DEBUG sqrite::connection: exit [INFO] [stdout] at src/connection.rs:304 [INFO] [stdout] in sqrite::connection::query_one with params: 1, sql: "SELECT `value` FROM `foo` WHERE `id` = ?" [INFO] [stdout] [INFO] [stdout] test tests::migration::tests::test_migration ... ok [INFO] [stdout] test tests::migration::tests::failing_migrations ... ok [INFO] [stdout] 2026-04-20T00:18:35.958397Z TRACE sqrite::connection: enter [INFO] [stdout] at src/connection.rs:141 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.958420Z  WARN sqrite::connection: connection wasn't manually closed, performing unchecked auto-close [INFO] [stdout] at src/connection.rs:147 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.958454Z  INFO sqrite::connection: successfully closed connection [INFO] [stdout] at src/connection.rs:157 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] 2026-04-20T00:18:35.958476Z TRACE sqrite::connection: exit [INFO] [stdout] at src/connection.rs:141 [INFO] [stdout] in sqrite::connection::drop [INFO] [stdout] [INFO] [stdout] test tests::migration::tests::test_migrations ... ok [INFO] [stdout] test sqlite3::bindgen_test_layout_Fts5ExtensionApi ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- tests::connection::tests::test_file_connection stdout ---- [INFO] [stdout] Error: SqliteError(14, "unable to open database file", "unable to open database file") [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] tests::connection::tests::test_file_connection [INFO] [stdout] [INFO] [stdout] test result: FAILED. 42 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ac3f6624a9a2f9a5399953900d9d3c953035675ad60773dab73331fb4a2aedff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ac3f6624a9a2f9a5399953900d9d3c953035675ad60773dab73331fb4a2aedff", kill_on_drop: false }` [INFO] [stdout] ac3f6624a9a2f9a5399953900d9d3c953035675ad60773dab73331fb4a2aedff