[INFO] cloning repository https://github.com/workplacebuddy/shurly
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/workplacebuddy/shurly" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fworkplacebuddy%2Fshurly", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fworkplacebuddy%2Fshurly'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c1332bed58554e07f01e75db103621bc6dfcb4ab
[INFO] testing workplacebuddy/shurly against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fworkplacebuddy%2Fshurly" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/workplacebuddy/shurly
[INFO] finished tweaking git repo https://github.com/workplacebuddy/shurly
[INFO] tweaked toml for git repo https://github.com/workplacebuddy/shurly written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/workplacebuddy/shurly on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/workplacebuddy/shurly 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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c39acde9130b65b7462a0ad42fd9774fc5520db80b84da86627d4e9a484f0e79
[INFO] running `Command { std: "docker" "start" "-a" "c39acde9130b65b7462a0ad42fd9774fc5520db80b84da86627d4e9a484f0e79", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c39acde9130b65b7462a0ad42fd9774fc5520db80b84da86627d4e9a484f0e79", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c39acde9130b65b7462a0ad42fd9774fc5520db80b84da86627d4e9a484f0e79", kill_on_drop: false }`
[INFO] [stdout] c39acde9130b65b7462a0ad42fd9774fc5520db80b84da86627d4e9a484f0e79
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 472bf73b2b492a7731a4320528351eb475940c321d3c13ff9880e77512080f50
[INFO] running `Command { std: "docker" "start" "-a" "472bf73b2b492a7731a4320528351eb475940c321d3c13ff9880e77512080f50", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling libc v0.2.179
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling const-oid v0.9.6
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling base64ct v1.8.2
[INFO] [stderr]    Compiling find-msvc-tools v0.1.6
[INFO] [stderr]    Compiling zmij v1.0.12
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling cc v1.2.51
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling zerocopy v0.8.32
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rustls-pki-types v1.13.2
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling rustls v0.23.36
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling webpki-roots v1.0.5
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] [stderr]    Compiling tinyvec v1.10.0
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling base16ct v0.2.0
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling sec1 v0.7.3
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling ff v0.13.1
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling unicode-properties v0.1.4
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling whoami v1.6.1
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling uuid v1.19.0
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rfc6979 v0.4.0
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling num-bigint-dig v0.8.6
[INFO] [stderr]    Compiling ryu v1.0.22
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling portable-atomic v1.13.0
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling ed25519 v2.2.3
[INFO] [stderr]    Compiling pkcs1 v0.7.5
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling headers-core v0.3.0
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling async-lock v3.4.2
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling password-hash v0.5.0
[INFO] [stderr]    Compiling elliptic-curve v0.13.8
[INFO] [stderr]    Compiling primeorder v0.13.6
[INFO] [stderr]    Compiling ecdsa v0.16.9
[INFO] [stderr]    Compiling headers v0.4.1
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling client-ip v0.1.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling p384 v0.13.1
[INFO] [stderr]    Compiling p256 v0.13.2
[INFO] [stderr]    Compiling tagptr v0.2.0
[INFO] [stderr]    Compiling shurly v0.4.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling argon2 v0.5.3
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling rustls-webpki v0.103.8
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling ed25519-dalek v2.2.0
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling ipnetwork v0.20.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[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 moka v0.12.12
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]    Compiling rsa v0.9.10
[INFO] [stderr]    Compiling hyper-util v0.1.19
[INFO] [stderr]    Compiling jsonwebtoken v10.2.0
[INFO] [stderr]    Compiling axum v0.8.8
[INFO] [stderr]    Compiling sqlx-postgres v0.8.6
[INFO] [stderr]    Compiling axum-extra v0.12.5
[INFO] [stderr]    Compiling axum-client-ip v1.1.3
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]    Compiling sqlx v0.8.6
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s
[INFO] running `Command { std: "docker" "inspect" "472bf73b2b492a7731a4320528351eb475940c321d3c13ff9880e77512080f50", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "472bf73b2b492a7731a4320528351eb475940c321d3c13ff9880e77512080f50", kill_on_drop: false }`
[INFO] [stdout] 472bf73b2b492a7731a4320528351eb475940c321d3c13ff9880e77512080f50
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0454847ede3b6e6e8947e84d7d1221887ef95ac065ac4e68a03d4e57db1291fd
[INFO] running `Command { std: "docker" "start" "-a" "0454847ede3b6e6e8947e84d7d1221887ef95ac065ac4e68a03d4e57db1291fd", kill_on_drop: false }`
[INFO] [stderr]    Compiling shurly v0.4.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 8.13s
[INFO] running `Command { std: "docker" "inspect" "0454847ede3b6e6e8947e84d7d1221887ef95ac065ac4e68a03d4e57db1291fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0454847ede3b6e6e8947e84d7d1221887ef95ac065ac4e68a03d4e57db1291fd", kill_on_drop: false }`
[INFO] [stdout] 0454847ede3b6e6e8947e84d7d1221887ef95ac065ac4e68a03d4e57db1291fd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a172eab0dbf12fa15603e8db476f717798cc9a0b0ebc4038eb7233b6589a14f4
[INFO] running `Command { std: "docker" "start" "-a" "a172eab0dbf12fa15603e8db476f717798cc9a0b0ebc4038eb7233b6589a14f4", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/shurly-18cceccd9b19ef96)
[INFO] [stdout] 
[INFO] [stdout] running 27 tests
[INFO] [stdout] test api::request::tests::test_parse_slug ... ok
[INFO] [stdout] test api::request::tests::test_parse_url ... ok
[INFO] [stdout] test root::tests::test_url_decode_slug_invalid ... ok
[INFO] [stdout] test root::tests::test_url_decode_slug_space ... ok
[INFO] [stdout] test api::request::tests::test_unicode_normalization ... ok
[INFO] [stdout] test root::tests::test_url_decode_slug_unicode ... ok
[INFO] [stdout] test tests::destination::test_destination ... FAILED
[INFO] [stdout] test tests::destination_create::test_destination_create ... FAILED
[INFO] [stdout] test tests::change_password::test_change_password ... FAILED
[INFO] [stdout] test tests::destination_create::test_destination_create_api_prefix ... FAILED
[INFO] [stdout] test tests::aliases::test_aliases ... FAILED
[INFO] [stdout] test tests::aliases::test_alias_invalid_id ... FAILED
[INFO] [stdout] test tests::destination_delete_is_permanent::test_destination_delete_is_permanent ... FAILED
[INFO] [stdout] test tests::destination_create::test_destination_create_unicode_normalization ... FAILED
[INFO] [stdout] test tests::destination_update::test_destination_update ... FAILED
[INFO] [stdout] test tests::destination_forward_query_params::test_destination_forward_query_param ... FAILED
[INFO] [stdout] test tests::login::test_login ... FAILED
[INFO] [stdout] test tests::notes::test_note_invalid_id ... FAILED
[INFO] [stdout] test tests::destination_forward_query_params::test_destination_without_forward_query_param ... FAILED
[INFO] [stdout] test tests::emoji::test_emoji_slug ... FAILED
[INFO] [stdout] test tests::destination_update_is_permanent::test_destination_update_is_permanent ... FAILED
[INFO] [stdout] test tests::invalid_json::test_invalid_json ... FAILED
[INFO] [stdout] test tests::notes::test_notes ... FAILED
[INFO] [stdout] test tests::root::test_root ... FAILED
[INFO] [stdout] test tests::root::test_root_with_invalid_utf8 ... FAILED
[INFO] [stdout] test tests::root::test_root_with_valid_utf8 ... FAILED
[INFO] [stdout] test tests::users::test_users ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::destination::test_destination stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::destination::test_destination' (34) 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:     0x58359f80e092 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58359f80e092 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58359f80e092 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58359f80e092 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58359f82624a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58359f82624a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x58359f813796 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x58359f813796 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x58359f7ea9bf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58359f7ea9bf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58359f8055e9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58359ef961fe - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x58359ef961fe - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x58359f805852 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x58359f805852 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x58359f7eaa78 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x58359f7df349 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58359f7ebc2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x58359f82698c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58359f826702 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x58359f23e264 - <core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, dotenvy[b9d5468505f28192]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x58359f229862 - sqlx_postgres[51eb35c8dbaec8f5]::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:     0x58359f22bcce - <sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres as sqlx_core[d1870766949fb255]::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:     0x58359ecfcd3f - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<sqlx_core[d1870766949fb255]::testing::TestContext<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>, sqlx_core[d1870766949fb255]::error::Error>> + core[585f66e14d78f9ba]::marker::Send>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x58359ee88542 - sqlx_core[d1870766949fb255]::testing::run_test::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{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:     0x58359ecfcf7d - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x58359ecfd4fd - <core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x58359ec9c19d - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   28:     0x58359ec97e3b - tokio[961b183260a897b6]::task::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{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.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x58359ec97e3b - tokio[961b183260a897b6]::task::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{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.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x58359ec97e3b - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   31:     0x58359ec4d480 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::Context>::enter::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   32:     0x58359ec7a71d - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   33:     0x58359ec79f84 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   34:     0x58359eeb3d5b - <tokio[961b183260a897b6]::runtime::context::scoped::Scoped<tokio[961b183260a897b6]::runtime::scheduler::Context>>::set::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x58359ed82609 - tokio[961b183260a897b6]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x58359eca0a62 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[961b183260a897b6]::runtime::context::Context>>::try_with::<tokio[961b183260a897b6]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x58359ec9cfce - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[961b183260a897b6]::runtime::context::Context>>::with::<tokio[961b183260a897b6]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x58359ed77f4d - tokio[961b183260a897b6]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x58359ec61cd0 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   40:     0x58359ec6c866 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   41:     0x58359ec6df60 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x58359ed7d973 - tokio[961b183260a897b6]::runtime::context::runtime::enter_runtime::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{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.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x58359ec4b253 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x58359eda1b81 - <tokio[961b183260a897b6]::runtime::runtime::Runtime>::block_on_inner::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   45:     0x58359eda5832 - <tokio[961b183260a897b6]::runtime::runtime::Runtime>::block_on::<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   46:     0x58359ecb65d0 - sqlx_core[d1870766949fb255]::rt::test_block_on::<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{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:     0x58359ee722a0 - sqlx_core[d1870766949fb255]::testing::run_test::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{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:     0x58359ee71be6 - sqlx_core[d1870766949fb255]::testing::run_test_with_pool::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{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:     0x58359eeb040a - <fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination::test_destination::test_destination::{closure#0} as sqlx_core[d1870766949fb255]::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:     0x58359ed3d1d7 - shurly[9dcb24670efd6a48]::tests::destination::test_destination
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/destination.rs:5:1
[INFO] [stdout]   51:     0x58359ed03c17 - shurly[9dcb24670efd6a48]::tests::destination::test_destination::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/destination.rs:5:14
[INFO] [stdout]   52:     0x58359ec48136 - <shurly[9dcb24670efd6a48]::tests::destination::test_destination::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x58359ef8a5ab - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x58359ef8a5ab - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x58359ef96e0a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x58359ef912d4 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x58359ef912d4 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x58359ef99902 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x58359ef99902 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   66:     0x58359ef99902 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x58359ef99902 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x58359ef99902 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x58359ef99902 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x58359ef99902 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x58359f80d59f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   72:     0x58359f80d59f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   73:     0x721f40e63aa4 - <unknown>
[INFO] [stdout]   74:     0x721f40ef0a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::destination_create::test_destination_create stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::destination_create::test_destination_create' (35) 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:     0x58359f80e092 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58359f80e092 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58359f80e092 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58359f80e092 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58359f82624a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58359f82624a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x58359f813796 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x58359f813796 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x58359f7ea9bf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58359f7ea9bf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58359f8055e9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58359ef961fe - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x58359ef961fe - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x58359f805852 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x58359f805852 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x58359f7eaa78 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x58359f7df349 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58359f7ebc2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x58359f82698c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58359f826702 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x58359f23e264 - <core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, dotenvy[b9d5468505f28192]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x58359f229862 - sqlx_postgres[51eb35c8dbaec8f5]::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:     0x58359f22bcce - <sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres as sqlx_core[d1870766949fb255]::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:     0x58359ecfcd3f - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<sqlx_core[d1870766949fb255]::testing::TestContext<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>, sqlx_core[d1870766949fb255]::error::Error>> + core[585f66e14d78f9ba]::marker::Send>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x58359ee8a582 - sqlx_core[d1870766949fb255]::testing::run_test::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{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:     0x58359ecfd03d - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x58359ecfd5bd - <core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x58359ec9c25d - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   28:     0x58359ec9831b - tokio[961b183260a897b6]::task::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{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.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x58359ec9831b - tokio[961b183260a897b6]::task::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{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.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x58359ec9831b - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   31:     0x58359ec4dde0 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::Context>::enter::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   32:     0x58359ec7c6cd - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   33:     0x58359ec79fe4 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   34:     0x58359eeb414b - <tokio[961b183260a897b6]::runtime::context::scoped::Scoped<tokio[961b183260a897b6]::runtime::scheduler::Context>>::set::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x58359ed826c9 - tokio[961b183260a897b6]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x58359eca0e22 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[961b183260a897b6]::runtime::context::Context>>::try_with::<tokio[961b183260a897b6]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x58359ec9d0ee - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[961b183260a897b6]::runtime::context::Context>>::with::<tokio[961b183260a897b6]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x58359ed7800d - tokio[961b183260a897b6]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x58359ec62930 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   40:     0x58359ec6c9e6 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   41:     0x58359ec6e950 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x58359ed7ddc3 - tokio[961b183260a897b6]::runtime::context::runtime::enter_runtime::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{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.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x58359ec4b463 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x58359eda1eb1 - <tokio[961b183260a897b6]::runtime::runtime::Runtime>::block_on_inner::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   45:     0x58359eda5ff1 - <tokio[961b183260a897b6]::runtime::runtime::Runtime>::block_on::<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   46:     0x58359ecb6aa0 - sqlx_core[d1870766949fb255]::rt::test_block_on::<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{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:     0x58359ee7242f - sqlx_core[d1870766949fb255]::testing::run_test::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{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:     0x58359ee71cd6 - sqlx_core[d1870766949fb255]::testing::run_test_with_pool::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{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:     0x58359eeb049a - <fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::test_destination_create::{closure#0} as sqlx_core[d1870766949fb255]::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:     0x58359ed3d4a7 - shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/destination_create.rs:5:1
[INFO] [stdout]   51:     0x58359ed03ca7 - shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/destination_create.rs:5:14
[INFO] [stdout]   52:     0x58359ec481f6 - <shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x58359ef8a5ab - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x58359ef8a5ab - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x58359ef96e0a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x58359ef912d4 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x58359ef912d4 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x58359ef99902 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x58359ef99902 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   66:     0x58359ef99902 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x58359ef99902 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x58359ef99902 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x58359ef99902 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x58359ef99902 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x58359f80d59f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   72:     0x58359f80d59f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   73:     0x721f40e63aa4 - <unknown>
[INFO] [stdout]   74:     0x721f40ef0a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::change_password::test_change_password stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::change_password::test_change_password' (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:     0x58359f80e092 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58359f80e092 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58359f80e092 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58359f80e092 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58359f82624a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58359f82624a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x58359f813796 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x58359f813796 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x58359f7ea9bf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58359f7ea9bf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58359f8055e9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58359ef961fe - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x58359ef961fe - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x58359f805852 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x58359f805852 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x58359f7eaa78 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x58359f7df349 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58359f7ebc2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x58359f82698c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58359f826702 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x58359f23e264 - <core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, dotenvy[b9d5468505f28192]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x58359f229862 - sqlx_postgres[51eb35c8dbaec8f5]::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:     0x58359f22bcce - <sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres as sqlx_core[d1870766949fb255]::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:     0x58359ecfcd3f - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<sqlx_core[d1870766949fb255]::testing::TestContext<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>, sqlx_core[d1870766949fb255]::error::Error>> + core[585f66e14d78f9ba]::marker::Send>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x58359ee89ac2 - sqlx_core[d1870766949fb255]::testing::run_test::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{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:     0x58359ecfcffd - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x58359ecfd57d - <core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x58359ec9c21d - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   28:     0x58359ec9817b - tokio[961b183260a897b6]::task::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{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.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x58359ec9817b - tokio[961b183260a897b6]::task::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{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.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x58359ec9817b - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   31:     0x58359ec4dac0 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::Context>::enter::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   32:     0x58359ec7bc3d - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   33:     0x58359ec79fc4 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   34:     0x58359eeb3ffb - <tokio[961b183260a897b6]::runtime::context::scoped::Scoped<tokio[961b183260a897b6]::runtime::scheduler::Context>>::set::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x58359ed82689 - tokio[961b183260a897b6]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x58359eca0ce2 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[961b183260a897b6]::runtime::context::Context>>::try_with::<tokio[961b183260a897b6]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x58359ec9d08e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[961b183260a897b6]::runtime::context::Context>>::with::<tokio[961b183260a897b6]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x58359ed77fcd - tokio[961b183260a897b6]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x58359ec62510 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   40:     0x58359ec6c966 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   41:     0x58359ec6e600 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x58359ed7dc53 - tokio[961b183260a897b6]::runtime::context::runtime::enter_runtime::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{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.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x58359ec4b3b3 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x58359eda1da1 - <tokio[961b183260a897b6]::runtime::runtime::Runtime>::block_on_inner::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   45:     0x58359eda5d52 - <tokio[961b183260a897b6]::runtime::runtime::Runtime>::block_on::<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   46:     0x58359ecb68fd - sqlx_core[d1870766949fb255]::rt::test_block_on::<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{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:     0x58359ee723a0 - sqlx_core[d1870766949fb255]::testing::run_test::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{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:     0x58359ee71c86 - sqlx_core[d1870766949fb255]::testing::run_test_with_pool::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0}, shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{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:     0x58359eeb046a - <fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::test_change_password::{closure#0} as sqlx_core[d1870766949fb255]::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:     0x58359ed3d3b7 - shurly[9dcb24670efd6a48]::tests::change_password::test_change_password
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/change_password.rs:5:1
[INFO] [stdout]   51:     0x58359ed03c77 - shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/change_password.rs:5:14
[INFO] [stdout]   52:     0x58359ec481b6 - <shurly[9dcb24670efd6a48]::tests::change_password::test_change_password::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x58359ef8a5ab - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x58359ef8a5ab - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x58359ef96e0a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x58359ef912d4 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x58359ef912d4 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x58359ef99902 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x58359ef99902 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   66:     0x58359ef99902 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x58359ef99902 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x58359ef99902 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x58359ef99902 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x58359ef99902 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x58359f80d59f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   72:     0x58359f80d59f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   73:     0x721f40e63aa4 - <unknown>
[INFO] [stdout]   74:     0x721f40ef0a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::destination_create::test_destination_create_api_prefix stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::destination_create::test_destination_create_api_prefix' (36) 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:     0x58359f80e092 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58359f80e092 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58359f80e092 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58359f80e092 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58359f82624a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58359f82624a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x58359f813796 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x58359f813796 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x58359f7ea9bf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58359f7ea9bf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58359f8055e9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58359ef961fe - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x58359ef961fe - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x58359f805852 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x58359f805852 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x58359f7eaa78 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x58359f7df349 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58359f7ebc2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x58359f82698c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58359f826702 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x58359f23e264 - <core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, dotenvy[b9d5468505f28192]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x58359f229862 - sqlx_postgres[51eb35c8dbaec8f5]::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:     0x58359f22bcce - <sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres as sqlx_core[d1870766949fb255]::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:     0x58359ecfcd3f - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<sqlx_core[d1870766949fb255]::testing::TestContext<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>, sqlx_core[d1870766949fb255]::error::Error>> + core[585f66e14d78f9ba]::marker::Send>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x58359ee8b042 - sqlx_core[d1870766949fb255]::testing::run_test::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{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:     0x58359ecfd07d - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x58359ecfd5fd - <core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x58359ec9c29d - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   28:     0x58359ec984bb - tokio[961b183260a897b6]::task::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{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.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x58359ec984bb - tokio[961b183260a897b6]::task::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{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.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x58359ec984bb - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   31:     0x58359ec4e100 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::Context>::enter::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   32:     0x58359ec7d15d - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   33:     0x58359ec7a004 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   34:     0x58359eeb429b - <tokio[961b183260a897b6]::runtime::context::scoped::Scoped<tokio[961b183260a897b6]::runtime::scheduler::Context>>::set::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x58359ed82709 - tokio[961b183260a897b6]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x58359eca0f62 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[961b183260a897b6]::runtime::context::Context>>::try_with::<tokio[961b183260a897b6]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x58359ec9d14e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[961b183260a897b6]::runtime::context::Context>>::with::<tokio[961b183260a897b6]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x58359ed7804d - tokio[961b183260a897b6]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x58359ec62d50 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   40:     0x58359ec6ca66 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   41:     0x58359ec6eca0 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x58359ed7df33 - tokio[961b183260a897b6]::runtime::context::runtime::enter_runtime::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{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.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x58359ec4b513 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x58359eda1fc1 - <tokio[961b183260a897b6]::runtime::runtime::Runtime>::block_on_inner::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   45:     0x58359eda6282 - <tokio[961b183260a897b6]::runtime::runtime::Runtime>::block_on::<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   46:     0x58359ecb6c3d - sqlx_core[d1870766949fb255]::rt::test_block_on::<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{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:     0x58359ee724b0 - sqlx_core[d1870766949fb255]::testing::run_test::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{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:     0x58359ee71d26 - sqlx_core[d1870766949fb255]::testing::run_test_with_pool::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{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:     0x58359eeb04ca - <fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::test_destination_create_api_prefix::{closure#0} as sqlx_core[d1870766949fb255]::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:     0x58359ed3d597 - shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/destination_create.rs:108:1
[INFO] [stdout]   51:     0x58359ed03cd7 - shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/destination_create.rs:108:14
[INFO] [stdout]   52:     0x58359ec48236 - <shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_api_prefix::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x58359ef8a5ab - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x58359ef8a5ab - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x58359ef96e0a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x58359ef912d4 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x58359ef912d4 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x58359ef99902 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x58359ef99902 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   66:     0x58359ef99902 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x58359ef99902 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x58359ef99902 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x58359ef99902 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x58359ef99902 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x58359f80d59f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   72:     0x58359f80d59f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   73:     0x721f40e63aa4 - <unknown>
[INFO] [stdout]   74:     0x721f40ef0a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::aliases::test_aliases stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::aliases::test_aliases' (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:     0x58359f80e092 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58359f80e092 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58359f80e092 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58359f80e092 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58359f82624a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58359f82624a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x58359f813796 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x58359f813796 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x58359f7ea9bf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58359f7ea9bf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58359f8055e9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58359ef961fe - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x58359ef961fe - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x58359f805852 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x58359f805852 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x58359f7eaa78 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x58359f7df349 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58359f7ebc2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x58359f82698c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58359f826702 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x58359f23e264 - <core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, dotenvy[b9d5468505f28192]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x58359f229862 - sqlx_postgres[51eb35c8dbaec8f5]::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:     0x58359f22bcce - <sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres as sqlx_core[d1870766949fb255]::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:     0x58359ecfcd3f - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<sqlx_core[d1870766949fb255]::testing::TestContext<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>, sqlx_core[d1870766949fb255]::error::Error>> + core[585f66e14d78f9ba]::marker::Send>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x58359ee95182 - sqlx_core[d1870766949fb255]::testing::run_test::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{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:     0x58359ecfd43d - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x58359ecfd9bd - <core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x58359ec9c65d - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   28:     0x58359ec99d1b - tokio[961b183260a897b6]::task::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{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.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x58359ec99d1b - tokio[961b183260a897b6]::task::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{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.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x58359ec99d1b - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   31:     0x58359ec50fe0 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::Context>::enter::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   32:     0x58359ec86fcd - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   33:     0x58359ec7a1e4 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   34:     0x58359eeb564b - <tokio[961b183260a897b6]::runtime::context::scoped::Scoped<tokio[961b183260a897b6]::runtime::scheduler::Context>>::set::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x58359ed82ac9 - tokio[961b183260a897b6]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x58359eca2222 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[961b183260a897b6]::runtime::context::Context>>::try_with::<tokio[961b183260a897b6]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x58359ec9d6ee - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[961b183260a897b6]::runtime::context::Context>>::with::<tokio[961b183260a897b6]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x58359ed7840d - tokio[961b183260a897b6]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x58359ec66b30 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   40:     0x58359ec6d1e6 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   41:     0x58359ec71e50 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x58359ed7f4c3 - tokio[961b183260a897b6]::runtime::context::runtime::enter_runtime::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{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.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x58359ec4bf63 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x58359eda2fb1 - <tokio[961b183260a897b6]::runtime::runtime::Runtime>::block_on_inner::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   45:     0x58359eda8912 - <tokio[961b183260a897b6]::runtime::runtime::Runtime>::block_on::<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   46:     0x58359ecb8420 - sqlx_core[d1870766949fb255]::rt::test_block_on::<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{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:     0x58359ee72c50 - sqlx_core[d1870766949fb255]::testing::run_test::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{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:     0x58359ee721d6 - sqlx_core[d1870766949fb255]::testing::run_test_with_pool::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{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:     0x58359eeb079a - <fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::test_aliases::{closure#0} as sqlx_core[d1870766949fb255]::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:     0x58359ed41437 - shurly[9dcb24670efd6a48]::tests::aliases::test_aliases
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/aliases.rs:5:1
[INFO] [stdout]   51:     0x58359ed1af67 - shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/aliases.rs:5:14
[INFO] [stdout]   52:     0x58359ec485f6 - <shurly[9dcb24670efd6a48]::tests::aliases::test_aliases::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x58359ef8a5ab - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x58359ef8a5ab - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x58359ef96e0a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x58359ef912d4 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x58359ef912d4 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x58359ef99902 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x58359ef99902 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   66:     0x58359ef99902 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x58359ef99902 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x58359ef99902 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x58359ef99902 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x58359ef99902 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x58359f80d59f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   72:     0x58359f80d59f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   73:     0x721f40e63aa4 - <unknown>
[INFO] [stdout]   74:     0x721f40ef0a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::aliases::test_alias_invalid_id stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::aliases::test_alias_invalid_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:     0x58359f80e092 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58359f80e092 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58359f80e092 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58359f80e092 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58359f82624a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58359f82624a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x58359f813796 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x58359f813796 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x58359f7ea9bf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58359f7ea9bf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58359f8055e9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58359ef961fe - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x58359ef961fe - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x58359f805852 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x58359f805852 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x58359f7eaa78 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x58359f7df349 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58359f7ebc2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x58359f82698c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58359f826702 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x58359f23e264 - <core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, dotenvy[b9d5468505f28192]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x58359f229862 - sqlx_postgres[51eb35c8dbaec8f5]::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:     0x58359f22bcce - <sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres as sqlx_core[d1870766949fb255]::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:     0x58359ecfcd3f - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<sqlx_core[d1870766949fb255]::testing::TestContext<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>, sqlx_core[d1870766949fb255]::error::Error>> + core[585f66e14d78f9ba]::marker::Send>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x58359ee95c42 - sqlx_core[d1870766949fb255]::testing::run_test::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_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:     0x58359ecfd47d - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x58359ecfd9fd - <core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x58359ec9c69d - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_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.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   28:     0x58359ec99ebb - tokio[961b183260a897b6]::task::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_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.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x58359ec99ebb - tokio[961b183260a897b6]::task::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_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.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x58359ec99ebb - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_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.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   31:     0x58359ec51300 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::Context>::enter::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_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.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   32:     0x58359ec87a5d - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_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.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   33:     0x58359ec7a204 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   34:     0x58359eeb579b - <tokio[961b183260a897b6]::runtime::context::scoped::Scoped<tokio[961b183260a897b6]::runtime::scheduler::Context>>::set::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x58359ed82b09 - tokio[961b183260a897b6]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x58359eca2362 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[961b183260a897b6]::runtime::context::Context>>::try_with::<tokio[961b183260a897b6]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x58359ec9d74e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[961b183260a897b6]::runtime::context::Context>>::with::<tokio[961b183260a897b6]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x58359ed7844d - tokio[961b183260a897b6]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x58359ec66f50 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   40:     0x58359ec6d266 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   41:     0x58359ec721a0 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_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.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x58359ed7f633 - tokio[961b183260a897b6]::runtime::context::runtime::enter_runtime::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_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.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x58359ec4c013 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x58359eda30c1 - <tokio[961b183260a897b6]::runtime::runtime::Runtime>::block_on_inner::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   45:     0x58359eda8ba2 - <tokio[961b183260a897b6]::runtime::runtime::Runtime>::block_on::<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   46:     0x58359ecb85bb - sqlx_core[d1870766949fb255]::rt::test_block_on::<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_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:     0x58359ee72cce - sqlx_core[d1870766949fb255]::testing::run_test::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_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:     0x58359ee72226 - sqlx_core[d1870766949fb255]::testing::run_test_with_pool::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_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:     0x58359eeb07ca - <fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::test_alias_invalid_id::{closure#0} as sqlx_core[d1870766949fb255]::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:     0x58359ed41527 - shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/aliases.rs:79:1
[INFO] [stdout]   51:     0x58359ed1af97 - shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/aliases.rs:79:14
[INFO] [stdout]   52:     0x58359ec48636 - <shurly[9dcb24670efd6a48]::tests::aliases::test_alias_invalid_id::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x58359ef8a5ab - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x58359ef8a5ab - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x58359ef96e0a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x58359ef912d4 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x58359ef912d4 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x58359ef99902 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x58359ef99902 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   66:     0x58359ef99902 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x58359ef99902 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x58359ef99902 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x58359ef99902 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x58359ef99902 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x58359f80d59f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   72:     0x58359f80d59f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   73:     0x721f40e63aa4 - <unknown>
[INFO] [stdout]   74:     0x721f40ef0a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::destination_delete_is_permanent::test_destination_delete_is_permanent stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::destination_delete_is_permanent::test_destination_delete_is_permanent' (38) 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:     0x58359f80e092 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58359f80e092 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58359f80e092 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58359f80e092 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58359f82624a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58359f82624a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x58359f813796 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x58359f813796 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x58359f7ea9bf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58359f7ea9bf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58359f8055e9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58359ef961fe - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x58359ef961fe - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x58359f805852 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x58359f805852 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x58359f7eaa78 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x58359f7df349 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58359f7ebc2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x58359f82698c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58359f826702 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x58359f23e264 - <core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, dotenvy[b9d5468505f28192]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x58359f229862 - sqlx_postgres[51eb35c8dbaec8f5]::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:     0x58359f22bcce - <sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres as sqlx_core[d1870766949fb255]::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:     0x58359ecfcd3f - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<sqlx_core[d1870766949fb255]::testing::TestContext<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>, sqlx_core[d1870766949fb255]::error::Error>> + core[585f66e14d78f9ba]::marker::Send>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x58359ee8d082 - sqlx_core[d1870766949fb255]::testing::run_test::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{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:     0x58359ecfd13d - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x58359ecfd6bd - <core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x58359ec9c35d - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   28:     0x58359ec9899b - tokio[961b183260a897b6]::task::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{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.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x58359ec9899b - tokio[961b183260a897b6]::task::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{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.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x58359ec9899b - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   31:     0x58359ec4ea60 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::Context>::enter::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   32:     0x58359ec7f10d - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   33:     0x58359ec7a064 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   34:     0x58359eeb468b - <tokio[961b183260a897b6]::runtime::context::scoped::Scoped<tokio[961b183260a897b6]::runtime::scheduler::Context>>::set::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x58359ed827c9 - tokio[961b183260a897b6]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x58359eca1322 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[961b183260a897b6]::runtime::context::Context>>::try_with::<tokio[961b183260a897b6]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x58359ec9d26e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[961b183260a897b6]::runtime::context::Context>>::with::<tokio[961b183260a897b6]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x58359ed7810d - tokio[961b183260a897b6]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x58359ec639b0 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   40:     0x58359ec6cbe6 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   41:     0x58359ec6f690 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x58359ed7e383 - tokio[961b183260a897b6]::runtime::context::runtime::enter_runtime::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{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.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x58359ec4b723 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x58359eda22f1 - <tokio[961b183260a897b6]::runtime::runtime::Runtime>::block_on_inner::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   45:     0x58359eda6a32 - <tokio[961b183260a897b6]::runtime::runtime::Runtime>::block_on::<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   46:     0x58359ecb710d - sqlx_core[d1870766949fb255]::rt::test_block_on::<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{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:     0x58359ee72630 - sqlx_core[d1870766949fb255]::testing::run_test::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{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:     0x58359ee71e16 - sqlx_core[d1870766949fb255]::testing::run_test_with_pool::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{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:     0x58359eeb055a - <fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0} as sqlx_core[d1870766949fb255]::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:     0x58359ed3d867 - shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/destination_delete_is_permanent.rs:5:1
[INFO] [stdout]   51:     0x58359ed03d67 - shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/destination_delete_is_permanent.rs:5:14
[INFO] [stdout]   52:     0x58359ec482f6 - <shurly[9dcb24670efd6a48]::tests::destination_delete_is_permanent::test_destination_delete_is_permanent::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x58359ef8a5ab - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x58359ef8a5ab - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x58359ef96e0a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x58359ef912d4 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x58359ef912d4 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x58359ef99902 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x58359ef99902 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   66:     0x58359ef99902 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x58359ef99902 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x58359ef99902 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x58359ef99902 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x58359ef99902 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x58359f80d59f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   72:     0x58359f80d59f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   73:     0x721f40e63aa4 - <unknown>
[INFO] [stdout]   74:     0x721f40ef0a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::destination_create::test_destination_create_unicode_normalization stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::destination_create::test_destination_create_unicode_normalization' (37) 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:     0x58359f80e092 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58359f80e092 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58359f80e092 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58359f80e092 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58359f82624a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58359f82624a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x58359f813796 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x58359f813796 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x58359f7ea9bf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58359f7ea9bf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58359f8055e9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58359ef961fe - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x58359ef961fe - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x58359f805852 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x58359f805852 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x58359f7eaa78 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x58359f7df349 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58359f7ebc2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x58359f82698c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58359f826702 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x58359f23e264 - <core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, dotenvy[b9d5468505f28192]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x58359f229862 - sqlx_postgres[51eb35c8dbaec8f5]::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:     0x58359f22bcce - <sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres as sqlx_core[d1870766949fb255]::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:     0x58359ecfcd3f - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<sqlx_core[d1870766949fb255]::testing::TestContext<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>, sqlx_core[d1870766949fb255]::error::Error>> + core[585f66e14d78f9ba]::marker::Send>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x58359ee8bb02 - sqlx_core[d1870766949fb255]::testing::run_test::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{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:     0x58359ecfd0bd - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x58359ecfd63d - <core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x58359ec9c2dd - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   28:     0x58359ec9865b - tokio[961b183260a897b6]::task::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{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.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x58359ec9865b - tokio[961b183260a897b6]::task::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{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.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x58359ec9865b - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   31:     0x58359ec4e420 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::Context>::enter::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   32:     0x58359ec7dbed - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   33:     0x58359ec7a024 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   34:     0x58359eeb43eb - <tokio[961b183260a897b6]::runtime::context::scoped::Scoped<tokio[961b183260a897b6]::runtime::scheduler::Context>>::set::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x58359ed82749 - tokio[961b183260a897b6]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x58359eca10a2 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[961b183260a897b6]::runtime::context::Context>>::try_with::<tokio[961b183260a897b6]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x58359ec9d1ae - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[961b183260a897b6]::runtime::context::Context>>::with::<tokio[961b183260a897b6]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x58359ed7808d - tokio[961b183260a897b6]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x58359ec63170 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   40:     0x58359ec6cae6 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   41:     0x58359ec6eff0 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x58359ed7e0a3 - tokio[961b183260a897b6]::runtime::context::runtime::enter_runtime::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{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.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x58359ec4b5c3 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x58359eda20d1 - <tokio[961b183260a897b6]::runtime::runtime::Runtime>::block_on_inner::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   45:     0x58359eda6512 - <tokio[961b183260a897b6]::runtime::runtime::Runtime>::block_on::<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   46:     0x58359ecb6ddd - sqlx_core[d1870766949fb255]::rt::test_block_on::<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{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:     0x58359ee72530 - sqlx_core[d1870766949fb255]::testing::run_test::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{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:     0x58359ee71d76 - sqlx_core[d1870766949fb255]::testing::run_test_with_pool::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{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:     0x58359eeb04fa - <fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::test_destination_create_unicode_normalization::{closure#0} as sqlx_core[d1870766949fb255]::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:     0x58359ed3d687 - shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/destination_create.rs:136:1
[INFO] [stdout]   51:     0x58359ed03d07 - shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/destination_create.rs:136:14
[INFO] [stdout]   52:     0x58359ec48276 - <shurly[9dcb24670efd6a48]::tests::destination_create::test_destination_create_unicode_normalization::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x58359ef8a5ab - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x58359ef8a5ab - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x58359ef96e0a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x58359ef912d4 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x58359ef912d4 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x58359ef99902 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x58359ef99902 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   66:     0x58359ef99902 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x58359ef99902 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x58359ef99902 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x58359ef99902 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x58359ef99902 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x58359f80d59f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   72:     0x58359f80d59f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   73:     0x721f40e63aa4 - <unknown>
[INFO] [stdout]   74:     0x721f40ef0a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::destination_update::test_destination_update stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::destination_update::test_destination_update' (41) 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:     0x58359f80e092 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58359f80e092 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58359f80e092 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58359f80e092 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58359f82624a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58359f82624a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x58359f813796 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x58359f813796 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x58359f7ea9bf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58359f7ea9bf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58359f8055e9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58359ef961fe - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x58359ef961fe - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x58359f805852 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x58359f805852 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x58359f7eaa78 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x58359f7df349 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58359f7ebc2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x58359f82698c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58359f826702 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x58359f23e264 - <core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, dotenvy[b9d5468505f28192]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x58359f229862 - sqlx_postgres[51eb35c8dbaec8f5]::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:     0x58359f22bcce - <sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres as sqlx_core[d1870766949fb255]::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:     0x58359ecfcd3f - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<sqlx_core[d1870766949fb255]::testing::TestContext<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>, sqlx_core[d1870766949fb255]::error::Error>> + core[585f66e14d78f9ba]::marker::Send>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x58359ee8c5c2 - sqlx_core[d1870766949fb255]::testing::run_test::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{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:     0x58359ecfd0fd - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x58359ecfd67d - <core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x58359ec9c31d - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   28:     0x58359ec987fb - tokio[961b183260a897b6]::task::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{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.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x58359ec987fb - tokio[961b183260a897b6]::task::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{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.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x58359ec987fb - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   31:     0x58359ec4e740 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::Context>::enter::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   32:     0x58359ec7e67d - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   33:     0x58359ec7a044 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   34:     0x58359eeb453b - <tokio[961b183260a897b6]::runtime::context::scoped::Scoped<tokio[961b183260a897b6]::runtime::scheduler::Context>>::set::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x58359ed82789 - tokio[961b183260a897b6]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x58359eca11e2 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[961b183260a897b6]::runtime::context::Context>>::try_with::<tokio[961b183260a897b6]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x58359ec9d20e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[961b183260a897b6]::runtime::context::Context>>::with::<tokio[961b183260a897b6]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x58359ed780cd - tokio[961b183260a897b6]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x58359ec63590 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   40:     0x58359ec6cb66 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   41:     0x58359ec6f340 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x58359ed7e213 - tokio[961b183260a897b6]::runtime::context::runtime::enter_runtime::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{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.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x58359ec4b673 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x58359eda21e1 - <tokio[961b183260a897b6]::runtime::runtime::Runtime>::block_on_inner::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   45:     0x58359eda67a2 - <tokio[961b183260a897b6]::runtime::runtime::Runtime>::block_on::<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   46:     0x58359ecb6f7b - sqlx_core[d1870766949fb255]::rt::test_block_on::<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{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:     0x58359ee725ae - sqlx_core[d1870766949fb255]::testing::run_test::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{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:     0x58359ee71dc6 - sqlx_core[d1870766949fb255]::testing::run_test_with_pool::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{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:     0x58359eeb052a - <fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::test_destination_update::{closure#0} as sqlx_core[d1870766949fb255]::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:     0x58359ed3d777 - shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/destination_update.rs:5:1
[INFO] [stdout]   51:     0x58359ed03d37 - shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/destination_update.rs:5:14
[INFO] [stdout]   52:     0x58359ec482b6 - <shurly[9dcb24670efd6a48]::tests::destination_update::test_destination_update::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x58359ef8a5ab - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x58359ef8a5ab - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x58359ef96e0a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x58359ef912d4 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x58359ef912d4 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x58359ef99902 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x58359ef99902 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   66:     0x58359ef99902 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x58359ef99902 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x58359ef99902 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x58359ef99902 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x58359ef99902 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x58359f80d59f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   72:     0x58359f80d59f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   73:     0x721f40e63aa4 - <unknown>
[INFO] [stdout]   74:     0x721f40ef0a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::destination_forward_query_params::test_destination_forward_query_param stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::destination_forward_query_params::test_destination_forward_query_param' (39) 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:     0x58359f80e092 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58359f80e092 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58359f80e092 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58359f80e092 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58359f82624a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58359f82624a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x58359f813796 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x58359f813796 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x58359f7ea9bf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58359f7ea9bf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58359f8055e9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58359ef961fe - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x58359ef961fe - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x58359f805852 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x58359f805852 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x58359f7eaa78 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x58359f7df349 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58359f7ebc2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x58359f82698c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58359f826702 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x58359f23e264 - <core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, dotenvy[b9d5468505f28192]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x58359f229862 - sqlx_postgres[51eb35c8dbaec8f5]::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:     0x58359f22bcce - <sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres as sqlx_core[d1870766949fb255]::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:     0x58359ecfcd3f - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<sqlx_core[d1870766949fb255]::testing::TestContext<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>, sqlx_core[d1870766949fb255]::error::Error>> + core[585f66e14d78f9ba]::marker::Send>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x58359ee8e602 - sqlx_core[d1870766949fb255]::testing::run_test::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{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:     0x58359ecfd1bd - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x58359ecfd73d - <core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x58359ec9c3dd - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   28:     0x58359ec98cdb - tokio[961b183260a897b6]::task::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{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.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x58359ec98cdb - tokio[961b183260a897b6]::task::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{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.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x58359ec98cdb - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   31:     0x58359ec4f0a0 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::Context>::enter::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   32:     0x58359ec8062d - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   33:     0x58359ec7a0a4 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   34:     0x58359eeb492b - <tokio[961b183260a897b6]::runtime::context::scoped::Scoped<tokio[961b183260a897b6]::runtime::scheduler::Context>>::set::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x58359ed82849 - tokio[961b183260a897b6]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x58359eca15a2 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[961b183260a897b6]::runtime::context::Context>>::try_with::<tokio[961b183260a897b6]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x58359ec9d32e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[961b183260a897b6]::runtime::context::Context>>::with::<tokio[961b183260a897b6]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x58359ed7818d - tokio[961b183260a897b6]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x58359ec641f0 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   40:     0x58359ec6cce6 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   41:     0x58359ec6fd30 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x58359ed7e663 - tokio[961b183260a897b6]::runtime::context::runtime::enter_runtime::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{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.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x58359ec4b883 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x58359eda2511 - <tokio[961b183260a897b6]::runtime::runtime::Runtime>::block_on_inner::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   45:     0x58359eda6f52 - <tokio[961b183260a897b6]::runtime::runtime::Runtime>::block_on::<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   46:     0x58359ecb743e - sqlx_core[d1870766949fb255]::rt::test_block_on::<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{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:     0x58359ee7272e - sqlx_core[d1870766949fb255]::testing::run_test::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{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:     0x58359ee71eb6 - sqlx_core[d1870766949fb255]::testing::run_test_with_pool::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{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:     0x58359eeb05ba - <fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::test_destination_forward_query_param::{closure#0} as sqlx_core[d1870766949fb255]::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:     0x58359ed3da47 - shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/destination_forward_query_params.rs:5:1
[INFO] [stdout]   51:     0x58359ed03dc7 - shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/destination_forward_query_params.rs:5:14
[INFO] [stdout]   52:     0x58359ec48376 - <shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_forward_query_param::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x58359ef8a5ab - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x58359ef8a5ab - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x58359ef96e0a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x58359ef912d4 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x58359ef912d4 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x58359ef99902 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x58359ef99902 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   66:     0x58359ef99902 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x58359ef99902 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x58359ef99902 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x58359ef99902 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x58359ef99902 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x58359f80d59f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   72:     0x58359f80d59f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   73:     0x721f40e63aa4 - <unknown>
[INFO] [stdout]   74:     0x721f40ef0a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::login::test_login stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::login::test_login' (45) 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:     0x58359f80e092 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58359f80e092 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58359f80e092 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58359f80e092 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58359f82624a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58359f82624a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x58359f813796 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x58359f813796 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x58359f7ea9bf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58359f7ea9bf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58359f8055e9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58359ef961fe - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x58359ef961fe - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x58359f805852 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x58359f805852 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x58359f7eaa78 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x58359f7df349 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58359f7ebc2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x58359f82698c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58359f826702 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x58359f23e264 - <core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, dotenvy[b9d5468505f28192]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x58359f229862 - sqlx_postgres[51eb35c8dbaec8f5]::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:     0x58359f22bcce - <sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres as sqlx_core[d1870766949fb255]::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:     0x58359ecfcd3f - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<sqlx_core[d1870766949fb255]::testing::TestContext<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>, sqlx_core[d1870766949fb255]::error::Error>> + core[585f66e14d78f9ba]::marker::Send>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x58359ee92682 - sqlx_core[d1870766949fb255]::testing::run_test::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{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:     0x58359ecfd33d - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x58359ecfd8bd - <core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x58359ec9c55d - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   28:     0x58359ec9969b - tokio[961b183260a897b6]::task::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{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.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x58359ec9969b - tokio[961b183260a897b6]::task::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{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.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x58359ec9969b - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   31:     0x58359ec50360 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::Context>::enter::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   32:     0x58359ec8458d - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   33:     0x58359ec7a164 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   34:     0x58359eeb510b - <tokio[961b183260a897b6]::runtime::context::scoped::Scoped<tokio[961b183260a897b6]::runtime::scheduler::Context>>::set::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x58359ed829c9 - tokio[961b183260a897b6]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x58359eca1d22 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[961b183260a897b6]::runtime::context::Context>>::try_with::<tokio[961b183260a897b6]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x58359ec9d56e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[961b183260a897b6]::runtime::context::Context>>::with::<tokio[961b183260a897b6]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x58359ed7830d - tokio[961b183260a897b6]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x58359ec65ab0 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   40:     0x58359ec6cfe6 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   41:     0x58359ec71110 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x58359ed7ef03 - tokio[961b183260a897b6]::runtime::context::runtime::enter_runtime::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{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.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x58359ec4bca3 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x58359eda2b71 - <tokio[961b183260a897b6]::runtime::runtime::Runtime>::block_on_inner::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   45:     0x58359eda7eb2 - <tokio[961b183260a897b6]::runtime::runtime::Runtime>::block_on::<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   46:     0x58359ecb7db1 - sqlx_core[d1870766949fb255]::rt::test_block_on::<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{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:     0x58359ee72a30 - sqlx_core[d1870766949fb255]::testing::run_test::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{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:     0x58359ee72096 - sqlx_core[d1870766949fb255]::testing::run_test_with_pool::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0}, shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{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:     0x58359eeb06da - <fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::login::test_login::test_login::{closure#0} as sqlx_core[d1870766949fb255]::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:     0x58359ed3dfe7 - shurly[9dcb24670efd6a48]::tests::login::test_login
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/login.rs:3:1
[INFO] [stdout]   51:     0x58359ed03ee7 - shurly[9dcb24670efd6a48]::tests::login::test_login::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/login.rs:3:14
[INFO] [stdout]   52:     0x58359ec484f6 - <shurly[9dcb24670efd6a48]::tests::login::test_login::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x58359ef8a5ab - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x58359ef8a5ab - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x58359ef96e0a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x58359ef912d4 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x58359ef912d4 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x58359ef99902 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x58359ef99902 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   66:     0x58359ef99902 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x58359ef99902 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x58359ef99902 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x58359ef99902 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x58359ef99902 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x58359f80d59f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   72:     0x58359f80d59f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   73:     0x721f40e63aa4 - <unknown>
[INFO] [stdout]   74:     0x721f40ef0a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::notes::test_note_invalid_id stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::notes::test_note_invalid_id' (46) 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:     0x58359f80e092 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58359f80e092 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58359f80e092 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58359f80e092 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58359f82624a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58359f82624a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x58359f813796 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x58359f813796 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x58359f7ea9bf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58359f7ea9bf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58359f8055e9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58359ef961fe - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x58359ef961fe - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x58359f805852 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x58359f805852 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x58359f7eaa78 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x58359f7df349 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58359f7ebc2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x58359f82698c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58359f826702 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x58359f23e264 - <core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, dotenvy[b9d5468505f28192]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x58359f229862 - sqlx_postgres[51eb35c8dbaec8f5]::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:     0x58359f22bcce - <sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres as sqlx_core[d1870766949fb255]::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:     0x58359ecfcd3f - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<sqlx_core[d1870766949fb255]::testing::TestContext<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>, sqlx_core[d1870766949fb255]::error::Error>> + core[585f66e14d78f9ba]::marker::Send>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x58359ee93c02 - sqlx_core[d1870766949fb255]::testing::run_test::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_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:     0x58359ecfd3bd - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x58359ecfd93d - <core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x58359ec9c5dd - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_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.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   28:     0x58359ec999db - tokio[961b183260a897b6]::task::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_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.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x58359ec999db - tokio[961b183260a897b6]::task::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_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.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x58359ec999db - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_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.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   31:     0x58359ec509a0 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::Context>::enter::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_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.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   32:     0x58359ec85aad - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_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.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   33:     0x58359ec7a1a4 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   34:     0x58359eeb53ab - <tokio[961b183260a897b6]::runtime::context::scoped::Scoped<tokio[961b183260a897b6]::runtime::scheduler::Context>>::set::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x58359ed82a49 - tokio[961b183260a897b6]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x58359eca1fa2 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[961b183260a897b6]::runtime::context::Context>>::try_with::<tokio[961b183260a897b6]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x58359ec9d62e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[961b183260a897b6]::runtime::context::Context>>::with::<tokio[961b183260a897b6]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x58359ed7838d - tokio[961b183260a897b6]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x58359ec662f0 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   40:     0x58359ec6d0e6 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   41:     0x58359ec717b0 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_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.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x58359ed7f1e3 - tokio[961b183260a897b6]::runtime::context::runtime::enter_runtime::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_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.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x58359ec4be03 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x58359eda2d91 - <tokio[961b183260a897b6]::runtime::runtime::Runtime>::block_on_inner::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   45:     0x58359eda83e2 - <tokio[961b183260a897b6]::runtime::runtime::Runtime>::block_on::<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   46:     0x58359ecb80eb - sqlx_core[d1870766949fb255]::rt::test_block_on::<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_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:     0x58359ee72b3e - sqlx_core[d1870766949fb255]::testing::run_test::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_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:     0x58359ee72136 - sqlx_core[d1870766949fb255]::testing::run_test_with_pool::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_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:     0x58359eeb073a - <fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::test_note_invalid_id::{closure#0} as sqlx_core[d1870766949fb255]::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:     0x58359ed3e1c7 - shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/notes.rs:88:1
[INFO] [stdout]   51:     0x58359ed03f47 - shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/notes.rs:88:14
[INFO] [stdout]   52:     0x58359ec48576 - <shurly[9dcb24670efd6a48]::tests::notes::test_note_invalid_id::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x58359ef8a5ab - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x58359ef8a5ab - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x58359ef96e0a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x58359ef912d4 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x58359ef912d4 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x58359ef99902 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x58359ef99902 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   66:     0x58359ef99902 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x58359ef99902 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x58359ef99902 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x58359ef99902 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x58359ef99902 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x58359f80d59f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   72:     0x58359f80d59f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   73:     0x721f40e63aa4 - <unknown>
[INFO] [stdout]   74:     0x721f40ef0a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::destination_forward_query_params::test_destination_without_forward_query_param stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::destination_forward_query_params::test_destination_without_forward_query_param' (40) 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:     0x58359f80e092 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58359f80e092 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58359f80e092 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58359f80e092 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58359f82624a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58359f82624a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x58359f813796 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x58359f813796 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x58359f7ea9bf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58359f7ea9bf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58359f8055e9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58359ef961fe - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x58359ef961fe - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x58359f805852 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x58359f805852 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x58359f7eaa78 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x58359f7df349 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58359f7ebc2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x58359f82698c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58359f826702 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x58359f23e264 - <core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, dotenvy[b9d5468505f28192]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x58359f229862 - sqlx_postgres[51eb35c8dbaec8f5]::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:     0x58359f22bcce - <sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres as sqlx_core[d1870766949fb255]::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:     0x58359ecfcd3f - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<sqlx_core[d1870766949fb255]::testing::TestContext<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>, sqlx_core[d1870766949fb255]::error::Error>> + core[585f66e14d78f9ba]::marker::Send>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x58359ee8f0c2 - sqlx_core[d1870766949fb255]::testing::run_test::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{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:     0x58359ecfd1fd - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x58359ecfd77d - <core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x58359ec9c41d - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   28:     0x58359ec98e7b - tokio[961b183260a897b6]::task::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{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.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x58359ec98e7b - tokio[961b183260a897b6]::task::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{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.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x58359ec98e7b - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   31:     0x58359ec4f3c0 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::Context>::enter::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   32:     0x58359ec810bd - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   33:     0x58359ec7a0c4 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   34:     0x58359eeb4a7b - <tokio[961b183260a897b6]::runtime::context::scoped::Scoped<tokio[961b183260a897b6]::runtime::scheduler::Context>>::set::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x58359ed82889 - tokio[961b183260a897b6]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x58359eca16e2 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[961b183260a897b6]::runtime::context::Context>>::try_with::<tokio[961b183260a897b6]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x58359ec9d38e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[961b183260a897b6]::runtime::context::Context>>::with::<tokio[961b183260a897b6]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x58359ed781cd - tokio[961b183260a897b6]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x58359ec64610 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   40:     0x58359ec6cd66 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   41:     0x58359ec70080 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x58359ed7e7d3 - tokio[961b183260a897b6]::runtime::context::runtime::enter_runtime::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{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.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x58359ec4b933 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x58359eda2621 - <tokio[961b183260a897b6]::runtime::runtime::Runtime>::block_on_inner::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   45:     0x58359eda71e2 - <tokio[961b183260a897b6]::runtime::runtime::Runtime>::block_on::<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   46:     0x58359ecb75cf - sqlx_core[d1870766949fb255]::rt::test_block_on::<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{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:     0x58359ee727ae - sqlx_core[d1870766949fb255]::testing::run_test::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{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:     0x58359ee71f06 - sqlx_core[d1870766949fb255]::testing::run_test_with_pool::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{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:     0x58359eeb05ea - <fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::test_destination_without_forward_query_param::{closure#0} as sqlx_core[d1870766949fb255]::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:     0x58359ed3db37 - shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/destination_forward_query_params.rs:64:1
[INFO] [stdout]   51:     0x58359ed03df7 - shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/destination_forward_query_params.rs:64:14
[INFO] [stdout]   52:     0x58359ec483b6 - <shurly[9dcb24670efd6a48]::tests::destination_forward_query_params::test_destination_without_forward_query_param::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x58359ef8a5ab - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x58359ef8a5ab - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x58359ef96e0a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x58359ef912d4 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x58359ef912d4 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x58359ef99902 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x58359ef99902 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   66:     0x58359ef99902 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x58359ef99902 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x58359ef99902 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x58359ef99902 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x58359ef99902 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x58359f80d59f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   72:     0x58359f80d59f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   73:     0x721f40e63aa4 - <unknown>
[INFO] [stdout]   74:     0x721f40ef0a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::emoji::test_emoji_slug stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::emoji::test_emoji_slug' (43) 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:     0x58359f80e092 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58359f80e092 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58359f80e092 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58359f80e092 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58359f82624a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58359f82624a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x58359f813796 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x58359f813796 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x58359f7ea9bf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58359f7ea9bf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58359f8055e9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58359ef961fe - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x58359ef961fe - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x58359f805852 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x58359f805852 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x58359f7eaa78 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x58359f7df349 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58359f7ebc2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x58359f82698c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58359f826702 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x58359f23e264 - <core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, dotenvy[b9d5468505f28192]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x58359f229862 - sqlx_postgres[51eb35c8dbaec8f5]::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:     0x58359f22bcce - <sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres as sqlx_core[d1870766949fb255]::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:     0x58359ecfcd3f - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<sqlx_core[d1870766949fb255]::testing::TestContext<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>, sqlx_core[d1870766949fb255]::error::Error>> + core[585f66e14d78f9ba]::marker::Send>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x58359ee91bc2 - sqlx_core[d1870766949fb255]::testing::run_test::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{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:     0x58359ecfd2fd - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x58359ecfd87d - <core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x58359ec9c51d - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   28:     0x58359ec994fb - tokio[961b183260a897b6]::task::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{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.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x58359ec994fb - tokio[961b183260a897b6]::task::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{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.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x58359ec994fb - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   31:     0x58359ec50040 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::Context>::enter::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   32:     0x58359ec83afd - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   33:     0x58359ec7a144 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   34:     0x58359eeb4fbb - <tokio[961b183260a897b6]::runtime::context::scoped::Scoped<tokio[961b183260a897b6]::runtime::scheduler::Context>>::set::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x58359ed82989 - tokio[961b183260a897b6]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x58359eca1be2 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[961b183260a897b6]::runtime::context::Context>>::try_with::<tokio[961b183260a897b6]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x58359ec9d50e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[961b183260a897b6]::runtime::context::Context>>::with::<tokio[961b183260a897b6]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x58359ed782cd - tokio[961b183260a897b6]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x58359ec65690 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   40:     0x58359ec6cf66 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   41:     0x58359ec70dc0 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x58359ed7ed93 - tokio[961b183260a897b6]::runtime::context::runtime::enter_runtime::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{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.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x58359ec4bbf3 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x58359eda2a61 - <tokio[961b183260a897b6]::runtime::runtime::Runtime>::block_on_inner::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   45:     0x58359eda7c22 - <tokio[961b183260a897b6]::runtime::runtime::Runtime>::block_on::<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   46:     0x58359ecb7c1d - sqlx_core[d1870766949fb255]::rt::test_block_on::<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{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:     0x58359ee729b0 - sqlx_core[d1870766949fb255]::testing::run_test::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{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:     0x58359ee72046 - sqlx_core[d1870766949fb255]::testing::run_test_with_pool::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0}, shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{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:     0x58359eeb06aa - <fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::test_emoji_slug::{closure#0} as sqlx_core[d1870766949fb255]::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:     0x58359ed3def7 - shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/emoji.rs:7:1
[INFO] [stdout]   51:     0x58359ed03eb7 - shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/emoji.rs:7:14
[INFO] [stdout]   52:     0x58359ec484b6 - <shurly[9dcb24670efd6a48]::tests::emoji::test_emoji_slug::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x58359ef8a5ab - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x58359ef8a5ab - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x58359ef96e0a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x58359ef912d4 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x58359ef912d4 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x58359ef99902 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x58359ef99902 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   66:     0x58359ef99902 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x58359ef99902 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x58359ef99902 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x58359ef99902 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x58359ef99902 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x58359f80d59f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   72:     0x58359f80d59f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   73:     0x721f40e63aa4 - <unknown>
[INFO] [stdout]   74:     0x721f40ef0a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::destination_update_is_permanent::test_destination_update_is_permanent stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::destination_update_is_permanent::test_destination_update_is_permanent' (42) 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:     0x58359f80e092 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58359f80e092 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58359f80e092 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58359f80e092 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58359f82624a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58359f82624a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x58359f813796 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x58359f813796 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x58359f7ea9bf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58359f7ea9bf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58359f8055e9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58359ef961fe - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x58359ef961fe - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x58359f805852 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x58359f805852 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x58359f7eaa78 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x58359f7df349 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58359f7ebc2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x58359f82698c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58359f826702 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x58359f23e264 - <core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, dotenvy[b9d5468505f28192]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x58359f229862 - sqlx_postgres[51eb35c8dbaec8f5]::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:     0x58359f22bcce - <sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres as sqlx_core[d1870766949fb255]::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:     0x58359ecfcd3f - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<sqlx_core[d1870766949fb255]::testing::TestContext<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>, sqlx_core[d1870766949fb255]::error::Error>> + core[585f66e14d78f9ba]::marker::Send>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x58359ee8db42 - sqlx_core[d1870766949fb255]::testing::run_test::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{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:     0x58359ecfd17d - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x58359ecfd6fd - <core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x58359ec9c39d - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   28:     0x58359ec98b3b - tokio[961b183260a897b6]::task::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{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.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x58359ec98b3b - tokio[961b183260a897b6]::task::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{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.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x58359ec98b3b - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   31:     0x58359ec4ed80 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::Context>::enter::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   32:     0x58359ec7fb9d - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   33:     0x58359ec7a084 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   34:     0x58359eeb47db - <tokio[961b183260a897b6]::runtime::context::scoped::Scoped<tokio[961b183260a897b6]::runtime::scheduler::Context>>::set::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x58359ed82809 - tokio[961b183260a897b6]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x58359eca1462 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[961b183260a897b6]::runtime::context::Context>>::try_with::<tokio[961b183260a897b6]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x58359ec9d2ce - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[961b183260a897b6]::runtime::context::Context>>::with::<tokio[961b183260a897b6]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x58359ed7814d - tokio[961b183260a897b6]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x58359ec63dd0 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   40:     0x58359ec6cc66 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   41:     0x58359ec6f9e0 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x58359ed7e4f3 - tokio[961b183260a897b6]::runtime::context::runtime::enter_runtime::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{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.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x58359ec4b7d3 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x58359eda2401 - <tokio[961b183260a897b6]::runtime::runtime::Runtime>::block_on_inner::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   45:     0x58359eda6cc2 - <tokio[961b183260a897b6]::runtime::runtime::Runtime>::block_on::<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   46:     0x58359ecb72ab - sqlx_core[d1870766949fb255]::rt::test_block_on::<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{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:     0x58359ee726ae - sqlx_core[d1870766949fb255]::testing::run_test::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{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:     0x58359ee71e66 - sqlx_core[d1870766949fb255]::testing::run_test_with_pool::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}, shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{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:     0x58359eeb058a - <fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::test_destination_update_is_permanent::{closure#0} as sqlx_core[d1870766949fb255]::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:     0x58359ed3d957 - shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/destination_update_is_permanent.rs:5:1
[INFO] [stdout]   51:     0x58359ed03d97 - shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/destination_update_is_permanent.rs:5:14
[INFO] [stdout]   52:     0x58359ec48336 - <shurly[9dcb24670efd6a48]::tests::destination_update_is_permanent::test_destination_update_is_permanent::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x58359ef8a5ab - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x58359ef8a5ab - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x58359ef96e0a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x58359ef912d4 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x58359ef912d4 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x58359ef99902 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x58359ef99902 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   66:     0x58359ef99902 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x58359ef99902 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x58359ef99902 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x58359ef99902 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x58359ef99902 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x58359f80d59f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   72:     0x58359f80d59f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   73:     0x721f40e63aa4 - <unknown>
[INFO] [stdout]   74:     0x721f40ef0a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::invalid_json::test_invalid_json stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::invalid_json::test_invalid_json' (44) 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:     0x58359f80e092 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58359f80e092 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58359f80e092 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58359f80e092 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58359f82624a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58359f82624a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x58359f813796 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x58359f813796 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x58359f7ea9bf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58359f7ea9bf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58359f8055e9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58359ef961fe - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x58359ef961fe - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x58359f805852 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x58359f805852 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x58359f7eaa78 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x58359f7df349 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58359f7ebc2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x58359f82698c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58359f826702 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x58359f23e264 - <core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, dotenvy[b9d5468505f28192]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x58359f229862 - sqlx_postgres[51eb35c8dbaec8f5]::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:     0x58359f22bcce - <sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres as sqlx_core[d1870766949fb255]::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:     0x58359ecfcd3f - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<sqlx_core[d1870766949fb255]::testing::TestContext<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>, sqlx_core[d1870766949fb255]::error::Error>> + core[585f66e14d78f9ba]::marker::Send>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x58359ee89002 - sqlx_core[d1870766949fb255]::testing::run_test::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{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:     0x58359ecfcfbd - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x58359ecfd53d - <core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x58359ec9c1dd - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   28:     0x58359ec97fdb - tokio[961b183260a897b6]::task::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{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.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x58359ec97fdb - tokio[961b183260a897b6]::task::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{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.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x58359ec97fdb - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   31:     0x58359ec4d7a0 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::Context>::enter::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   32:     0x58359ec7b1ad - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   33:     0x58359ec79fa4 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   34:     0x58359eeb3eab - <tokio[961b183260a897b6]::runtime::context::scoped::Scoped<tokio[961b183260a897b6]::runtime::scheduler::Context>>::set::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x58359ed82649 - tokio[961b183260a897b6]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x58359eca0ba2 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[961b183260a897b6]::runtime::context::Context>>::try_with::<tokio[961b183260a897b6]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x58359ec9d02e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[961b183260a897b6]::runtime::context::Context>>::with::<tokio[961b183260a897b6]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x58359ed77f8d - tokio[961b183260a897b6]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x58359ec620f0 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   40:     0x58359ec6c8e6 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   41:     0x58359ec6e2b0 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x58359ed7dae3 - tokio[961b183260a897b6]::runtime::context::runtime::enter_runtime::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{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.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x58359ec4b303 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x58359eda1c91 - <tokio[961b183260a897b6]::runtime::runtime::Runtime>::block_on_inner::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   45:     0x58359eda5ac2 - <tokio[961b183260a897b6]::runtime::runtime::Runtime>::block_on::<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   46:     0x58359ecb676b - sqlx_core[d1870766949fb255]::rt::test_block_on::<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{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:     0x58359ee7231e - sqlx_core[d1870766949fb255]::testing::run_test::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{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:     0x58359ee71c36 - sqlx_core[d1870766949fb255]::testing::run_test_with_pool::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0}, shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{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:     0x58359eeb043a - <fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::test_invalid_json::{closure#0} as sqlx_core[d1870766949fb255]::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:     0x58359ed3d2c7 - shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/invalid_json.rs:5:1
[INFO] [stdout]   51:     0x58359ed03c47 - shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/invalid_json.rs:5:14
[INFO] [stdout]   52:     0x58359ec48176 - <shurly[9dcb24670efd6a48]::tests::invalid_json::test_invalid_json::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x58359ef8a5ab - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x58359ef8a5ab - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x58359ef96e0a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x58359ef912d4 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x58359ef912d4 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x58359ef99902 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x58359ef99902 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   66:     0x58359ef99902 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x58359ef99902 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x58359ef99902 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x58359ef99902 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x58359ef99902 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x58359f80d59f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   72:     0x58359f80d59f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   73:     0x721f40e63aa4 - <unknown>
[INFO] [stdout]   74:     0x721f40ef0a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::notes::test_notes stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::notes::test_notes' (47) 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:     0x58359f80e092 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58359f80e092 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58359f80e092 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58359f80e092 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58359f82624a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58359f82624a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x58359f813796 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x58359f813796 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x58359f7ea9bf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58359f7ea9bf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58359f8055e9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58359ef961fe - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x58359ef961fe - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x58359f805852 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x58359f805852 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x58359f7eaa78 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x58359f7df349 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58359f7ebc2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x58359f82698c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58359f826702 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x58359f23e264 - <core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, dotenvy[b9d5468505f28192]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x58359f229862 - sqlx_postgres[51eb35c8dbaec8f5]::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:     0x58359f22bcce - <sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres as sqlx_core[d1870766949fb255]::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:     0x58359ecfcd3f - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<sqlx_core[d1870766949fb255]::testing::TestContext<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>, sqlx_core[d1870766949fb255]::error::Error>> + core[585f66e14d78f9ba]::marker::Send>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x58359ee93142 - sqlx_core[d1870766949fb255]::testing::run_test::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{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:     0x58359ecfd37d - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x58359ecfd8fd - <core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x58359ec9c59d - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   28:     0x58359ec9983b - tokio[961b183260a897b6]::task::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{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.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x58359ec9983b - tokio[961b183260a897b6]::task::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{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.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x58359ec9983b - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   31:     0x58359ec50680 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::Context>::enter::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   32:     0x58359ec8501d - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   33:     0x58359ec7a184 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   34:     0x58359eeb525b - <tokio[961b183260a897b6]::runtime::context::scoped::Scoped<tokio[961b183260a897b6]::runtime::scheduler::Context>>::set::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x58359ed82a09 - tokio[961b183260a897b6]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x58359eca1e62 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[961b183260a897b6]::runtime::context::Context>>::try_with::<tokio[961b183260a897b6]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x58359ec9d5ce - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[961b183260a897b6]::runtime::context::Context>>::with::<tokio[961b183260a897b6]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x58359ed7834d - tokio[961b183260a897b6]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x58359ec65ed0 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   40:     0x58359ec6d066 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   41:     0x58359ec71460 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x58359ed7f073 - tokio[961b183260a897b6]::runtime::context::runtime::enter_runtime::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{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.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x58359ec4bd53 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x58359eda2c81 - <tokio[961b183260a897b6]::runtime::runtime::Runtime>::block_on_inner::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   45:     0x58359eda8151 - <tokio[961b183260a897b6]::runtime::runtime::Runtime>::block_on::<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   46:     0x58359ecb7f50 - sqlx_core[d1870766949fb255]::rt::test_block_on::<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{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:     0x58359ee72abc - sqlx_core[d1870766949fb255]::testing::run_test::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{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:     0x58359ee720e6 - sqlx_core[d1870766949fb255]::testing::run_test_with_pool::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0}, shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{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:     0x58359eeb070a - <fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::notes::test_notes::test_notes::{closure#0} as sqlx_core[d1870766949fb255]::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:     0x58359ed3e0d7 - shurly[9dcb24670efd6a48]::tests::notes::test_notes
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/notes.rs:5:1
[INFO] [stdout]   51:     0x58359ed03f17 - shurly[9dcb24670efd6a48]::tests::notes::test_notes::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/notes.rs:5:14
[INFO] [stdout]   52:     0x58359ec48536 - <shurly[9dcb24670efd6a48]::tests::notes::test_notes::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x58359ef8a5ab - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x58359ef8a5ab - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x58359ef96e0a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x58359ef912d4 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x58359ef912d4 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x58359ef99902 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x58359ef99902 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   66:     0x58359ef99902 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x58359ef99902 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x58359ef99902 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x58359ef99902 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x58359ef99902 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x58359f80d59f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   72:     0x58359f80d59f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   73:     0x721f40e63aa4 - <unknown>
[INFO] [stdout]   74:     0x721f40ef0a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::root::test_root stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::root::test_root' (48) 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:     0x58359f80e092 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58359f80e092 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58359f80e092 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58359f80e092 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58359f82624a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58359f82624a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x58359f813796 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x58359f813796 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x58359f7ea9bf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58359f7ea9bf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58359f8055e9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58359ef961fe - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x58359ef961fe - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x58359f805852 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x58359f805852 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x58359f7eaa78 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x58359f7df349 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58359f7ebc2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x58359f82698c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58359f826702 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x58359f23e264 - <core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, dotenvy[b9d5468505f28192]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x58359f229862 - sqlx_postgres[51eb35c8dbaec8f5]::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:     0x58359f22bcce - <sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres as sqlx_core[d1870766949fb255]::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:     0x58359ecfcd3f - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<sqlx_core[d1870766949fb255]::testing::TestContext<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>, sqlx_core[d1870766949fb255]::error::Error>> + core[585f66e14d78f9ba]::marker::Send>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x58359ee91102 - sqlx_core[d1870766949fb255]::testing::run_test::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{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:     0x58359ecfd2bd - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x58359ecfd83d - <core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x58359ec9c4dd - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   28:     0x58359ec9935b - tokio[961b183260a897b6]::task::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{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.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x58359ec9935b - tokio[961b183260a897b6]::task::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{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.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x58359ec9935b - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   31:     0x58359ec4fd20 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::Context>::enter::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   32:     0x58359ec8306d - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   33:     0x58359ec7a124 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   34:     0x58359eeb4e6b - <tokio[961b183260a897b6]::runtime::context::scoped::Scoped<tokio[961b183260a897b6]::runtime::scheduler::Context>>::set::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x58359ed82949 - tokio[961b183260a897b6]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x58359eca1aa2 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[961b183260a897b6]::runtime::context::Context>>::try_with::<tokio[961b183260a897b6]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x58359ec9d4ae - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[961b183260a897b6]::runtime::context::Context>>::with::<tokio[961b183260a897b6]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x58359ed7828d - tokio[961b183260a897b6]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x58359ec65270 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   40:     0x58359ec6cee6 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   41:     0x58359ec70a70 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x58359ed7ec23 - tokio[961b183260a897b6]::runtime::context::runtime::enter_runtime::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{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.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x58359ec4bb43 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x58359eda2951 - <tokio[961b183260a897b6]::runtime::runtime::Runtime>::block_on_inner::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   45:     0x58359eda7992 - <tokio[961b183260a897b6]::runtime::runtime::Runtime>::block_on::<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   46:     0x58359ecb7a81 - sqlx_core[d1870766949fb255]::rt::test_block_on::<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{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:     0x58359ee72930 - sqlx_core[d1870766949fb255]::testing::run_test::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{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:     0x58359ee71ff6 - sqlx_core[d1870766949fb255]::testing::run_test_with_pool::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{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:     0x58359eeb067a - <fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root::test_root::{closure#0} as sqlx_core[d1870766949fb255]::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:     0x58359ed3de07 - shurly[9dcb24670efd6a48]::tests::root::test_root
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/root.rs:5:1
[INFO] [stdout]   51:     0x58359ed03e87 - shurly[9dcb24670efd6a48]::tests::root::test_root::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/root.rs:5:14
[INFO] [stdout]   52:     0x58359ec48476 - <shurly[9dcb24670efd6a48]::tests::root::test_root::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x58359ef8a5ab - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x58359ef8a5ab - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x58359ef96e0a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x58359ef912d4 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x58359ef912d4 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x58359ef99902 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x58359ef99902 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   66:     0x58359ef99902 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x58359ef99902 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x58359ef99902 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x58359ef99902 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x58359ef99902 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x58359f80d59f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   72:     0x58359f80d59f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   73:     0x721f40e63aa4 - <unknown>
[INFO] [stdout]   74:     0x721f40ef0a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::root::test_root_with_invalid_utf8 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::root::test_root_with_invalid_utf8' (49) 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:     0x58359f80e092 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58359f80e092 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58359f80e092 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58359f80e092 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58359f82624a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58359f82624a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x58359f813796 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x58359f813796 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x58359f7ea9bf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58359f7ea9bf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58359f8055e9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58359ef961fe - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x58359ef961fe - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x58359f805852 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x58359f805852 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x58359f7eaa78 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x58359f7df349 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58359f7ebc2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x58359f82698c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58359f826702 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x58359f23e264 - <core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, dotenvy[b9d5468505f28192]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x58359f229862 - sqlx_postgres[51eb35c8dbaec8f5]::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:     0x58359f22bcce - <sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres as sqlx_core[d1870766949fb255]::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:     0x58359ecfcd3f - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<sqlx_core[d1870766949fb255]::testing::TestContext<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>, sqlx_core[d1870766949fb255]::error::Error>> + core[585f66e14d78f9ba]::marker::Send>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x58359ee90642 - sqlx_core[d1870766949fb255]::testing::run_test::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{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:     0x58359ecfd27d - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x58359ecfd7fd - <core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x58359ec9c49d - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   28:     0x58359ec991bb - tokio[961b183260a897b6]::task::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{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.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x58359ec991bb - tokio[961b183260a897b6]::task::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{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.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x58359ec991bb - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   31:     0x58359ec4fa00 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::Context>::enter::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   32:     0x58359ec825dd - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   33:     0x58359ec7a104 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   34:     0x58359eeb4d1b - <tokio[961b183260a897b6]::runtime::context::scoped::Scoped<tokio[961b183260a897b6]::runtime::scheduler::Context>>::set::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x58359ed82909 - tokio[961b183260a897b6]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x58359eca1962 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[961b183260a897b6]::runtime::context::Context>>::try_with::<tokio[961b183260a897b6]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x58359ec9d44e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[961b183260a897b6]::runtime::context::Context>>::with::<tokio[961b183260a897b6]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x58359ed7824d - tokio[961b183260a897b6]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x58359ec64e50 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   40:     0x58359ec6ce66 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   41:     0x58359ec70720 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x58359ed7eab3 - tokio[961b183260a897b6]::runtime::context::runtime::enter_runtime::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{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.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x58359ec4ba93 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x58359eda2841 - <tokio[961b183260a897b6]::runtime::runtime::Runtime>::block_on_inner::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   45:     0x58359eda7702 - <tokio[961b183260a897b6]::runtime::runtime::Runtime>::block_on::<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   46:     0x58359ecb78f1 - sqlx_core[d1870766949fb255]::rt::test_block_on::<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{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:     0x58359ee728b0 - sqlx_core[d1870766949fb255]::testing::run_test::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{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:     0x58359ee71fa6 - sqlx_core[d1870766949fb255]::testing::run_test_with_pool::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{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:     0x58359eeb064a - <fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::test_root_with_invalid_utf8::{closure#0} as sqlx_core[d1870766949fb255]::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:     0x58359ed3dd17 - shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/root.rs:23:1
[INFO] [stdout]   51:     0x58359ed03e57 - shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/root.rs:23:14
[INFO] [stdout]   52:     0x58359ec48436 - <shurly[9dcb24670efd6a48]::tests::root::test_root_with_invalid_utf8::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x58359ef8a5ab - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x58359ef8a5ab - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x58359ef96e0a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x58359ef912d4 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x58359ef912d4 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x58359ef99902 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x58359ef99902 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   66:     0x58359ef99902 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x58359ef99902 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x58359ef99902 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x58359ef99902 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x58359ef99902 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x58359f80d59f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   72:     0x58359f80d59f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   73:     0x721f40e63aa4 - <unknown>
[INFO] [stdout]   74:     0x721f40ef0a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::root::test_root_with_valid_utf8 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::root::test_root_with_valid_utf8' (50) 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:     0x58359f80e092 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58359f80e092 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58359f80e092 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58359f80e092 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58359f82624a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58359f82624a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x58359f813796 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x58359f813796 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x58359f7ea9bf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58359f7ea9bf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58359f8055e9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58359ef961fe - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x58359ef961fe - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x58359f805852 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x58359f805852 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x58359f7eaa78 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x58359f7df349 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58359f7ebc2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x58359f82698c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58359f826702 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x58359f23e264 - <core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, dotenvy[b9d5468505f28192]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x58359f229862 - sqlx_postgres[51eb35c8dbaec8f5]::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:     0x58359f22bcce - <sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres as sqlx_core[d1870766949fb255]::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:     0x58359ecfcd3f - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<sqlx_core[d1870766949fb255]::testing::TestContext<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>, sqlx_core[d1870766949fb255]::error::Error>> + core[585f66e14d78f9ba]::marker::Send>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x58359ee8fb82 - sqlx_core[d1870766949fb255]::testing::run_test::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{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:     0x58359ecfd23d - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x58359ecfd7bd - <core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x58359ec9c45d - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   28:     0x58359ec9901b - tokio[961b183260a897b6]::task::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{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.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x58359ec9901b - tokio[961b183260a897b6]::task::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{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.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x58359ec9901b - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   31:     0x58359ec4f6e0 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::Context>::enter::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   32:     0x58359ec81b4d - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   33:     0x58359ec7a0e4 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   34:     0x58359eeb4bcb - <tokio[961b183260a897b6]::runtime::context::scoped::Scoped<tokio[961b183260a897b6]::runtime::scheduler::Context>>::set::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x58359ed828c9 - tokio[961b183260a897b6]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x58359eca1822 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[961b183260a897b6]::runtime::context::Context>>::try_with::<tokio[961b183260a897b6]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x58359ec9d3ee - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[961b183260a897b6]::runtime::context::Context>>::with::<tokio[961b183260a897b6]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x58359ed7820d - tokio[961b183260a897b6]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x58359ec64a30 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   40:     0x58359ec6cde6 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   41:     0x58359ec703d0 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stderr] error: test failed, to rerun pass `--bin shurly`
[INFO] [stdout]   42:     0x58359ed7e943 - tokio[961b183260a897b6]::runtime::context::runtime::enter_runtime::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{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.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x58359ec4b9e3 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x58359eda2731 - <tokio[961b183260a897b6]::runtime::runtime::Runtime>::block_on_inner::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   45:     0x58359eda7472 - <tokio[961b183260a897b6]::runtime::runtime::Runtime>::block_on::<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   46:     0x58359ecb7761 - sqlx_core[d1870766949fb255]::rt::test_block_on::<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{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:     0x58359ee72830 - sqlx_core[d1870766949fb255]::testing::run_test::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{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:     0x58359ee71f56 - sqlx_core[d1870766949fb255]::testing::run_test_with_pool::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0}, shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{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:     0x58359eeb061a - <fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::test_root_with_valid_utf8::{closure#0} as sqlx_core[d1870766949fb255]::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:     0x58359ed3dc27 - shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/root.rs:14:1
[INFO] [stdout]   51:     0x58359ed03e27 - shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/root.rs:14:14
[INFO] [stdout]   52:     0x58359ec483f6 - <shurly[9dcb24670efd6a48]::tests::root::test_root_with_valid_utf8::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x58359ef8a5ab - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x58359ef8a5ab - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x58359ef96e0a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x58359ef912d4 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x58359ef912d4 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x58359ef99902 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x58359ef99902 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   66:     0x58359ef99902 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x58359ef99902 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x58359ef99902 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x58359ef99902 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x58359ef99902 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x58359f80d59f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   72:     0x58359f80d59f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   73:     0x721f40e63aa4 - <unknown>
[INFO] [stdout]   74:     0x721f40ef0a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::users::test_users stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::users::test_users' (51) 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:     0x58359f80e092 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58359f80e092 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58359f80e092 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58359f80e092 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58359f82624a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58359f82624a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x58359f813796 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x58359f813796 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x58359f7ea9bf - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58359f7ea9bf - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58359f8055e9 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58359ef961fe - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x58359ef961fe - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x58359f805852 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x58359f805852 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x58359f7eaa78 - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x58359f7df349 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58359f7ebc2d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x58359f82698c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58359f826702 - core[585f66e14d78f9ba]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x58359f23e264 - <core[585f66e14d78f9ba]::result::Result<alloc[15e7b27aba85d2e2]::string::String, dotenvy[b9d5468505f28192]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x58359f229862 - sqlx_postgres[51eb35c8dbaec8f5]::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:     0x58359f22bcce - <sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres as sqlx_core[d1870766949fb255]::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:     0x58359ecfcd3f - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::future::future::Future<Output = core[585f66e14d78f9ba]::result::Result<sqlx_core[d1870766949fb255]::testing::TestContext<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>, sqlx_core[d1870766949fb255]::error::Error>> + core[585f66e14d78f9ba]::marker::Send>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x58359ee946c2 - sqlx_core[d1870766949fb255]::testing::run_test::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{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:     0x58359ecfd3fd - <core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x58359ecfd97d - <core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>> as core[585f66e14d78f9ba]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/future/future.rs:133:9
[INFO] [stdout]   27:     0x58359ec9c61d - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   28:     0x58359ec99b7b - tokio[961b183260a897b6]::task::coop::with_budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{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.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   29:     0x58359ec99b7b - tokio[961b183260a897b6]::task::coop::budget::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{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.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   30:     0x58359ec99b7b - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   31:     0x58359ec50cc0 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::Context>::enter::<core[585f66e14d78f9ba]::task::poll::Poll<()>, <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   32:     0x58359ec8653d - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   33:     0x58359ec7a1c4 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   34:     0x58359eeb54fb - <tokio[961b183260a897b6]::runtime::context::scoped::Scoped<tokio[961b183260a897b6]::runtime::scheduler::Context>>::set::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   35:     0x58359ed82a89 - tokio[961b183260a897b6]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   36:     0x58359eca20e2 - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[961b183260a897b6]::runtime::context::Context>>::try_with::<tokio[961b183260a897b6]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x58359ec9d68e - <std[3f03f8b59f91bef1]::thread::local::LocalKey<tokio[961b183260a897b6]::runtime::context::Context>>::with::<tokio[961b183260a897b6]::runtime::context::set_scheduler<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x58359ed783cd - tokio[961b183260a897b6]::runtime::context::set_scheduler::<(alloc[15e7b27aba85d2e2]::boxed::Box<tokio[961b183260a897b6]::runtime::scheduler::current_thread::Core>, core[585f66e14d78f9ba]::option::Option<()>), <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   39:     0x58359ec66710 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>::{closure#0}, core[585f66e14d78f9ba]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   40:     0x58359ec6d166 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[585f66e14d78f9ba]::pin::Pin<&mut core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   41:     0x58359ec71b00 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{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.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   42:     0x58359ed7f353 - tokio[961b183260a897b6]::runtime::context::runtime::enter_runtime::<<tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{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.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   43:     0x58359ec4beb3 - <tokio[961b183260a897b6]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   44:     0x58359eda2ea1 - <tokio[961b183260a897b6]::runtime::runtime::Runtime>::block_on_inner::<core[585f66e14d78f9ba]::pin::Pin<alloc[15e7b27aba85d2e2]::boxed::Box<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   45:     0x58359eda8681 - <tokio[961b183260a897b6]::runtime::runtime::Runtime>::block_on::<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:340:18
[INFO] [stdout]   46:     0x58359ecb8280 - sqlx_core[d1870766949fb255]::rt::test_block_on::<sqlx_core[d1870766949fb255]::testing::run_test<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{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:     0x58359ee72bcf - sqlx_core[d1870766949fb255]::testing::run_test::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}>::{closure#0}, sqlx_core[d1870766949fb255]::testing::run_test_with_pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{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:     0x58359ee72186 - sqlx_core[d1870766949fb255]::testing::run_test_with_pool::<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres, fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0}, shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{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:     0x58359eeb076a - <fn(sqlx_core[d1870766949fb255]::pool::Pool<sqlx_postgres[51eb35c8dbaec8f5]::database::Postgres>) -> shurly[9dcb24670efd6a48]::tests::users::test_users::test_users::{closure#0} as sqlx_core[d1870766949fb255]::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:     0x58359ed3e2b7 - shurly[9dcb24670efd6a48]::tests::users::test_users
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/users.rs:5:1
[INFO] [stdout]   51:     0x58359ed03f77 - shurly[9dcb24670efd6a48]::tests::users::test_users::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/users.rs:5:14
[INFO] [stdout]   52:     0x58359ec485b6 - <shurly[9dcb24670efd6a48]::tests::users::test_users::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   53:     0x58359ef8a5ab - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   54:     0x58359ef8a5ab - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   55:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   56:     0x58359ef96e0a - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   57:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x58359ef96e0a - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   61:     0x58359ef96e0a - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   62:     0x58359ef912d4 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   63:     0x58359ef912d4 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   64:     0x58359ef99902 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   65:     0x58359ef99902 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   66:     0x58359ef99902 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   67:     0x58359ef99902 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x58359ef99902 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x58359ef99902 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   70:     0x58359ef99902 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x58359f80d59f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   72:     0x58359f80d59f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   73:     0x721f40e63aa4 - <unknown>
[INFO] [stdout]   74:     0x721f40ef0a64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::aliases::test_alias_invalid_id
[INFO] [stdout]     tests::aliases::test_aliases
[INFO] [stdout]     tests::change_password::test_change_password
[INFO] [stdout]     tests::destination::test_destination
[INFO] [stdout]     tests::destination_create::test_destination_create
[INFO] [stdout]     tests::destination_create::test_destination_create_api_prefix
[INFO] [stdout]     tests::destination_create::test_destination_create_unicode_normalization
[INFO] [stdout]     tests::destination_delete_is_permanent::test_destination_delete_is_permanent
[INFO] [stdout]     tests::destination_forward_query_params::test_destination_forward_query_param
[INFO] [stdout]     tests::destination_forward_query_params::test_destination_without_forward_query_param
[INFO] [stdout]     tests::destination_update::test_destination_update
[INFO] [stdout]     tests::destination_update_is_permanent::test_destination_update_is_permanent
[INFO] [stdout]     tests::emoji::test_emoji_slug
[INFO] [stdout]     tests::invalid_json::test_invalid_json
[INFO] [stdout]     tests::login::test_login
[INFO] [stdout]     tests::notes::test_note_invalid_id
[INFO] [stdout]     tests::notes::test_notes
[INFO] [stdout]     tests::root::test_root
[INFO] [stdout]     tests::root::test_root_with_invalid_utf8
[INFO] [stdout]     tests::root::test_root_with_valid_utf8
[INFO] [stdout]     tests::users::test_users
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 6 passed; 21 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "a172eab0dbf12fa15603e8db476f717798cc9a0b0ebc4038eb7233b6589a14f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a172eab0dbf12fa15603e8db476f717798cc9a0b0ebc4038eb7233b6589a14f4", kill_on_drop: false }`
[INFO] [stdout] a172eab0dbf12fa15603e8db476f717798cc9a0b0ebc4038eb7233b6589a14f4
