[INFO] cloning repository https://github.com/jakob-lilliemarck/fx-mq-jobs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jakob-lilliemarck/fx-mq-jobs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjakob-lilliemarck%2Ffx-mq-jobs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjakob-lilliemarck%2Ffx-mq-jobs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3b9b9dbae21838116a01cb8cc7e92091b54a3d1f
[INFO] testing jakob-lilliemarck/fx-mq-jobs against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjakob-lilliemarck%2Ffx-mq-jobs" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/jakob-lilliemarck/fx-mq-jobs
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/jakob-lilliemarck/fx-mq-jobs
[INFO] tweaked toml for git repo https://github.com/jakob-lilliemarck/fx-mq-jobs written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jakob-lilliemarck/fx-mq-jobs on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jakob-lilliemarck/fx-mq-jobs 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.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded find-msvc-tools v0.1.3
[INFO] [stderr]   Downloaded windows-core v0.62.1
[INFO] [stderr]   Downloaded windows-interface v0.59.2
[INFO] [stderr]   Downloaded windows-implement v0.60.1
[INFO] [stderr]   Downloaded base64ct v1.8.0
[INFO] [stderr]   Downloaded tracing-serde v0.2.0
[INFO] [stderr]   Downloaded fx-pgmux v0.1.2
[INFO] [stderr]   Downloaded fx-mq-building-blocks v0.2.0
[INFO] [stderr]   Downloaded cc v1.2.40
[INFO] [stderr]   Downloaded rsa v0.9.8
[INFO] [stderr]   Downloaded webpki-roots v1.0.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 2fbf29856bdd1a616b7214535f75b23a4303dd2891390ed4aac011a1a75a2afc
[INFO] running `Command { std: "docker" "start" "2fbf29856bdd1a616b7214535f75b23a4303dd2891390ed4aac011a1a75a2afc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2fbf29856bdd1a616b7214535f75b23a4303dd2891390ed4aac011a1a75a2afc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2fbf29856bdd1a616b7214535f75b23a4303dd2891390ed4aac011a1a75a2afc" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2fbf29856bdd1a616b7214535f75b23a4303dd2891390ed4aac011a1a75a2afc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2fbf29856bdd1a616b7214535f75b23a4303dd2891390ed4aac011a1a75a2afc" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling find-msvc-tools v0.1.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling cc v1.2.40
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling rustls v0.23.32
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling crc v3.3.0
[INFO] [stderr]    Compiling tinyvec v1.10.0
[INFO] [stderr]    Compiling webpki-roots v1.0.2
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling unicode-properties v0.1.3
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling uuid v1.18.1
[INFO] [stderr]    Compiling whoami v1.6.1
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling bitflags v2.9.4
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling clap_builder v4.5.60
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling const-fnv1a-hash v1.1.0
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling fx-mq-jobs v0.1.12 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling rustls-webpki v0.103.7
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling clap v4.5.60
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.3
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]    Compiling sqlx-postgres v0.8.6
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]    Compiling sqlx v0.8.6
[INFO] [stderr]    Compiling fx-pgmux v0.1.2
[INFO] [stderr]    Compiling fx-mq-building-blocks v0.2.0
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.63s
[INFO] running `Command { std: "docker" "inspect" "2fbf29856bdd1a616b7214535f75b23a4303dd2891390ed4aac011a1a75a2afc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2fbf29856bdd1a616b7214535f75b23a4303dd2891390ed4aac011a1a75a2afc" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling fx-mq-jobs v0.1.12 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 7.49s
[INFO] running `Command { std: "docker" "inspect" "2fbf29856bdd1a616b7214535f75b23a4303dd2891390ed4aac011a1a75a2afc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2fbf29856bdd1a616b7214535f75b23a4303dd2891390ed4aac011a1a75a2afc" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.34s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fx_mq_jobs-d13330f1359806e4)
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test listener::listener::tests::it_works_on_messages ... FAILED
[INFO] [stdout] test lease_renewer::tests::it_renews_the_lease ... FAILED
[INFO] [stdout] test handler::tests::it_returns_registry_error_for_unhandled_message ... FAILED
[INFO] [stdout] test handler::tests::it_returns_a_handler_error_when_handling_fails ... FAILED
[INFO] [stdout] test listener::worker::tests::it_aborts_handling ... FAILED
[INFO] [stdout] test listener::worker::tests::it_reports_handling_errors_as_retryable ... FAILED
[INFO] [stdout] test listener::worker::tests::it_reports_handling_success ... FAILED
[INFO] [stdout] test listener::worker::tests::it_reports_handling_errors_as_dead ... FAILED
[INFO] [stdout] test publisher::test::it_publishes_many_using_a_transaction ... FAILED
[INFO] [stdout] test publisher::test::it_publishes_using_a_pool ... FAILED
[INFO] [stdout] test publisher::test::it_publishes_using_a_transaction ... FAILED
[INFO] [stdout] test publisher::test::it_rolls_back_publish_many_on_serialization_error ... FAILED
[INFO] [stdout] test handler::tests::it_successfully_handles_a_message ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- listener::listener::tests::it_works_on_messages stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'listener::listener::tests::it_works_on_messages' (2526) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x655132ed97c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x655132ed97c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x655132ed97c8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x655132ed97c8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x655132ef0f1a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x655132ef0f1a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x655132edeac2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x655132edeac2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x655132eb7116 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x655132eb7116 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x655132ed1369 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6551328691cc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x6551328691cc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x655132ed15e2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x655132ed15e2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x655132eb71d2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x655132eaba69 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x655132eb823d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x655132ef170c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x655132ef1452 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x6551329380bb - <core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::string::String, dotenvy[d8b15829ea10b146]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x65513298d272 - sqlx_postgres[9f31be120e8cd868]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x65513298f66e - <sqlx_postgres[9f31be120e8cd868]::database::Postgres as sqlx_core[71aebb6340fc3978]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x6551327c44cf - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<sqlx_core[71aebb6340fc3978]::testing::TestContext<sqlx_postgres[9f31be120e8cd868]::database::Postgres>, sqlx_core[71aebb6340fc3978]::error::Error>> + core[8fb95b77d25ab6c8]::marker::Send>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x6551328162b2 - sqlx_core[71aebb6340fc3978]::testing::run_test::<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x6551327c492d - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x6551327c4d2d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x65513271089d - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x65513270ed3c - tokio[8d74a272ac441d6c]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>, <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x65513270ed3c - tokio[8d74a272ac441d6c]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>, <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x65513270ed3c - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x6551326df59a - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>, <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x655132702d2d - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x6551326fa72b - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x65513283da8a - <tokio[8d74a272ac441d6c]::runtime::context::scoped::Scoped<tokio[8d74a272ac441d6c]::runtime::scheduler::Context>>::set::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x6551327cd80a - tokio[8d74a272ac441d6c]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x655132850086 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[8d74a272ac441d6c]::runtime::context::Context>>::try_with::<tokio[8d74a272ac441d6c]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   37:     0x65513284cfcc - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[8d74a272ac441d6c]::runtime::context::Context>>::with::<tokio[8d74a272ac441d6c]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   38:     0x6551327cabf1 - tokio[8d74a272ac441d6c]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x6551326edce9 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x6551326f1da6 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x6551326f5229 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x655132745f03 - tokio[8d74a272ac441d6c]::runtime::context::runtime::enter_runtime::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x6551326dbbf3 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x65513273cfe0 - <tokio[8d74a272ac441d6c]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x655132740c33 - <tokio[8d74a272ac441d6c]::runtime::runtime::Runtime>::block_on::<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x655132792137 - sqlx_core[71aebb6340fc3978]::rt::test_block_on::<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x655132809bbe - sqlx_core[71aebb6340fc3978]::testing::run_test::<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x655132809546 - sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool::<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x655132820cda - <fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::it_works_on_messages::{closure#0} as sqlx_core[71aebb6340fc3978]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x6551327c35ca - fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages
[INFO] [stdout]                                at /opt/rustwide/workdir/src/listener/listener.rs:345:5
[INFO] [stdout]   51:     0x6551327affe7 - fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/listener/listener.rs:346:58
[INFO] [stdout]   52:     0x655132727636 - <fx_mq_jobs[3aef096305408978]::listener::listener::tests::it_works_on_messages::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x65513285c2ab - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x65513285c2ab - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x655132869b25 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x655132869b25 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x655132869b25 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x655132869b25 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x655132869b25 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x655132869b25 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x655132869b25 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x655132863434 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x655132863434 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x65513286cba2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x65513286cba2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x65513286cba2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x65513286cba2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x65513286cba2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x65513286cba2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x65513286cba2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x655132ed8c4f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   72:     0x655132ed8c4f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x78461d350aa4 - <unknown>
[INFO] [stdout]   74:     0x78461d3dda64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lease_renewer::tests::it_renews_the_lease stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lease_renewer::tests::it_renews_the_lease' (2525) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x655132ed97c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x655132ed97c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x655132ed97c8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x655132ed97c8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x655132ef0f1a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x655132ef0f1a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x655132edeac2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x655132edeac2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x655132eb7116 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x655132eb7116 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x655132ed1369 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6551328691cc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x6551328691cc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x655132ed15e2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x655132ed15e2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x655132eb71d2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x655132eaba69 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x655132eb823d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x655132ef170c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x655132ef1452 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x6551329380bb - <core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::string::String, dotenvy[d8b15829ea10b146]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x65513298d272 - sqlx_postgres[9f31be120e8cd868]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x65513298f66e - <sqlx_postgres[9f31be120e8cd868]::database::Postgres as sqlx_core[71aebb6340fc3978]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x6551327c44cf - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<sqlx_core[71aebb6340fc3978]::testing::TestContext<sqlx_postgres[9f31be120e8cd868]::database::Postgres>, sqlx_core[71aebb6340fc3978]::error::Error>> + core[8fb95b77d25ab6c8]::marker::Send>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x65513280dc53 - sqlx_core[71aebb6340fc3978]::testing::run_test::<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x6551327c462d - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x6551327c4a2d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x65513271059d - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x65513270d77c - tokio[8d74a272ac441d6c]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>, <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x65513270d77c - tokio[8d74a272ac441d6c]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>, <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x65513270d77c - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x6551326dca1a - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>, <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x6551326fac2d - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x6551326fa4eb - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x65513283cc4a - <tokio[8d74a272ac441d6c]::runtime::context::scoped::Scoped<tokio[8d74a272ac441d6c]::runtime::scheduler::Context>>::set::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x6551327cd38a - tokio[8d74a272ac441d6c]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x65513284f0c6 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[8d74a272ac441d6c]::runtime::context::Context>>::try_with::<tokio[8d74a272ac441d6c]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   37:     0x65513284ca8c - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[8d74a272ac441d6c]::runtime::context::Context>>::with::<tokio[8d74a272ac441d6c]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   38:     0x6551327ca831 - tokio[8d74a272ac441d6c]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x6551326ea929 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x6551326f17a6 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x6551326f26a9 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x655132744dc3 - tokio[8d74a272ac441d6c]::runtime::context::runtime::enter_runtime::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x6551326db3b3 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x65513273c0e0 - <tokio[8d74a272ac441d6c]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x65513273eb33 - <tokio[8d74a272ac441d6c]::runtime::runtime::Runtime>::block_on::<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x655132790ddf - sqlx_core[71aebb6340fc3978]::rt::test_block_on::<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x6551328095c0 - sqlx_core[71aebb6340fc3978]::testing::run_test::<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x655132809186 - sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool::<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}, fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x655132820a9a - <fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::it_renews_the_lease::{closure#0} as sqlx_core[71aebb6340fc3978]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x6551327c323a - fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lease_renewer.rs:175:5
[INFO] [stdout]   51:     0x6551327afef7 - fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lease_renewer.rs:176:57
[INFO] [stdout]   52:     0x655132727336 - <fx_mq_jobs[3aef096305408978]::lease_renewer::tests::it_renews_the_lease::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x65513285c2ab - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x65513285c2ab - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x655132869b25 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x655132869b25 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x655132869b25 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x655132869b25 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x655132869b25 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x655132869b25 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x655132869b25 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x655132863434 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x655132863434 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x65513286cba2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x65513286cba2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x65513286cba2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x65513286cba2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x65513286cba2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x65513286cba2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x65513286cba2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x655132ed8c4f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   72:     0x655132ed8c4f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x78461d350aa4 - <unknown>
[INFO] [stdout]   74:     0x78461d3dda64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- handler::tests::it_returns_registry_error_for_unhandled_message stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'handler::tests::it_returns_registry_error_for_unhandled_message' (2523) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x655132ed97c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x655132ed97c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x655132ed97c8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x655132ed97c8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x655132ef0f1a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x655132ef0f1a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x655132edeac2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x655132edeac2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x655132eb7116 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x655132eb7116 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x655132ed1369 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6551328691cc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x6551328691cc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x655132ed15e2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x655132ed15e2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x655132eb71d2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x655132eaba69 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x655132eb823d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x655132ef170c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x655132ef1452 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x6551329380bb - <core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::string::String, dotenvy[d8b15829ea10b146]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x65513298d272 - sqlx_postgres[9f31be120e8cd868]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x65513298f66e - <sqlx_postgres[9f31be120e8cd868]::database::Postgres as sqlx_core[71aebb6340fc3978]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x6551327c44cf - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<sqlx_core[71aebb6340fc3978]::testing::TestContext<sqlx_postgres[9f31be120e8cd868]::database::Postgres>, sqlx_core[71aebb6340fc3978]::error::Error>> + core[8fb95b77d25ab6c8]::marker::Send>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x65513280fde3 - sqlx_core[71aebb6340fc3978]::testing::run_test::<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x6551327c46ed - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x6551327c4aed - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x65513271065d - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x65513270dcec - tokio[8d74a272ac441d6c]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>, <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x65513270dcec - tokio[8d74a272ac441d6c]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>, <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x65513270dcec - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x6551326dd4fa - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>, <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x6551326fcc6d - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x6551326fa57b - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x65513283cfda - <tokio[8d74a272ac441d6c]::runtime::context::scoped::Scoped<tokio[8d74a272ac441d6c]::runtime::scheduler::Context>>::set::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x6551327cd4aa - tokio[8d74a272ac441d6c]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x65513284f4b6 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[8d74a272ac441d6c]::runtime::context::Context>>::try_with::<tokio[8d74a272ac441d6c]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   37:     0x65513284cbdc - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[8d74a272ac441d6c]::runtime::context::Context>>::with::<tokio[8d74a272ac441d6c]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   38:     0x6551327ca921 - tokio[8d74a272ac441d6c]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x6551326eb619 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x6551326f1926 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x6551326f3189 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x655132745213 - tokio[8d74a272ac441d6c]::runtime::context::runtime::enter_runtime::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x6551326db5c3 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x65513273c4a0 - <tokio[8d74a272ac441d6c]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x65513273f373 - <tokio[8d74a272ac441d6c]::runtime::runtime::Runtime>::block_on::<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x6551327912b7 - sqlx_core[71aebb6340fc3978]::rt::test_block_on::<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x65513280973e - sqlx_core[71aebb6340fc3978]::testing::run_test::<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x655132809276 - sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool::<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x655132820b2a - <fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::it_returns_registry_error_for_unhandled_message::{closure#0} as sqlx_core[71aebb6340fc3978]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x6551327ffc2a - fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message
[INFO] [stdout]                                at /opt/rustwide/workdir/src/handler/mod.rs:443:5
[INFO] [stdout]   51:     0x6551327f8257 - fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/handler/mod.rs:446:10
[INFO] [stdout]   52:     0x6551327273f6 - <fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_registry_error_for_unhandled_message::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x65513285c2ab - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x65513285c2ab - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x655132869b25 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x655132869b25 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x655132869b25 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x655132869b25 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x655132869b25 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x655132869b25 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x655132869b25 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x655132863434 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x655132863434 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x65513286cba2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x65513286cba2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x65513286cba2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x65513286cba2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x65513286cba2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x65513286cba2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x65513286cba2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x655132ed8c4f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   72:     0x655132ed8c4f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x78461d350aa4 - <unknown>
[INFO] [stdout]   74:     0x78461d3dda64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- handler::tests::it_returns_a_handler_error_when_handling_fails stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'handler::tests::it_returns_a_handler_error_when_handling_fails' (2522) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x655132ed97c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x655132ed97c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x655132ed97c8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x655132ed97c8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x655132ef0f1a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x655132ef0f1a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x655132edeac2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x655132edeac2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x655132eb7116 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x655132eb7116 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x655132ed1369 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6551328691cc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x6551328691cc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x655132ed15e2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x655132ed15e2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x655132eb71d2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x655132eaba69 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x655132eb823d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x655132ef170c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x655132ef1452 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x6551329380bb - <core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::string::String, dotenvy[d8b15829ea10b146]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x65513298d272 - sqlx_postgres[9f31be120e8cd868]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x65513298f66e - <sqlx_postgres[9f31be120e8cd868]::database::Postgres as sqlx_core[71aebb6340fc3978]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x6551327c44cf - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<sqlx_core[71aebb6340fc3978]::testing::TestContext<sqlx_postgres[9f31be120e8cd868]::database::Postgres>, sqlx_core[71aebb6340fc3978]::error::Error>> + core[8fb95b77d25ab6c8]::marker::Send>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x65513280f2b3 - sqlx_core[71aebb6340fc3978]::testing::run_test::<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x6551327c46ad - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x6551327c4aad - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x65513271061d - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x65513270db1c - tokio[8d74a272ac441d6c]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>, <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x65513270db1c - tokio[8d74a272ac441d6c]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>, <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x65513270db1c - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x6551326dd15a - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>, <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x6551326fc1ad - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x6551326fa54b - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x65513283ceaa - <tokio[8d74a272ac441d6c]::runtime::context::scoped::Scoped<tokio[8d74a272ac441d6c]::runtime::scheduler::Context>>::set::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x6551327cd44a - tokio[8d74a272ac441d6c]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x65513284f366 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[8d74a272ac441d6c]::runtime::context::Context>>::try_with::<tokio[8d74a272ac441d6c]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   37:     0x65513284cb6c - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[8d74a272ac441d6c]::runtime::context::Context>>::with::<tokio[8d74a272ac441d6c]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   38:     0x6551327ca8d1 - tokio[8d74a272ac441d6c]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x6551326eb1c9 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x6551326f18a6 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x6551326f2de9 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x6551327450a3 - tokio[8d74a272ac441d6c]::runtime::context::runtime::enter_runtime::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x6551326db513 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x65513273c360 - <tokio[8d74a272ac441d6c]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x65513273f0b3 - <tokio[8d74a272ac441d6c]::runtime::runtime::Runtime>::block_on::<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x655132791117 - sqlx_core[71aebb6340fc3978]::rt::test_block_on::<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x6551328096be - sqlx_core[71aebb6340fc3978]::testing::run_test::<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x655132809226 - sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool::<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x655132820afa - <fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::it_returns_a_handler_error_when_handling_fails::{closure#0} as sqlx_core[71aebb6340fc3978]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x6551327ffbca - fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails
[INFO] [stdout]                                at /opt/rustwide/workdir/src/handler/mod.rs:399:5
[INFO] [stdout]   51:     0x6551327f8227 - fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/handler/mod.rs:402:10
[INFO] [stdout]   52:     0x6551327273b6 - <fx_mq_jobs[3aef096305408978]::handler::tests::it_returns_a_handler_error_when_handling_fails::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x65513285c2ab - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x65513285c2ab - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x655132869b25 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x655132869b25 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x655132869b25 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x655132869b25 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x655132869b25 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x655132869b25 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x655132869b25 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x655132863434 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x655132863434 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x65513286cba2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x65513286cba2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x65513286cba2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x65513286cba2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x65513286cba2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x65513286cba2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x65513286cba2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x655132ed8c4f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   72:     0x655132ed8c4f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x78461d350aa4 - <unknown>
[INFO] [stdout]   74:     0x78461d3dda64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- listener::worker::tests::it_aborts_handling stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'listener::worker::tests::it_aborts_handling' (2527) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x655132ed97c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x655132ed97c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x655132ed97c8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x655132ed97c8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x655132ef0f1a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x655132ef0f1a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x655132edeac2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x655132edeac2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x655132eb7116 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x655132eb7116 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x655132ed1369 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6551328691cc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x6551328691cc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x655132ed15e2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x655132ed15e2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x655132eb71d2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x655132eaba69 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x655132eb823d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x655132ef170c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x655132ef1452 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x6551329380bb - <core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::string::String, dotenvy[d8b15829ea10b146]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x65513298d272 - sqlx_postgres[9f31be120e8cd868]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x65513298f66e - <sqlx_postgres[9f31be120e8cd868]::database::Postgres as sqlx_core[71aebb6340fc3978]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x6551327c44cf - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<sqlx_core[71aebb6340fc3978]::testing::TestContext<sqlx_postgres[9f31be120e8cd868]::database::Postgres>, sqlx_core[71aebb6340fc3978]::error::Error>> + core[8fb95b77d25ab6c8]::marker::Send>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x6551328135d3 - sqlx_core[71aebb6340fc3978]::testing::run_test::<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x6551327c482d - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x6551327c4c2d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x65513271079d - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x65513270e5fc - tokio[8d74a272ac441d6c]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>, <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x65513270e5fc - tokio[8d74a272ac441d6c]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>, <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x65513270e5fc - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x6551326de71a - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>, <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x65513270022d - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x6551326fa66b - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x65513283d5ca - <tokio[8d74a272ac441d6c]::runtime::context::scoped::Scoped<tokio[8d74a272ac441d6c]::runtime::scheduler::Context>>::set::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x6551327cd68a - tokio[8d74a272ac441d6c]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x65513284fb46 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[8d74a272ac441d6c]::runtime::context::Context>>::try_with::<tokio[8d74a272ac441d6c]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   37:     0x65513284ce0c - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[8d74a272ac441d6c]::runtime::context::Context>>::with::<tokio[8d74a272ac441d6c]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   38:     0x6551327caab1 - tokio[8d74a272ac441d6c]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x6551326ecba9 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x6551326f1ba6 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x6551326f43a9 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x655132745943 - tokio[8d74a272ac441d6c]::runtime::context::runtime::enter_runtime::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x6551326db933 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x65513273cae0 - <tokio[8d74a272ac441d6c]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x655132740133 - <tokio[8d74a272ac441d6c]::runtime::runtime::Runtime>::block_on::<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x655132791ad7 - sqlx_core[71aebb6340fc3978]::rt::test_block_on::<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x6551328099be - sqlx_core[71aebb6340fc3978]::testing::run_test::<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x655132809406 - sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool::<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x655132820c1a - <fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::it_aborts_handling::{closure#0} as sqlx_core[71aebb6340fc3978]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x6551327c344a - fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling
[INFO] [stdout]                                at /opt/rustwide/workdir/src/listener/worker.rs:560:5
[INFO] [stdout]   51:     0x6551327aff27 - fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/listener/worker.rs:561:56
[INFO] [stdout]   52:     0x655132727536 - <fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_aborts_handling::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x65513285c2ab - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x65513285c2ab - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x655132869b25 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x655132869b25 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x655132869b25 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x655132869b25 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x655132869b25 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x655132869b25 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x655132869b25 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x655132863434 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x655132863434 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x65513286cba2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x65513286cba2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x65513286cba2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x65513286cba2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x65513286cba2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x65513286cba2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x65513286cba2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x655132ed8c4f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   72:     0x655132ed8c4f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x78461d350aa4 - <unknown>
[INFO] [stdout]   74:     0x78461d3dda64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- listener::worker::tests::it_reports_handling_errors_as_retryable stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'listener::worker::tests::it_reports_handling_errors_as_retryable' (2529) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x655132ed97c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x655132ed97c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x655132ed97c8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x655132ed97c8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x655132ef0f1a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x655132ef0f1a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x655132edeac2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x655132edeac2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x655132eb7116 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x655132eb7116 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x655132ed1369 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6551328691cc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x6551328691cc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x655132ed15e2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x655132ed15e2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x655132eb71d2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x655132eaba69 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x655132eb823d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x655132ef170c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x655132ef1452 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x6551329380bb - <core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::string::String, dotenvy[d8b15829ea10b146]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x65513298d272 - sqlx_postgres[9f31be120e8cd868]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x65513298f66e - <sqlx_postgres[9f31be120e8cd868]::database::Postgres as sqlx_core[71aebb6340fc3978]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x6551327c44cf - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<sqlx_core[71aebb6340fc3978]::testing::TestContext<sqlx_postgres[9f31be120e8cd868]::database::Postgres>, sqlx_core[71aebb6340fc3978]::error::Error>> + core[8fb95b77d25ab6c8]::marker::Send>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x655132815773 - sqlx_core[71aebb6340fc3978]::testing::run_test::<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x6551327c48ed - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x6551327c4ced - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x65513271085d - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x65513270eb6c - tokio[8d74a272ac441d6c]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>, <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x65513270eb6c - tokio[8d74a272ac441d6c]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>, <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x65513270eb6c - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x6551326df1fa - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>, <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x65513270226d - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x6551326fa6fb - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x65513283d95a - <tokio[8d74a272ac441d6c]::runtime::context::scoped::Scoped<tokio[8d74a272ac441d6c]::runtime::scheduler::Context>>::set::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x6551327cd7aa - tokio[8d74a272ac441d6c]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x65513284ff36 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[8d74a272ac441d6c]::runtime::context::Context>>::try_with::<tokio[8d74a272ac441d6c]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   37:     0x65513284cf5c - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[8d74a272ac441d6c]::runtime::context::Context>>::with::<tokio[8d74a272ac441d6c]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   38:     0x6551327caba1 - tokio[8d74a272ac441d6c]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x6551326ed899 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x6551326f1d26 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x6551326f4e89 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x655132745d93 - tokio[8d74a272ac441d6c]::runtime::context::runtime::enter_runtime::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x6551326dbb43 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x65513273cea0 - <tokio[8d74a272ac441d6c]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x655132740973 - <tokio[8d74a272ac441d6c]::runtime::runtime::Runtime>::block_on::<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x655132791f9f - sqlx_core[71aebb6340fc3978]::rt::test_block_on::<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x655132809b40 - sqlx_core[71aebb6340fc3978]::testing::run_test::<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x6551328094f6 - sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool::<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x655132820caa - <fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::it_reports_handling_errors_as_retryable::{closure#0} as sqlx_core[71aebb6340fc3978]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x6551327c356a - fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable
[INFO] [stdout]                                at /opt/rustwide/workdir/src/listener/worker.rs:385:5
[INFO] [stdout]   51:     0x6551327affb7 - fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/listener/worker.rs:386:77
[INFO] [stdout]   52:     0x6551327275f6 - <fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_retryable::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x65513285c2ab - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x65513285c2ab - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x655132869b25 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x655132869b25 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x655132869b25 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x655132869b25 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x655132869b25 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x655132869b25 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x655132869b25 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x655132863434 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x655132863434 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x65513286cba2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x65513286cba2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x65513286cba2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x65513286cba2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x65513286cba2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x65513286cba2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x65513286cba2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x655132ed8c4f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   72:     0x655132ed8c4f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x78461d350aa4 - <unknown>
[INFO] [stdout]   74:     0x78461d3dda64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- listener::worker::tests::it_reports_handling_success stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'listener::worker::tests::it_reports_handling_success' (2530) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x655132ed97c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x655132ed97c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x655132ed97c8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x655132ed97c8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x655132ef0f1a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x655132ef0f1a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x655132edeac2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x655132edeac2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x655132eb7116 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x655132eb7116 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x655132ed1369 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6551328691cc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x6551328691cc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x655132ed15e2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x655132ed15e2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x655132eb71d2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x655132eaba69 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x655132eb823d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x655132ef170c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x655132ef1452 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x6551329380bb - <core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::string::String, dotenvy[d8b15829ea10b146]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x65513298d272 - sqlx_postgres[9f31be120e8cd868]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x65513298f66e - <sqlx_postgres[9f31be120e8cd868]::database::Postgres as sqlx_core[71aebb6340fc3978]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x6551327c44cf - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<sqlx_core[71aebb6340fc3978]::testing::TestContext<sqlx_postgres[9f31be120e8cd868]::database::Postgres>, sqlx_core[71aebb6340fc3978]::error::Error>> + core[8fb95b77d25ab6c8]::marker::Send>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x655132814103 - sqlx_core[71aebb6340fc3978]::testing::run_test::<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x6551327c486d - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x6551327c4c6d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x6551327107dd - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x65513270e7cc - tokio[8d74a272ac441d6c]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>, <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x65513270e7cc - tokio[8d74a272ac441d6c]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>, <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x65513270e7cc - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x6551326deaba - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>, <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x655132700ced - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x6551326fa69b - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x65513283d6fa - <tokio[8d74a272ac441d6c]::runtime::context::scoped::Scoped<tokio[8d74a272ac441d6c]::runtime::scheduler::Context>>::set::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x6551327cd6ea - tokio[8d74a272ac441d6c]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x65513284fc96 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[8d74a272ac441d6c]::runtime::context::Context>>::try_with::<tokio[8d74a272ac441d6c]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   37:     0x65513284ce7c - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[8d74a272ac441d6c]::runtime::context::Context>>::with::<tokio[8d74a272ac441d6c]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   38:     0x6551327cab01 - tokio[8d74a272ac441d6c]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x6551326ecff9 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x6551326f1c26 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x6551326f4749 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x655132745ab3 - tokio[8d74a272ac441d6c]::runtime::context::runtime::enter_runtime::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x6551326db9e3 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x65513273cc20 - <tokio[8d74a272ac441d6c]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x6551327403f3 - <tokio[8d74a272ac441d6c]::runtime::runtime::Runtime>::block_on::<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x655132791c6f - sqlx_core[71aebb6340fc3978]::rt::test_block_on::<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x655132809a40 - sqlx_core[71aebb6340fc3978]::testing::run_test::<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x655132809456 - sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool::<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x655132820c4a - <fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::it_reports_handling_success::{closure#0} as sqlx_core[71aebb6340fc3978]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x6551327c34aa - fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success
[INFO] [stdout]                                at /opt/rustwide/workdir/src/listener/worker.rs:318:5
[INFO] [stdout]   51:     0x6551327aff57 - fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/listener/worker.rs:319:65
[INFO] [stdout]   52:     0x655132727576 - <fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_success::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x65513285c2ab - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x65513285c2ab - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x655132869b25 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x655132869b25 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x655132869b25 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x655132869b25 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x655132869b25 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x655132869b25 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x655132869b25 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x655132863434 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x655132863434 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x65513286cba2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x65513286cba2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x65513286cba2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x65513286cba2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x65513286cba2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x65513286cba2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x65513286cba2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x655132ed8c4f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   72:     0x655132ed8c4f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x78461d350aa4 - <unknown>
[INFO] [stdout]   74:     0x78461d3dda64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- listener::worker::tests::it_reports_handling_errors_as_dead stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'listener::worker::tests::it_reports_handling_errors_as_dead' (2528) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x655132ed97c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x655132ed97c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x655132ed97c8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x655132ed97c8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x655132ef0f1a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x655132ef0f1a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x655132edeac2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x655132edeac2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x655132eb7116 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x655132eb7116 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x655132ed1369 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6551328691cc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x6551328691cc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x655132ed15e2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x655132ed15e2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x655132eb71d2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x655132eaba69 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x655132eb823d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x655132ef170c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x655132ef1452 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x6551329380bb - <core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::string::String, dotenvy[d8b15829ea10b146]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x65513298d272 - sqlx_postgres[9f31be120e8cd868]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x65513298f66e - <sqlx_postgres[9f31be120e8cd868]::database::Postgres as sqlx_core[71aebb6340fc3978]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x6551327c44cf - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<sqlx_core[71aebb6340fc3978]::testing::TestContext<sqlx_postgres[9f31be120e8cd868]::database::Postgres>, sqlx_core[71aebb6340fc3978]::error::Error>> + core[8fb95b77d25ab6c8]::marker::Send>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x655132814c42 - sqlx_core[71aebb6340fc3978]::testing::run_test::<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x6551327c48ad - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x6551327c4cad - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x65513271081d - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x65513270e99c - tokio[8d74a272ac441d6c]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>, <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x65513270e99c - tokio[8d74a272ac441d6c]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>, <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x65513270e99c - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x6551326dee5a - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>, <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x6551327017ad - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x6551326fa6cb - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x65513283d82a - <tokio[8d74a272ac441d6c]::runtime::context::scoped::Scoped<tokio[8d74a272ac441d6c]::runtime::scheduler::Context>>::set::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x6551327cd74a - tokio[8d74a272ac441d6c]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x65513284fde6 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[8d74a272ac441d6c]::runtime::context::Context>>::try_with::<tokio[8d74a272ac441d6c]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   37:     0x65513284ceec - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[8d74a272ac441d6c]::runtime::context::Context>>::with::<tokio[8d74a272ac441d6c]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   38:     0x6551327cab51 - tokio[8d74a272ac441d6c]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x6551326ed449 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x6551326f1ca6 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x6551326f4ae9 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x655132745c23 - tokio[8d74a272ac441d6c]::runtime::context::runtime::enter_runtime::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x6551326dba93 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x65513273cd60 - <tokio[8d74a272ac441d6c]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x6551327406b3 - <tokio[8d74a272ac441d6c]::runtime::runtime::Runtime>::block_on::<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x655132791e07 - sqlx_core[71aebb6340fc3978]::rt::test_block_on::<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x655132809abe - sqlx_core[71aebb6340fc3978]::testing::run_test::<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x6551328094a6 - sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool::<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}, fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x655132820c7a - <fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::it_reports_handling_errors_as_dead::{closure#0} as sqlx_core[71aebb6340fc3978]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x6551327c350a - fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead
[INFO] [stdout]                                at /opt/rustwide/workdir/src/listener/worker.rs:452:5
[INFO] [stdout]   51:     0x6551327aff87 - fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/listener/worker.rs:453:72
[INFO] [stdout]   52:     0x6551327275b6 - <fx_mq_jobs[3aef096305408978]::listener::worker::tests::it_reports_handling_errors_as_dead::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x65513285c2ab - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x65513285c2ab - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x655132869b25 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x655132869b25 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x655132869b25 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x655132869b25 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x655132869b25 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x655132869b25 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x655132869b25 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x655132863434 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x655132863434 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x65513286cba2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x65513286cba2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x65513286cba2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x65513286cba2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x65513286cba2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x65513286cba2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x65513286cba2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x655132ed8c4f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   72:     0x655132ed8c4f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x78461d350aa4 - <unknown>
[INFO] [stdout]   74:     0x78461d3dda64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- publisher::test::it_publishes_many_using_a_transaction stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'publisher::test::it_publishes_many_using_a_transaction' (2531) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x655132ed97c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x655132ed97c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x655132ed97c8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x655132ed97c8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x655132ef0f1a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x655132ef0f1a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x655132edeac2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x655132edeac2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x655132eb7116 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x655132eb7116 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x655132ed1369 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6551328691cc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x6551328691cc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x655132ed15e2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x655132ed15e2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x655132eb71d2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x655132eaba69 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x655132eb823d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x655132ef170c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x655132ef1452 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x6551329380bb - <core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::string::String, dotenvy[d8b15829ea10b146]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x65513298d272 - sqlx_postgres[9f31be120e8cd868]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x65513298f66e - <sqlx_postgres[9f31be120e8cd868]::database::Postgres as sqlx_core[71aebb6340fc3978]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x6551327c44cf - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<sqlx_core[71aebb6340fc3978]::testing::TestContext<sqlx_postgres[9f31be120e8cd868]::database::Postgres>, sqlx_core[71aebb6340fc3978]::error::Error>> + core[8fb95b77d25ab6c8]::marker::Send>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x655132811f73 - sqlx_core[71aebb6340fc3978]::testing::run_test::<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x6551327c47ad - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x6551327c4bad - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x65513271071d - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x65513270e25c - tokio[8d74a272ac441d6c]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>, <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x65513270e25c - tokio[8d74a272ac441d6c]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>, <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x65513270e25c - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x6551326ddfda - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>, <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x6551326fecad - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x6551326fa60b - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x65513283d36a - <tokio[8d74a272ac441d6c]::runtime::context::scoped::Scoped<tokio[8d74a272ac441d6c]::runtime::scheduler::Context>>::set::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x6551327cd5ca - tokio[8d74a272ac441d6c]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x65513284f8a6 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[8d74a272ac441d6c]::runtime::context::Context>>::try_with::<tokio[8d74a272ac441d6c]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   37:     0x65513284cd2c - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[8d74a272ac441d6c]::runtime::context::Context>>::with::<tokio[8d74a272ac441d6c]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   38:     0x6551327caa11 - tokio[8d74a272ac441d6c]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x6551326ec309 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x6551326f1aa6 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x6551326f3c69 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x655132745663 - tokio[8d74a272ac441d6c]::runtime::context::runtime::enter_runtime::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x6551326db7d3 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x65513273c860 - <tokio[8d74a272ac441d6c]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x65513273fbb3 - <tokio[8d74a272ac441d6c]::runtime::runtime::Runtime>::block_on::<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x655132791797 - sqlx_core[71aebb6340fc3978]::rt::test_block_on::<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x6551328098be - sqlx_core[71aebb6340fc3978]::testing::run_test::<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x655132809366 - sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool::<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x655132820bba - <fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::it_publishes_many_using_a_transaction::{closure#0} as sqlx_core[71aebb6340fc3978]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x655132836fda - fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction
[INFO] [stdout]                                at /opt/rustwide/workdir/src/publisher/mod.rs:391:5
[INFO] [stdout]   51:     0x6551328270a7 - fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/publisher/mod.rs:392:75
[INFO] [stdout]   52:     0x6551327274b6 - <fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_many_using_a_transaction::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x65513285c2ab - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x65513285c2ab - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x655132869b25 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x655132869b25 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x655132869b25 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x655132869b25 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x655132869b25 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x655132869b25 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x655132869b25 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x655132863434 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x655132863434 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x65513286cba2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x65513286cba2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x65513286cba2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x65513286cba2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x65513286cba2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x65513286cba2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x65513286cba2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x655132ed8c4f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   72:     0x655132ed8c4f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x78461d350aa4 - <unknown>
[INFO] [stdout]   74:     0x78461d3dda64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- publisher::test::it_publishes_using_a_pool stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'publisher::test::it_publishes_using_a_pool' (2532) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x655132ed97c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x655132ed97c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x655132ed97c8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x655132ed97c8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x655132ef0f1a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x655132ef0f1a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x655132edeac2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x655132edeac2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x655132eb7116 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x655132eb7116 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x655132ed1369 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6551328691cc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x6551328691cc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x655132ed15e2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x655132ed15e2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x655132eb71d2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x655132eaba69 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x655132eb823d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x655132ef170c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x655132ef1452 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x6551329380bb - <core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::string::String, dotenvy[d8b15829ea10b146]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x65513298d272 - sqlx_postgres[9f31be120e8cd868]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x65513298f66e - <sqlx_postgres[9f31be120e8cd868]::database::Postgres as sqlx_core[71aebb6340fc3978]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x6551327c44cf - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<sqlx_core[71aebb6340fc3978]::testing::TestContext<sqlx_postgres[9f31be120e8cd868]::database::Postgres>, sqlx_core[71aebb6340fc3978]::error::Error>> + core[8fb95b77d25ab6c8]::marker::Send>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x655132810913 - sqlx_core[71aebb6340fc3978]::testing::run_test::<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x6551327c472d - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x6551327c4b2d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x65513271069d - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x65513270debc - tokio[8d74a272ac441d6c]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>, <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x65513270debc - tokio[8d74a272ac441d6c]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>, <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x65513270debc - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x6551326dd89a - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>, <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x6551326fd72d - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x6551326fa5ab - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x65513283d10a - <tokio[8d74a272ac441d6c]::runtime::context::scoped::Scoped<tokio[8d74a272ac441d6c]::runtime::scheduler::Context>>::set::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x6551327cd50a - tokio[8d74a272ac441d6c]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x65513284f606 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[8d74a272ac441d6c]::runtime::context::Context>>::try_with::<tokio[8d74a272ac441d6c]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   37:     0x65513284cc4c - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[8d74a272ac441d6c]::runtime::context::Context>>::with::<tokio[8d74a272ac441d6c]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   38:     0x6551327ca971 - tokio[8d74a272ac441d6c]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x6551326eba69 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x6551326f19a6 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x6551326f3529 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x655132745383 - tokio[8d74a272ac441d6c]::runtime::context::runtime::enter_runtime::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x6551326db673 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x65513273c5e0 - <tokio[8d74a272ac441d6c]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x65513273f633 - <tokio[8d74a272ac441d6c]::runtime::runtime::Runtime>::block_on::<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x655132791457 - sqlx_core[71aebb6340fc3978]::rt::test_block_on::<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x6551328097be - sqlx_core[71aebb6340fc3978]::testing::run_test::<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x6551328092c6 - sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool::<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x655132820b5a - <fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::it_publishes_using_a_pool::{closure#0} as sqlx_core[71aebb6340fc3978]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x655132836f1a - fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool
[INFO] [stdout]                                at /opt/rustwide/workdir/src/publisher/mod.rs:325:5
[INFO] [stdout]   51:     0x655132827047 - fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/publisher/mod.rs:326:63
[INFO] [stdout]   52:     0x655132727436 - <fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_pool::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x65513285c2ab - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x65513285c2ab - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x655132869b25 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x655132869b25 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x655132869b25 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x655132869b25 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x655132869b25 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x655132869b25 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x655132869b25 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x655132863434 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x655132863434 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x65513286cba2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x65513286cba2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x65513286cba2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x65513286cba2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x65513286cba2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x65513286cba2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x65513286cba2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x655132ed8c4f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   72:     0x655132ed8c4f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x78461d350aa4 - <unknown>
[INFO] [stdout]   74:     0x78461d3dda64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- publisher::test::it_publishes_using_a_transaction stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'publisher::test::it_publishes_using_a_transaction' (2533) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x655132ed97c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x655132ed97c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x655132ed97c8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x655132ed97c8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x655132ef0f1a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x655132ef0f1a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x655132edeac2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x655132edeac2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x655132eb7116 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x655132eb7116 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x655132ed1369 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6551328691cc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x6551328691cc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x655132ed15e2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x655132ed15e2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x655132eb71d2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x655132eaba69 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x655132eb823d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x655132ef170c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x655132ef1452 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x6551329380bb - <core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::string::String, dotenvy[d8b15829ea10b146]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x65513298d272 - sqlx_postgres[9f31be120e8cd868]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x65513298f66e - <sqlx_postgres[9f31be120e8cd868]::database::Postgres as sqlx_core[71aebb6340fc3978]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x6551327c44cf - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<sqlx_core[71aebb6340fc3978]::testing::TestContext<sqlx_postgres[9f31be120e8cd868]::database::Postgres>, sqlx_core[71aebb6340fc3978]::error::Error>> + core[8fb95b77d25ab6c8]::marker::Send>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x655132811443 - sqlx_core[71aebb6340fc3978]::testing::run_test::<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x6551327c476d - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x6551327c4b6d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x6551327106dd - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x65513270e08c - tokio[8d74a272ac441d6c]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>, <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x65513270e08c - tokio[8d74a272ac441d6c]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>, <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x65513270e08c - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x6551326ddc3a - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>, <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x6551326fe1ed - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x6551326fa5db - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x65513283d23a - <tokio[8d74a272ac441d6c]::runtime::context::scoped::Scoped<tokio[8d74a272ac441d6c]::runtime::scheduler::Context>>::set::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x6551327cd56a - tokio[8d74a272ac441d6c]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x65513284f756 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[8d74a272ac441d6c]::runtime::context::Context>>::try_with::<tokio[8d74a272ac441d6c]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   37:     0x65513284ccbc - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[8d74a272ac441d6c]::runtime::context::Context>>::with::<tokio[8d74a272ac441d6c]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   38:     0x6551327ca9c1 - tokio[8d74a272ac441d6c]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x6551326ebeb9 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x6551326f1a26 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x6551326f38c9 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x6551327454f3 - tokio[8d74a272ac441d6c]::runtime::context::runtime::enter_runtime::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x6551326db723 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x65513273c720 - <tokio[8d74a272ac441d6c]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x65513273f8f3 - <tokio[8d74a272ac441d6c]::runtime::runtime::Runtime>::block_on::<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x6551327915f7 - sqlx_core[71aebb6340fc3978]::rt::test_block_on::<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x65513280983e - sqlx_core[71aebb6340fc3978]::testing::run_test::<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x655132809316 - sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool::<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x655132820b8a - <fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::it_publishes_using_a_transaction::{closure#0} as sqlx_core[71aebb6340fc3978]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x655132836f7a - fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction
[INFO] [stdout]                                at /opt/rustwide/workdir/src/publisher/mod.rs:355:5
[INFO] [stdout]   51:     0x655132827077 - fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/publisher/mod.rs:356:70
[INFO] [stdout]   52:     0x655132727476 - <fx_mq_jobs[3aef096305408978]::publisher::test::it_publishes_using_a_transaction::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x65513285c2ab - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x65513285c2ab - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x655132869b25 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x655132869b25 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x655132869b25 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x655132869b25 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x655132869b25 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x655132869b25 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x655132869b25 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x655132863434 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x655132863434 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x65513286cba2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x65513286cba2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x65513286cba2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x65513286cba2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x65513286cba2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x65513286cba2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x65513286cba2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x655132ed8c4f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   72:     0x655132ed8c4f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x78461d350aa4 - <unknown>
[INFO] [stdout]   74:     0x78461d3dda64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- publisher::test::it_rolls_back_publish_many_on_serialization_error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'publisher::test::it_rolls_back_publish_many_on_serialization_error' (2534) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x655132ed97c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x655132ed97c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x655132ed97c8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x655132ed97c8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x655132ef0f1a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x655132ef0f1a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x655132edeac2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x655132edeac2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x655132eb7116 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x655132eb7116 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x655132ed1369 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6551328691cc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x6551328691cc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x655132ed15e2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x655132ed15e2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x655132eb71d2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x655132eaba69 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x655132eb823d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x655132ef170c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x655132ef1452 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x6551329380bb - <core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::string::String, dotenvy[d8b15829ea10b146]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x65513298d272 - sqlx_postgres[9f31be120e8cd868]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x65513298f66e - <sqlx_postgres[9f31be120e8cd868]::database::Postgres as sqlx_core[71aebb6340fc3978]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x6551327c44cf - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<sqlx_core[71aebb6340fc3978]::testing::TestContext<sqlx_postgres[9f31be120e8cd868]::database::Postgres>, sqlx_core[71aebb6340fc3978]::error::Error>> + core[8fb95b77d25ab6c8]::marker::Send>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x655132812aa3 - sqlx_core[71aebb6340fc3978]::testing::run_test::<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x6551327c47ed - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x6551327c4bed - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x65513271075d - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x65513270e42c - tokio[8d74a272ac441d6c]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>, <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x65513270e42c - tokio[8d74a272ac441d6c]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>, <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x65513270e42c - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x6551326de37a - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>, <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x6551326ff76d - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x6551326fa63b - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x65513283d49a - <tokio[8d74a272ac441d6c]::runtime::context::scoped::Scoped<tokio[8d74a272ac441d6c]::runtime::scheduler::Context>>::set::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x6551327cd62a - tokio[8d74a272ac441d6c]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x65513284f9f6 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[8d74a272ac441d6c]::runtime::context::Context>>::try_with::<tokio[8d74a272ac441d6c]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   37:     0x65513284cd9c - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[8d74a272ac441d6c]::runtime::context::Context>>::with::<tokio[8d74a272ac441d6c]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   38:     0x6551327caa61 - tokio[8d74a272ac441d6c]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x6551326ec759 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x6551326f1b26 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x6551326f4009 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x6551327457d3 - tokio[8d74a272ac441d6c]::runtime::context::runtime::enter_runtime::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x6551326db883 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x65513273c9a0 - <tokio[8d74a272ac441d6c]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x65513273fe73 - <tokio[8d74a272ac441d6c]::runtime::runtime::Runtime>::block_on::<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x655132791937 - sqlx_core[71aebb6340fc3978]::rt::test_block_on::<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x65513280993e - sqlx_core[71aebb6340fc3978]::testing::run_test::<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x6551328093b6 - sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool::<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}, fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x655132820bea - <fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::it_rolls_back_publish_many_on_serialization_error::{closure#0} as sqlx_core[71aebb6340fc3978]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x65513283703a - fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error
[INFO] [stdout]                                at /opt/rustwide/workdir/src/publisher/mod.rs:434:5
[INFO] [stdout]   51:     0x6551328270d7 - fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/publisher/mod.rs:437:10
[INFO] [stdout]   52:     0x6551327274f6 - <fx_mq_jobs[3aef096305408978]::publisher::test::it_rolls_back_publish_many_on_serialization_error::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x65513285c2ab - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x65513285c2ab - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x655132869b25 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x655132869b25 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x655132869b25 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x655132869b25 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x655132869b25 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x655132869b25 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x655132869b25 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x655132863434 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x655132863434 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x65513286cba2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x65513286cba2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x65513286cba2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x65513286cba2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x65513286cba2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x65513286cba2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x65513286cba2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x655132ed8c4f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   72:     0x655132ed8c4f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x78461d350aa4 - <unknown>
[INFO] [stdout]   74:     0x78461d3dda64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- handler::tests::it_successfully_handles_a_message stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'handler::tests::it_successfully_handles_a_message' (2524) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x655132ed97c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x655132ed97c8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x655132ed97c8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x655132ed97c8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x655132ef0f1a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x655132ef0f1a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x655132edeac2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x655132edeac2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x655132eb7116 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x655132eb7116 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x655132ed1369 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6551328691cc - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x6551328691cc - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x655132ed15e2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x655132ed15e2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x655132eb71d2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x655132eaba69 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x655132eb823d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x655132ef170c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x655132ef1452 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x6551329380bb - <core[8fb95b77d25ab6c8]::result::Result<alloc[a7ee25936407c584]::string::String, dotenvy[d8b15829ea10b146]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x65513298d272 - sqlx_postgres[9f31be120e8cd868]::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:96:44
[INFO] [stdout]   22:     0x65513298f66e - <sqlx_postgres[9f31be120e8cd868]::database::Postgres as sqlx_core[71aebb6340fc3978]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/src/testing/mod.rs:26:50
[INFO] [stdout]   23:     0x6551327c44cf - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = core[8fb95b77d25ab6c8]::result::Result<sqlx_core[71aebb6340fc3978]::testing::TestContext<sqlx_postgres[9f31be120e8cd868]::database::Postgres>, sqlx_core[71aebb6340fc3978]::error::Error>> + core[8fb95b77d25ab6c8]::marker::Send>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x65513280e783 - sqlx_core[71aebb6340fc3978]::testing::run_test::<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:225:14
[INFO] [stdout]   25:     0x6551327c466d - <core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x6551327c4a6d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x6551327105dd - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70
[INFO] [stdout]   28:     0x65513270d94c - tokio[8d74a272ac441d6c]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>, <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x65513270d94c - tokio[8d74a272ac441d6c]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>, <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x65513270d94c - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25
[INFO] [stdout]   31:     0x6551326dcdba - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>, <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19
[INFO] [stdout]   32:     0x6551326fb6ed - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44
[INFO] [stdout]   33:     0x6551326fa51b - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68
[INFO] [stdout]   34:     0x65513283cd7a - <tokio[8d74a272ac441d6c]::runtime::context::scoped::Scoped<tokio[8d74a272ac441d6c]::runtime::scheduler::Context>>::set::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x6551327cd3ea - tokio[8d74a272ac441d6c]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x65513284f216 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[8d74a272ac441d6c]::runtime::context::Context>>::try_with::<tokio[8d74a272ac441d6c]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   37:     0x65513284cafc - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[8d74a272ac441d6c]::runtime::context::Context>>::with::<tokio[8d74a272ac441d6c]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   38:     0x6551327ca881 - tokio[8d74a272ac441d6c]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>), <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x6551326ead79 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27
[INFO] [stdout]   40:     0x6551326f1826 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24
[INFO] [stdout]   41:     0x6551326f2a49 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x655132744f33 - tokio[8d74a272ac441d6c]::runtime::context::runtime::enter_runtime::<<tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>::{closure#0}, core[8fb95b77d25ab6c8]::result::Result<(), anyhow[8983e2eb69830204]::Error>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x6551326db463 - <tokio[8d74a272ac441d6c]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x65513273c220 - <tokio[8d74a272ac441d6c]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<alloc[a7ee25936407c584]::boxed::Box<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52
[INFO] [stdout]   45:     0x65513273edf3 - <tokio[8d74a272ac441d6c]::runtime::runtime::Runtime>::block_on::<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:328:18
[INFO] [stdout]   46:     0x655132790f77 - sqlx_core[71aebb6340fc3978]::rt::test_block_on::<sqlx_core[71aebb6340fc3978]::testing::run_test<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/rt/mod.rs:123:14
[INFO] [stdout]   47:     0x65513280963e - sqlx_core[71aebb6340fc3978]::testing::run_test::<sqlx_postgres[9f31be120e8cd868]::database::Postgres, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}, sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:223:5
[INFO] [stdout]   48:     0x6551328091d6 - sqlx_core[71aebb6340fc3978]::testing::run_test_with_pool::<sqlx_postgres[9f31be120e8cd868]::database::Postgres, fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}, fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:194:5
[INFO] [stdout]   49:     0x655132820aca - <fn(sqlx_core[71aebb6340fc3978]::pool::Pool<sqlx_postgres[9f31be120e8cd868]::database::Postgres>) -> fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::it_successfully_handles_a_message::{closure#0} as sqlx_core[71aebb6340fc3978]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/testing/mod.rs:97:9
[INFO] [stdout]   50:     0x6551327ffb6a - fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message
[INFO] [stdout]                                at /opt/rustwide/workdir/src/handler/mod.rs:365:5
[INFO] [stdout]   51:     0x6551327f81f7 - fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/handler/mod.rs:366:71
[INFO] [stdout]   52:     0x655132727376 - <fx_mq_jobs[3aef096305408978]::handler::tests::it_successfully_handles_a_message::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x65513285c2ab - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x65513285c2ab - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   55:     0x655132869b25 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   56:     0x655132869b25 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x655132869b25 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x655132869b25 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x655132869b25 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x655132869b25 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   61:     0x655132869b25 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   62:     0x655132863434 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   63:     0x655132863434 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x65513286cba2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   65:     0x65513286cba2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x65513286cba2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x65513286cba2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x65513286cba2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x65513286cba2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x65513286cba2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x655132ed8c4f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   72:     0x655132ed8c4f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   73:     0x78461d350aa4 - <unknown>
[INFO] [stdout]   74:     0x78461d3dda64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     handler::tests::it_returns_a_handler_error_when_handling_fails
[INFO] [stdout]     handler::tests::it_returns_registry_error_for_unhandled_message
[INFO] [stdout]     handler::tests::it_successfully_handles_a_message
[INFO] [stdout]     lease_renewer::tests::it_renews_the_lease
[INFO] [stdout]     listener::listener::tests::it_works_on_messages
[INFO] [stdout]     listener::worker::tests::it_aborts_handling
[INFO] [stdout]     listener::worker::tests::it_reports_handling_errors_as_dead
[INFO] [stdout]     listener::worker::tests::it_reports_handling_errors_as_retryable
[INFO] [stdout]     listener::worker::tests::it_reports_handling_success
[INFO] [stdout]     publisher::test::it_publishes_many_using_a_transaction
[INFO] [stdout]     publisher::test::it_publishes_using_a_pool
[INFO] [stdout]     publisher::test::it_publishes_using_a_transaction
[INFO] [stdout]     publisher::test::it_rolls_back_publish_many_on_serialization_error
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 13 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "2fbf29856bdd1a616b7214535f75b23a4303dd2891390ed4aac011a1a75a2afc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2fbf29856bdd1a616b7214535f75b23a4303dd2891390ed4aac011a1a75a2afc", kill_on_drop: false }`
[INFO] [stdout] 2fbf29856bdd1a616b7214535f75b23a4303dd2891390ed4aac011a1a75a2afc
