[INFO] cloning repository https://github.com/Glubiz/zirv-db-sqlx
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Glubiz/zirv-db-sqlx" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGlubiz%2Fzirv-db-sqlx", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGlubiz%2Fzirv-db-sqlx'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] abbd992587d9342e66ba785affb0039b1c77311d
[INFO] testing Glubiz/zirv-db-sqlx against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FGlubiz%2Fzirv-db-sqlx" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Glubiz/zirv-db-sqlx
[INFO] finished tweaking git repo https://github.com/Glubiz/zirv-db-sqlx
[INFO] tweaked toml for git repo https://github.com/Glubiz/zirv-db-sqlx written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Glubiz/zirv-db-sqlx on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Glubiz/zirv-db-sqlx 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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded sqlx-macros v0.8.3
[INFO] [stderr]   Downloaded tempfile v3.19.0
[INFO] [stderr]   Downloaded sqlx-macros-core v0.8.3
[INFO] [stderr]   Downloaded sqlx-sqlite v0.8.3
[INFO] [stderr]   Downloaded zerocopy v0.8.23
[INFO] [stderr]   Downloaded zerocopy-derive v0.8.23
[INFO] [stderr]   Downloaded sqlx-postgres v0.8.3
[INFO] [stderr]   Downloaded sqlx-mysql v0.8.3
[INFO] [stderr]   Downloaded whoami v1.5.2
[INFO] [stderr]   Downloaded zirv-config v0.2.1
[INFO] [stderr]   Downloaded sqlx-core v0.8.3
[INFO] [stderr]   Downloaded rustix v1.0.2
[INFO] [stderr]   Downloaded sqlx v0.8.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8441178e2747ae09c16e24421e2ed92c5c2a3fea2843c4e69c785c0902ec485f
[INFO] running `Command { std: "docker" "start" "-a" "8441178e2747ae09c16e24421e2ed92c5c2a3fea2843c4e69c785c0902ec485f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8441178e2747ae09c16e24421e2ed92c5c2a3fea2843c4e69c785c0902ec485f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8441178e2747ae09c16e24421e2ed92c5c2a3fea2843c4e69c785c0902ec485f", kill_on_drop: false }`
[INFO] [stdout] 8441178e2747ae09c16e24421e2ed92c5c2a3fea2843c4e69c785c0902ec485f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c58984f6a1f25ab7aa3e75c9a0ee6e048de114d00d9a1ab0cb0f8a05b9a51eb2
[INFO] running `Command { std: "docker" "start" "-a" "c58984f6a1f25ab7aa3e75c9a0ee6e048de114d00d9a1ab0cb0f8a05b9a51eb2", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling smallvec v1.14.0
[INFO] [stderr]    Compiling cc v1.2.16
[INFO] [stderr]    Compiling once_cell v1.21.1
[INFO] [stderr]    Compiling libm v0.2.11
[INFO] [stderr]    Compiling zerocopy v0.8.23
[INFO] [stderr]    Compiling openssl v0.10.71
[INFO] [stderr]    Compiling foldhash v0.1.4
[INFO] [stderr]    Compiling log v0.4.26
[INFO] [stderr]    Compiling der v0.7.9
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling crc v3.2.1
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling rustix v1.0.2
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling linux-raw-sys v0.9.3
[INFO] [stderr]    Compiling whoami v1.5.2
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling indexmap v2.8.0
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling socket2 v0.5.8
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling pkcs1 v0.7.5
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling tokio v1.44.1
[INFO] [stderr]    Compiling openssl-sys v0.9.106
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling num-bigint-dig v0.8.4
[INFO] [stderr]    Compiling rsa v0.9.8
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling zirv-config v0.2.1
[INFO] [stderr]    Compiling tempfile v3.19.0
[INFO] [stderr]    Compiling sqlx-core v0.8.3
[INFO] [stderr]    Compiling sqlx-mysql v0.8.3
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.3
[INFO] [stderr]    Compiling sqlx-macros v0.8.3
[INFO] [stderr]    Compiling sqlx v0.8.3
[INFO] [stderr]    Compiling zirv-db-sqlx v0.2.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.95s
[INFO] running `Command { std: "docker" "inspect" "c58984f6a1f25ab7aa3e75c9a0ee6e048de114d00d9a1ab0cb0f8a05b9a51eb2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c58984f6a1f25ab7aa3e75c9a0ee6e048de114d00d9a1ab0cb0f8a05b9a51eb2", kill_on_drop: false }`
[INFO] [stdout] c58984f6a1f25ab7aa3e75c9a0ee6e048de114d00d9a1ab0cb0f8a05b9a51eb2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 19c7c886c67af8e4c062c5ae448aefdfa0f77d47e1a15c9fe8b81dcc4ead50c1
[INFO] running `Command { std: "docker" "start" "-a" "19c7c886c67af8e4c062c5ae448aefdfa0f77d47e1a15c9fe8b81dcc4ead50c1", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio v1.44.1
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling sqlx-core v0.8.3
[INFO] [stderr]    Compiling sqlx-mysql v0.8.3
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.3
[INFO] [stderr]    Compiling sqlx-macros v0.8.3
[INFO] [stderr]    Compiling sqlx v0.8.3
[INFO] [stderr]    Compiling zirv-db-sqlx v0.2.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 18.38s
[INFO] running `Command { std: "docker" "inspect" "19c7c886c67af8e4c062c5ae448aefdfa0f77d47e1a15c9fe8b81dcc4ead50c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "19c7c886c67af8e4c062c5ae448aefdfa0f77d47e1a15c9fe8b81dcc4ead50c1", kill_on_drop: false }`
[INFO] [stdout] 19c7c886c67af8e4c062c5ae448aefdfa0f77d47e1a15c9fe8b81dcc4ead50c1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 46e959f5f2ea6ffe6a3bfee0113a230098f285eb0c0b0a587b8229bfc030d398
[INFO] running `Command { std: "docker" "start" "-a" "46e959f5f2ea6ffe6a3bfee0113a230098f285eb0c0b0a587b8229bfc030d398", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/zirv_db_sqlx-19034c6f5cfe9d04)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test tests::test_init_and_get_db_pool ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests zirv_db_sqlx
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test src/lib.rs - rollback_transaction (line 124) ... ok
[INFO] [stdout] test src/lib.rs - start_transaction (line 66) ... ok
[INFO] [stdout] test src/lib.rs - commit_transaction (line 95) ... ok
[INFO] [stdout] test src/lib.rs - get_db_pool (line 45) ... ok
[INFO] [stdout] test src/lib.rs - init_db_pool (line 10) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - init_db_pool (line 10) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' panicked at /opt/rustwide/workdir/src/db.rs:26:10:
[INFO] [stdout] Failed to create MySQL pool.: PoolTimedOut
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5c8dcd210cf2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5c8dcd210cf2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5c8dcd210cf2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5c8dcd210cf2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5c8dcd238ab3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5c8dcd238ab3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5c8dcd20cf53 - std::io::default_write_fmt::ha27fbccbc65eb6fa
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5c8dcd20cf53 - std::io::Write::write_fmt::h6556609fca33d0b1
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5c8dcd210b42 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5c8dcd212279 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5c8dcd21205b - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:327:9
[INFO] [stdout]   11:     0x5c8dcd212c85 - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:833:13
[INFO] [stdout]   12:     0x5c8dcd212a1a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   13:     0x5c8dcd2111f9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   14:     0x5c8dcd2126ad - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   15:     0x5c8dcd2369a0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   16:     0x5c8dcd236e66 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   17:     0x5c8dcce88cb9 - core::result::Result<T,E>::expect::h7be6ad4ab93f7028
[INFO] [stdout]   18:     0x5c8dcce86611 - zirv_db_sqlx::db::init_db_pool::{{closure}}::h6fce3b3bda1c6c01
[INFO] [stdout]   19:     0x5c8dcce926a1 - doctest_bundle_2024::__doctest_2::main::{{closure}}::h32a6b4a860610b4d
[INFO] [stdout]   20:     0x5c8dcce905c7 - <core::pin::Pin<P> as core::future::future::Future>::poll::h50e6001d580007b9
[INFO] [stdout]   21:     0x5c8dcce8a748 - tokio::runtime::park::CachedParkThread::block_on::{{closure}}::hec2d2448b150e806
[INFO] [stdout]   22:     0x5c8dcce8a1d6 - tokio::runtime::park::CachedParkThread::block_on::he4f3b4b3f06b0afd
[INFO] [stdout]   23:     0x5c8dcce8b9ef - tokio::runtime::context::blocking::BlockingRegionGuard::block_on::h4932a3a99b77f80f
[INFO] [stdout]   24:     0x5c8dcce8c122 - tokio::runtime::scheduler::multi_thread::MultiThread::block_on::{{closure}}::h498fdf1ed198acda
[INFO] [stdout]   25:     0x5c8dcce8af8a - tokio::runtime::context::runtime::enter_runtime::h27271af66c690da7
[INFO] [stdout]   26:     0x5c8dcce8c10e - tokio::runtime::scheduler::multi_thread::MultiThread::block_on::hda8885cbfceb846b
[INFO] [stdout]   27:     0x5c8dcce8bd91 - tokio::runtime::runtime::Runtime::block_on_inner::ha8fe2d63fbf3c2c9
[INFO] [stdout]   28:     0x5c8dcce8c059 - tokio::runtime::runtime::Runtime::block_on::h42aba9298192723c
[INFO] [stdout]   29:     0x5c8dcce92484 - doctest_bundle_2024::__doctest_2::main::h8ac0ab966b7f1162
[INFO] [stdout]   30:     0x5c8dcce91f96 - doctest_bundle_2024::__doctest_2::__main_fn::h952763202bf22e1b
[INFO] [stdout]   31:     0x5c8dcce84a21 - doctest_runner_2024::__doctest_2::TEST::{{closure}}::h2b6e48d1d28661b4
[INFO] [stdout]   32:     0x5c8dcce80f16 - core::ops::function::FnOnce::call_once::ha68c6b5518343ccc
[INFO] [stdout]   33:     0x5c8dcce85626 - doctest_runner_2024::main::h8b0a54b1895a64c6
[INFO] [stdout]   34:     0x5c8dcce80f43 - core::ops::function::FnOnce::call_once::hb7e5ac85e9ba9d29
[INFO] [stdout]   35:     0x5c8dcce803f6 - std::sys::backtrace::__rust_begin_short_backtrace::h6458f4c8571ee76c
[INFO] [stdout]   36:     0x5c8dcce801d9 - std::rt::lang_start::{{closure}}::hac3b4432356ecbe4
[INFO] [stdout]   37:     0x5c8dcd204f60 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h638295a043b40957
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:290:21
[INFO] [stdout]   38:     0x5c8dcd204f60 - std::panicking::catch_unwind::do_call::hbd68098bdea1ca50
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   39:     0x5c8dcd204f60 - std::panicking::catch_unwind::h50591d85bf847c7c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   40:     0x5c8dcd204f60 - std::panic::catch_unwind::h2487b4c4f2ae22c6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x5c8dcd204f60 - std::rt::lang_start_internal::{{closure}}::h61f0945cc6c9a811
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/rt.rs:175:24
[INFO] [stdout]   42:     0x5c8dcd204f60 - std::panicking::catch_unwind::do_call::h34b9c3722acd6bd1
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   43:     0x5c8dcd204f60 - std::panicking::catch_unwind::hf9a822ea043fb0d6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   44:     0x5c8dcd204f60 - std::panic::catch_unwind::h5b3cac802237ed89
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   45:     0x5c8dcd204f60 - std::rt::lang_start_internal::h34f9328d113fd60a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/rt.rs:171:5
[INFO] [stdout]   46:     0x5c8dcce801c1 - std::rt::lang_start::h26360df24a1eee69
[INFO] [stdout]   47:     0x5c8dcce85835 - main
[INFO] [stdout]   48:     0x72f85baf91ca - <unknown>
[INFO] [stdout]   49:     0x72f85baf928b - __libc_start_main
[INFO] [stdout]   50:     0x5c8dcce7f7b5 - _start
[INFO] [stdout]   51:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - init_db_pool (line 10)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 4 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 30.06s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout] all doctests ran in 31.62s; merged doctests compilation took 1.46s
[INFO] running `Command { std: "docker" "inspect" "46e959f5f2ea6ffe6a3bfee0113a230098f285eb0c0b0a587b8229bfc030d398", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "46e959f5f2ea6ffe6a3bfee0113a230098f285eb0c0b0a587b8229bfc030d398", kill_on_drop: false }`
[INFO] [stdout] 46e959f5f2ea6ffe6a3bfee0113a230098f285eb0c0b0a587b8229bfc030d398
