[INFO] cloning repository https://github.com/AndrewRadev/rust-spotiferris
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AndrewRadev/rust-spotiferris" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAndrewRadev%2Frust-spotiferris", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAndrewRadev%2Frust-spotiferris'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ca6094f2d22c7e641ca81fb3e77e6caed3760837
[INFO] testing AndrewRadev/rust-spotiferris against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAndrewRadev%2Frust-spotiferris" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/AndrewRadev/rust-spotiferris
[INFO] finished tweaking git repo https://github.com/AndrewRadev/rust-spotiferris
[INFO] tweaked toml for git repo https://github.com/AndrewRadev/rust-spotiferris written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AndrewRadev/rust-spotiferris on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AndrewRadev/rust-spotiferris already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3ca7ce5c147307d27451e88fed6c5fd2f4b4e88c2d42276e39870666f86dfb88
[INFO] running `Command { std: "docker" "start" "3ca7ce5c147307d27451e88fed6c5fd2f4b4e88c2d42276e39870666f86dfb88", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3ca7ce5c147307d27451e88fed6c5fd2f4b4e88c2d42276e39870666f86dfb88", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3ca7ce5c147307d27451e88fed6c5fd2f4b4e88c2d42276e39870666f86dfb88" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3ca7ce5c147307d27451e88fed6c5fd2f4b4e88c2d42276e39870666f86dfb88", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3ca7ce5c147307d27451e88fed6c5fd2f4b4e88c2d42276e39870666f86dfb88" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.139
[INFO] [stderr]    Compiling proc-macro2 v1.0.49
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling unicode-ident v1.0.6
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling bytes v1.3.0
[INFO] [stderr]    Compiling serde_derive v1.0.151
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling serde v1.0.151
[INFO] [stderr]    Compiling parking_lot_core v0.9.5
[INFO] [stderr]    Compiling itoa v1.0.5
[INFO] [stderr]    Compiling futures-channel v0.3.25
[INFO] [stderr]    Compiling cpufeatures v0.2.5
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling jobserver v0.1.25
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling tokio v1.25.0
[INFO] [stderr]    Compiling block-buffer v0.10.3
[INFO] [stderr]    Compiling cc v1.0.78
[INFO] [stderr]    Compiling paste v1.0.11
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling rustls v0.20.7
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling ryu v1.0.12
[INFO] [stderr]    Compiling serde_json v1.0.91
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling inout v0.1.3
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling digest v0.10.6
[INFO] [stderr]    Compiling bytestring v1.2.0
[INFO] [stderr]    Compiling aho-corasick v0.7.20
[INFO] [stderr]    Compiling local-waker v0.1.3
[INFO] [stderr]    Compiling miniz_oxide v0.6.2
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling socket2 v0.4.7
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling mio v0.8.5
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling zstd-sys v2.0.4+zstd.1.5.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling cipher v0.4.3
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling universal-hash v0.5.0
[INFO] [stderr]    Compiling polyval v0.6.0
[INFO] [stderr]    Compiling hkdf v0.12.3
[INFO] [stderr]    Compiling sha2 v0.10.6
[INFO] [stderr]    Compiling sha1 v0.10.5
[INFO] [stderr]    Compiling regex v1.7.0
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]    Compiling nom v7.1.1
[INFO] [stderr]    Compiling time-core v0.1.0
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling crossbeam-utils v0.8.14
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling time-macros v0.2.6
[INFO] [stderr]    Compiling flate2 v1.0.25
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling brotli-decompressor v2.3.2
[INFO] [stderr]    Compiling ghash v0.5.0
[INFO] [stderr]    Compiling ctr v0.9.2
[INFO] [stderr]    Compiling aes v0.8.2
[INFO] [stderr]    Compiling aead v0.5.1
[INFO] [stderr]    Compiling actix-utils v3.0.1
[INFO] [stderr]    Compiling actix-service v2.0.2
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]    Compiling futures-task v0.3.25
[INFO] [stderr]    Compiling futures-macro v0.3.25
[INFO] [stderr]    Compiling thiserror-impl v1.0.38
[INFO] [stderr]    Compiling crossbeam-queue v0.3.8
[INFO] [stderr]    Compiling tokio-util v0.7.4
[INFO] [stderr]    Compiling actix-rt v2.7.0
[INFO] [stderr]    Compiling futures-util v0.3.25
[INFO] [stderr]    Compiling thiserror v1.0.38
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling actix-codec v0.5.0
[INFO] [stderr]    Compiling brotli v3.3.4
[INFO] [stderr]    Compiling aes-gcm v0.10.3
[INFO] [stderr]    Compiling time v0.3.17
[INFO] [stderr]    Compiling base64 v0.20.0
[INFO] [stderr]    Compiling futures-sink v0.3.25
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling io-lifetimes v1.0.3
[INFO] [stderr]    Compiling askama_escape v0.10.3
[INFO] [stderr]    Compiling local-channel v0.1.3
[INFO] [stderr]    Compiling h2 v0.3.17
[INFO] [stderr]    Compiling crc-catalog v2.1.0
[INFO] [stderr]    Compiling actix-server v2.1.1
[INFO] [stderr]    Compiling crc v3.0.0
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling actix-macros v0.2.3
[INFO] [stderr]    Compiling atoi v1.0.0
[INFO] [stderr]    Compiling rustls-pemfile v1.0.1
[INFO] [stderr]    Compiling stringprep v0.1.2
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling rustix v0.36.5
[INFO] [stderr]    Compiling whoami v1.2.3
[INFO] [stderr]    Compiling dotenvy v0.15.6
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]    Compiling actix-router v0.5.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling toml v0.5.10
[INFO] [stderr]    Compiling futures-intrusive v0.4.2
[INFO] [stderr]    Compiling actix-web-codegen v4.1.0
[INFO] [stderr]    Compiling tokio-stream v0.1.11
[INFO] [stderr]    Compiling hashlink v0.8.1
[INFO] [stderr]    Compiling chrono v0.4.23
[INFO] [stderr]    Compiling sqlformat v0.2.0
[INFO] [stderr]    Compiling time v0.1.45
[INFO] [stderr]    Compiling md-5 v0.10.5
[INFO] [stderr]    Compiling url v2.3.1
[INFO] [stderr]    Compiling async-trait v0.1.60
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling anyhow v1.0.68
[INFO] [stderr]    Compiling linux-raw-sys v0.1.4
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling unicode-segmentation v1.10.0
[INFO] [stderr]    Compiling askama_shared v0.12.2
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]    Compiling humansize v1.1.1
[INFO] [stderr]    Compiling unchecked-index v0.2.2
[INFO] [stderr]    Compiling twoway v0.2.2
[INFO] [stderr]    Compiling is-terminal v0.4.2
[INFO] [stderr]    Compiling futures-executor v0.3.25
[INFO] [stderr]    Compiling sanitize-filename v0.4.0
[INFO] [stderr]    Compiling env_logger v0.10.0
[INFO] [stderr]    Compiling futures v0.3.25
[INFO] [stderr]    Compiling id3 v1.5.1
[INFO] [stderr]    Compiling mp3-duration v0.1.10
[INFO] [stderr]    Compiling askama_derive v0.11.2
[INFO] [stderr]    Compiling webpki v0.22.2
[INFO] [stderr]    Compiling sct v0.7.0
[INFO] [stderr]    Compiling webpki-roots v0.22.6
[INFO] [stderr]    Compiling askama v0.11.1
[INFO] [stderr]    Compiling tokio-rustls v0.23.4
[INFO] [stderr]    Compiling sqlx-rt v0.6.2
[INFO] [stderr]    Compiling sqlx-core v0.6.2
[INFO] [stderr]    Compiling zstd-safe v5.0.2+zstd.1.5.2
[INFO] [stderr]    Compiling zstd v0.11.2+zstd.1.5.2
[INFO] [stderr]    Compiling actix-http v3.2.2
[INFO] [stderr]    Compiling actix-web v4.2.1
[INFO] [stderr]    Compiling sqlx-macros v0.6.2
[INFO] [stderr]    Compiling actix-files v0.6.2
[INFO] [stderr]    Compiling actix-session v0.7.2
[INFO] [stderr]    Compiling actix-multipart v0.4.0
[INFO] [stderr]    Compiling sqlx v0.6.2
[INFO] [stderr]    Compiling spotiferris v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 57s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: sqlx-core v0.6.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "3ca7ce5c147307d27451e88fed6c5fd2f4b4e88c2d42276e39870666f86dfb88", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3ca7ce5c147307d27451e88fed6c5fd2f4b4e88c2d42276e39870666f86dfb88" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling spotiferris v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 6.00s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: sqlx-core v0.6.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "3ca7ce5c147307d27451e88fed6c5fd2f4b4e88c2d42276e39870666f86dfb88", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3ca7ce5c147307d27451e88fed6c5fd2f4b4e88c2d42276e39870666f86dfb88" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.50s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: sqlx-core v0.6.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/spotiferris-21c19ca177eb789c)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/insert_song.rs (/opt/rustwide/target/debug/deps/insert_song-6b3c582253a9dd35)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/server.rs (/opt/rustwide/target/debug/deps/server-4a86e6b59fdd69be)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_models.rs (/opt/rustwide/target/debug/deps/test_models-ccfad2681b768672)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test test_song_update ... FAILED
[INFO] [stdout] test test_song_insertion ... FAILED
[INFO] [stdout] test test_song_destroy ... FAILED
[INFO] [stdout] test test_song_listing ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_song_update stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_song_update' (3644) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.6.2/src/postgres/testing/mod.rs:74:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a527f7418b1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a527f7418b1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a527f7418b1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a527f7418b1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a527f75869a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a527f75869a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5a527f7462bc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5a527f7462bc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5a527f71e5c6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a527f71e5c6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a527f7389d9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a527f272840 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5a527f272840 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a527f738d02 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5a527f738d02 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5a527f71e672 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5a527f715b29 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a527f71f4fd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5a527f758ecc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a527f758c12 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5a527f3b51ab - <core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::string::String, dotenvy[a818682dba155582]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1183:23
[INFO] [stdout]   21:     0x5a527f36eb06 - sqlx_core[d149b82a2b85548b]::postgres::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.6.2/src/postgres/testing/mod.rs:74:44
[INFO] [stdout]   22:     0x5a527f371912 - <sqlx_core[d149b82a2b85548b]::postgres::database::Postgres as sqlx_core[d149b82a2b85548b]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.6.2/src/postgres/testing/mod.rs:28:42
[INFO] [stdout]   23:     0x5a527f2554bf - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<sqlx_core[d149b82a2b85548b]::testing::TestContext<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>, sqlx_core[d149b82a2b85548b]::error::Error>> + core[6883ba1bc0fe4ed1]::marker::Send>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5a527f258f20 - sqlx_core[d149b82a2b85548b]::testing::run_test::<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.6.2/src/testing/mod.rs:213:14
[INFO] [stdout]   25:     0x5a527f2555bd - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x5a527f265a4d - <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_update::inner::{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.25.0/src/runtime/scheduler/current_thread.rs:541:73
[INFO] [stdout]   27:     0x5a527f26526b - tokio[2b461a769fb2ebeb]::runtime::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_update::inner::{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.25.0/src/runtime/coop.rs:102:5
[INFO] [stdout]   28:     0x5a527f26526b - tokio[2b461a769fb2ebeb]::runtime::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_update::inner::{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.25.0/src/runtime/coop.rs:68:5
[INFO] [stdout]   29:     0x5a527f26526b - <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_update::inner::{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.25.0/src/runtime/scheduler/current_thread.rs:541:25
[INFO] [stdout]   30:     0x5a527f25f140 - <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_update::inner::{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.25.0/src/runtime/scheduler/current_thread.rs:350:19
[INFO] [stdout]   31:     0x5a527f26283a - <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:540:44
[INFO] [stdout]   32:     0x5a527f2625b4 - <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:615:57
[INFO] [stdout]   33:     0x5a527f24c403 - <tokio[2b461a769fb2ebeb]::macros::scoped_tls::ScopedKey<tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::Context>>::set::<<tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   34:     0x5a527f260dcf - <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:615:35
[INFO] [stdout]   35:     0x5a527f261c1a - <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:530:24
[INFO] [stdout]   36:     0x5a527f25e486 - <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CurrentThread>::block_on::<sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:154:29
[INFO] [stdout]   37:     0x5a527f24b796 - <tokio[2b461a769fb2ebeb]::runtime::runtime::Runtime>::block_on::<sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/runtime.rs:282:52
[INFO] [stdout]   38:     0x5a527f24cac1 - sqlx_rt[48b1c376f9c71fe2]::rt_tokio::test_block_on::<sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-rt-0.6.2/src/rt_tokio.rs:46:10
[INFO] [stdout]   39:     0x5a527f257ed6 - sqlx_core[d149b82a2b85548b]::testing::run_test::<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.6.2/src/testing/mod.rs:211:5
[INFO] [stdout]   40:     0x5a527f257d56 - sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool::<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.6.2/src/testing/mod.rs:182:5
[INFO] [stdout]   41:     0x5a527f25dd2a - <fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_update::inner::{closure#0} as sqlx_core[d149b82a2b85548b]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.6.2/src/testing/mod.rs:85:9
[INFO] [stdout]   42:     0x5a527f2531da - test_models[3234bf4d348b3c58]::test_song_update
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_models.rs:46:1
[INFO] [stdout]   43:     0x5a527f24ebf7 - test_models[3234bf4d348b3c58]::test_song_update::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_models.rs:46:14
[INFO] [stdout]   44:     0x5a527f25e1f6 - <test_models[3234bf4d348b3c58]::test_song_update::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x5a527f265b7b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5a527f265b7b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   47:     0x5a527f2731c5 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   48:     0x5a527f2731c5 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   49:     0x5a527f2731c5 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   50:     0x5a527f2731c5 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   51:     0x5a527f2731c5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x5a527f2731c5 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   53:     0x5a527f2731c5 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   54:     0x5a527f26dc74 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   55:     0x5a527f26dc74 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   56:     0x5a527f276312 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   57:     0x5a527f276312 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x5a527f276312 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   59:     0x5a527f276312 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x5a527f276312 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x5a527f276312 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   62:     0x5a527f276312 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   63:     0x5a527f7406ef - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   64:     0x5a527f7406ef - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   65:     0x7e5d84bfaaa4 - <unknown>
[INFO] [stdout]   66:     0x7e5d84c87a64 - clone
[INFO] [stdout]   67:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_song_insertion stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_song_insertion' (3642) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.6.2/src/postgres/testing/mod.rs:74:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a527f7418b1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a527f7418b1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a527f7418b1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a527f7418b1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a527f75869a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a527f75869a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5a527f7462bc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5a527f7462bc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5a527f71e5c6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a527f71e5c6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a527f7389d9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a527f272840 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5a527f272840 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a527f738d02 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5a527f738d02 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5a527f71e672 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5a527f715b29 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a527f71f4fd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5a527f758ecc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a527f758c12 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5a527f3b51ab - <core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::string::String, dotenvy[a818682dba155582]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1183:23
[INFO] [stdout]   21:     0x5a527f36eb06 - sqlx_core[d149b82a2b85548b]::postgres::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.6.2/src/postgres/testing/mod.rs:74:44
[INFO] [stdout]   22:     0x5a527f371912 - <sqlx_core[d149b82a2b85548b]::postgres::database::Postgres as sqlx_core[d149b82a2b85548b]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.6.2/src/postgres/testing/mod.rs:28:42
[INFO] [stdout]   23:     0x5a527f2554bf - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<sqlx_core[d149b82a2b85548b]::testing::TestContext<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>, sqlx_core[d149b82a2b85548b]::error::Error>> + core[6883ba1bc0fe4ed1]::marker::Send>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5a527f25b0b0 - sqlx_core[d149b82a2b85548b]::testing::run_test::<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.6.2/src/testing/mod.rs:213:14
[INFO] [stdout]   25:     0x5a527f25567d - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x5a527f265b0d - <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_insertion::inner::{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.25.0/src/runtime/scheduler/current_thread.rs:541:73
[INFO] [stdout]   27:     0x5a527f2658fb - tokio[2b461a769fb2ebeb]::runtime::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_insertion::inner::{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.25.0/src/runtime/coop.rs:102:5
[INFO] [stdout]   28:     0x5a527f2658fb - tokio[2b461a769fb2ebeb]::runtime::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_insertion::inner::{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.25.0/src/runtime/coop.rs:68:5
[INFO] [stdout]   29:     0x5a527f2658fb - <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_insertion::inner::{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.25.0/src/runtime/scheduler/current_thread.rs:541:25
[INFO] [stdout]   30:     0x5a527f25faa0 - <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_insertion::inner::{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.25.0/src/runtime/scheduler/current_thread.rs:350:19
[INFO] [stdout]   31:     0x5a527f2648aa - <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:540:44
[INFO] [stdout]   32:     0x5a527f262614 - <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:615:57
[INFO] [stdout]   33:     0x5a527f24c793 - <tokio[2b461a769fb2ebeb]::macros::scoped_tls::ScopedKey<tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::Context>>::set::<<tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   34:     0x5a527f26199f - <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:615:35
[INFO] [stdout]   35:     0x5a527f261d6a - <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:530:24
[INFO] [stdout]   36:     0x5a527f25ee16 - <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CurrentThread>::block_on::<sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:154:29
[INFO] [stdout]   37:     0x5a527f24bd36 - <tokio[2b461a769fb2ebeb]::runtime::runtime::Runtime>::block_on::<sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/runtime.rs:282:52
[INFO] [stdout]   38:     0x5a527f24cfd1 - sqlx_rt[48b1c376f9c71fe2]::rt_tokio::test_block_on::<sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-rt-0.6.2/src/rt_tokio.rs:46:10
[INFO] [stdout]   39:     0x5a527f258086 - sqlx_core[d149b82a2b85548b]::testing::run_test::<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.6.2/src/testing/mod.rs:211:5
[INFO] [stdout]   40:     0x5a527f257e46 - sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool::<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.6.2/src/testing/mod.rs:182:5
[INFO] [stdout]   41:     0x5a527f25ddba - <fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_insertion::inner::{closure#0} as sqlx_core[d149b82a2b85548b]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.6.2/src/testing/mod.rs:85:9
[INFO] [stdout]   42:     0x5a527f25332a - test_models[3234bf4d348b3c58]::test_song_insertion
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_models.rs:5:1
[INFO] [stdout]   43:     0x5a527f24ec87 - test_models[3234bf4d348b3c58]::test_song_insertion::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_models.rs:5:14
[INFO] [stdout]   44:     0x5a527f25e2b6 - <test_models[3234bf4d348b3c58]::test_song_insertion::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x5a527f265b7b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5a527f265b7b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   47:     0x5a527f2731c5 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   48:     0x5a527f2731c5 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   49:     0x5a527f2731c5 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   50:     0x5a527f2731c5 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   51:     0x5a527f2731c5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x5a527f2731c5 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   53:     0x5a527f2731c5 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   54:     0x5a527f26dc74 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   55:     0x5a527f26dc74 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   56:     0x5a527f276312 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   57:     0x5a527f276312 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x5a527f276312 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   59:     0x5a527f276312 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x5a527f276312 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x5a527f276312 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   62:     0x5a527f276312 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   63:     0x5a527f7406ef - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   64:     0x5a527f7406ef - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   65:     0x7e5d84bfaaa4 - <unknown>
[INFO] [stdout]   66:     0x7e5d84c87a64 - clone
[INFO] [stdout]   67:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_song_destroy stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_song_destroy' (3641) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.6.2/src/postgres/testing/mod.rs:74:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a527f7418b1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a527f7418b1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a527f7418b1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a527f7418b1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a527f75869a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a527f75869a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5a527f7462bc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5a527f7462bc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5a527f71e5c6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a527f71e5c6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a527f7389d9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a527f272840 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5a527f272840 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a527f738d02 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5a527f738d02 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5a527f71e672 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5a527f715b29 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a527f71f4fd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5a527f758ecc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a527f758c12 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5a527f3b51ab - <core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::string::String, dotenvy[a818682dba155582]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1183:23
[INFO] [stdout]   21:     0x5a527f36eb06 - sqlx_core[d149b82a2b85548b]::postgres::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.6.2/src/postgres/testing/mod.rs:74:44
[INFO] [stdout]   22:     0x5a527f371912 - <sqlx_core[d149b82a2b85548b]::postgres::database::Postgres as sqlx_core[d149b82a2b85548b]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.6.2/src/postgres/testing/mod.rs:28:42
[INFO] [stdout]   23:     0x5a527f2554bf - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<sqlx_core[d149b82a2b85548b]::testing::TestContext<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>, sqlx_core[d149b82a2b85548b]::error::Error>> + core[6883ba1bc0fe4ed1]::marker::Send>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5a527f259a50 - sqlx_core[d149b82a2b85548b]::testing::run_test::<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.6.2/src/testing/mod.rs:213:14
[INFO] [stdout]   25:     0x5a527f2555fd - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x5a527f265a8d - <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_destroy::inner::{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.25.0/src/runtime/scheduler/current_thread.rs:541:73
[INFO] [stdout]   27:     0x5a527f26549b - tokio[2b461a769fb2ebeb]::runtime::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_destroy::inner::{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.25.0/src/runtime/coop.rs:102:5
[INFO] [stdout]   28:     0x5a527f26549b - tokio[2b461a769fb2ebeb]::runtime::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_destroy::inner::{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.25.0/src/runtime/coop.rs:68:5
[INFO] [stdout]   29:     0x5a527f26549b - <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_destroy::inner::{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.25.0/src/runtime/scheduler/current_thread.rs:541:25
[INFO] [stdout]   30:     0x5a527f25f460 - <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_destroy::inner::{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.25.0/src/runtime/scheduler/current_thread.rs:350:19
[INFO] [stdout]   31:     0x5a527f26330a - <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:540:44
[INFO] [stdout]   32:     0x5a527f2625d4 - <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:615:57
[INFO] [stdout]   33:     0x5a527f24c533 - <tokio[2b461a769fb2ebeb]::macros::scoped_tls::ScopedKey<tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::Context>>::set::<<tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   34:     0x5a527f2611bf - <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:615:35
[INFO] [stdout]   35:     0x5a527f261c8a - <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:530:24
[INFO] [stdout]   36:     0x5a527f25e7b6 - <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CurrentThread>::block_on::<sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:154:29
[INFO] [stdout]   37:     0x5a527f24b976 - <tokio[2b461a769fb2ebeb]::runtime::runtime::Runtime>::block_on::<sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/runtime.rs:282:52
[INFO] [stdout]   38:     0x5a527f24cc71 - sqlx_rt[48b1c376f9c71fe2]::rt_tokio::test_block_on::<sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-rt-0.6.2/src/rt_tokio.rs:46:10
[INFO] [stdout]   39:     0x5a527f257f66 - sqlx_core[d149b82a2b85548b]::testing::run_test::<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.6.2/src/testing/mod.rs:211:5
[INFO] [stdout]   40:     0x5a527f257da6 - sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool::<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.6.2/src/testing/mod.rs:182:5
[INFO] [stdout]   41:     0x5a527f25dd5a - <fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_destroy::inner::{closure#0} as sqlx_core[d149b82a2b85548b]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.6.2/src/testing/mod.rs:85:9
[INFO] [stdout]   42:     0x5a527f25324a - test_models[3234bf4d348b3c58]::test_song_destroy
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_models.rs:70:1
[INFO] [stdout]   43:     0x5a527f24ec27 - test_models[3234bf4d348b3c58]::test_song_destroy::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_models.rs:70:14
[INFO] [stdout]   44:     0x5a527f25e236 - <test_models[3234bf4d348b3c58]::test_song_destroy::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x5a527f265b7b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5a527f265b7b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   47:     0x5a527f2731c5 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   48:     0x5a527f2731c5 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   49:     0x5a527f2731c5 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   50:     0x5a527f2731c5 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   51:     0x5a527f2731c5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x5a527f2731c5 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   53:     0x5a527f2731c5 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   54:     0x5a527f26dc74 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   55:     0x5a527f26dc74 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   56:     0x5a527f276312 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   57:     0x5a527f276312 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x5a527f276312 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   59:     0x5a527f276312 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x5a527f276312 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x5a527f276312 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   62:     0x5a527f276312 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   63:     0x5a527f7406ef - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   64:     0x5a527f7406ef - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   65:     0x7e5d84bfaaa4 - <unknown>
[INFO] [stdout]   66:     0x7e5d84c87a64 - clone
[INFO] [stdout]   67:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_song_listing stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_song_listing' (3643) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.6.2/src/postgres/testing/mod.rs:74:44:
[INFO] [stdout] DATABASE_URL must be set: EnvVar(NotPresent)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5a527f7418b1 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5a527f7418b1 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5a527f7418b1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5a527f7418b1 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5a527f75869a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5a527f75869a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5a527f7462bc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5a527f7462bc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5a527f71e5c6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5a527f71e5c6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5a527f7389d9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5a527f272840 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5a527f272840 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5a527f738d02 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5a527f738d02 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5a527f71e672 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5a527f715b29 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5a527f71f4fd - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5a527f758ecc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5a527f758c12 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5a527f3b51ab - <core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::string::String, dotenvy[a818682dba155582]::errors::Error>>::expect
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1183:23
[INFO] [stdout]   21:     0x5a527f36eb06 - sqlx_core[d149b82a2b85548b]::postgres::testing::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.6.2/src/postgres/testing/mod.rs:74:44
[INFO] [stdout]   22:     0x5a527f371912 - <sqlx_core[d149b82a2b85548b]::postgres::database::Postgres as sqlx_core[d149b82a2b85548b]::testing::TestSupport>::test_context::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.6.2/src/postgres/testing/mod.rs:28:42
[INFO] [stdout]   23:     0x5a527f2554bf - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<sqlx_core[d149b82a2b85548b]::testing::TestContext<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>, sqlx_core[d149b82a2b85548b]::error::Error>> + core[6883ba1bc0fe4ed1]::marker::Send>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5a527f25a580 - sqlx_core[d149b82a2b85548b]::testing::run_test::<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.6.2/src/testing/mod.rs:213:14
[INFO] [stdout]   25:     0x5a527f25563d - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   26:     0x5a527f265acd - <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_listing::inner::{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.25.0/src/runtime/scheduler/current_thread.rs:541:73
[INFO] [stdout]   27:     0x5a527f2656cb - tokio[2b461a769fb2ebeb]::runtime::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_listing::inner::{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.25.0/src/runtime/coop.rs:102:5
[INFO] [stdout]   28:     0x5a527f2656cb - tokio[2b461a769fb2ebeb]::runtime::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_listing::inner::{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.25.0/src/runtime/coop.rs:68:5
[INFO] [stdout]   29:     0x5a527f2656cb - <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_listing::inner::{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.25.0/src/runtime/scheduler/current_thread.rs:541:25
[INFO] [stdout]   30:     0x5a527f25f780 - <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_listing::inner::{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.25.0/src/runtime/scheduler/current_thread.rs:350:19
[INFO] [stdout]   31:     0x5a527f263dda - <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:540:44
[INFO] [stdout]   32:     0x5a527f2625f4 - <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:615:57
[INFO] [stdout]   33:     0x5a527f24c663 - <tokio[2b461a769fb2ebeb]::macros::scoped_tls::ScopedKey<tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::Context>>::set::<<tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   34:     0x5a527f2615af - <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:615:35
[INFO] [stdout]   35:     0x5a527f261cfa - <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:530:24
[INFO] [stdout]   36:     0x5a527f25eae6 - <tokio[2b461a769fb2ebeb]::runtime::scheduler::current_thread::CurrentThread>::block_on::<sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/scheduler/current_thread.rs:154:29
[INFO] [stdout]   37:     0x5a527f24bb56 - <tokio[2b461a769fb2ebeb]::runtime::runtime::Runtime>::block_on::<sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.25.0/src/runtime/runtime.rs:282:52
[INFO] [stdout]   38:     0x5a527f24ce21 - sqlx_rt[48b1c376f9c71fe2]::rt_tokio::test_block_on::<sqlx_core[d149b82a2b85548b]::testing::run_test<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}>::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-rt-0.6.2/src/rt_tokio.rs:46:10
[INFO] [stdout]   39:     0x5a527f257ff6 - sqlx_core[d149b82a2b85548b]::testing::run_test::<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}>::{closure#0}, sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.6.2/src/testing/mod.rs:211:5
[INFO] [stdout]   40:     0x5a527f257df6 - sqlx_core[d149b82a2b85548b]::testing::run_test_with_pool::<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres, fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}, test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.6.2/src/testing/mod.rs:182:5
[INFO] [stdout]   41:     0x5a527f25dd8a - <fn(sqlx_core[d149b82a2b85548b]::pool::Pool<sqlx_core[d149b82a2b85548b]::postgres::database::Postgres>) -> test_models[3234bf4d348b3c58]::test_song_listing::inner::{closure#0} as sqlx_core[d149b82a2b85548b]::testing::TestFn>::run_test
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.6.2/src/testing/mod.rs:85:9
[INFO] [stdout]   42:     0x5a527f2532ba - test_models[3234bf4d348b3c58]::test_song_listing
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_models.rs:24:1
[INFO] [stdout]   43:     0x5a527f24ec57 - test_models[3234bf4d348b3c58]::test_song_listing::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_models.rs:24:14
[INFO] [stdout]   44:     0x5a527f25e276 - <test_models[3234bf4d348b3c58]::test_song_listing::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x5a527f265b7b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5a527f265b7b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   47:     0x5a527f2731c5 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   48:     0x5a527f2731c5 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   49:     0x5a527f2731c5 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   50:     0x5a527f2731c5 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   51:     0x5a527f2731c5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x5a527f2731c5 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   53:     0x5a527f2731c5 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   54:     0x5a527f26dc74 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   55:     0x5a527f26dc74 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   56:     0x5a527f276312 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   57:     0x5a527f276312 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x5a527f276312 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   59:     0x5a527f276312 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x5a527f276312 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x5a527f276312 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   62:     0x5a527f276312 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   63:     0x5a527f7406ef - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   64:     0x5a527f7406ef - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   65:     0x7e5d84bfaaa4 - <unknown>
[INFO] [stdout]   66:     0x7e5d84c87a64 - clone
[INFO] [stdout]   67:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_song_destroy
[INFO] [stdout]     test_song_insertion
[INFO] [stdout]     test_song_listing
[INFO] [stdout]     test_song_update
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test test_models`
[INFO] running `Command { std: "docker" "inspect" "3ca7ce5c147307d27451e88fed6c5fd2f4b4e88c2d42276e39870666f86dfb88", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3ca7ce5c147307d27451e88fed6c5fd2f4b4e88c2d42276e39870666f86dfb88", kill_on_drop: false }`
[INFO] [stdout] 3ca7ce5c147307d27451e88fed6c5fd2f4b4e88c2d42276e39870666f86dfb88
