[INFO] cloning repository https://github.com/gagansingh894/pasys-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gagansingh894/pasys-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgagansingh894%2Fpasys-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgagansingh894%2Fpasys-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 239c3cfe057d84c97fe2cd22f1a10d2cec971077
[INFO] testing gagansingh894/pasys-rs against master#2fd6efc32704647e64d3d646d21c4c68eae100e4 for pr-149852-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgagansingh894%2Fpasys-rs" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/gagansingh894/pasys-rs
[INFO] finished tweaking git repo https://github.com/gagansingh894/pasys-rs
[INFO] tweaked toml for git repo https://github.com/gagansingh894/pasys-rs written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/gagansingh894/pasys-rs on toolchain 2fd6efc32704647e64d3d646d21c4c68eae100e4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/gagansingh894/pasys-rs 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" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2024 which implies `resolver = "3"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2024 resolver, specify `workspace.resolver = "3"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tonic-reflection v0.14.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 52b3eaf76ae14f2207a3841916aae73e52120a3377c06a51176ca43f60ab85f2
[INFO] running `Command { std: "docker" "start" "-a" "52b3eaf76ae14f2207a3841916aae73e52120a3377c06a51176ca43f60ab85f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "52b3eaf76ae14f2207a3841916aae73e52120a3377c06a51176ca43f60ab85f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "52b3eaf76ae14f2207a3841916aae73e52120a3377c06a51176ca43f60ab85f2", kill_on_drop: false }`
[INFO] [stdout] 52b3eaf76ae14f2207a3841916aae73e52120a3377c06a51176ca43f60ab85f2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 112fbe5793bbb3bf497f96281975add0903708aff7e8a6fa95e9325ca5a90d21
[INFO] running `Command { std: "docker" "start" "-a" "112fbe5793bbb3bf497f96281975add0903708aff7e8a6fa95e9325ca5a90d21", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2024 which implies `resolver = "3"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2024 resolver, specify `workspace.resolver = "3"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling serde_core v1.0.226
[INFO] [stderr]    Compiling serde v1.0.226
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling find-msvc-tools v0.1.2
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling deranged v0.5.4
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling crc v3.3.0
[INFO] [stderr]    Compiling cc v1.2.38
[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 byteorder v1.5.0
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling whoami v1.6.1
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]    Compiling settlement-processor v0.1.0 (/opt/rustwide/workdir/settlement-processor)
[INFO] [stderr]    Compiling pasys v0.1.0 (/opt/rustwide/workdir/pasys)
[INFO] [stderr]    Compiling fraud-detector v0.1.0 (/opt/rustwide/workdir/fraud-detector)
[INFO] [stderr]    Compiling ledger-consumer v0.1.0 (/opt/rustwide/workdir/ledger-consumer)
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling pasys-api v0.1.0 (/opt/rustwide/workdir/pasys-api)
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[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 refund-processor v0.1.0 (/opt/rustwide/workdir/refund-processor)
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling time v0.3.44
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling uuid v1.18.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling serde_derive v1.0.226
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling tonic-build v0.14.2
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling zerotrie v0.2.2
[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 icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling prost-derive v0.14.1
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]    Compiling h2 v0.4.12
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling prost v0.14.1
[INFO] [stderr]    Compiling prost-types v0.14.1
[INFO] [stderr]    Compiling axum v0.8.4
[INFO] [stderr]    Compiling prost-build v0.14.1
[INFO] [stderr]    Compiling tonic-prost-build v0.14.2
[INFO] [stderr]    Compiling sqlx-postgres v0.8.6
[INFO] [stderr]    Compiling ledger-proto v0.1.0 (/opt/rustwide/workdir/ledger-proto)
[INFO] [stderr]    Compiling accounts-proto v0.1.0 (/opt/rustwide/workdir/accounts-proto)
[INFO] [stderr]    Compiling events-proto v0.1.0 (/opt/rustwide/workdir/events-proto)
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling hyper-util v0.1.17
[INFO] [stderr]    Compiling hyper-timeout v0.5.2
[INFO] [stderr]    Compiling tonic v0.14.2
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling tonic-prost v0.14.2
[INFO] [stderr]    Compiling tonic-reflection v0.14.2
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]    Compiling sqlx v0.8.6
[INFO] [stderr]    Compiling common v0.1.0 (/opt/rustwide/workdir/common)
[INFO] [stderr]    Compiling ledger v0.1.0 (/opt/rustwide/workdir/ledger)
[INFO] [stderr]    Compiling accounts v0.1.0 (/opt/rustwide/workdir/accounts)
[INFO] [stdout] warning: unused import: `PgLedgerRepository`
[INFO] [stdout]  --> ledger/src/service/mod.rs:1:37
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::repo::{LedgerRepository, PgLedgerRepository};
[INFO] [stdout]   |                                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `request`
[INFO] [stdout]   --> ledger/src/api/mod.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         request: tonic::Request<()>,
[INFO] [stdout]    |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_request`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `request`
[INFO] [stdout]   --> ledger/src/api/mod.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |         request: tonic::Request<CreateTransactionRequest>,
[INFO] [stdout]    |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_request`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Type` is never used
[INFO] [stdout]  --> ledger/src/domain/entry.rs:2:10
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub enum Type {
[INFO] [stdout]   |          ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Entry` is never constructed
[INFO] [stdout]  --> ledger/src/domain/entry.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct Entry {
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Status` is never used
[INFO] [stdout]  --> ledger/src/domain/transaction.rs:2:10
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub enum Status {
[INFO] [stdout]   |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Transaction` is never constructed
[INFO] [stdout]   --> ledger/src/domain/transaction.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct Transaction {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `db` is never read
[INFO] [stdout]  --> ledger/src/repo/mod.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct PgLedgerRepository {
[INFO] [stdout]   |            ------------------ field in this struct
[INFO] [stdout] 6 |     db: Database,
[INFO] [stdout]   |     ^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `PgLedgerRepository` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `repo` is never read
[INFO] [stdout]  --> ledger/src/service/mod.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct LedgerService<R>
[INFO] [stdout]   |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 7 |     repo: R,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
[INFO] running `Command { std: "docker" "inspect" "112fbe5793bbb3bf497f96281975add0903708aff7e8a6fa95e9325ca5a90d21", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "112fbe5793bbb3bf497f96281975add0903708aff7e8a6fa95e9325ca5a90d21", kill_on_drop: false }`
[INFO] [stdout] 112fbe5793bbb3bf497f96281975add0903708aff7e8a6fa95e9325ca5a90d21
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1013bb27570f94797762f68cf3f5976ddd7e1459e71d4f3ffe874bdfa40a57de
[INFO] running `Command { std: "docker" "start" "-a" "1013bb27570f94797762f68cf3f5976ddd7e1459e71d4f3ffe874bdfa40a57de", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2024 which implies `resolver = "3"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2024 resolver, specify `workspace.resolver = "3"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling ledger-consumer v0.1.0 (/opt/rustwide/workdir/ledger-consumer)
[INFO] [stderr]    Compiling settlement-processor v0.1.0 (/opt/rustwide/workdir/settlement-processor)
[INFO] [stderr]    Compiling fraud-detector v0.1.0 (/opt/rustwide/workdir/fraud-detector)
[INFO] [stderr]    Compiling pasys v0.1.0 (/opt/rustwide/workdir/pasys)
[INFO] [stderr]    Compiling pasys-api v0.1.0 (/opt/rustwide/workdir/pasys-api)
[INFO] [stderr]    Compiling refund-processor v0.1.0 (/opt/rustwide/workdir/refund-processor)
[INFO] [stderr]    Compiling accounts-proto v0.1.0 (/opt/rustwide/workdir/accounts-proto)
[INFO] [stderr]    Compiling events-proto v0.1.0 (/opt/rustwide/workdir/events-proto)
[INFO] [stderr]    Compiling ledger-proto v0.1.0 (/opt/rustwide/workdir/ledger-proto)
[INFO] [stderr]    Compiling common v0.1.0 (/opt/rustwide/workdir/common)
[INFO] [stdout] warning: unused import: `PgLedgerRepository`
[INFO] [stdout]  --> ledger/src/service/mod.rs:1:37
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::repo::{LedgerRepository, PgLedgerRepository};
[INFO] [stdout]   |                                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `request`
[INFO] [stdout]   --> ledger/src/api/mod.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         request: tonic::Request<()>,
[INFO] [stdout]    |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_request`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `request`
[INFO] [stdout]   --> ledger/src/api/mod.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |         request: tonic::Request<CreateTransactionRequest>,
[INFO] [stdout]    |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_request`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Type` is never used
[INFO] [stdout]  --> ledger/src/domain/entry.rs:2:10
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub enum Type {
[INFO] [stdout]   |          ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Entry` is never constructed
[INFO] [stdout]  --> ledger/src/domain/entry.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct Entry {
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Status` is never used
[INFO] [stdout]  --> ledger/src/domain/transaction.rs:2:10
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub enum Status {
[INFO] [stdout]   |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Transaction` is never constructed
[INFO] [stdout]   --> ledger/src/domain/transaction.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct Transaction {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `db` is never read
[INFO] [stdout]  --> ledger/src/repo/mod.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct PgLedgerRepository {
[INFO] [stdout]   |            ------------------ field in this struct
[INFO] [stdout] 6 |     db: Database,
[INFO] [stdout]   |     ^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `PgLedgerRepository` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `repo` is never read
[INFO] [stdout]  --> ledger/src/service/mod.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct LedgerService<R>
[INFO] [stdout]   |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 7 |     repo: R,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ledger v0.1.0 (/opt/rustwide/workdir/ledger)
[INFO] [stderr]    Compiling accounts v0.1.0 (/opt/rustwide/workdir/accounts)
[INFO] [stdout] warning: unused import: `PgLedgerRepository`
[INFO] [stdout]  --> ledger/src/service/mod.rs:1:37
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::repo::{LedgerRepository, PgLedgerRepository};
[INFO] [stdout]   |                                     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `request`
[INFO] [stdout]   --> ledger/src/api/mod.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         request: tonic::Request<()>,
[INFO] [stdout]    |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_request`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `request`
[INFO] [stdout]   --> ledger/src/api/mod.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |         request: tonic::Request<CreateTransactionRequest>,
[INFO] [stdout]    |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_request`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Type` is never used
[INFO] [stdout]  --> ledger/src/domain/entry.rs:2:10
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub enum Type {
[INFO] [stdout]   |          ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Entry` is never constructed
[INFO] [stdout]  --> ledger/src/domain/entry.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct Entry {
[INFO] [stdout]   |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Status` is never used
[INFO] [stdout]  --> ledger/src/domain/transaction.rs:2:10
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub enum Status {
[INFO] [stdout]   |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Transaction` is never constructed
[INFO] [stdout]   --> ledger/src/domain/transaction.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct Transaction {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `db` is never read
[INFO] [stdout]  --> ledger/src/repo/mod.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct PgLedgerRepository {
[INFO] [stdout]   |            ------------------ field in this struct
[INFO] [stdout] 6 |     db: Database,
[INFO] [stdout]   |     ^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `PgLedgerRepository` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `repo` is never read
[INFO] [stdout]  --> ledger/src/service/mod.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct LedgerService<R>
[INFO] [stdout]   |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 7 |     repo: R,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 7.15s
[INFO] running `Command { std: "docker" "inspect" "1013bb27570f94797762f68cf3f5976ddd7e1459e71d4f3ffe874bdfa40a57de", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1013bb27570f94797762f68cf3f5976ddd7e1459e71d4f3ffe874bdfa40a57de", kill_on_drop: false }`
[INFO] [stdout] 1013bb27570f94797762f68cf3f5976ddd7e1459e71d4f3ffe874bdfa40a57de
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 01a7978913f421f93feae3e3194bf098c50655afb98bcea5ab2fa3b689a39276
[INFO] running `Command { std: "docker" "start" "-a" "01a7978913f421f93feae3e3194bf098c50655afb98bcea5ab2fa3b689a39276", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2024 which implies `resolver = "3"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2024 resolver, specify `workspace.resolver = "3"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] warning: unused import: `PgLedgerRepository`
[INFO] [stderr]  --> ledger/src/service/mod.rs:1:37
[INFO] [stderr]   |
[INFO] [stderr] 1 | use crate::repo::{LedgerRepository, PgLedgerRepository};
[INFO] [stderr]   |                                     ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `request`
[INFO] [stderr]   --> ledger/src/api/mod.rs:14:9
[INFO] [stderr]    |
[INFO] [stderr] 14 |         request: tonic::Request<()>,
[INFO] [stderr]    |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_request`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `request`
[INFO] [stderr]   --> ledger/src/api/mod.rs:21:9
[INFO] [stderr]    |
[INFO] [stderr] 21 |         request: tonic::Request<CreateTransactionRequest>,
[INFO] [stderr]    |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_request`
[INFO] [stderr] 
[INFO] [stderr] warning: enum `Type` is never used
[INFO] [stderr]  --> ledger/src/domain/entry.rs:2:10
[INFO] [stderr]   |
[INFO] [stderr] 2 | pub enum Type {
[INFO] [stderr]   |          ^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Entry` is never constructed
[INFO] [stderr]  --> ledger/src/domain/entry.rs:8:12
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub struct Entry {
[INFO] [stderr]   |            ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `Status` is never used
[INFO] [stderr]  --> ledger/src/domain/transaction.rs:2:10
[INFO] [stderr]   |
[INFO] [stderr] 2 | pub enum Status {
[INFO] [stderr]   |          ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `Transaction` is never constructed
[INFO] [stderr]   --> ledger/src/domain/transaction.rs:13:12
[INFO] [stderr]    |
[INFO] [stderr] 13 | pub struct Transaction {
[INFO] [stderr]    |            ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `db` is never read
[INFO] [stderr]  --> ledger/src/repo/mod.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub struct PgLedgerRepository {
[INFO] [stderr]   |            ------------------ field in this struct
[INFO] [stderr] 6 |     db: Database,
[INFO] [stderr]   |     ^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `PgLedgerRepository` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `repo` is never read
[INFO] [stderr]  --> ledger/src/service/mod.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub struct LedgerService<R>
[INFO] [stderr]   |            ------------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 7 |     repo: R,
[INFO] [stderr]   |     ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `ledger` (lib) generated 9 warnings (run `cargo fix --lib -p ledger` to apply 3 suggestions)
[INFO] [stderr] warning: `ledger` (lib test) generated 9 warnings (9 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.34s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/accounts-17d8b79eb0025393)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test api::parsers::tests::test_parse_to_domain_account_type ... ok
[INFO] [stdout] test api::parsers::tests::successfully_parse_account_to_proto ... ok
[INFO] [stdout] test repo::retrieve::tests::successfully_retrieve_account_by_id_from_database ... FAILED
[INFO] [stdout] test repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database ... FAILED
[INFO] [stdout] test repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database ... FAILED
[INFO] [stdout] test repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database ... FAILED
[INFO] [stdout] test service::tests::successfully_retrieve_account_by_id ... FAILED
[INFO] [stdout] test service::tests::successfully_retrieve_accounts_by_status ... FAILED
[INFO] [stdout] test service::tests::successfully_retrieve_accounts_by_type ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- repo::retrieve::tests::successfully_retrieve_account_by_id_from_database stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'repo::retrieve::tests::successfully_retrieve_account_by_id_from_database' (28) 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:     0x60b4c7d62e02 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60b4c7d62e02 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::trace_unsynchronized::<std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60b4c7d62e02 - std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x60b4c7d62e02 - <<std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[c5ed12ab89cc536a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x60b4c7d7abda - <core[c5ed12ab89cc536a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x60b4c7d7abda - core[c5ed12ab89cc536a]::fmt::write
[INFO] [stdout]    6:     0x60b4c7d68546 - std[716c9a7a72e5c14e]::io::default_write_fmt::<alloc[9c68fdf4f4f29218]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x60b4c7d68546 - <alloc[9c68fdf4f4f29218]::vec::Vec<u8> as std[716c9a7a72e5c14e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x60b4c7d3f5cf - <std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x60b4c7d3f5cf - std[716c9a7a72e5c14e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x60b4c7d5a479 - std[716c9a7a72e5c14e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x60b4c798fc2e - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x60b4c798fc2e - test[64760d2bdea328cc]::test_main_with_exit_callback::<test[64760d2bdea328cc]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x60b4c7d5a6e2 - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x60b4c7d5a6e2 - std[716c9a7a72e5c14e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x60b4c7d3f688 - std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x60b4c7d36739 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_end_short_backtrace::<std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x60b4c7d4083d - __rustc[4f0b026143eab78e]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x60b4c7d7b34c - core[c5ed12ab89cc536a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x60b4c7d7b092 - core[c5ed12ab89cc536a]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x60b4c7ae0d44 - <core[c5ed12ab89cc536a]::result::Result<alloc[9c68fdf4f4f29218]::string::String, dotenvy[e90131c365b53e97]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x60b4c7a36752 - sqlx_postgres[138cac4f32580786]::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:     0x60b4c7a3dfde - <sqlx_postgres[138cac4f32580786]::database::Postgres as sqlx_core[a6247f78a1058109]::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:     0x60b4c794503f - <core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<dyn core[c5ed12ab89cc536a]::future::future::Future<Output = core[c5ed12ab89cc536a]::result::Result<sqlx_core[a6247f78a1058109]::testing::TestContext<sqlx_postgres[138cac4f32580786]::database::Postgres>, sqlx_core[a6247f78a1058109]::error::Error>> + core[c5ed12ab89cc536a]::marker::Send>> as core[c5ed12ab89cc536a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x60b4c7976c83 - sqlx_core[a6247f78a1058109]::testing::run_test::<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{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:     0x60b4c79451dd - <core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[c5ed12ab89cc536a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x60b4c794539d - <core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[c5ed12ab89cc536a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x60b4c792e89d - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{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:     0x60b4c792d83b - tokio[b9bdbe677718ed49]::task::coop::with_budget::<core[c5ed12ab89cc536a]::task::poll::Poll<()>, <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{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:     0x60b4c792d83b - tokio[b9bdbe677718ed49]::task::coop::budget::<core[c5ed12ab89cc536a]::task::poll::Poll<()>, <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{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:     0x60b4c792d83b - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{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:     0x60b4c7915270 - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Context>::enter::<core[c5ed12ab89cc536a]::task::poll::Poll<()>, <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{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:     0x60b4c7925fdd - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{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:     0x60b4c7923204 - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>::{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:     0x60b4c79467eb - <tokio[b9bdbe677718ed49]::runtime::context::scoped::Scoped<tokio[b9bdbe677718ed49]::runtime::scheduler::Context>>::set::<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>::{closure#0}, (alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>)>
[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:     0x60b4c794ac09 - tokio[b9bdbe677718ed49]::runtime::context::set_scheduler::<(alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>), <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>::{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:     0x60b4c7930412 - <std[716c9a7a72e5c14e]::thread::local::LocalKey<tokio[b9bdbe677718ed49]::runtime::context::Context>>::try_with::<tokio[b9bdbe677718ed49]::runtime::context::set_scheduler<(alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>), <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x60b4c792ec7e - <std[716c9a7a72e5c14e]::thread::local::LocalKey<tokio[b9bdbe677718ed49]::runtime::context::Context>>::with::<tokio[b9bdbe677718ed49]::runtime::context::set_scheduler<(alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>), <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x60b4c794865d - tokio[b9bdbe677718ed49]::runtime::context::set_scheduler::<(alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>), <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>::{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:     0x60b4c791c250 - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>
[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:     0x60b4c791ebe6 - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{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:     0x60b4c7920020 - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{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:     0x60b4c7950153 - tokio[b9bdbe677718ed49]::runtime::context::runtime::enter_runtime::<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{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/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x60b4c7913ca3 - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{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:     0x60b4c7959f51 - <tokio[b9bdbe677718ed49]::runtime::runtime::Runtime>::block_on_inner::<core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{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:     0x60b4c795baa2 - <tokio[b9bdbe677718ed49]::runtime::runtime::Runtime>::block_on::<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{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:     0x60b4c793f4ef - sqlx_core[a6247f78a1058109]::rt::test_block_on::<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{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:     0x60b4c79730de - sqlx_core[a6247f78a1058109]::testing::run_test::<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{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:     0x60b4c7972dc6 - sqlx_core[a6247f78a1058109]::testing::run_test_with_pool::<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{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:     0x60b4c797c18a - <fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::successfully_retrieve_account_by_id_from_database::{closure#0} as sqlx_core[a6247f78a1058109]::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:     0x60b4c796cf87 - accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database
[INFO] [stdout]                                at /opt/rustwide/workdir/accounts/src/repo/retrieve.rs:91:5
[INFO] [stdout]   51:     0x60b4c7968c97 - accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/accounts/src/repo/retrieve.rs:91:57
[INFO] [stdout]   52:     0x60b4c793c126 - <accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_account_by_id_from_database::{closure#0} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x60b4c7983fdb - <fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x60b4c7983fdb - test[64760d2bdea328cc]::__rust_begin_short_backtrace::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x60b4c799083a - test[64760d2bdea328cc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x60b4c799083a - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x60b4c799083a - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x60b4c799083a - std[716c9a7a72e5c14e]::panicking::catch_unwind::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x60b4c799083a - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x60b4c799083a - test[64760d2bdea328cc]::run_test_in_process
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x60b4c799083a - test[64760d2bdea328cc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x60b4c798ad04 - test[64760d2bdea328cc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x60b4c798ad04 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_begin_short_backtrace::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x60b4c7993332 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x60b4c7993332 - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   66:     0x60b4c7993332 - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x60b4c7993332 - std[716c9a7a72e5c14e]::panicking::catch_unwind::<(), core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x60b4c7993332 - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x60b4c7993332 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x60b4c7993332 - <std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x60b4c7d6230f - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn core[c5ed12ab89cc536a]::ops::function::FnOnce<(), Output = ()> + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   72:     0x60b4c7d6230f - <std[716c9a7a72e5c14e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   73:     0x7c625c1b3aa4 - <unknown>
[INFO] [stdout]   74:     0x7c625c240a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database' (29) 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:     0x60b4c7d62e02 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60b4c7d62e02 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::trace_unsynchronized::<std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60b4c7d62e02 - std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x60b4c7d62e02 - <<std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[c5ed12ab89cc536a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x60b4c7d7abda - <core[c5ed12ab89cc536a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x60b4c7d7abda - core[c5ed12ab89cc536a]::fmt::write
[INFO] [stdout]    6:     0x60b4c7d68546 - std[716c9a7a72e5c14e]::io::default_write_fmt::<alloc[9c68fdf4f4f29218]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x60b4c7d68546 - <alloc[9c68fdf4f4f29218]::vec::Vec<u8> as std[716c9a7a72e5c14e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x60b4c7d3f5cf - <std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x60b4c7d3f5cf - std[716c9a7a72e5c14e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x60b4c7d5a479 - std[716c9a7a72e5c14e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x60b4c798fc2e - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x60b4c798fc2e - test[64760d2bdea328cc]::test_main_with_exit_callback::<test[64760d2bdea328cc]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x60b4c7d5a6e2 - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x60b4c7d5a6e2 - std[716c9a7a72e5c14e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x60b4c7d3f688 - std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x60b4c7d36739 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_end_short_backtrace::<std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x60b4c7d4083d - __rustc[4f0b026143eab78e]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x60b4c7d7b34c - core[c5ed12ab89cc536a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x60b4c7d7b092 - core[c5ed12ab89cc536a]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x60b4c7ae0d44 - <core[c5ed12ab89cc536a]::result::Result<alloc[9c68fdf4f4f29218]::string::String, dotenvy[e90131c365b53e97]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x60b4c7a36752 - sqlx_postgres[138cac4f32580786]::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:     0x60b4c7a3dfde - <sqlx_postgres[138cac4f32580786]::database::Postgres as sqlx_core[a6247f78a1058109]::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:     0x60b4c794503f - <core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<dyn core[c5ed12ab89cc536a]::future::future::Future<Output = core[c5ed12ab89cc536a]::result::Result<sqlx_core[a6247f78a1058109]::testing::TestContext<sqlx_postgres[138cac4f32580786]::database::Postgres>, sqlx_core[a6247f78a1058109]::error::Error>> + core[c5ed12ab89cc536a]::marker::Send>> as core[c5ed12ab89cc536a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x60b4c79781e3 - sqlx_core[a6247f78a1058109]::testing::run_test::<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{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:     0x60b4c794525d - <core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[c5ed12ab89cc536a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x60b4c794541d - <core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[c5ed12ab89cc536a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x60b4c792e91d - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{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:     0x60b4c792db7b - tokio[b9bdbe677718ed49]::task::coop::with_budget::<core[c5ed12ab89cc536a]::task::poll::Poll<()>, <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{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:     0x60b4c792db7b - tokio[b9bdbe677718ed49]::task::coop::budget::<core[c5ed12ab89cc536a]::task::poll::Poll<()>, <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{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:     0x60b4c792db7b - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{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:     0x60b4c79158b0 - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Context>::enter::<core[c5ed12ab89cc536a]::task::poll::Poll<()>, <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{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:     0x60b4c79274fd - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{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:     0x60b4c7923244 - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>::{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:     0x60b4c7946a8b - <tokio[b9bdbe677718ed49]::runtime::context::scoped::Scoped<tokio[b9bdbe677718ed49]::runtime::scheduler::Context>>::set::<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>::{closure#0}, (alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>)>
[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:     0x60b4c794ac89 - tokio[b9bdbe677718ed49]::runtime::context::set_scheduler::<(alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>), <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>::{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:     0x60b4c7930692 - <std[716c9a7a72e5c14e]::thread::local::LocalKey<tokio[b9bdbe677718ed49]::runtime::context::Context>>::try_with::<tokio[b9bdbe677718ed49]::runtime::context::set_scheduler<(alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>), <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x60b4c792ed3e - <std[716c9a7a72e5c14e]::thread::local::LocalKey<tokio[b9bdbe677718ed49]::runtime::context::Context>>::with::<tokio[b9bdbe677718ed49]::runtime::context::set_scheduler<(alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>), <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x60b4c79486dd - tokio[b9bdbe677718ed49]::runtime::context::set_scheduler::<(alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>), <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>::{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:     0x60b4c791ca90 - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>
[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:     0x60b4c791ece6 - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{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:     0x60b4c79206c0 - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{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:     0x60b4c7950433 - tokio[b9bdbe677718ed49]::runtime::context::runtime::enter_runtime::<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{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/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x60b4c7913e03 - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{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:     0x60b4c795a171 - <tokio[b9bdbe677718ed49]::runtime::runtime::Runtime>::block_on_inner::<core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{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:     0x60b4c795bfc2 - <tokio[b9bdbe677718ed49]::runtime::runtime::Runtime>::block_on::<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{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:     0x60b4c793f80f - sqlx_core[a6247f78a1058109]::rt::test_block_on::<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{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:     0x60b4c79731de - sqlx_core[a6247f78a1058109]::testing::run_test::<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{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:     0x60b4c7972e66 - sqlx_core[a6247f78a1058109]::testing::run_test_with_pool::<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{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:     0x60b4c797c1ea - <fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::successfully_retrieve_accounts_by_status_from_database::{closure#0} as sqlx_core[a6247f78a1058109]::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:     0x60b4c796d167 - accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database
[INFO] [stdout]                                at /opt/rustwide/workdir/accounts/src/repo/retrieve.rs:139:5
[INFO] [stdout]   51:     0x60b4c7968cf7 - accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/accounts/src/repo/retrieve.rs:139:57
[INFO] [stdout]   52:     0x60b4c793c1a6 - <accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database::{closure#0} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x60b4c7983fdb - <fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x60b4c7983fdb - test[64760d2bdea328cc]::__rust_begin_short_backtrace::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x60b4c799083a - test[64760d2bdea328cc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x60b4c799083a - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x60b4c799083a - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x60b4c799083a - std[716c9a7a72e5c14e]::panicking::catch_unwind::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x60b4c799083a - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x60b4c799083a - test[64760d2bdea328cc]::run_test_in_process
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x60b4c799083a - test[64760d2bdea328cc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x60b4c798ad04 - test[64760d2bdea328cc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x60b4c798ad04 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_begin_short_backtrace::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x60b4c7993332 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x60b4c7993332 - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   66:     0x60b4c7993332 - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x60b4c7993332 - std[716c9a7a72e5c14e]::panicking::catch_unwind::<(), core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x60b4c7993332 - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x60b4c7993332 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x60b4c7993332 - <std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x60b4c7d6230f - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn core[c5ed12ab89cc536a]::ops::function::FnOnce<(), Output = ()> + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   72:     0x60b4c7d6230f - <std[716c9a7a72e5c14e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   73:     0x7c625c1b3aa4 - <unknown>
[INFO] [stdout]   74:     0x7c625c240a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database' (30) 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:     0x60b4c7d62e02 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60b4c7d62e02 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::trace_unsynchronized::<std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60b4c7d62e02 - std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x60b4c7d62e02 - <<std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[c5ed12ab89cc536a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x60b4c7d7abda - <core[c5ed12ab89cc536a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x60b4c7d7abda - core[c5ed12ab89cc536a]::fmt::write
[INFO] [stdout]    6:     0x60b4c7d68546 - std[716c9a7a72e5c14e]::io::default_write_fmt::<alloc[9c68fdf4f4f29218]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x60b4c7d68546 - <alloc[9c68fdf4f4f29218]::vec::Vec<u8> as std[716c9a7a72e5c14e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x60b4c7d3f5cf - <std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x60b4c7d3f5cf - std[716c9a7a72e5c14e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x60b4c7d5a479 - std[716c9a7a72e5c14e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x60b4c798fc2e - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x60b4c798fc2e - test[64760d2bdea328cc]::test_main_with_exit_callback::<test[64760d2bdea328cc]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x60b4c7d5a6e2 - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x60b4c7d5a6e2 - std[716c9a7a72e5c14e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x60b4c7d3f688 - std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x60b4c7d36739 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_end_short_backtrace::<std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x60b4c7d4083d - __rustc[4f0b026143eab78e]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x60b4c7d7b34c - core[c5ed12ab89cc536a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x60b4c7d7b092 - core[c5ed12ab89cc536a]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x60b4c7ae0d44 - <core[c5ed12ab89cc536a]::result::Result<alloc[9c68fdf4f4f29218]::string::String, dotenvy[e90131c365b53e97]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x60b4c7a36752 - sqlx_postgres[138cac4f32580786]::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:     0x60b4c7a3dfde - <sqlx_postgres[138cac4f32580786]::database::Postgres as sqlx_core[a6247f78a1058109]::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:     0x60b4c794503f - <core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<dyn core[c5ed12ab89cc536a]::future::future::Future<Output = core[c5ed12ab89cc536a]::result::Result<sqlx_core[a6247f78a1058109]::testing::TestContext<sqlx_postgres[138cac4f32580786]::database::Postgres>, sqlx_core[a6247f78a1058109]::error::Error>> + core[c5ed12ab89cc536a]::marker::Send>> as core[c5ed12ab89cc536a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x60b4c7977733 - sqlx_core[a6247f78a1058109]::testing::run_test::<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{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:     0x60b4c794521d - <core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[c5ed12ab89cc536a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x60b4c79453dd - <core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[c5ed12ab89cc536a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x60b4c792e8dd - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{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:     0x60b4c792d9db - tokio[b9bdbe677718ed49]::task::coop::with_budget::<core[c5ed12ab89cc536a]::task::poll::Poll<()>, <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{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:     0x60b4c792d9db - tokio[b9bdbe677718ed49]::task::coop::budget::<core[c5ed12ab89cc536a]::task::poll::Poll<()>, <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{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:     0x60b4c792d9db - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{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:     0x60b4c7915590 - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Context>::enter::<core[c5ed12ab89cc536a]::task::poll::Poll<()>, <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{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:     0x60b4c7926a6d - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{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:     0x60b4c7923224 - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>::{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:     0x60b4c794693b - <tokio[b9bdbe677718ed49]::runtime::context::scoped::Scoped<tokio[b9bdbe677718ed49]::runtime::scheduler::Context>>::set::<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>::{closure#0}, (alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>)>
[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:     0x60b4c794ac49 - tokio[b9bdbe677718ed49]::runtime::context::set_scheduler::<(alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>), <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>::{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:     0x60b4c7930552 - <std[716c9a7a72e5c14e]::thread::local::LocalKey<tokio[b9bdbe677718ed49]::runtime::context::Context>>::try_with::<tokio[b9bdbe677718ed49]::runtime::context::set_scheduler<(alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>), <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x60b4c792ecde - <std[716c9a7a72e5c14e]::thread::local::LocalKey<tokio[b9bdbe677718ed49]::runtime::context::Context>>::with::<tokio[b9bdbe677718ed49]::runtime::context::set_scheduler<(alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>), <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x60b4c794869d - tokio[b9bdbe677718ed49]::runtime::context::set_scheduler::<(alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>), <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>::{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:     0x60b4c791c670 - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>
[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:     0x60b4c791ec66 - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{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:     0x60b4c7920370 - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{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:     0x60b4c79502c3 - tokio[b9bdbe677718ed49]::runtime::context::runtime::enter_runtime::<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{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/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x60b4c7913d53 - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{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:     0x60b4c795a061 - <tokio[b9bdbe677718ed49]::runtime::runtime::Runtime>::block_on_inner::<core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{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:     0x60b4c795bd32 - <tokio[b9bdbe677718ed49]::runtime::runtime::Runtime>::block_on::<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{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:     0x60b4c793f67f - sqlx_core[a6247f78a1058109]::rt::test_block_on::<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{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:     0x60b4c797315e - sqlx_core[a6247f78a1058109]::testing::run_test::<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{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:     0x60b4c7972e16 - sqlx_core[a6247f78a1058109]::testing::run_test_with_pool::<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{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:     0x60b4c797c1ba - <fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::successfully_retrieve_accounts_by_type_from_database::{closure#0} as sqlx_core[a6247f78a1058109]::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:     0x60b4c796d077 - accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database
[INFO] [stdout]                                at /opt/rustwide/workdir/accounts/src/repo/retrieve.rs:193:5
[INFO] [stdout]   51:     0x60b4c7968cc7 - accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/accounts/src/repo/retrieve.rs:193:57
[INFO] [stdout]   52:     0x60b4c793c166 - <accounts[e4dd589ae13e5bef]::repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database::{closure#0} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x60b4c7983fdb - <fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x60b4c7983fdb - test[64760d2bdea328cc]::__rust_begin_short_backtrace::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x60b4c799083a - test[64760d2bdea328cc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x60b4c799083a - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x60b4c799083a - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x60b4c799083a - std[716c9a7a72e5c14e]::panicking::catch_unwind::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x60b4c799083a - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x60b4c799083a - test[64760d2bdea328cc]::run_test_in_process
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x60b4c799083a - test[64760d2bdea328cc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x60b4c798ad04 - test[64760d2bdea328cc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x60b4c798ad04 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_begin_short_backtrace::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x60b4c7993332 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x60b4c7993332 - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   66:     0x60b4c7993332 - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x60b4c7993332 - std[716c9a7a72e5c14e]::panicking::catch_unwind::<(), core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x60b4c7993332 - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x60b4c7993332 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x60b4c7993332 - <std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x60b4c7d6230f - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn core[c5ed12ab89cc536a]::ops::function::FnOnce<(), Output = ()> + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   72:     0x60b4c7d6230f - <std[716c9a7a72e5c14e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   73:     0x7c625c1b3aa4 - <unknown>
[INFO] [stdout]   74:     0x7c625c240a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database' (27) 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:     0x60b4c7d62e02 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60b4c7d62e02 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::trace_unsynchronized::<std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60b4c7d62e02 - std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x60b4c7d62e02 - <<std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[c5ed12ab89cc536a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x60b4c7d7abda - <core[c5ed12ab89cc536a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x60b4c7d7abda - core[c5ed12ab89cc536a]::fmt::write
[INFO] [stdout]    6:     0x60b4c7d68546 - std[716c9a7a72e5c14e]::io::default_write_fmt::<alloc[9c68fdf4f4f29218]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x60b4c7d68546 - <alloc[9c68fdf4f4f29218]::vec::Vec<u8> as std[716c9a7a72e5c14e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x60b4c7d3f5cf - <std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x60b4c7d3f5cf - std[716c9a7a72e5c14e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x60b4c7d5a479 - std[716c9a7a72e5c14e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x60b4c798fc2e - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x60b4c798fc2e - test[64760d2bdea328cc]::test_main_with_exit_callback::<test[64760d2bdea328cc]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x60b4c7d5a6e2 - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x60b4c7d5a6e2 - std[716c9a7a72e5c14e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x60b4c7d3f688 - std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x60b4c7d36739 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_end_short_backtrace::<std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x60b4c7d4083d - __rustc[4f0b026143eab78e]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x60b4c7d7b34c - core[c5ed12ab89cc536a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x60b4c7d7b092 - core[c5ed12ab89cc536a]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x60b4c7ae0d44 - <core[c5ed12ab89cc536a]::result::Result<alloc[9c68fdf4f4f29218]::string::String, dotenvy[e90131c365b53e97]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x60b4c7a36752 - sqlx_postgres[138cac4f32580786]::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:     0x60b4c7a3dfde - <sqlx_postgres[138cac4f32580786]::database::Postgres as sqlx_core[a6247f78a1058109]::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:     0x60b4c794503f - <core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<dyn core[c5ed12ab89cc536a]::future::future::Future<Output = core[c5ed12ab89cc536a]::result::Result<sqlx_core[a6247f78a1058109]::testing::TestContext<sqlx_postgres[138cac4f32580786]::database::Postgres>, sqlx_core[a6247f78a1058109]::error::Error>> + core[c5ed12ab89cc536a]::marker::Send>> as core[c5ed12ab89cc536a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x60b4c79761d3 - sqlx_core[a6247f78a1058109]::testing::run_test::<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{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:     0x60b4c794519d - <core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[c5ed12ab89cc536a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x60b4c794535d - <core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[c5ed12ab89cc536a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x60b4c792e85d - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{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:     0x60b4c792d69b - tokio[b9bdbe677718ed49]::task::coop::with_budget::<core[c5ed12ab89cc536a]::task::poll::Poll<()>, <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{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:     0x60b4c792d69b - tokio[b9bdbe677718ed49]::task::coop::budget::<core[c5ed12ab89cc536a]::task::poll::Poll<()>, <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{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:     0x60b4c792d69b - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{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:     0x60b4c7914f50 - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Context>::enter::<core[c5ed12ab89cc536a]::task::poll::Poll<()>, <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{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:     0x60b4c792554d - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{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:     0x60b4c79231e4 - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>::{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:     0x60b4c794669b - <tokio[b9bdbe677718ed49]::runtime::context::scoped::Scoped<tokio[b9bdbe677718ed49]::runtime::scheduler::Context>>::set::<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>::{closure#0}, (alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>)>
[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:     0x60b4c794abc9 - tokio[b9bdbe677718ed49]::runtime::context::set_scheduler::<(alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>), <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>::{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:     0x60b4c79302d2 - <std[716c9a7a72e5c14e]::thread::local::LocalKey<tokio[b9bdbe677718ed49]::runtime::context::Context>>::try_with::<tokio[b9bdbe677718ed49]::runtime::context::set_scheduler<(alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>), <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x60b4c792ec1e - <std[716c9a7a72e5c14e]::thread::local::LocalKey<tokio[b9bdbe677718ed49]::runtime::context::Context>>::with::<tokio[b9bdbe677718ed49]::runtime::context::set_scheduler<(alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>), <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x60b4c794861d - tokio[b9bdbe677718ed49]::runtime::context::set_scheduler::<(alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>), <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>::{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:     0x60b4c791be30 - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>
[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:     0x60b4c791eb66 - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{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:     0x60b4c791fcd0 - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{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:     0x60b4c794ffe3 - tokio[b9bdbe677718ed49]::runtime::context::runtime::enter_runtime::<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{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/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x60b4c7913bf3 - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{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:     0x60b4c7959e41 - <tokio[b9bdbe677718ed49]::runtime::runtime::Runtime>::block_on_inner::<core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{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:     0x60b4c795b812 - <tokio[b9bdbe677718ed49]::runtime::runtime::Runtime>::block_on::<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{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:     0x60b4c793f35f - sqlx_core[a6247f78a1058109]::rt::test_block_on::<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{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:     0x60b4c797305e - sqlx_core[a6247f78a1058109]::testing::run_test::<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{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:     0x60b4c7972d76 - sqlx_core[a6247f78a1058109]::testing::run_test_with_pool::<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}, accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{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:     0x60b4c797c15a - <fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::successfully_create_an_account_and_retrieve_from_the_database::{closure#0} as sqlx_core[a6247f78a1058109]::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:     0x60b4c79649d7 - accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database
[INFO] [stdout]                                at /opt/rustwide/workdir/accounts/src/repo/create.rs:41:5
[INFO] [stdout]   51:     0x60b4c7960d57 - accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/accounts/src/repo/create.rs:41:57
[INFO] [stdout]   52:     0x60b4c793c0e6 - <accounts[e4dd589ae13e5bef]::repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database::{closure#0} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x60b4c7983fdb - <fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x60b4c7983fdb - test[64760d2bdea328cc]::__rust_begin_short_backtrace::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x60b4c799083a - test[64760d2bdea328cc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x60b4c799083a - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x60b4c799083a - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x60b4c799083a - std[716c9a7a72e5c14e]::panicking::catch_unwind::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x60b4c799083a - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x60b4c799083a - test[64760d2bdea328cc]::run_test_in_process
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x60b4c799083a - test[64760d2bdea328cc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x60b4c798ad04 - test[64760d2bdea328cc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x60b4c798ad04 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_begin_short_backtrace::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x60b4c7993332 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x60b4c7993332 - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   66:     0x60b4c7993332 - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x60b4c7993332 - std[716c9a7a72e5c14e]::panicking::catch_unwind::<(), core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x60b4c7993332 - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x60b4c7993332 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x60b4c7993332 - <std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x60b4c7d6230f - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn core[c5ed12ab89cc536a]::ops::function::FnOnce<(), Output = ()> + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   72:     0x60b4c7d6230f - <std[716c9a7a72e5c14e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   73:     0x7c625c1b3aa4 - <unknown>
[INFO] [stdout]   74:     0x7c625c240a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- service::tests::successfully_retrieve_account_by_id stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'service::tests::successfully_retrieve_account_by_id' (31) 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:     0x60b4c7d62e02 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60b4c7d62e02 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::trace_unsynchronized::<std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60b4c7d62e02 - std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x60b4c7d62e02 - <<std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[c5ed12ab89cc536a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x60b4c7d7abda - <core[c5ed12ab89cc536a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x60b4c7d7abda - core[c5ed12ab89cc536a]::fmt::write
[INFO] [stdout]    6:     0x60b4c7d68546 - std[716c9a7a72e5c14e]::io::default_write_fmt::<alloc[9c68fdf4f4f29218]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x60b4c7d68546 - <alloc[9c68fdf4f4f29218]::vec::Vec<u8> as std[716c9a7a72e5c14e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x60b4c7d3f5cf - <std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x60b4c7d3f5cf - std[716c9a7a72e5c14e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x60b4c7d5a479 - std[716c9a7a72e5c14e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x60b4c798fc2e - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x60b4c798fc2e - test[64760d2bdea328cc]::test_main_with_exit_callback::<test[64760d2bdea328cc]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x60b4c7d5a6e2 - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x60b4c7d5a6e2 - std[716c9a7a72e5c14e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x60b4c7d3f688 - std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x60b4c7d36739 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_end_short_backtrace::<std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x60b4c7d4083d - __rustc[4f0b026143eab78e]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x60b4c7d7b34c - core[c5ed12ab89cc536a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x60b4c7d7b092 - core[c5ed12ab89cc536a]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x60b4c7ae0d44 - <core[c5ed12ab89cc536a]::result::Result<alloc[9c68fdf4f4f29218]::string::String, dotenvy[e90131c365b53e97]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x60b4c7a36752 - sqlx_postgres[138cac4f32580786]::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:     0x60b4c7a3dfde - <sqlx_postgres[138cac4f32580786]::database::Postgres as sqlx_core[a6247f78a1058109]::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:     0x60b4c794503f - <core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<dyn core[c5ed12ab89cc536a]::future::future::Future<Output = core[c5ed12ab89cc536a]::result::Result<sqlx_core[a6247f78a1058109]::testing::TestContext<sqlx_postgres[138cac4f32580786]::database::Postgres>, sqlx_core[a6247f78a1058109]::error::Error>> + core[c5ed12ab89cc536a]::marker::Send>> as core[c5ed12ab89cc536a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x60b4c79741c3 - sqlx_core[a6247f78a1058109]::testing::run_test::<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{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:     0x60b4c79450dd - <core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[c5ed12ab89cc536a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x60b4c794529d - <core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[c5ed12ab89cc536a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x60b4c792e79d - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{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:     0x60b4c792d1bb - tokio[b9bdbe677718ed49]::task::coop::with_budget::<core[c5ed12ab89cc536a]::task::poll::Poll<()>, <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{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:     0x60b4c792d1bb - tokio[b9bdbe677718ed49]::task::coop::budget::<core[c5ed12ab89cc536a]::task::poll::Poll<()>, <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{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:     0x60b4c792d1bb - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{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:     0x60b4c79145f0 - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Context>::enter::<core[c5ed12ab89cc536a]::task::poll::Poll<()>, <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{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:     0x60b4c792359d - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{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:     0x60b4c7923184 - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>::{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:     0x60b4c79462ab - <tokio[b9bdbe677718ed49]::runtime::context::scoped::Scoped<tokio[b9bdbe677718ed49]::runtime::scheduler::Context>>::set::<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>::{closure#0}, (alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>)>
[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:     0x60b4c794ab09 - tokio[b9bdbe677718ed49]::runtime::context::set_scheduler::<(alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>), <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>::{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:     0x60b4c792ff12 - <std[716c9a7a72e5c14e]::thread::local::LocalKey<tokio[b9bdbe677718ed49]::runtime::context::Context>>::try_with::<tokio[b9bdbe677718ed49]::runtime::context::set_scheduler<(alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>), <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x60b4c792eafe - <std[716c9a7a72e5c14e]::thread::local::LocalKey<tokio[b9bdbe677718ed49]::runtime::context::Context>>::with::<tokio[b9bdbe677718ed49]::runtime::context::set_scheduler<(alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>), <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x60b4c794855d - tokio[b9bdbe677718ed49]::runtime::context::set_scheduler::<(alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>), <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>::{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:     0x60b4c791b1d0 - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>
[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:     0x60b4c791e9e6 - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{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:     0x60b4c791f2e0 - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{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:     0x60b4c794fb93 - tokio[b9bdbe677718ed49]::runtime::context::runtime::enter_runtime::<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{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/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x60b4c79139e3 - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{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:     0x60b4c7959b11 - <tokio[b9bdbe677718ed49]::runtime::runtime::Runtime>::block_on_inner::<core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{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:     0x60b4c795b062 - <tokio[b9bdbe677718ed49]::runtime::runtime::Runtime>::block_on::<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{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:     0x60b4c793eeaf - sqlx_core[a6247f78a1058109]::rt::test_block_on::<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{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:     0x60b4c7972ede - sqlx_core[a6247f78a1058109]::testing::run_test::<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{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:     0x60b4c7972c86 - sqlx_core[a6247f78a1058109]::testing::run_test_with_pool::<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{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:     0x60b4c797c0ca - <fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::successfully_retrieve_account_by_id::{closure#0} as sqlx_core[a6247f78a1058109]::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:     0x60b4c79643f7 - accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id
[INFO] [stdout]                                at /opt/rustwide/workdir/accounts/src/service/mod.rs:110:5
[INFO] [stdout]   51:     0x60b4c7960cc7 - accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/accounts/src/service/mod.rs:110:57
[INFO] [stdout]   52:     0x60b4c793bfa6 - <accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_account_by_id::{closure#0} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x60b4c7983fdb - <fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x60b4c7983fdb - test[64760d2bdea328cc]::__rust_begin_short_backtrace::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x60b4c799083a - test[64760d2bdea328cc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x60b4c799083a - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x60b4c799083a - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x60b4c799083a - std[716c9a7a72e5c14e]::panicking::catch_unwind::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x60b4c799083a - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x60b4c799083a - test[64760d2bdea328cc]::run_test_in_process
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x60b4c799083a - test[64760d2bdea328cc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x60b4c798ad04 - test[64760d2bdea328cc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x60b4c798ad04 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_begin_short_backtrace::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x60b4c7993332 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x60b4c7993332 - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   66:     0x60b4c7993332 - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x60b4c7993332 - std[716c9a7a72e5c14e]::panicking::catch_unwind::<(), core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x60b4c7993332 - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x60b4c7993332 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x60b4c7993332 - <std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x60b4c7d6230f - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn core[c5ed12ab89cc536a]::ops::function::FnOnce<(), Output = ()> + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   72:     0x60b4c7d6230f - <std[716c9a7a72e5c14e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   73:     0x7c625c1b3aa4 - <unknown>
[INFO] [stdout]   74:     0x7c625c240a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- service::tests::successfully_retrieve_accounts_by_status stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'service::tests::successfully_retrieve_accounts_by_status' (32) 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:     0x60b4c7d62e02 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60b4c7d62e02 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::trace_unsynchronized::<std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60b4c7d62e02 - std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x60b4c7d62e02 - <<std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[c5ed12ab89cc536a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x60b4c7d7abda - <core[c5ed12ab89cc536a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x60b4c7d7abda - core[c5ed12ab89cc536a]::fmt::write
[INFO] [stdout]    6:     0x60b4c7d68546 - std[716c9a7a72e5c14e]::io::default_write_fmt::<alloc[9c68fdf4f4f29218]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x60b4c7d68546 - <alloc[9c68fdf4f4f29218]::vec::Vec<u8> as std[716c9a7a72e5c14e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x60b4c7d3f5cf - <std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x60b4c7d3f5cf - std[716c9a7a72e5c14e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x60b4c7d5a479 - std[716c9a7a72e5c14e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x60b4c798fc2e - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x60b4c798fc2e - test[64760d2bdea328cc]::test_main_with_exit_callback::<test[64760d2bdea328cc]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x60b4c7d5a6e2 - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x60b4c7d5a6e2 - std[716c9a7a72e5c14e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x60b4c7d3f688 - std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x60b4c7d36739 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_end_short_backtrace::<std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x60b4c7d4083d - __rustc[4f0b026143eab78e]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x60b4c7d7b34c - core[c5ed12ab89cc536a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x60b4c7d7b092 - core[c5ed12ab89cc536a]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x60b4c7ae0d44 - <core[c5ed12ab89cc536a]::result::Result<alloc[9c68fdf4f4f29218]::string::String, dotenvy[e90131c365b53e97]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x60b4c7a36752 - sqlx_postgres[138cac4f32580786]::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:     0x60b4c7a3dfde - <sqlx_postgres[138cac4f32580786]::database::Postgres as sqlx_core[a6247f78a1058109]::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:     0x60b4c794503f - <core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<dyn core[c5ed12ab89cc536a]::future::future::Future<Output = core[c5ed12ab89cc536a]::result::Result<sqlx_core[a6247f78a1058109]::testing::TestContext<sqlx_postgres[138cac4f32580786]::database::Postgres>, sqlx_core[a6247f78a1058109]::error::Error>> + core[c5ed12ab89cc536a]::marker::Send>> as core[c5ed12ab89cc536a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x60b4c7975723 - sqlx_core[a6247f78a1058109]::testing::run_test::<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{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:     0x60b4c794515d - <core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[c5ed12ab89cc536a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x60b4c794531d - <core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[c5ed12ab89cc536a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x60b4c792e81d - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{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:     0x60b4c792d4fb - tokio[b9bdbe677718ed49]::task::coop::with_budget::<core[c5ed12ab89cc536a]::task::poll::Poll<()>, <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{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:     0x60b4c792d4fb - tokio[b9bdbe677718ed49]::task::coop::budget::<core[c5ed12ab89cc536a]::task::poll::Poll<()>, <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{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:     0x60b4c792d4fb - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{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:     0x60b4c7914c30 - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Context>::enter::<core[c5ed12ab89cc536a]::task::poll::Poll<()>, <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{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:     0x60b4c7924abd - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{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:     0x60b4c79231c4 - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>::{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:     0x60b4c794654b - <tokio[b9bdbe677718ed49]::runtime::context::scoped::Scoped<tokio[b9bdbe677718ed49]::runtime::scheduler::Context>>::set::<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>::{closure#0}, (alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>)>
[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:     0x60b4c794ab89 - tokio[b9bdbe677718ed49]::runtime::context::set_scheduler::<(alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>), <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>::{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:     0x60b4c7930192 - <std[716c9a7a72e5c14e]::thread::local::LocalKey<tokio[b9bdbe677718ed49]::runtime::context::Context>>::try_with::<tokio[b9bdbe677718ed49]::runtime::context::set_scheduler<(alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>), <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x60b4c792ebbe - <std[716c9a7a72e5c14e]::thread::local::LocalKey<tokio[b9bdbe677718ed49]::runtime::context::Context>>::with::<tokio[b9bdbe677718ed49]::runtime::context::set_scheduler<(alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>), <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x60b4c79485dd - tokio[b9bdbe677718ed49]::runtime::context::set_scheduler::<(alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>), <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>::{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:     0x60b4c791ba10 - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>
[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:     0x60b4c791eae6 - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{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:     0x60b4c791f980 - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{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:     0x60b4c794fe73 - tokio[b9bdbe677718ed49]::runtime::context::runtime::enter_runtime::<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{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/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x60b4c7913b43 - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{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] [stderr] error: test failed, to rerun pass `-p accounts --lib`
[INFO] [stdout]   44:     0x60b4c7959d31 - <tokio[b9bdbe677718ed49]::runtime::runtime::Runtime>::block_on_inner::<core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{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:     0x60b4c795b582 - <tokio[b9bdbe677718ed49]::runtime::runtime::Runtime>::block_on::<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{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:     0x60b4c793f1cf - sqlx_core[a6247f78a1058109]::rt::test_block_on::<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{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:     0x60b4c7972fde - sqlx_core[a6247f78a1058109]::testing::run_test::<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{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:     0x60b4c7972d26 - sqlx_core[a6247f78a1058109]::testing::run_test_with_pool::<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{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:     0x60b4c797c12a - <fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::successfully_retrieve_accounts_by_status::{closure#0} as sqlx_core[a6247f78a1058109]::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:     0x60b4c79645d7 - accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status
[INFO] [stdout]                                at /opt/rustwide/workdir/accounts/src/service/mod.rs:151:5
[INFO] [stdout]   51:     0x60b4c7960d27 - accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/accounts/src/service/mod.rs:151:57
[INFO] [stdout]   52:     0x60b4c793c026 - <accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_status::{closure#0} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x60b4c7983fdb - <fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x60b4c7983fdb - test[64760d2bdea328cc]::__rust_begin_short_backtrace::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x60b4c799083a - test[64760d2bdea328cc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x60b4c799083a - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x60b4c799083a - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x60b4c799083a - std[716c9a7a72e5c14e]::panicking::catch_unwind::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x60b4c799083a - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x60b4c799083a - test[64760d2bdea328cc]::run_test_in_process
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x60b4c799083a - test[64760d2bdea328cc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x60b4c798ad04 - test[64760d2bdea328cc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x60b4c798ad04 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_begin_short_backtrace::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x60b4c7993332 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x60b4c7993332 - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   66:     0x60b4c7993332 - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x60b4c7993332 - std[716c9a7a72e5c14e]::panicking::catch_unwind::<(), core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x60b4c7993332 - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x60b4c7993332 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x60b4c7993332 - <std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x60b4c7d6230f - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn core[c5ed12ab89cc536a]::ops::function::FnOnce<(), Output = ()> + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   72:     0x60b4c7d6230f - <std[716c9a7a72e5c14e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   73:     0x7c625c1b3aa4 - <unknown>
[INFO] [stdout]   74:     0x7c625c240a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- service::tests::successfully_retrieve_accounts_by_type stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'service::tests::successfully_retrieve_accounts_by_type' (33) 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:     0x60b4c7d62e02 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60b4c7d62e02 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::trace_unsynchronized::<std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60b4c7d62e02 - std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x60b4c7d62e02 - <<std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[c5ed12ab89cc536a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x60b4c7d7abda - <core[c5ed12ab89cc536a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x60b4c7d7abda - core[c5ed12ab89cc536a]::fmt::write
[INFO] [stdout]    6:     0x60b4c7d68546 - std[716c9a7a72e5c14e]::io::default_write_fmt::<alloc[9c68fdf4f4f29218]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x60b4c7d68546 - <alloc[9c68fdf4f4f29218]::vec::Vec<u8> as std[716c9a7a72e5c14e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x60b4c7d3f5cf - <std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x60b4c7d3f5cf - std[716c9a7a72e5c14e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x60b4c7d5a479 - std[716c9a7a72e5c14e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x60b4c798fc2e - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x60b4c798fc2e - test[64760d2bdea328cc]::test_main_with_exit_callback::<test[64760d2bdea328cc]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x60b4c7d5a6e2 - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x60b4c7d5a6e2 - std[716c9a7a72e5c14e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x60b4c7d3f688 - std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x60b4c7d36739 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_end_short_backtrace::<std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x60b4c7d4083d - __rustc[4f0b026143eab78e]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x60b4c7d7b34c - core[c5ed12ab89cc536a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x60b4c7d7b092 - core[c5ed12ab89cc536a]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x60b4c7ae0d44 - <core[c5ed12ab89cc536a]::result::Result<alloc[9c68fdf4f4f29218]::string::String, dotenvy[e90131c365b53e97]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x60b4c7a36752 - sqlx_postgres[138cac4f32580786]::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:     0x60b4c7a3dfde - <sqlx_postgres[138cac4f32580786]::database::Postgres as sqlx_core[a6247f78a1058109]::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:     0x60b4c794503f - <core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<dyn core[c5ed12ab89cc536a]::future::future::Future<Output = core[c5ed12ab89cc536a]::result::Result<sqlx_core[a6247f78a1058109]::testing::TestContext<sqlx_postgres[138cac4f32580786]::database::Postgres>, sqlx_core[a6247f78a1058109]::error::Error>> + core[c5ed12ab89cc536a]::marker::Send>> as core[c5ed12ab89cc536a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x60b4c7974c73 - sqlx_core[a6247f78a1058109]::testing::run_test::<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{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:     0x60b4c794511d - <core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[c5ed12ab89cc536a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x60b4c79452dd - <core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[c5ed12ab89cc536a]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x60b4c792e7dd - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{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:     0x60b4c792d35b - tokio[b9bdbe677718ed49]::task::coop::with_budget::<core[c5ed12ab89cc536a]::task::poll::Poll<()>, <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{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:     0x60b4c792d35b - tokio[b9bdbe677718ed49]::task::coop::budget::<core[c5ed12ab89cc536a]::task::poll::Poll<()>, <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{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:     0x60b4c792d35b - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{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:     0x60b4c7914910 - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Context>::enter::<core[c5ed12ab89cc536a]::task::poll::Poll<()>, <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{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:     0x60b4c792402d - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{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:     0x60b4c79231a4 - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>::{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:     0x60b4c79463fb - <tokio[b9bdbe677718ed49]::runtime::context::scoped::Scoped<tokio[b9bdbe677718ed49]::runtime::scheduler::Context>>::set::<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>::{closure#0}, (alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>)>
[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:     0x60b4c794ab49 - tokio[b9bdbe677718ed49]::runtime::context::set_scheduler::<(alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>), <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>::{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:     0x60b4c7930052 - <std[716c9a7a72e5c14e]::thread::local::LocalKey<tokio[b9bdbe677718ed49]::runtime::context::Context>>::try_with::<tokio[b9bdbe677718ed49]::runtime::context::set_scheduler<(alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>), <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x60b4c792eb5e - <std[716c9a7a72e5c14e]::thread::local::LocalKey<tokio[b9bdbe677718ed49]::runtime::context::Context>>::with::<tokio[b9bdbe677718ed49]::runtime::context::set_scheduler<(alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>), <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x60b4c794859d - tokio[b9bdbe677718ed49]::runtime::context::set_scheduler::<(alloc[9c68fdf4f4f29218]::boxed::Box<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::Core>, core[c5ed12ab89cc536a]::option::Option<()>), <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>::{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:     0x60b4c791b5f0 - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[c5ed12ab89cc536a]::option::Option<()>>
[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:     0x60b4c791ea66 - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[c5ed12ab89cc536a]::pin::Pin<&mut core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{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:     0x60b4c791f630 - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{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:     0x60b4c794fd03 - tokio[b9bdbe677718ed49]::runtime::context::runtime::enter_runtime::<<tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{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/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x60b4c7913a93 - <tokio[b9bdbe677718ed49]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{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:     0x60b4c7959c21 - <tokio[b9bdbe677718ed49]::runtime::runtime::Runtime>::block_on_inner::<core[c5ed12ab89cc536a]::pin::Pin<alloc[9c68fdf4f4f29218]::boxed::Box<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{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:     0x60b4c795b2f2 - <tokio[b9bdbe677718ed49]::runtime::runtime::Runtime>::block_on::<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{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:     0x60b4c793f03f - sqlx_core[a6247f78a1058109]::rt::test_block_on::<sqlx_core[a6247f78a1058109]::testing::run_test<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{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:     0x60b4c7972f5e - sqlx_core[a6247f78a1058109]::testing::run_test::<sqlx_postgres[138cac4f32580786]::database::Postgres, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}>::{closure#0}, sqlx_core[a6247f78a1058109]::testing::run_test_with_pool<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{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:     0x60b4c7972cd6 - sqlx_core[a6247f78a1058109]::testing::run_test_with_pool::<sqlx_postgres[138cac4f32580786]::database::Postgres, fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0}, accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{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:     0x60b4c797c0fa - <fn(sqlx_core[a6247f78a1058109]::pool::Pool<sqlx_postgres[138cac4f32580786]::database::Postgres>) -> accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::successfully_retrieve_accounts_by_type::{closure#0} as sqlx_core[a6247f78a1058109]::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:     0x60b4c79644e7 - accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type
[INFO] [stdout]                                at /opt/rustwide/workdir/accounts/src/service/mod.rs:134:5
[INFO] [stdout]   51:     0x60b4c7960cf7 - accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/accounts/src/service/mod.rs:134:57
[INFO] [stdout]   52:     0x60b4c793bfe6 - <accounts[e4dd589ae13e5bef]::service::tests::successfully_retrieve_accounts_by_type::{closure#0} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x60b4c7983fdb - <fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x60b4c7983fdb - test[64760d2bdea328cc]::__rust_begin_short_backtrace::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x60b4c799083a - test[64760d2bdea328cc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x60b4c799083a - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x60b4c799083a - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x60b4c799083a - std[716c9a7a72e5c14e]::panicking::catch_unwind::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x60b4c799083a - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x60b4c799083a - test[64760d2bdea328cc]::run_test_in_process
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x60b4c799083a - test[64760d2bdea328cc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x60b4c798ad04 - test[64760d2bdea328cc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x60b4c798ad04 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_begin_short_backtrace::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x60b4c7993332 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x60b4c7993332 - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   66:     0x60b4c7993332 - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x60b4c7993332 - std[716c9a7a72e5c14e]::panicking::catch_unwind::<(), core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x60b4c7993332 - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x60b4c7993332 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x60b4c7993332 - <std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x60b4c7d6230f - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn core[c5ed12ab89cc536a]::ops::function::FnOnce<(), Output = ()> + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   72:     0x60b4c7d6230f - <std[716c9a7a72e5c14e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   73:     0x7c625c1b3aa4 - <unknown>
[INFO] [stdout]   74:     0x7c625c240a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     repo::create::tests::successfully_create_an_account_and_retrieve_from_the_database
[INFO] [stdout]     repo::retrieve::tests::successfully_retrieve_account_by_id_from_database
[INFO] [stdout]     repo::retrieve::tests::successfully_retrieve_accounts_by_status_from_database
[INFO] [stdout]     repo::retrieve::tests::successfully_retrieve_accounts_by_type_from_database
[INFO] [stdout]     service::tests::successfully_retrieve_account_by_id
[INFO] [stdout]     service::tests::successfully_retrieve_accounts_by_status
[INFO] [stdout]     service::tests::successfully_retrieve_accounts_by_type
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 2 passed; 7 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "01a7978913f421f93feae3e3194bf098c50655afb98bcea5ab2fa3b689a39276", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "01a7978913f421f93feae3e3194bf098c50655afb98bcea5ab2fa3b689a39276", kill_on_drop: false }`
[INFO] [stdout] 01a7978913f421f93feae3e3194bf098c50655afb98bcea5ab2fa3b689a39276
