[INFO] fetching crate zirv-db-sqlx 0.2.2...
[INFO] testing zirv-db-sqlx-0.2.2 against master#0d162b25edd5bf0dba9a22e83b614f1113e90474 for pr-150681
[INFO] extracting crate zirv-db-sqlx 0.2.2 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate zirv-db-sqlx 0.2.2
[INFO] finished tweaking crates.io crate zirv-db-sqlx 0.2.2
[INFO] tweaked toml for crates.io crate zirv-db-sqlx 0.2.2 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate zirv-db-sqlx 0.2.2 on toolchain 0d162b25edd5bf0dba9a22e83b614f1113e90474
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate zirv-db-sqlx 0.2.2 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" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded crc v3.2.1
[INFO] [stderr]   Downloaded sqlx-macros v0.8.3
[INFO] [stderr]   Downloaded zirv-config v0.2.1
[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 sqlx-mysql v0.8.3
[INFO] [stderr]   Downloaded sqlx-core v0.8.3
[INFO] [stderr]   Downloaded sqlx-postgres v0.8.3
[INFO] [stderr]   Downloaded sqlx v0.8.3
[INFO] [stderr]   Downloaded tokio v1.44.1
[INFO] [stderr]   Downloaded linux-raw-sys v0.9.3
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4f984bfa34f4c12da2b4ebc3c33cfad22224425999f76774852d152536be5931
[INFO] running `Command { std: "docker" "start" "-a" "4f984bfa34f4c12da2b4ebc3c33cfad22224425999f76774852d152536be5931", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4f984bfa34f4c12da2b4ebc3c33cfad22224425999f76774852d152536be5931", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4f984bfa34f4c12da2b4ebc3c33cfad22224425999f76774852d152536be5931", kill_on_drop: false }`
[INFO] [stdout] 4f984bfa34f4c12da2b4ebc3c33cfad22224425999f76774852d152536be5931
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c198d8f003e6275809e689ab1425ac89a192ce1310b9e54f67623b7ded3c61a4
[INFO] running `Command { std: "docker" "start" "-a" "c198d8f003e6275809e689ab1425ac89a192ce1310b9e54f67623b7ded3c61a4", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling const-oid v0.9.6
[INFO] [stderr]    Compiling smallvec v1.14.0
[INFO] [stderr]    Compiling litemap v0.7.5
[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 num-traits v0.2.19
[INFO] [stderr]    Compiling zerocopy v0.8.23
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling base64ct v1.7.3
[INFO] [stderr]    Compiling log v0.4.26
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling crc v3.2.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling tinyvec v1.9.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling rustix v1.0.2
[INFO] [stderr]    Compiling pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling event-listener v5.4.0
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling unicode-properties v0.1.3
[INFO] [stderr]    Compiling der v0.7.9
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling linux-raw-sys v0.9.3
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling whoami v1.5.2
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling socket2 v0.5.8
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling indexmap v2.8.0
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling tokio v1.44.1
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling openssl-sys v0.9.106
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling pkcs1 v0.7.5
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling openssl v0.10.71
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling num-bigint-dig v0.8.4
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling rsa v0.9.8
[INFO] [stderr]    Compiling synstructure v0.13.1
[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 thiserror v2.0.12
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling tracing v0.1.41
[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 icu_locid v1.5.0
[INFO] [stderr]    Compiling serde v1.0.219
[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 either v1.15.0
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling zirv-config v0.2.1
[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 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 50.28s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "c198d8f003e6275809e689ab1425ac89a192ce1310b9e54f67623b7ded3c61a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c198d8f003e6275809e689ab1425ac89a192ce1310b9e54f67623b7ded3c61a4", kill_on_drop: false }`
[INFO] [stdout] c198d8f003e6275809e689ab1425ac89a192ce1310b9e54f67623b7ded3c61a4
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b273b9dd59f0af190a6712e04942de189feb0a8178032b2eaa0725f03ccac4d6
[INFO] running `Command { std: "docker" "start" "-a" "b273b9dd59f0af190a6712e04942de189feb0a8178032b2eaa0725f03ccac4d6", 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] [stdout] warning: unused import: `super::*`
[INFO] [stdout]    --> src/lib.rs:149:9
[INFO] [stdout]     |
[INFO] [stdout] 149 |     use super::*;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 23.42s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "b273b9dd59f0af190a6712e04942de189feb0a8178032b2eaa0725f03ccac4d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b273b9dd59f0af190a6712e04942de189feb0a8178032b2eaa0725f03ccac4d6", kill_on_drop: false }`
[INFO] [stdout] b273b9dd59f0af190a6712e04942de189feb0a8178032b2eaa0725f03ccac4d6
[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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0d162b25edd5bf0dba9a22e83b614f1113e90474" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a9061df7a41b421388b124e8dadc5d772b7052b4f04742bd77052b9c527aa972
[INFO] running `Command { std: "docker" "start" "-a" "a9061df7a41b421388b124e8dadc5d772b7052b4f04742bd77052b9c527aa972", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `super::*`
[INFO] [stderr]    --> src/lib.rs:149:9
[INFO] [stderr]     |
[INFO] [stderr] 149 |     use super::*;
[INFO] [stderr]     |         ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `zirv-db-sqlx` (lib test) generated 1 warning (run `cargo fix --lib -p zirv-db-sqlx --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.26s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/zirv_db_sqlx-a99191d88155ae2b)
[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 - get_db_pool (line 45) ... 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 - 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' (71) panicked at src/db.rs:26:10:
[INFO] [stdout] Failed to create MySQL pool.: PoolTimedOut
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x560aafb7d232 - std[3b51380354919863]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x560aafb7d232 - std[3b51380354919863]::backtrace_rs::backtrace::trace_unsynchronized::<std[3b51380354919863]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x560aafb7d232 - std[3b51380354919863]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x560aafb7d232 - <<std[3b51380354919863]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[27de1724e4349be2]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x560aafb93afa - <core[27de1724e4349be2]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x560aafb93afa - core[27de1724e4349be2]::fmt::write
[INFO] [stdout]    6:     0x560aafb83156 - std[3b51380354919863]::io::default_write_fmt::<std[3b51380354919863]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x560aafb83156 - <std[3b51380354919863]::sys::stdio::unix::Stderr as std[3b51380354919863]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x560aafb5a1ef - <std[3b51380354919863]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x560aafb5a1ef - std[3b51380354919863]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x560aafb74801 - std[3b51380354919863]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x560aafb74a6b - std[3b51380354919863]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x560aafb5a2a8 - std[3b51380354919863]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:698:13
[INFO] [stdout]   13:     0x560aafb4f299 - std[3b51380354919863]::sys::backtrace::__rust_end_short_backtrace::<std[3b51380354919863]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x560aafb5b3ed - __rustc[d79c0ace40940972]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x560aafb9423c - core[27de1724e4349be2]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x560aafb93fb2 - core[27de1724e4349be2]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:1867:5
[INFO] [stdout]   17:     0x560aaf80d903 - <core[27de1724e4349be2]::result::Result<sqlx_core[67527e83e44bc84b]::pool::Pool<sqlx_mysql[d0d017e486c2be09]::database::MySql>, sqlx_core[67527e83e44bc84b]::error::Error>>::expect
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/result.rs:1185:23
[INFO] [stdout]   18:     0x560aaf80d7dc - zirv_db_sqlx[4ba699a6177d96b]::db::init_db_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/db.rs:26:10
[INFO] [stdout]   19:     0x560aaf80a3ce - doctest_bundle_2024[59ae90dafdbb1e7a]::__doctest_2::main::{closure#0}
[INFO] [stdout]   20:     0x560aaf80b237 - <core[27de1724e4349be2]::pin::Pin<alloc[a57f19327c0ad893]::boxed::Box<doctest_bundle_2024[59ae90dafdbb1e7a]::__doctest_2::main::{closure#0}>> as core[27de1724e4349be2]::future::future::Future>::poll
[INFO] [stdout]   21:     0x560aaf807e38 - <tokio[23be836f6900a600]::runtime::park::CachedParkThread>::block_on::<core[27de1724e4349be2]::pin::Pin<alloc[a57f19327c0ad893]::boxed::Box<doctest_bundle_2024[59ae90dafdbb1e7a]::__doctest_2::main::{closure#0}>>>::{closure#0}
[INFO] [stdout]   22:     0x560aaf803246 - <tokio[23be836f6900a600]::runtime::park::CachedParkThread>::block_on::<core[27de1724e4349be2]::pin::Pin<alloc[a57f19327c0ad893]::boxed::Box<doctest_bundle_2024[59ae90dafdbb1e7a]::__doctest_2::main::{closure#0}>>>
[INFO] [stdout]   23:     0x560aaf801c2f - <tokio[23be836f6900a600]::runtime::context::blocking::BlockingRegionGuard>::block_on::<core[27de1724e4349be2]::pin::Pin<alloc[a57f19327c0ad893]::boxed::Box<doctest_bundle_2024[59ae90dafdbb1e7a]::__doctest_2::main::{closure#0}>>>
[INFO] [stdout]   24:     0x560aaf8073c2 - <tokio[23be836f6900a600]::runtime::scheduler::multi_thread::MultiThread>::block_on::<core[27de1724e4349be2]::pin::Pin<alloc[a57f19327c0ad893]::boxed::Box<doctest_bundle_2024[59ae90dafdbb1e7a]::__doctest_2::main::{closure#0}>>>::{closure#0}
[INFO] [stdout]   25:     0x560aaf805f2b - tokio[23be836f6900a600]::runtime::context::runtime::enter_runtime::<<tokio[23be836f6900a600]::runtime::scheduler::multi_thread::MultiThread>::block_on<core[27de1724e4349be2]::pin::Pin<alloc[a57f19327c0ad893]::boxed::Box<doctest_bundle_2024[59ae90dafdbb1e7a]::__doctest_2::main::{closure#0}>>>::{closure#0}, ()>
[INFO] [stdout]   26:     0x560aaf801e3e - <tokio[23be836f6900a600]::runtime::scheduler::multi_thread::MultiThread>::block_on::<core[27de1724e4349be2]::pin::Pin<alloc[a57f19327c0ad893]::boxed::Box<doctest_bundle_2024[59ae90dafdbb1e7a]::__doctest_2::main::{closure#0}>>>
[INFO] [stdout]   27:     0x560aaf8013d1 - <tokio[23be836f6900a600]::runtime::runtime::Runtime>::block_on_inner::<core[27de1724e4349be2]::pin::Pin<alloc[a57f19327c0ad893]::boxed::Box<doctest_bundle_2024[59ae90dafdbb1e7a]::__doctest_2::main::{closure#0}>>>
[INFO] [stdout]   28:     0x560aaf801849 - <tokio[23be836f6900a600]::runtime::runtime::Runtime>::block_on::<doctest_bundle_2024[59ae90dafdbb1e7a]::__doctest_2::main::{closure#0}>
[INFO] [stdout]   29:     0x560aaf80ac54 - doctest_bundle_2024[59ae90dafdbb1e7a]::__doctest_2::main
[INFO] [stdout]   30:     0x560aaf80ace6 - doctest_bundle_2024[59ae90dafdbb1e7a]::__doctest_2::__main_fn
[INFO] [stdout]   31:     0x560aaf7fd831 - doctest_runner_2024[88b059fc6160a31f]::__doctest_2::TEST::{closure#0}
[INFO] [stdout]   32:     0x560aaf801176 - <doctest_runner_2024[88b059fc6160a31f]::__doctest_2::TEST::{closure#0} as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   33:     0x560aaf7fdf4d - doctest_runner_2024[88b059fc6160a31f]::main
[INFO] [stdout]   34:     0x560aaf801053 - <fn() -> std[3b51380354919863]::process::ExitCode as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   35:     0x560aaf7fd046 - std[3b51380354919863]::sys::backtrace::__rust_begin_short_backtrace::<fn() -> std[3b51380354919863]::process::ExitCode, std[3b51380354919863]::process::ExitCode>
[INFO] [stdout]   36:     0x560aaf7fd559 - std[3b51380354919863]::rt::lang_start::<std[3b51380354919863]::process::ExitCode>::{closure#0}
[INFO] [stdout]   37:     0x560aafb73546 - <&dyn core[27de1724e4349be2]::ops::function::Fn<(), Output = i32> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::panic::unwind_safe::RefUnwindSafe as core[27de1724e4349be2]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   38:     0x560aafb73546 - std[3b51380354919863]::panicking::catch_unwind::do_call::<&dyn core[27de1724e4349be2]::ops::function::Fn<(), Output = i32> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   39:     0x560aafb73546 - std[3b51380354919863]::panicking::catch_unwind::<i32, &dyn core[27de1724e4349be2]::ops::function::Fn<(), Output = i32> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   40:     0x560aafb73546 - std[3b51380354919863]::panic::catch_unwind::<&dyn core[27de1724e4349be2]::ops::function::Fn<(), Output = i32> + core[27de1724e4349be2]::marker::Sync + core[27de1724e4349be2]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x560aafb73546 - std[3b51380354919863]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/rt.rs:175:24
[INFO] [stdout]   42:     0x560aafb73546 - std[3b51380354919863]::panicking::catch_unwind::do_call::<std[3b51380354919863]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:581:40
[INFO] [stdout]   43:     0x560aafb73546 - std[3b51380354919863]::panicking::catch_unwind::<isize, std[3b51380354919863]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panicking.rs:544:19
[INFO] [stdout]   44:     0x560aafb73546 - std[3b51380354919863]::panic::catch_unwind::<std[3b51380354919863]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/panic.rs:359:14
[INFO] [stdout]   45:     0x560aafb73546 - std[3b51380354919863]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/0d162b25edd5bf0dba9a22e83b614f1113e90474/library/std/src/rt.rs:171:5
[INFO] [stdout]   46:     0x560aaf7fcf81 - std[3b51380354919863]::rt::lang_start::<std[3b51380354919863]::process::ExitCode>
[INFO] [stdout]   47:     0x560aaf8012f5 - main
[INFO] [stdout]   48:     0x7d2dcbf2d1ca - <unknown>
[INFO] [stdout]   49:     0x7d2dcbf2d28b - __libc_start_main
[INFO] [stdout]   50:     0x560aaf7fb605 - _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.09s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 31.34s; merged doctests compilation took 1.22s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "a9061df7a41b421388b124e8dadc5d772b7052b4f04742bd77052b9c527aa972", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a9061df7a41b421388b124e8dadc5d772b7052b4f04742bd77052b9c527aa972", kill_on_drop: false }`
[INFO] [stdout] a9061df7a41b421388b124e8dadc5d772b7052b4f04742bd77052b9c527aa972
