[INFO] cloning repository https://github.com/esmevane/vacuum-reproduction
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/esmevane/vacuum-reproduction" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fesmevane%2Fvacuum-reproduction", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fesmevane%2Fvacuum-reproduction'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 72aa36116808ecef21a48e3fb57152f440d56b3b
[INFO] testing esmevane/vacuum-reproduction against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fesmevane%2Fvacuum-reproduction" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/esmevane/vacuum-reproduction
[INFO] finished tweaking git repo https://github.com/esmevane/vacuum-reproduction
[INFO] tweaked toml for git repo https://github.com/esmevane/vacuum-reproduction written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/esmevane/vacuum-reproduction on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/esmevane/vacuum-reproduction already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 12e213da9c3dc1f076eddbe3062aff1bad2701968606c57d2506e6c40a9afd60
[INFO] running `Command { std: "docker" "start" "-a" "12e213da9c3dc1f076eddbe3062aff1bad2701968606c57d2506e6c40a9afd60", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "12e213da9c3dc1f076eddbe3062aff1bad2701968606c57d2506e6c40a9afd60", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "12e213da9c3dc1f076eddbe3062aff1bad2701968606c57d2506e6c40a9afd60", kill_on_drop: false }`
[INFO] [stdout] 12e213da9c3dc1f076eddbe3062aff1bad2701968606c57d2506e6c40a9afd60
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f6e95437c82851a51bb64f119d5487afcf2c6910a67ad746ea8e716ad8424ca3
[INFO] running `Command { std: "docker" "start" "-a" "f6e95437c82851a51bb64f119d5487afcf2c6910a67ad746ea8e716ad8424ca3", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.85
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling cc v1.0.98
[INFO] [stderr]    Compiling serde v1.0.203
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling zerocopy v0.7.34
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling allocator-api2 v0.2.18
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling thiserror v1.0.61
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling syn v2.0.66
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling unicode_categories v0.1.1
[INFO] [stderr]    Compiling hashlink v0.8.4
[INFO] [stderr]    Compiling crc v3.2.1
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.11
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling uuid v1.8.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling tokio v1.38.0
[INFO] [stderr]    Compiling libsqlite3-sys v0.27.0
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling flume v0.11.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling serde_derive v1.0.203
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling thiserror-impl v1.0.61
[INFO] [stderr]    Compiling tokio-stream v0.1.15
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling tokio-macros v2.3.0
[INFO] [stderr]    Compiling unicode-segmentation v1.11.0
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]    Compiling fastrand v2.1.0
[INFO] [stderr]    Compiling tempfile v3.10.1
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling matchers v0.1.0
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling anyhow v1.0.86
[INFO] [stderr]    Compiling tracing-test-macro v0.2.5
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling regex v1.10.4
[INFO] [stderr]    Compiling either v1.12.0
[INFO] [stderr]    Compiling tracing-serde v0.1.3
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling rusqlite v0.30.0
[INFO] [stderr]    Compiling sqlformat v0.2.3
[INFO] [stderr]    Compiling tracing-test v0.2.5
[INFO] [stderr]    Compiling sqlx-core v0.7.4
[INFO] [stderr]    Compiling sqlx-sqlite v0.7.4
[INFO] [stderr]    Compiling sqlx-macros-core v0.7.4
[INFO] [stderr]    Compiling sqlx-macros v0.7.4
[INFO] [stderr]    Compiling sqlx v0.7.4
[INFO] [stderr]    Compiling vacuum-reproduction v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> src/main.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | struct Table {
[INFO] [stdout]    |        ----- field in this struct
[INFO] [stdout] 23 |     name: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Table` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s
[INFO] running `Command { std: "docker" "inspect" "f6e95437c82851a51bb64f119d5487afcf2c6910a67ad746ea8e716ad8424ca3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f6e95437c82851a51bb64f119d5487afcf2c6910a67ad746ea8e716ad8424ca3", kill_on_drop: false }`
[INFO] [stdout] f6e95437c82851a51bb64f119d5487afcf2c6910a67ad746ea8e716ad8424ca3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c9eec1ce17d7e0ac00f867d098a77164550c9a7dde0a0916ed07d8c42a3c5c23
[INFO] running `Command { std: "docker" "start" "-a" "c9eec1ce17d7e0ac00f867d098a77164550c9a7dde0a0916ed07d8c42a3c5c23", kill_on_drop: false }`
[INFO] [stderr]    Compiling vacuum-reproduction v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `name` is never read
[INFO] [stdout]   --> src/main.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | struct Table {
[INFO] [stdout]    |        ----- field in this struct
[INFO] [stdout] 23 |     name: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Table` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.10s
[INFO] running `Command { std: "docker" "inspect" "c9eec1ce17d7e0ac00f867d098a77164550c9a7dde0a0916ed07d8c42a3c5c23", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c9eec1ce17d7e0ac00f867d098a77164550c9a7dde0a0916ed07d8c42a3c5c23", kill_on_drop: false }`
[INFO] [stdout] c9eec1ce17d7e0ac00f867d098a77164550c9a7dde0a0916ed07d8c42a3c5c23
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 10c806429aed1ab3094282db091d172d1e4d7c01594c099838d8f4d38446ea0c
[INFO] running `Command { std: "docker" "start" "-a" "10c806429aed1ab3094282db091d172d1e4d7c01594c099838d8f4d38446ea0c", kill_on_drop: false }`
[INFO] [stderr] warning: field `name` is never read
[INFO] [stderr]   --> src/main.rs:23:5
[INFO] [stderr]    |
[INFO] [stderr] 22 | struct Table {
[INFO] [stderr]    |        ----- field in this struct
[INFO] [stderr] 23 |     name: String,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Table` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `vacuum-reproduction` (bin "vacuum-reproduction" test) generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.26s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/vacuum_reproduction-59c999b304a5c512)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test test_rusqlite ... ok
[INFO] [stdout] test test_sqlx_with_pools ... FAILED
[INFO] [stdout] test test_sqlx_with_shared_cache_connection ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_sqlx_with_pools stdout ----
[INFO] [stdout] 2025-11-08T22:23:02.502129Z  INFO test_sqlx_with_pools:Running sqlx with pooled connection: vacuum_reproduction: name="Creating pool with shared cache"
[INFO] [stdout] 2025-11-08T22:23:02.505607Z DEBUG test_sqlx_with_pools:Running sqlx with pooled connection: sqlx::query: summary="PRAGMA foreign_keys = ON; …" db.statement="\n\nPRAGMA foreign_keys = ON;\n" rows_affected=0 rows_returned=0 elapsed=52.22µs elapsed_secs=5.222e-5
[INFO] [stdout] 2025-11-08T22:23:02.507449Z  INFO test_sqlx_with_pools:Running sqlx with pooled connection: vacuum_reproduction: name="Creating table and inserting data" CREATE_TABLE="\n  create table test (id integer primary key, name text);\n  insert into test (name) values ('hello');\n  insert into test (name) values ('world');\n"
[INFO] [stdout] 2025-11-08T22:23:02.510132Z DEBUG test_sqlx_with_pools:Running sqlx with pooled connection: sqlx::query: summary="create table test (id …" db.statement="\n\ncreate table test (id integer primary key, name text);\ninsert into\n  test (name)\nvalues\n  ('hello');\ninsert into\n  test (name)\nvalues\n  ('world');\n" rows_affected=2 rows_returned=0 elapsed=329.77µs elapsed_secs=0.00032977
[INFO] [stdout] 2025-11-08T22:23:02.510246Z  INFO test_sqlx_with_pools:Running sqlx with pooled connection: vacuum_reproduction: name="Selecting all data from memory table" SELECT_ALL="select * from test"
[INFO] [stdout] 2025-11-08T22:23:02.516651Z DEBUG test_sqlx_with_pools:Running sqlx with pooled connection: sqlx::query: summary="select * from test" db.statement="" rows_affected=1 rows_returned=2 elapsed=65.56µs elapsed_secs=6.556e-5
[INFO] [stdout] [src/main.rs:28:5] format!("vacuum into '{db_str}'") = "vacuum into '/tmp/.tmpixHF23'"
[INFO] [stdout] 2025-11-08T22:23:02.516793Z  INFO test_sqlx_with_pools:Running sqlx with pooled connection: vacuum_reproduction: name="Vacuuming into new db" path="/tmp/.tmpixHF23"
[INFO] [stdout] 2025-11-08T22:23:02.517407Z DEBUG test_sqlx_with_pools:Running sqlx with pooled connection: sqlx::query: summary="vacuum into '/tmp/.tmpixHF23'" db.statement="" rows_affected=1 rows_returned=0 elapsed=395.82µs elapsed_secs=0.00039582
[INFO] [stdout] 2025-11-08T22:23:02.517485Z  INFO test_sqlx_with_pools:Running sqlx with pooled connection: vacuum_reproduction: name="Dropping pool"
[INFO] [stdout] 2025-11-08T22:23:02.517507Z  INFO test_sqlx_with_pools:Running sqlx with pooled connection: vacuum_reproduction: name="Checking if new db exists"
[INFO] [stdout] 2025-11-08T22:23:02.517543Z  INFO test_sqlx_with_pools:Running sqlx with pooled connection: vacuum_reproduction: name="Opening new db connection to temp db path"
[INFO] [stdout] 2025-11-08T22:23:02.522593Z DEBUG test_sqlx_with_pools:Running sqlx with pooled connection: sqlx::query: summary="PRAGMA foreign_keys = ON; …" db.statement="\n\nPRAGMA foreign_keys = ON;\n" rows_affected=0 rows_returned=0 elapsed=63.58µs elapsed_secs=6.358e-5
[INFO] [stdout] 2025-11-08T22:23:02.522680Z  INFO test_sqlx_with_pools:Running sqlx with pooled connection: vacuum_reproduction: name="Checking if tables exist"
[INFO] [stdout] 2025-11-08T22:23:02.523854Z DEBUG test_sqlx_with_pools:Running sqlx with pooled connection: sqlx::query: summary="SELECT name FROM sqlite_master …" db.statement="\n\nSELECT\n  name\nFROM\n  sqlite_master\nWHERE\n  type = 'table'\n" rows_affected=0 rows_returned=0 elapsed=273.64µs elapsed_secs=0.00027364
[INFO] [stdout] [src/main.rs:126:18] sqlx::query_as::<_,
[INFO] [stdout] Table>("SELECT name FROM sqlite_master WHERE type='table'").fetch_all(&pool).await? = []
[INFO] [stdout] 2025-11-08T22:23:02.523963Z  INFO test_sqlx_with_pools:Running sqlx with pooled connection: vacuum_reproduction: name="Current tables" tables=[]
[INFO] [stdout] 
[INFO] [stdout] thread 'test_sqlx_with_pools' (18) panicked at src/main.rs:134:5:
[INFO] [stdout] No tables found in new db
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57227f6344c2 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57227f6344c2 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57227f6344c2 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x57227f6344c2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x57227f646eaf - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x57227f646eaf - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x57227f5ffd53 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x57227f5ffd53 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x57227f60c0b2 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x57227f611bbf - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x57227f611a51 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x57227f04927e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x57227f04927e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x57227f61227f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x57227f61227f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x57227f611ff6 - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x57227f60c1e9 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x57227f5f44bd - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x57227f651180 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57227efc6f9c - vacuum_reproduction::sqlx_with_pooled_connection::{{closure}}::{{closure}}::hacf63a34819ba5a8
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:134:5
[INFO] [stdout]   20:     0x57227f010799 - <tracing::instrument::Instrumented<T> as core::future::future::Future>::poll::h1728575b0644fcc8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.40/src/instrument.rs:321:15
[INFO] [stdout]   21:     0x57227efc0597 - vacuum_reproduction::sqlx_with_pooled_connection::{{closure}}::hac213c8dab88905c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:89:1
[INFO] [stdout]   22:     0x57227efbfab8 - vacuum_reproduction::test_sqlx_with_pools::{{closure}}::h13ab563ee965a447
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:215:35
[INFO] [stdout]   23:     0x57227eff56e5 - <core::pin::Pin<P> as core::future::future::Future>::poll::h2a3a9eecb64a7de2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x57227eff571d - <core::pin::Pin<P> as core::future::future::Future>::poll::h3142741aae2e8d07
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x57227f002d3d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h2fb69a67bf68023d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/scheduler/current_thread/mod.rs:659:73
[INFO] [stdout]   26:     0x57227f002c6c - tokio::runtime::coop::with_budget::h7076c23874f932fd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   27:     0x57227f002c6c - tokio::runtime::coop::budget::hef406cbd2d5c5a1a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   28:     0x57227f002c6c - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h161818738db26c4b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/scheduler/current_thread/mod.rs:659:25
[INFO] [stdout]   29:     0x57227f0016da - tokio::runtime::scheduler::current_thread::Context::enter::hdb81935712e5f265
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   30:     0x57227f002300 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h2dfbeb34ee95bb34
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/scheduler/current_thread/mod.rs:658:44
[INFO] [stdout]   31:     0x57227f00200b - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hf369855a1bc93eb9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   32:     0x57227effcefa - tokio::runtime::context::scoped::Scoped<T>::set::h5d44101b7dfe792b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x57227effccda - tokio::runtime::context::set_scheduler::{{closure}}::h819d674746c939f8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/context.rs:180:38
[INFO] [stdout]   34:     0x57227effaf56 - std::thread::local::LocalKey<T>::try_with::hd646ac976038beb3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:508:12
[INFO] [stdout]   35:     0x57227effa68c - std::thread::local::LocalKey<T>::with::h51f1da1a932bd5b2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:472:20
[INFO] [stdout]   36:     0x57227effcc81 - tokio::runtime::context::set_scheduler::hcde184d0ea1cf350
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/context.rs:180:17
[INFO] [stdout]   37:     0x57227f001d79 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h49b2e016329f931a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   38:     0x57227f002032 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h5add5c89f94a8f6d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   39:     0x57227f000b15 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h0ee5a6f444d644d0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   40:     0x57227eff0870 - tokio::runtime::context::runtime::enter_runtime::he77f68a731d80fff
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x57227f000a61 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h8f99eb456569a920
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   42:     0x57227f00094f - tokio::runtime::runtime::Runtime::block_on::h498780d9f4a1c64f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/runtime.rs:347:52
[INFO] [stdout]   43:     0x57227efbf192 - vacuum_reproduction::test_sqlx_with_pools::he5283b451cf055d0
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:217:7
[INFO] [stdout]   44:     0x57227efbfc77 - vacuum_reproduction::test_sqlx_with_pools::{{closure}}::hd5e404253818d82c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:214:36
[INFO] [stdout]   45:     0x57227efda9c6 - core::ops::function::FnOnce::call_once::h5672dcba5c16d26c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x57227f04907b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x57227f04907b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   48:     0x57227f05d0dd - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   49:     0x57227f05d0dd - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   50:     0x57227f05d0dd - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   51:     0x57227f05d0dd - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   52:     0x57227f05d0dd - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x57227f05d0dd - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   54:     0x57227f05d0dd - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   55:     0x57227f036624 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   56:     0x57227f036624 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   57:     0x57227f039e7a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   58:     0x57227f039e7a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   59:     0x57227f039e7a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   60:     0x57227f039e7a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   61:     0x57227f039e7a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x57227f039e7a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   63:     0x57227f039e7a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x57227f6075ef - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   65:     0x57227f6075ef - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   66:     0x7775e6e9daa4 - <unknown>
[INFO] [stdout]   67:     0x7775e6f2aa64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_sqlx_with_shared_cache_connection stdout ----
[INFO] [stdout] 2025-11-08T22:23:02.502665Z  INFO test_sqlx_with_shared_cache_connection:Running sqlx with shared cache connection: vacuum_reproduction: name="Creating connection with shared cache"
[INFO] [stdout] 2025-11-08T22:23:02.513527Z DEBUG test_sqlx_with_shared_cache_connection:Running sqlx with shared cache connection: sqlx::query: summary="PRAGMA foreign_keys = ON; …" db.statement="\n\nPRAGMA foreign_keys = ON;\n" rows_affected=0 rows_returned=0 elapsed=108.28µs elapsed_secs=0.00010828
[INFO] [stdout] 2025-11-08T22:23:02.513629Z  INFO test_sqlx_with_shared_cache_connection:Running sqlx with shared cache connection: vacuum_reproduction: name="Creating table and inserting data" CREATE_TABLE="\n  create table test (id integer primary key, name text);\n  insert into test (name) values ('hello');\n  insert into test (name) values ('world');\n"
[INFO] [stdout] 2025-11-08T22:23:02.517437Z DEBUG test_sqlx_with_shared_cache_connection:Running sqlx with shared cache connection: sqlx::query: summary="create table test (id …" db.statement="\n\ncreate table test (id integer primary key, name text);\ninsert into\n  test (name)\nvalues\n  ('hello');\ninsert into\n  test (name)\nvalues\n  ('world');\n" rows_affected=2 rows_returned=0 elapsed=455.33µs elapsed_secs=0.00045533
[INFO] [stdout] 2025-11-08T22:23:02.517523Z  INFO test_sqlx_with_shared_cache_connection:Running sqlx with shared cache connection: vacuum_reproduction: name="Selecting all data from memory table" SELECT_ALL="select * from test"
[INFO] [stdout] 2025-11-08T22:23:02.517641Z DEBUG test_sqlx_with_shared_cache_connection:Running sqlx with shared cache connection: sqlx::query: summary="select * from test" db.statement="" rows_affected=1 rows_returned=2 elapsed=57.13µs elapsed_secs=5.713e-5
[INFO] [stdout] [src/main.rs:28:5] format!("vacuum into '{db_str}'") = "vacuum into '/tmp/.tmpDW7lse'"
[INFO] [stdout] 2025-11-08T22:23:02.517752Z  INFO test_sqlx_with_shared_cache_connection:Running sqlx with shared cache connection: vacuum_reproduction: name="Vacuuming into new db" path="/tmp/.tmpDW7lse"
[INFO] [stdout] 2025-11-08T22:23:02.519761Z DEBUG test_sqlx_with_shared_cache_connection:Running sqlx with shared cache connection: sqlx::query: summary="vacuum into '/tmp/.tmpDW7lse'" db.statement="" rows_affected=1 rows_returned=0 elapsed=340.97µs elapsed_secs=0.00034097
[INFO] [stdout] 2025-11-08T22:23:02.519827Z  INFO test_sqlx_with_shared_cache_connection:Running sqlx with shared cache connection: vacuum_reproduction: name="Dropping connection"
[INFO] [stdout] 2025-11-08T22:23:02.519850Z  INFO test_sqlx_with_shared_cache_connection:Running sqlx with shared cache connection: vacuum_reproduction: name="Checking if new db exists"
[INFO] [stdout] 2025-11-08T22:23:02.521251Z DEBUG test_sqlx_with_shared_cache_connection:Running sqlx with shared cache connection: sqlx::query: summary="PRAGMA foreign_keys = ON; …" db.statement="\n\nPRAGMA foreign_keys = ON;\n" rows_affected=0 rows_returned=0 elapsed=83.81µs elapsed_secs=8.381e-5
[INFO] [stdout] 2025-11-08T22:23:02.523414Z  INFO test_sqlx_with_shared_cache_connection:Running sqlx with shared cache connection: vacuum_reproduction: name="Checking if tables exist"
[INFO] [stdout] 2025-11-08T22:23:02.527127Z DEBUG test_sqlx_with_shared_cache_connection:Running sqlx with shared cache connection: sqlx::query: summary="SELECT name FROM sqlite_master …" db.statement="\n\nSELECT\n  name\nFROM\n  sqlite_master\nWHERE\n  type = 'table'\n" rows_affected=0 rows_returned=0 elapsed=240.2µs elapsed_secs=0.0002402
[INFO] [stdout] [src/main.rs:66:18] sqlx::query_as::<_,
[INFO] [stdout] Table>("SELECT name FROM sqlite_master WHERE type='table'").fetch_all(&pool).await? = []
[INFO] [stdout] 2025-11-08T22:23:02.527260Z  INFO test_sqlx_with_shared_cache_connection:Running sqlx with shared cache connection: vacuum_reproduction: name="Current tables" tables=[]
[INFO] [stdout] 
[INFO] [stdout] thread 'test_sqlx_with_shared_cache_connection' (19) panicked at src/main.rs:74:5:
[INFO] [stdout] No tables found in new db
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57227f6344c2 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57227f6344c2 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57227f6344c2 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x57227f6344c2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x57227f646eaf - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x57227f646eaf - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x57227f5ffd53 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x57227f5ffd53 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x57227f60c0b2 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x57227f611bbf - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x57227f611a51 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x57227f04927e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x57227f04927e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x57227f61227f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x57227f61227f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x57227f611ff6 - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x57227f60c1e9 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x57227f5f44bd - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x57227f651180 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57227efd0187 - vacuum_reproduction::sqlx_with_shared_cache_connection::{{closure}}::{{closure}}::h2149eb5c13d3b3ce
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:74:5
[INFO] [stdout]   20:     0x57227f0109a9 - <tracing::instrument::Instrumented<T> as core::future::future::Future>::poll::h8b49fb38d068ec29
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.40/src/instrument.rs:321:15
[INFO] [stdout]   21:     0x57227efc9f07 - vacuum_reproduction::sqlx_with_shared_cache_connection::{{closure}}::h6da8fb68ff25f185
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:31:1
[INFO] [stdout]   22:     0x57227efd31d8 - vacuum_reproduction::test_sqlx_with_shared_cache_connection::{{closure}}::ha7802659967c0c17
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:223:41
[INFO] [stdout]   23:     0x57227eff56e5 - <core::pin::Pin<P> as core::future::future::Future>::poll::h2a3a9eecb64a7de2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x57227eff571d - <core::pin::Pin<P> as core::future::future::Future>::poll::h3142741aae2e8d07
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/future/future.rs:133:9
[INFO] [stdout]   25:     0x57227f002d3d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h2fb69a67bf68023d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/scheduler/current_thread/mod.rs:659:73
[INFO] [stdout]   26:     0x57227f002c6c - tokio::runtime::coop::with_budget::h7076c23874f932fd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/coop.rs:107:5
[INFO] [stdout]   27:     0x57227f002c6c - tokio::runtime::coop::budget::hef406cbd2d5c5a1a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/coop.rs:73:5
[INFO] [stdout]   28:     0x57227f002c6c - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h161818738db26c4b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/scheduler/current_thread/mod.rs:659:25
[INFO] [stdout]   29:     0x57227f0016da - tokio::runtime::scheduler::current_thread::Context::enter::hdb81935712e5f265
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/scheduler/current_thread/mod.rs:404:19
[INFO] [stdout]   30:     0x57227f002300 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::h2dfbeb34ee95bb34
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/scheduler/current_thread/mod.rs:658:44
[INFO] [stdout]   31:     0x57227f00200b - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::hf369855a1bc93eb9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/scheduler/current_thread/mod.rs:737:68
[INFO] [stdout]   32:     0x57227effcefa - tokio::runtime::context::scoped::Scoped<T>::set::h5d44101b7dfe792b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   33:     0x57227effccda - tokio::runtime::context::set_scheduler::{{closure}}::h819d674746c939f8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/context.rs:180:38
[INFO] [stdout]   34:     0x57227effaf56 - std::thread::local::LocalKey<T>::try_with::hd646ac976038beb3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:508:12
[INFO] [stdout]   35:     0x57227effa68c - std::thread::local::LocalKey<T>::with::h51f1da1a932bd5b2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/local.rs:472:20
[INFO] [stdout]   36:     0x57227effcc81 - tokio::runtime::context::set_scheduler::hcde184d0ea1cf350
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/context.rs:180:17
[INFO] [stdout]   37:     0x57227f001d79 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::h49b2e016329f931a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/scheduler/current_thread/mod.rs:737:27
[INFO] [stdout]   38:     0x57227f002032 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::h5add5c89f94a8f6d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/scheduler/current_thread/mod.rs:646:24
[INFO] [stdout]   39:     0x57227f000b15 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h0ee5a6f444d644d0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/scheduler/current_thread/mod.rs:175:33
[INFO] [stdout]   40:     0x57227eff0870 - tokio::runtime::context::runtime::enter_runtime::he77f68a731d80fff
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   41:     0x57227f000a61 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::h8f99eb456569a920
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/scheduler/current_thread/mod.rs:167:9
[INFO] [stdout]   42:     0x57227f00094f - tokio::runtime::runtime::Runtime::block_on::h498780d9f4a1c64f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.38.0/src/runtime/runtime.rs:347:52
[INFO] [stdout]   43:     0x57227efd2882 - vacuum_reproduction::test_sqlx_with_shared_cache_connection::h3fe85057fcba93a5
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:225:7
[INFO] [stdout]   44:     0x57227efd2927 - vacuum_reproduction::test_sqlx_with_shared_cache_connection::{{closure}}::h606bff8ee6e95125
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:222:54
[INFO] [stdout]   45:     0x57227efdad16 - core::ops::function::FnOnce::call_once::h870dbc8f1b830325
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x57227f04907b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x57227f04907b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   48:     0x57227f05d0dd - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   49:     0x57227f05d0dd - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   50:     0x57227f05d0dd - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   51:     0x57227f05d0dd - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   52:     0x57227f05d0dd - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x57227f05d0dd - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   54:     0x57227f05d0dd - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   55:     0x57227f036624 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   56:     0x57227f036624 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   57:     0x57227f039e7a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   58:     0x57227f039e7a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   59:     0x57227f039e7a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   60:     0x57227f039e7a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   61:     0x57227f039e7a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x57227f039e7a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   63:     0x57227f039e7a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x57227f6075ef - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   65:     0x57227f6075ef - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   66:     0x7775e6e9daa4 - <unknown>
[INFO] [stdout]   67:     0x7775e6f2aa64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_sqlx_with_pools
[INFO] [stdout]     test_sqlx_with_shared_cache_connection
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin vacuum-reproduction`
[INFO] running `Command { std: "docker" "inspect" "10c806429aed1ab3094282db091d172d1e4d7c01594c099838d8f4d38446ea0c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "10c806429aed1ab3094282db091d172d1e4d7c01594c099838d8f4d38446ea0c", kill_on_drop: false }`
[INFO] [stdout] 10c806429aed1ab3094282db091d172d1e4d7c01594c099838d8f4d38446ea0c
