[INFO] cloning repository https://github.com/jyd519/rustapi
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jyd519/rustapi" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjyd519%2Frustapi", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjyd519%2Frustapi'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e949104f4a4e8f4f56b284696de84ccfb90e8a80
[INFO] testing jyd519/rustapi 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%2Fjyd519%2Frustapi" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jyd519/rustapi
[INFO] finished tweaking git repo https://github.com/jyd519/rustapi
[INFO] tweaked toml for git repo https://github.com/jyd519/rustapi written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jyd519/rustapi 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/jyd519/rustapi 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-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] d1253241ec5a575f7b86a5d4aae7aa25a73803cfdc259f4f19a1f663b5c0c207
[INFO] running `Command { std: "docker" "start" "d1253241ec5a575f7b86a5d4aae7aa25a73803cfdc259f4f19a1f663b5c0c207", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d1253241ec5a575f7b86a5d4aae7aa25a73803cfdc259f4f19a1f663b5c0c207", 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" "d1253241ec5a575f7b86a5d4aae7aa25a73803cfdc259f4f19a1f663b5c0c207" "/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" "d1253241ec5a575f7b86a5d4aae7aa25a73803cfdc259f4f19a1f663b5c0c207", 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" "d1253241ec5a575f7b86a5d4aae7aa25a73803cfdc259f4f19a1f663b5c0c207" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.96
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling once_cell v1.14.0
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling quote v1.0.15
[INFO] [stderr]    Compiling getrandom v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.144
[INFO] [stderr]    Compiling smallvec v1.8.0
[INFO] [stderr]    Compiling itoa v1.0.1
[INFO] [stderr]    Compiling futures-core v0.3.24
[INFO] [stderr]    Compiling bytes v1.2.1
[INFO] [stderr]    Compiling serde v1.0.144
[INFO] [stderr]    Compiling generic-array v0.14.5
[INFO] [stderr]    Compiling parking_lot_core v0.9.1
[INFO] [stderr]    Compiling lock_api v0.4.6
[INFO] [stderr]    Compiling futures-sink v0.3.24
[INFO] [stderr]    Compiling tokio v1.21.1
[INFO] [stderr]    Compiling futures-channel v0.3.24
[INFO] [stderr]    Compiling futures-task v0.3.24
[INFO] [stderr]    Compiling mio v0.8.4
[INFO] [stderr]    Compiling socket2 v0.4.4
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling parking_lot v0.12.0
[INFO] [stderr]    Compiling futures-util v0.3.24
[INFO] [stderr]    Compiling futures-io v0.3.24
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling indexmap v1.8.0
[INFO] [stderr]    Compiling matches v0.1.9
[INFO] [stderr]    Compiling async-trait v0.1.57
[INFO] [stderr]    Compiling tinyvec v1.5.1
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling serde_json v1.0.85
[INFO] [stderr]    Compiling ryu v1.0.9
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling thiserror v1.0.35
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling unicode-bidi v0.3.7
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling crypto-common v0.1.3
[INFO] [stderr]    Compiling unicode-normalization v0.1.19
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling tracing-core v0.1.29
[INFO] [stderr]    Compiling cpufeatures v0.2.1
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling linked-hash-map v0.5.4
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling rustversion v1.0.6
[INFO] [stderr]    Compiling ucd-trie v0.1.3
[INFO] [stderr]    Compiling alloc-no-stdlib v2.0.3
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling alloc-stdlib v0.2.1
[INFO] [stderr]    Compiling pest v2.1.3
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling regex v1.5.5
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling maplit v1.0.2
[INFO] [stderr]    Compiling match_cfg v0.1.0
[INFO] [stderr]    Compiling strsim v0.9.3
[INFO] [stderr]    Compiling crypto-mac v0.11.1
[INFO] [stderr]    Compiling hostname v0.3.1
[INFO] [stderr]    Compiling brotli-decompressor v2.3.2
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling block-buffer v0.10.2
[INFO] [stderr]    Compiling pest_meta v2.1.3
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling data-encoding v2.3.2
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling httparse v1.6.0
[INFO] [stderr]    Compiling ipnet v2.3.1
[INFO] [stderr]    Compiling iana-time-zone v0.1.44
[INFO] [stderr]    Compiling chrono v0.4.22
[INFO] [stderr]    Compiling darling_core v0.13.1
[INFO] [stderr]    Compiling webpki v0.21.4
[INFO] [stderr]    Compiling sct v0.6.1
[INFO] [stderr]    Compiling darling_core v0.10.2
[INFO] [stderr]    Compiling rustls v0.19.1
[INFO] [stderr]    Compiling brotli v3.3.3
[INFO] [stderr]    Compiling pest_generator v2.1.3
[INFO] [stderr]    Compiling resolv-conf v0.7.0
[INFO] [stderr]    Compiling digest v0.10.3
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling quickcheck v1.0.3
[INFO] [stderr]    Compiling tokio-macros v1.7.0
[INFO] [stderr]    Compiling futures-macro v0.3.24
[INFO] [stderr]    Compiling thiserror-impl v1.0.35
[INFO] [stderr]    Compiling darling_macro v0.13.1
[INFO] [stderr]    Compiling darling v0.13.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.22
[INFO] [stderr]    Compiling serde_with_macros v1.5.1
[INFO] [stderr]    Compiling enum-as-inner v0.3.4
[INFO] [stderr]    Compiling pin-project-internal v1.0.10
[INFO] [stderr]    Compiling darling_macro v0.10.2
[INFO] [stderr]    Compiling lru-cache v0.1.2
[INFO] [stderr]    Compiling hashbrown v0.12.0
[INFO] [stderr]    Compiling inout v0.1.2
[INFO] [stderr]    Compiling tracing v0.1.36
[INFO] [stderr]    Compiling nom v7.1.0
[INFO] [stderr]    Compiling num_threads v0.1.3
[INFO] [stderr]    Compiling dlv-list v0.3.0
[INFO] [stderr]    Compiling time-macros v0.2.3
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling pin-project v1.0.10
[INFO] [stderr]    Compiling ordered-multimap v0.4.3
[INFO] [stderr]    Compiling cipher v0.4.3
[INFO] [stderr]    Compiling darling v0.10.2
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling typed-builder v0.9.1
[INFO] [stderr]    Compiling pest_derive v2.1.0
[INFO] [stderr]    Compiling sha-1 v0.10.0
[INFO] [stderr]    Compiling time v0.3.7
[INFO] [stderr]    Compiling futures-executor v0.3.24
[INFO] [stderr]    Compiling webpki-roots v0.21.1
[INFO] [stderr]    Compiling validator_types v0.16.0
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling pbkdf2 v0.8.0
[INFO] [stderr]    Compiling hmac v0.11.0
[INFO] [stderr]    Compiling sha2 v0.9.9
[INFO] [stderr]    Compiling sha-1 v0.9.8
[INFO] [stderr]    Compiling md-5 v0.9.1
[INFO] [stderr]    Compiling stringprep v0.1.2
[INFO] [stderr]    Compiling headers-core v0.2.0
[INFO] [stderr]    Compiling rustls-pemfile v0.2.1
[INFO] [stderr]    Compiling os_info v3.2.0
[INFO] [stderr]    Compiling http-range-header v0.3.0
[INFO] [stderr]    Compiling take_mut v0.2.2
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling if_chain v1.0.2
[INFO] [stderr]    Compiling validator_derive v0.16.0
[INFO] [stderr]    Compiling blowfish v0.9.1
[INFO] [stderr]    Compiling simple_asn1 v0.6.1
[INFO] [stderr]    Compiling headers v0.3.7
[INFO] [stderr]    Compiling futures v0.3.24
[INFO] [stderr]    Compiling axum-core v0.2.8
[INFO] [stderr]    Compiling rust-ini v0.18.0
[INFO] [stderr]    Compiling trust-dns-proto v0.20.4
[INFO] [stderr]    Compiling tokio-rustls v0.22.0
[INFO] [stderr]    Compiling tokio-util v0.6.9
[INFO] [stderr]    Compiling tokio-util v0.7.0
[INFO] [stderr]    Compiling tower v0.4.12
[INFO] [stderr]    Compiling async-compression v0.3.12
[INFO] [stderr]    Compiling hyper v0.14.19
[INFO] [stderr]    Compiling tower-http v0.3.4
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling tracing-log v0.1.2
[INFO] [stderr]    Compiling sharded-slab v0.1.4
[INFO] [stderr]    Compiling pem v1.0.2
[INFO] [stderr]    Compiling serde_bytes v0.11.5
[INFO] [stderr]    Compiling uuid v0.8.2
[INFO] [stderr]    Compiling serde_with v1.12.0
[INFO] [stderr]    Compiling trust-dns-resolver v0.20.4
[INFO] [stderr]    Compiling wither_derive v0.9.0 (https://github.com/thedodd/wither#52fd5037)
[INFO] [stderr]    Compiling toml v0.5.8
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling ron v0.7.0
[INFO] [stderr]    Compiling bson v2.2.0
[INFO] [stderr]    Compiling json5 v0.4.1
[INFO] [stderr]    Compiling thread_local v1.1.4
[INFO] [stderr]    Compiling matchit v0.5.0
[INFO] [stderr]    Compiling pathdiff v0.2.1
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling zeroize v1.5.4
[INFO] [stderr]    Compiling sync_wrapper v0.1.1
[INFO] [stderr]    Compiling axum v0.5.16
[INFO] [stderr]    Compiling config v0.13.2
[INFO] [stderr]    Compiling bcrypt v0.13.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.15
[INFO] [stderr]    Compiling validator v0.16.0
[INFO] [stderr]    Compiling jsonwebtoken v8.1.1
[INFO] [stderr]    Compiling mongodb v2.1.0
[INFO] [stderr]    Compiling wither v0.9.0 (https://github.com/thedodd/wither#52fd5037)
[INFO] [stderr]    Compiling rustapi v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: found module declaration for lib.rs
[INFO] [stdout]   --> src/main.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | mod lib;
[INFO] [stdout]    | ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: lib.rs is the root of this crate's library target
[INFO] [stdout]    = help: to refer to it from other targets, use the library's name as the path
[INFO] [stdout]    = note: `#[warn(special_module_name)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated functions are never used
[INFO] [stdout]    --> src/lib/models.rs:41:12
[INFO] [stdout]     |
[INFO] [stdout]  27 | pub trait ModelExt {
[INFO] [stdout]     |           -------- associated functions in this trait
[INFO] [stdout] ...
[INFO] [stdout]  41 |   async fn find_by_id(id: &ObjectId) -> Result<Option<Self::T>, Error> {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  71 |   async fn cursor<O>(query: Document, options: O) -> Result<ModelCursor<Self::T>, Error>
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  95 |   async fn update_one<O>(
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 110 |   async fn update_many<O>(
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 125 |   async fn delete_many(query: Document) -> Result<DeleteResult, Error> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 |   async fn count(query: Document) -> Result<u64, Error> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 |   async fn exists(query: Document) -> Result<bool, Error> {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 158 |   async fn aggregate<A>(pipeline: Vec<Document>) -> Result<Vec<A>, Error>
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `environment` is never read
[INFO] [stdout]   --> src/settings.rs:42:7
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct Settings {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] 42 |   pub environment: String,
[INFO] [stdout]    |       ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Settings` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/database.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 | /     CONNECTION
[INFO] [stdout] 39 | |       .as_ref()
[INFO] [stdout]    | |_______________^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 03s
[INFO] running `Command { std: "docker" "inspect" "d1253241ec5a575f7b86a5d4aae7aa25a73803cfdc259f4f19a1f663b5c0c207", 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" "d1253241ec5a575f7b86a5d4aae7aa25a73803cfdc259f4f19a1f663b5c0c207" "/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 pkg-config v0.3.25
[INFO] [stderr]    Compiling tokio-util v0.6.9
[INFO] [stderr]    Compiling openssl v0.10.40
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling native-tls v0.2.10
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling openssl-sys v0.9.73
[INFO] [stderr]    Compiling h2 v0.3.12
[INFO] [stderr]    Compiling mongodb v2.1.0
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling hyper v0.14.19
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling axum v0.5.16
[INFO] [stderr]    Compiling wither v0.9.0 (https://github.com/thedodd/wither#52fd5037)
[INFO] [stderr]    Compiling reqwest v0.11.11
[INFO] [stderr]    Compiling rustapi v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: found module declaration for lib.rs
[INFO] [stdout]   --> src/main.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | mod lib;
[INFO] [stdout]    | ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: lib.rs is the root of this crate's library target
[INFO] [stdout]    = help: to refer to it from other targets, use the library's name as the path
[INFO] [stdout]    = note: `#[warn(special_module_name)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `cursor`, `update_one`, `update_many`, `count`, `exists`, and `aggregate` are never used
[INFO] [stdout]    --> src/lib/models.rs:71:12
[INFO] [stdout]     |
[INFO] [stdout]  27 | pub trait ModelExt {
[INFO] [stdout]     |           -------- associated functions in this trait
[INFO] [stdout] ...
[INFO] [stdout]  71 |   async fn cursor<O>(query: Document, options: O) -> Result<ModelCursor<Self::T>, Error>
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  95 |   async fn update_one<O>(
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 110 |   async fn update_many<O>(
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 |   async fn count(query: Document) -> Result<u64, Error> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 |   async fn exists(query: Document) -> Result<bool, Error> {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 158 |   async fn aggregate<A>(pipeline: Vec<Document>) -> Result<Vec<A>, Error>
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `environment` is never read
[INFO] [stdout]   --> src/settings.rs:42:7
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct Settings {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] 42 |   pub environment: String,
[INFO] [stdout]    |       ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Settings` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/database.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 | /     CONNECTION
[INFO] [stdout] 39 | |       .as_ref()
[INFO] [stdout]    | |_______________^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 07s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.40
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "d1253241ec5a575f7b86a5d4aae7aa25a73803cfdc259f4f19a1f663b5c0c207", 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" "d1253241ec5a575f7b86a5d4aae7aa25a73803cfdc259f4f19a1f663b5c0c207" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: found module declaration for lib.rs
[INFO] [stderr]   --> src/main.rs:12:1
[INFO] [stderr]    |
[INFO] [stderr] 12 | mod lib;
[INFO] [stderr]    | ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: lib.rs is the root of this crate's library target
[INFO] [stderr]    = help: to refer to it from other targets, use the library's name as the path
[INFO] [stderr]    = note: `#[warn(special_module_name)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: associated functions `cursor`, `update_one`, `update_many`, `count`, `exists`, and `aggregate` are never used
[INFO] [stderr]    --> src/lib/models.rs:71:12
[INFO] [stderr]     |
[INFO] [stderr]  27 | pub trait ModelExt {
[INFO] [stderr]     |           -------- associated functions in this trait
[INFO] [stderr] ...
[INFO] [stderr]  71 |   async fn cursor<O>(query: Document, options: O) -> Result<ModelCursor<Self::T>, Error>
[INFO] [stderr]     |            ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  95 |   async fn update_one<O>(
[INFO] [stderr]     |            ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 110 |   async fn update_many<O>(
[INFO] [stderr]     |            ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 140 |   async fn count(query: Document) -> Result<u64, Error> {
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 148 |   async fn exists(query: Document) -> Result<bool, Error> {
[INFO] [stderr]     |            ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 158 |   async fn aggregate<A>(pipeline: Vec<Document>) -> Result<Vec<A>, Error>
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `environment` is never read
[INFO] [stderr]   --> src/settings.rs:42:7
[INFO] [stderr]    |
[INFO] [stderr] 41 | pub struct Settings {
[INFO] [stderr]    |            -------- field in this struct
[INFO] [stderr] 42 |   pub environment: String,
[INFO] [stderr]    |       ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Settings` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]   --> src/database.rs:38:5
[INFO] [stderr]    |
[INFO] [stderr] 38 | /     CONNECTION
[INFO] [stderr] 39 | |       .as_ref()
[INFO] [stderr]    | |_______________^ shared reference to mutable static
[INFO] [stderr]    |
[INFO] [stderr]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `rustapi` (bin "rustapi" test) generated 4 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.55s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: openssl v0.10.40
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rustapi-a7ec5bcc5607e812)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test tests::routes::cat::get_cat_by_id_route ... FAILED
[INFO] [stdout] test tests::routes::user::authenticate_user_route ... FAILED
[INFO] [stdout] test tests::routes::cat::post_cat_route ... FAILED
[INFO] [stdout] test tests::routes::cat::remove_cat_by_id_route ... FAILED
[INFO] [stdout] test tests::routes::cat::get_cats_route ... FAILED
[INFO] [stdout] test tests::routes::status::get_status_route ... FAILED
[INFO] [stdout] test tests::routes::user::post_user_route ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::routes::cat::get_cat_by_id_route stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (3348) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.15/src/fmt/mod.rs:1203:16:
[INFO] [stdout] Unable to install global subscriber: SetGlobalDefaultError("a global default trace dispatcher has already been set")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d8cbe37d6e1 - 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:     0x5d8cbe37d6e1 - 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:     0x5d8cbe37d6e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d8cbe37d6e1 - <<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:     0x5d8cbe396aaa - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d8cbe396aaa - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5d8cbe382e5c - 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:     0x5d8cbe382e5c - <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:     0x5d8cbe359966 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d8cbe359966 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d8cbe3745b9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d8cbd3f49f0 - <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:     0x5d8cbd3f49f0 - 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:     0x5d8cbe3748e2 - <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:     0x5d8cbe3748e2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5d8cbe359a12 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5d8cbe350ec9 - 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:     0x5d8cbe35a89d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5d8cbe3972dc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d8cbe397022 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5d8cbd3cb7db - <core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::error::Error + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync>>>::expect
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1183:23
[INFO] [stdout]   21:     0x5d8cbd3b1936 - tracing_subscriber[1cd10bc6a810aba9]::fmt::init
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.15/src/fmt/mod.rs:1203:16
[INFO] [stdout]   22:     0x5d8cbd3959bf - rustapi[823b742b30af51d6]::logger::setup
[INFO] [stdout]                                at /opt/rustwide/workdir/src/logger.rs:14:3
[INFO] [stdout]   23:     0x5d8cbd340ea0 - rustapi[823b742b30af51d6]::create_app::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:45:3
[INFO] [stdout]   24:     0x5d8cbd2fb4ed - rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/setup.rs:46:26
[INFO] [stdout]   25:     0x5d8cbcff0e3d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{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:     0x5d8cbd388e60 - <tokio[db6cea655dffcdb1]::runtime::task::core::CoreStage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/core.rs:184:24
[INFO] [stdout]   27:     0x5d8cbd222d46 - <tokio[db6cea655dffcdb1]::loom::std::unsafe_cell::UnsafeCell<tokio[db6cea655dffcdb1]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::runtime::task::core::CoreStage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   28:     0x5d8cbd393502 - <tokio[db6cea655dffcdb1]::runtime::task::core::CoreStage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/core.rs:174:24
[INFO] [stdout]   29:     0x5d8cbd01a1bd - tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:480:30
[INFO] [stdout]   30:     0x5d8cbd070a30 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>::{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]   31:     0x5d8cbd29807a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   32:     0x5d8cbd0ab60b - __rust_try
[INFO] [stdout]   33:     0x5d8cbd07f226 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   34:     0x5d8cbd07f226 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x5d8cbcffe611 - tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:468:18
[INFO] [stdout]   36:     0x5d8cbd025a0a - <tokio[db6cea655dffcdb1]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:104:27
[INFO] [stdout]   37:     0x5d8cbd025e73 - <tokio[db6cea655dffcdb1]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:57:20
[INFO] [stdout]   38:     0x5d8cbd085e0b - tokio[db6cea655dffcdb1]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/raw.rs:194:13
[INFO] [stdout]   39:     0x5d8cbe29fd97 - <tokio[db6cea655dffcdb1]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/raw.rs:134:18
[INFO] [stdout]   40:     0x5d8cbe289a12 - <tokio[db6cea655dffcdb1]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/mod.rs:385:13
[INFO] [stdout]   41:     0x5d8cbe26a475 - <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/worker.rs:421:18
[INFO] [stdout]   42:     0x5d8cbe288040 - tokio[db6cea655dffcdb1]::coop::with_budget::<core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Core>, ()>, <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/coop.rs:102:9
[INFO] [stdout]   43:     0x5d8cbe2784a8 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[db6cea655dffcdb1]::coop::Budget>>>::try_with::<tokio[db6cea655dffcdb1]::coop::with_budget<core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Core>, ()>, <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Core>, ()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   44:     0x5d8cbe27816f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[db6cea655dffcdb1]::coop::Budget>>>::with::<tokio[db6cea655dffcdb1]::coop::with_budget<core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Core>, ()>, <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Core>, ()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   45:     0x5d8cbe2713fc - tokio[db6cea655dffcdb1]::coop::with_budget::<core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Core>, ()>, <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/coop.rs:95:13
[INFO] [stdout]   46:     0x5d8cbe2713fc - tokio[db6cea655dffcdb1]::coop::budget::<core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Core>, ()>, <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/coop.rs:72:5
[INFO] [stdout]   47:     0x5d8cbe2713fc - <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run_task
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/worker.rs:420:9
[INFO] [stdout]   48:     0x5d8cbe2707b3 - <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/worker.rs:387:29
[INFO] [stdout]   49:     0x5d8cbe26abf3 - tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::run::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/worker.rs:372:20
[INFO] [stdout]   50:     0x5d8cbe268c0c - <tokio[db6cea655dffcdb1]::macros::scoped_tls::ScopedKey<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>>::set::<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::run::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   51:     0x5d8cbe271a85 - tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/worker.rs:369:13
[INFO] [stdout]   52:     0x5d8cbe269e5b - <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/worker.rs:348:45
[INFO] [stdout]   53:     0x5d8cbe27c14b - <tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/blocking/task.rs:42:21
[INFO] [stdout]   54:     0x5d8cbe2743b1 - <tokio[db6cea655dffcdb1]::runtime::task::core::CoreStage<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/core.rs:184:24
[INFO] [stdout]   55:     0x5d8cbe27ea0a - <tokio[db6cea655dffcdb1]::loom::std::unsafe_cell::UnsafeCell<tokio[db6cea655dffcdb1]::runtime::task::core::Stage<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::runtime::task::core::CoreStage<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   56:     0x5d8cbe276666 - <tokio[db6cea655dffcdb1]::runtime::task::core::CoreStage<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/core.rs:174:24
[INFO] [stdout]   57:     0x5d8cbe22dc31 - tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future::<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:480:30
[INFO] [stdout]   58:     0x5d8cbe2618e1 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>::{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]   59:     0x5d8cbe230beb - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x5d8cbe23c74b - __rust_try
[INFO] [stdout]   61:     0x5d8cbe2353e6 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x5d8cbe2353e6 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x5d8cbe22d302 - tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future::<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:468:18
[INFO] [stdout]   64:     0x5d8cbe22f3de - <tokio[db6cea655dffcdb1]::runtime::task::harness::Harness<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:104:27
[INFO] [stdout]   65:     0x5d8cbe22f877 - <tokio[db6cea655dffcdb1]::runtime::task::harness::Harness<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:57:20
[INFO] [stdout]   66:     0x5d8cbe29a01d - tokio[db6cea655dffcdb1]::runtime::task::raw::poll::<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/raw.rs:194:13
[INFO] [stdout]   67:     0x5d8cbe29fd97 - <tokio[db6cea655dffcdb1]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/raw.rs:134:18
[INFO] [stdout]   68:     0x5d8cbe289a57 - <tokio[db6cea655dffcdb1]::runtime::task::UnownedTask<tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/mod.rs:422:13
[INFO] [stdout]   69:     0x5d8cbe23b517 - <tokio[db6cea655dffcdb1]::runtime::blocking::pool::Task>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/blocking/pool.rs:111:19
[INFO] [stdout]   70:     0x5d8cbe23aafb - <tokio[db6cea655dffcdb1]::runtime::blocking::pool::Inner>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/blocking/pool.rs:346:22
[INFO] [stdout]   71:     0x5d8cbe238d37 - <tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/blocking/pool.rs:321:50
[INFO] [stdout]   72:     0x5d8cbe268dd6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   73:     0x5d8cbe29a8e2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   74:     0x5d8cbe2619b1 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{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]   75:     0x5d8cbe230d16 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   76:     0x5d8cbe2a137b - __rust_try
[INFO] [stdout]   77:     0x5d8cbe29a5a4 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   78:     0x5d8cbe29a5a4 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   79:     0x5d8cbe29a5a4 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   80:     0x5d8cbe2572ff - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{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]   81:     0x5d8cbe37c2cf - <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]   82:     0x5d8cbe37c2cf - <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]   83:     0x7673eb0f2aa4 - <unknown>
[INFO] [stdout]   84:     0x7673eb17fa64 - clone
[INFO] [stdout]   85:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (3346) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.15/src/fmt/mod.rs:1203:16:
[INFO] [stdout] Unable to install global subscriber: SetGlobalDefaultError("a global default trace dispatcher has already been set")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d8cbe37d6e1 - 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:     0x5d8cbe37d6e1 - 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:     0x5d8cbe37d6e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d8cbe37d6e1 - <<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:     0x5d8cbe396aaa - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d8cbe396aaa - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5d8cbe382e5c - 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:     0x5d8cbe382e5c - <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:     0x5d8cbe359966 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d8cbe359966 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d8cbe3745b9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d8cbd3f49f0 - <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:     0x5d8cbd3f49f0 - 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:     0x5d8cbe3748e2 - <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:     0x5d8cbe3748e2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5d8cbe359a12 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5d8cbe350ec9 - 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:     0x5d8cbe35a89d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5d8cbe3972dc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d8cbe397022 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5d8cbd3cb7db - <core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::error::Error + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync>>>::expect
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1183:23
[INFO] [stdout]   21:     0x5d8cbd3b1936 - tracing_subscriber[1cd10bc6a810aba9]::fmt::init
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.15/src/fmt/mod.rs:1203:16
[INFO] [stdout]   22:     0x5d8cbd3959bf - rustapi[823b742b30af51d6]::logger::setup
[INFO] [stdout]                                at /opt/rustwide/workdir/src/logger.rs:14:3
[INFO] [stdout]   23:     0x5d8cbd340ea0 - rustapi[823b742b30af51d6]::create_app::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:45:3
[INFO] [stdout]   24:     0x5d8cbd2fb4ed - rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/setup.rs:46:26
[INFO] [stdout]   25:     0x5d8cbcff0e3d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{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:     0x5d8cbd388e60 - <tokio[db6cea655dffcdb1]::runtime::task::core::CoreStage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/core.rs:184:24
[INFO] [stdout]   27:     0x5d8cbd222d46 - <tokio[db6cea655dffcdb1]::loom::std::unsafe_cell::UnsafeCell<tokio[db6cea655dffcdb1]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::runtime::task::core::CoreStage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   28:     0x5d8cbd393502 - <tokio[db6cea655dffcdb1]::runtime::task::core::CoreStage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/core.rs:174:24
[INFO] [stdout]   29:     0x5d8cbd01a1bd - tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:480:30
[INFO] [stdout]   30:     0x5d8cbd070a30 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>::{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]   31:     0x5d8cbd29807a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   32:     0x5d8cbd0ab60b - __rust_try
[INFO] [stdout]   33:     0x5d8cbd07f226 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   34:     0x5d8cbd07f226 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x5d8cbcffe611 - tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:468:18
[INFO] [stdout]   36:     0x5d8cbd025a0a - <tokio[db6cea655dffcdb1]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:104:27
[INFO] [stdout]   37:     0x5d8cbd025e73 - <tokio[db6cea655dffcdb1]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:57:20
[INFO] [stdout]   38:     0x5d8cbd085e0b - tokio[db6cea655dffcdb1]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/raw.rs:194:13
[INFO] [stdout]   39:     0x5d8cbe29fd97 - <tokio[db6cea655dffcdb1]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/raw.rs:134:18
[INFO] [stdout]   40:     0x5d8cbe289a12 - <tokio[db6cea655dffcdb1]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/mod.rs:385:13
[INFO] [stdout]   41:     0x5d8cbe26a475 - <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/worker.rs:421:18
[INFO] [stdout]   42:     0x5d8cbe288040 - tokio[db6cea655dffcdb1]::coop::with_budget::<core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Core>, ()>, <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/coop.rs:102:9
[INFO] [stdout]   43:     0x5d8cbe2784a8 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[db6cea655dffcdb1]::coop::Budget>>>::try_with::<tokio[db6cea655dffcdb1]::coop::with_budget<core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Core>, ()>, <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Core>, ()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   44:     0x5d8cbe27816f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[db6cea655dffcdb1]::coop::Budget>>>::with::<tokio[db6cea655dffcdb1]::coop::with_budget<core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Core>, ()>, <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Core>, ()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   45:     0x5d8cbe2713fc - tokio[db6cea655dffcdb1]::coop::with_budget::<core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Core>, ()>, <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/coop.rs:95:13
[INFO] [stdout]   46:     0x5d8cbe2713fc - tokio[db6cea655dffcdb1]::coop::budget::<core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Core>, ()>, <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/coop.rs:72:5
[INFO] [stdout]   47:     0x5d8cbe2713fc - <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run_task
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/worker.rs:420:9
[INFO] [stdout]   48:     0x5d8cbe2707b3 - <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/worker.rs:387:29
[INFO] [stdout]   49:     0x5d8cbe26abf3 - tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::run::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/worker.rs:372:20
[INFO] [stdout]   50:     0x5d8cbe268c0c - <tokio[db6cea655dffcdb1]::macros::scoped_tls::ScopedKey<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>>::set::<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::run::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   51:     0x5d8cbe271a85 - tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/worker.rs:369:13
[INFO] [stdout]   52:     0x5d8cbe269e5b - <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/worker.rs:348:45
[INFO] [stdout]   53:     0x5d8cbe27c14b - <tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/blocking/task.rs:42:21
[INFO] [stdout]   54:     0x5d8cbe2743b1 - <tokio[db6cea655dffcdb1]::runtime::task::core::CoreStage<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/core.rs:184:24
[INFO] [stdout]   55:     0x5d8cbe27ea0a - <tokio[db6cea655dffcdb1]::loom::std::unsafe_cell::UnsafeCell<tokio[db6cea655dffcdb1]::runtime::task::core::Stage<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::runtime::task::core::CoreStage<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   56:     0x5d8cbe276666 - <tokio[db6cea655dffcdb1]::runtime::task::core::CoreStage<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/core.rs:174:24
[INFO] [stdout]   57:     0x5d8cbe22dc31 - tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future::<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:480:30
[INFO] [stdout]   58:     0x5d8cbe2618e1 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>::{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]   59:     0x5d8cbe230beb - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x5d8cbe23c74b - __rust_try
[INFO] [stdout]   61:     0x5d8cbe2353e6 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x5d8cbe2353e6 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x5d8cbe22d302 - tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future::<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:468:18
[INFO] [stdout]   64:     0x5d8cbe22f3de - <tokio[db6cea655dffcdb1]::runtime::task::harness::Harness<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:104:27
[INFO] [stdout]   65:     0x5d8cbe22f877 - <tokio[db6cea655dffcdb1]::runtime::task::harness::Harness<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:57:20
[INFO] [stdout]   66:     0x5d8cbe29a01d - tokio[db6cea655dffcdb1]::runtime::task::raw::poll::<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/raw.rs:194:13
[INFO] [stdout]   67:     0x5d8cbe29fd97 - <tokio[db6cea655dffcdb1]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/raw.rs:134:18
[INFO] [stdout]   68:     0x5d8cbe289a57 - <tokio[db6cea655dffcdb1]::runtime::task::UnownedTask<tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/mod.rs:422:13
[INFO] [stdout]   69:     0x5d8cbe23b517 - <tokio[db6cea655dffcdb1]::runtime::blocking::pool::Task>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/blocking/pool.rs:111:19
[INFO] [stdout]   70:     0x5d8cbe23aafb - <tokio[db6cea655dffcdb1]::runtime::blocking::pool::Inner>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/blocking/pool.rs:346:22
[INFO] [stdout]   71:     0x5d8cbe238d37 - <tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/blocking/pool.rs:321:50
[INFO] [stdout]   72:     0x5d8cbe268dd6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   73:     0x5d8cbe29a8e2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   74:     0x5d8cbe2619b1 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{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]   75:     0x5d8cbe230d16 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   76:     0x5d8cbe2a137b - __rust_try
[INFO] [stdout]   77:     0x5d8cbe29a5a4 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   78:     0x5d8cbe29a5a4 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   79:     0x5d8cbe29a5a4 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   80:     0x5d8cbe2572ff - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{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]   81:     0x5d8cbe37c2cf - <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]   82:     0x5d8cbe37c2cf - <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]   83:     0x7673eb0f2aa4 - <unknown>
[INFO] [stdout]   84:     0x7673eb17fa64 - clone
[INFO] [stdout]   85:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (3343) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.15/src/fmt/mod.rs:1203:16:
[INFO] [stdout] Unable to install global subscriber: SetGlobalDefaultError("a global default trace dispatcher has already been set")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d8cbe37d6e1 - 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:     0x5d8cbe37d6e1 - 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:     0x5d8cbe37d6e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d8cbe37d6e1 - <<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:     0x5d8cbe396aaa - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d8cbe396aaa - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5d8cbe382e5c - 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:     0x5d8cbe382e5c - <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:     0x5d8cbe359966 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d8cbe359966 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d8cbe3745b9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d8cbd3f49f0 - <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:     0x5d8cbd3f49f0 - 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:     0x5d8cbe3748e2 - <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:     0x5d8cbe3748e2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5d8cbe359a12 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5d8cbe350ec9 - 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:     0x5d8cbe35a89d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5d8cbe3972dc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d8cbe397022 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5d8cbd3cb7db - <core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::error::Error + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync>>>::expect
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1183:23
[INFO] [stdout]   21:     0x5d8cbd3b1936 - tracing_subscriber[1cd10bc6a810aba9]::fmt::init
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.15/src/fmt/mod.rs:1203:16
[INFO] [stdout]   22:     0x5d8cbd3959bf - rustapi[823b742b30af51d6]::logger::setup
[INFO] [stdout]                                at /opt/rustwide/workdir/src/logger.rs:14:3
[INFO] [stdout]   23:     0x5d8cbd340ea0 - rustapi[823b742b30af51d6]::create_app::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:45:3
[INFO] [stdout]   24:     0x5d8cbd2fb4ed - rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/setup.rs:46:26
[INFO] [stdout]   25:     0x5d8cbcff0e3d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{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:     0x5d8cbd388e60 - <tokio[db6cea655dffcdb1]::runtime::task::core::CoreStage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/core.rs:184:24
[INFO] [stdout]   27:     0x5d8cbd222d46 - <tokio[db6cea655dffcdb1]::loom::std::unsafe_cell::UnsafeCell<tokio[db6cea655dffcdb1]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::runtime::task::core::CoreStage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   28:     0x5d8cbd393502 - <tokio[db6cea655dffcdb1]::runtime::task::core::CoreStage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/core.rs:174:24
[INFO] [stdout]   29:     0x5d8cbd01a1bd - tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:480:30
[INFO] [stdout]   30:     0x5d8cbd070a30 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>::{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]   31:     0x5d8cbd29807a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   32:     0x5d8cbd0ab60b - __rust_try
[INFO] [stdout]   33:     0x5d8cbd07f226 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   34:     0x5d8cbd07f226 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x5d8cbcffe611 - tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:468:18
[INFO] [stdout]   36:     0x5d8cbd025a0a - <tokio[db6cea655dffcdb1]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:104:27
[INFO] [stdout]   37:     0x5d8cbd025e73 - <tokio[db6cea655dffcdb1]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:57:20
[INFO] [stdout]   38:     0x5d8cbd085e0b - tokio[db6cea655dffcdb1]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/raw.rs:194:13
[INFO] [stdout]   39:     0x5d8cbe29fd97 - <tokio[db6cea655dffcdb1]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/raw.rs:134:18
[INFO] [stdout]   40:     0x5d8cbe289a12 - <tokio[db6cea655dffcdb1]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/mod.rs:385:13
[INFO] [stdout]   41:     0x5d8cbe26a475 - <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/worker.rs:421:18
[INFO] [stdout]   42:     0x5d8cbe288040 - tokio[db6cea655dffcdb1]::coop::with_budget::<core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Core>, ()>, <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/coop.rs:102:9
[INFO] [stdout]   43:     0x5d8cbe2784a8 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[db6cea655dffcdb1]::coop::Budget>>>::try_with::<tokio[db6cea655dffcdb1]::coop::with_budget<core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Core>, ()>, <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Core>, ()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   44:     0x5d8cbe27816f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[db6cea655dffcdb1]::coop::Budget>>>::with::<tokio[db6cea655dffcdb1]::coop::with_budget<core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Core>, ()>, <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Core>, ()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   45:     0x5d8cbe2713fc - tokio[db6cea655dffcdb1]::coop::with_budget::<core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Core>, ()>, <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/coop.rs:95:13
[INFO] [stdout]   46:     0x5d8cbe2713fc - tokio[db6cea655dffcdb1]::coop::budget::<core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Core>, ()>, <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/coop.rs:72:5
[INFO] [stdout]   47:     0x5d8cbe2713fc - <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run_task
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/worker.rs:420:9
[INFO] [stdout]   48:     0x5d8cbe2707b3 - <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/worker.rs:387:29
[INFO] [stdout]   49:     0x5d8cbe26abf3 - tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::run::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/worker.rs:372:20
[INFO] [stdout]   50:     0x5d8cbe268c0c - <tokio[db6cea655dffcdb1]::macros::scoped_tls::ScopedKey<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>>::set::<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::run::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   51:     0x5d8cbe271a85 - tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/worker.rs:369:13
[INFO] [stdout]   52:     0x5d8cbe269e5b - <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/worker.rs:348:45
[INFO] [stdout]   53:     0x5d8cbe27c14b - <tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/blocking/task.rs:42:21
[INFO] [stdout]   54:     0x5d8cbe2743b1 - <tokio[db6cea655dffcdb1]::runtime::task::core::CoreStage<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/core.rs:184:24
[INFO] [stdout]   55:     0x5d8cbe27ea0a - <tokio[db6cea655dffcdb1]::loom::std::unsafe_cell::UnsafeCell<tokio[db6cea655dffcdb1]::runtime::task::core::Stage<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::runtime::task::core::CoreStage<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   56:     0x5d8cbe276666 - <tokio[db6cea655dffcdb1]::runtime::task::core::CoreStage<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/core.rs:174:24
[INFO] [stdout]   57:     0x5d8cbe22dc31 - tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future::<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:480:30
[INFO] [stdout]   58:     0x5d8cbe2618e1 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>::{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]   59:     0x5d8cbe230beb - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x5d8cbe23c74b - __rust_try
[INFO] [stdout]   61:     0x5d8cbe2353e6 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x5d8cbe2353e6 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x5d8cbe22d302 - tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future::<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:468:18
[INFO] [stdout]   64:     0x5d8cbe22f3de - <tokio[db6cea655dffcdb1]::runtime::task::harness::Harness<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:104:27
[INFO] [stdout]   65:     0x5d8cbe22f877 - <tokio[db6cea655dffcdb1]::runtime::task::harness::Harness<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:57:20
[INFO] [stdout]   66:     0x5d8cbe29a01d - tokio[db6cea655dffcdb1]::runtime::task::raw::poll::<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/raw.rs:194:13
[INFO] [stdout]   67:     0x5d8cbe29fd97 - <tokio[db6cea655dffcdb1]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/raw.rs:134:18
[INFO] [stdout]   68:     0x5d8cbe289a57 - <tokio[db6cea655dffcdb1]::runtime::task::UnownedTask<tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/mod.rs:422:13
[INFO] [stdout]   69:     0x5d8cbe23b517 - <tokio[db6cea655dffcdb1]::runtime::blocking::pool::Task>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/blocking/pool.rs:111:19
[INFO] [stdout]   70:     0x5d8cbe23aafb - <tokio[db6cea655dffcdb1]::runtime::blocking::pool::Inner>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/blocking/pool.rs:346:22
[INFO] [stdout]   71:     0x5d8cbe238d37 - <tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/blocking/pool.rs:321:50
[INFO] [stdout]   72:     0x5d8cbe268dd6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   73:     0x5d8cbe29a8e2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   74:     0x5d8cbe2619b1 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{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]   75:     0x5d8cbe230d16 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   76:     0x5d8cbe2a137b - __rust_try
[INFO] [stdout]   77:     0x5d8cbe29a5a4 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   78:     0x5d8cbe29a5a4 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   79:     0x5d8cbe29a5a4 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   80:     0x5d8cbe2572ff - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{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]   81:     0x5d8cbe37c2cf - <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]   82:     0x5d8cbe37c2cf - <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]   83:     0x7673eb0f2aa4 - <unknown>
[INFO] [stdout]   84:     0x7673eb17fa64 - clone
[INFO] [stdout]   85:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (3344) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.15/src/fmt/mod.rs:1203:16:
[INFO] [stdout] Unable to install global subscriber: SetGlobalDefaultError("a global default trace dispatcher has already been set")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d8cbe37d6e1 - 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:     0x5d8cbe37d6e1 - 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:     0x5d8cbe37d6e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d8cbe37d6e1 - <<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:     0x5d8cbe396aaa - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d8cbe396aaa - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5d8cbe382e5c - 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:     0x5d8cbe382e5c - <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:     0x5d8cbe359966 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d8cbe359966 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d8cbe3745b9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d8cbd3f49f0 - <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:     0x5d8cbd3f49f0 - 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:     0x5d8cbe3748e2 - <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:     0x5d8cbe3748e2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5d8cbe359a12 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5d8cbe350ec9 - 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:     0x5d8cbe35a89d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5d8cbe3972dc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d8cbe397022 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5d8cbd3cb7db - <core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::error::Error + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync>>>::expect
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1183:23
[INFO] [stdout]   21:     0x5d8cbd3b1936 - tracing_subscriber[1cd10bc6a810aba9]::fmt::init
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.15/src/fmt/mod.rs:1203:16
[INFO] [stdout]   22:     0x5d8cbd3959bf - rustapi[823b742b30af51d6]::logger::setup
[INFO] [stdout]                                at /opt/rustwide/workdir/src/logger.rs:14:3
[INFO] [stdout]   23:     0x5d8cbd340ea0 - rustapi[823b742b30af51d6]::create_app::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:45:3
[INFO] [stdout]   24:     0x5d8cbd2fb4ed - rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/setup.rs:46:26
[INFO] [stdout]   25:     0x5d8cbcff0e3d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{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:     0x5d8cbd388e60 - <tokio[db6cea655dffcdb1]::runtime::task::core::CoreStage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/core.rs:184:24
[INFO] [stdout]   27:     0x5d8cbd222d46 - <tokio[db6cea655dffcdb1]::loom::std::unsafe_cell::UnsafeCell<tokio[db6cea655dffcdb1]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::runtime::task::core::CoreStage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   28:     0x5d8cbd393502 - <tokio[db6cea655dffcdb1]::runtime::task::core::CoreStage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/core.rs:174:24
[INFO] [stdout]   29:     0x5d8cbd01a1bd - tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:480:30
[INFO] [stdout]   30:     0x5d8cbd070a30 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>::{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]   31:     0x5d8cbd29807a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   32:     0x5d8cbd0ab60b - __rust_try
[INFO] [stdout]   33:     0x5d8cbd07f226 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   34:     0x5d8cbd07f226 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x5d8cbcffe611 - tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:468:18
[INFO] [stdout]   36:     0x5d8cbd025a0a - <tokio[db6cea655dffcdb1]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:104:27
[INFO] [stdout]   37:     0x5d8cbd025e73 - <tokio[db6cea655dffcdb1]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:57:20
[INFO] [stdout]   38:     0x5d8cbd085e0b - tokio[db6cea655dffcdb1]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/raw.rs:194:13
[INFO] [stdout]   39:     0x5d8cbe29fd97 - <tokio[db6cea655dffcdb1]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/raw.rs:134:18
[INFO] [stdout]   40:     0x5d8cbe289a12 - <tokio[db6cea655dffcdb1]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/mod.rs:385:13
[INFO] [stdout]   41:     0x5d8cbe26a475 - <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/worker.rs:421:18
[INFO] [stdout]   42:     0x5d8cbe288040 - tokio[db6cea655dffcdb1]::coop::with_budget::<core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Core>, ()>, <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/coop.rs:102:9
[INFO] [stdout]   43:     0x5d8cbe2784a8 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[db6cea655dffcdb1]::coop::Budget>>>::try_with::<tokio[db6cea655dffcdb1]::coop::with_budget<core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Core>, ()>, <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Core>, ()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   44:     0x5d8cbe27816f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[db6cea655dffcdb1]::coop::Budget>>>::with::<tokio[db6cea655dffcdb1]::coop::with_budget<core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Core>, ()>, <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Core>, ()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   45:     0x5d8cbe2713fc - tokio[db6cea655dffcdb1]::coop::with_budget::<core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Core>, ()>, <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/coop.rs:95:13
[INFO] [stdout]   46:     0x5d8cbe2713fc - tokio[db6cea655dffcdb1]::coop::budget::<core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Core>, ()>, <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/coop.rs:72:5
[INFO] [stdout]   47:     0x5d8cbe2713fc - <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run_task
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/worker.rs:420:9
[INFO] [stdout]   48:     0x5d8cbe2707b3 - <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/worker.rs:387:29
[INFO] [stdout]   49:     0x5d8cbe26abf3 - tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::run::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/worker.rs:372:20
[INFO] [stdout]   50:     0x5d8cbe268c0c - <tokio[db6cea655dffcdb1]::macros::scoped_tls::ScopedKey<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>>::set::<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::run::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   51:     0x5d8cbe271a85 - tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/worker.rs:369:13
[INFO] [stdout]   52:     0x5d8cbe269e5b - <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/worker.rs:348:45
[INFO] [stdout]   53:     0x5d8cbe27c14b - <tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/blocking/task.rs:42:21
[INFO] [stdout]   54:     0x5d8cbe2743b1 - <tokio[db6cea655dffcdb1]::runtime::task::core::CoreStage<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/core.rs:184:24
[INFO] [stdout]   55:     0x5d8cbe27ea0a - <tokio[db6cea655dffcdb1]::loom::std::unsafe_cell::UnsafeCell<tokio[db6cea655dffcdb1]::runtime::task::core::Stage<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::runtime::task::core::CoreStage<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   56:     0x5d8cbe276666 - <tokio[db6cea655dffcdb1]::runtime::task::core::CoreStage<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/core.rs:174:24
[INFO] [stdout]   57:     0x5d8cbe22dc31 - tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future::<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:480:30
[INFO] [stdout]   58:     0x5d8cbe2618e1 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>::{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]   59:     0x5d8cbe230beb - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x5d8cbe23c74b - __rust_try
[INFO] [stdout]   61:     0x5d8cbe2353e6 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x5d8cbe2353e6 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x5d8cbe22d302 - tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future::<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:468:18
[INFO] [stdout]   64:     0x5d8cbe22f3de - <tokio[db6cea655dffcdb1]::runtime::task::harness::Harness<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:104:27
[INFO] [stdout]   65:     0x5d8cbe22f877 - <tokio[db6cea655dffcdb1]::runtime::task::harness::Harness<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:57:20
[INFO] [stdout]   66:     0x5d8cbe29a01d - tokio[db6cea655dffcdb1]::runtime::task::raw::poll::<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/raw.rs:194:13
[INFO] [stdout]   67:     0x5d8cbe29fd97 - <tokio[db6cea655dffcdb1]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/raw.rs:134:18
[INFO] [stdout]   68:     0x5d8cbe289a57 - <tokio[db6cea655dffcdb1]::runtime::task::UnownedTask<tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/mod.rs:422:13
[INFO] [stdout]   69:     0x5d8cbe23b517 - <tokio[db6cea655dffcdb1]::runtime::blocking::pool::Task>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/blocking/pool.rs:111:19
[INFO] [stdout]   70:     0x5d8cbe23aafb - <tokio[db6cea655dffcdb1]::runtime::blocking::pool::Inner>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/blocking/pool.rs:346:22
[INFO] [stdout]   71:     0x5d8cbe238d37 - <tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/blocking/pool.rs:321:50
[INFO] [stdout]   72:     0x5d8cbe268dd6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   73:     0x5d8cbe29a8e2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   74:     0x5d8cbe2619b1 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{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]   75:     0x5d8cbe230d16 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   76:     0x5d8cbe2a137b - __rust_try
[INFO] [stdout]   77:     0x5d8cbe29a5a4 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   78:     0x5d8cbe29a5a4 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   79:     0x5d8cbe29a5a4 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   80:     0x5d8cbe2572ff - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{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]   81:     0x5d8cbe37c2cf - <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]   82:     0x5d8cbe37c2cf - <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]   83:     0x7673eb0f2aa4 - <unknown>
[INFO] [stdout]   84:     0x7673eb17fa64 - clone
[INFO] [stdout]   85:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (3345) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.15/src/fmt/mod.rs:1203:16:
[INFO] [stdout] Unable to install global subscriber: SetGlobalDefaultError("a global default trace dispatcher has already been set")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d8cbe37d6e1 - 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:     0x5d8cbe37d6e1 - 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:     0x5d8cbe37d6e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d8cbe37d6e1 - <<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:     0x5d8cbe396aaa - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d8cbe396aaa - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5d8cbe382e5c - 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:     0x5d8cbe382e5c - <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:     0x5d8cbe359966 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d8cbe359966 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d8cbe3745b9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d8cbd3f49f0 - <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:     0x5d8cbd3f49f0 - 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:     0x5d8cbe3748e2 - <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:     0x5d8cbe3748e2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5d8cbe359a12 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5d8cbe350ec9 - 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:     0x5d8cbe35a89d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5d8cbe3972dc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d8cbe397022 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5d8cbd3cb7db - <core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::error::Error + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync>>>::expect
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1183:23
[INFO] [stdout]   21:     0x5d8cbd3b1936 - tracing_subscriber[1cd10bc6a810aba9]::fmt::init
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.15/src/fmt/mod.rs:1203:16
[INFO] [stdout]   22:     0x5d8cbd3959bf - rustapi[823b742b30af51d6]::logger::setup
[INFO] [stdout]                                at /opt/rustwide/workdir/src/logger.rs:14:3
[INFO] [stdout]   23:     0x5d8cbd340ea0 - rustapi[823b742b30af51d6]::create_app::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:45:3
[INFO] [stdout]   24:     0x5d8cbd2fb4ed - rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/setup.rs:46:26
[INFO] [stdout]   25:     0x5d8cbcff0e3d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{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:     0x5d8cbd388e60 - <tokio[db6cea655dffcdb1]::runtime::task::core::CoreStage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/core.rs:184:24
[INFO] [stdout]   27:     0x5d8cbd222d46 - <tokio[db6cea655dffcdb1]::loom::std::unsafe_cell::UnsafeCell<tokio[db6cea655dffcdb1]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::runtime::task::core::CoreStage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   28:     0x5d8cbd393502 - <tokio[db6cea655dffcdb1]::runtime::task::core::CoreStage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/core.rs:174:24
[INFO] [stdout]   29:     0x5d8cbd01a1bd - tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:480:30
[INFO] [stdout]   30:     0x5d8cbd070a30 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>::{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]   31:     0x5d8cbd29807a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   32:     0x5d8cbd0ab60b - __rust_try
[INFO] [stdout]   33:     0x5d8cbd07f226 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   34:     0x5d8cbd07f226 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x5d8cbcffe611 - tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:468:18
[INFO] [stdout]   36:     0x5d8cbd025a0a - <tokio[db6cea655dffcdb1]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:104:27
[INFO] [stdout]   37:     0x5d8cbd025e73 - <tokio[db6cea655dffcdb1]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:57:20
[INFO] [stdout]   38:     0x5d8cbd085e0b - tokio[db6cea655dffcdb1]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/raw.rs:194:13
[INFO] [stdout]   39:     0x5d8cbe29fd97 - <tokio[db6cea655dffcdb1]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/raw.rs:134:18
[INFO] [stdout]   40:     0x5d8cbe289a12 - <tokio[db6cea655dffcdb1]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/mod.rs:385:13
[INFO] [stdout]   41:     0x5d8cbe26a475 - <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/worker.rs:421:18
[INFO] [stdout]   42:     0x5d8cbe288040 - tokio[db6cea655dffcdb1]::coop::with_budget::<core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Core>, ()>, <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/coop.rs:102:9
[INFO] [stdout]   43:     0x5d8cbe2784a8 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[db6cea655dffcdb1]::coop::Budget>>>::try_with::<tokio[db6cea655dffcdb1]::coop::with_budget<core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Core>, ()>, <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Core>, ()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   44:     0x5d8cbe27816f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[db6cea655dffcdb1]::coop::Budget>>>::with::<tokio[db6cea655dffcdb1]::coop::with_budget<core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Core>, ()>, <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Core>, ()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   45:     0x5d8cbe2713fc - tokio[db6cea655dffcdb1]::coop::with_budget::<core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Core>, ()>, <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/coop.rs:95:13
[INFO] [stdout]   46:     0x5d8cbe2713fc - tokio[db6cea655dffcdb1]::coop::budget::<core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Core>, ()>, <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/coop.rs:72:5
[INFO] [stdout]   47:     0x5d8cbe2713fc - <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run_task
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/worker.rs:420:9
[INFO] [stdout]   48:     0x5d8cbe2707b3 - <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/worker.rs:387:29
[INFO] [stdout]   49:     0x5d8cbe26abf3 - tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::run::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/worker.rs:372:20
[INFO] [stdout]   50:     0x5d8cbe268c0c - <tokio[db6cea655dffcdb1]::macros::scoped_tls::ScopedKey<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>>::set::<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::run::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   51:     0x5d8cbe271a85 - tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/worker.rs:369:13
[INFO] [stdout]   52:     0x5d8cbe269e5b - <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/worker.rs:348:45
[INFO] [stdout]   53:     0x5d8cbe27c14b - <tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/blocking/task.rs:42:21
[INFO] [stdout]   54:     0x5d8cbe2743b1 - <tokio[db6cea655dffcdb1]::runtime::task::core::CoreStage<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/core.rs:184:24
[INFO] [stdout]   55:     0x5d8cbe27ea0a - <tokio[db6cea655dffcdb1]::loom::std::unsafe_cell::UnsafeCell<tokio[db6cea655dffcdb1]::runtime::task::core::Stage<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::runtime::task::core::CoreStage<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   56:     0x5d8cbe276666 - <tokio[db6cea655dffcdb1]::runtime::task::core::CoreStage<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/core.rs:174:24
[INFO] [stdout]   57:     0x5d8cbe22dc31 - tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future::<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:480:30
[INFO] [stdout]   58:     0x5d8cbe2618e1 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>::{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]   59:     0x5d8cbe230beb - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x5d8cbe23c74b - __rust_try
[INFO] [stdout]   61:     0x5d8cbe2353e6 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x5d8cbe2353e6 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x5d8cbe22d302 - tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future::<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:468:18
[INFO] [stdout]   64:     0x5d8cbe22f3de - <tokio[db6cea655dffcdb1]::runtime::task::harness::Harness<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:104:27
[INFO] [stdout]   65:     0x5d8cbe22f877 - <tokio[db6cea655dffcdb1]::runtime::task::harness::Harness<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:57:20
[INFO] [stdout]   66:     0x5d8cbe29a01d - tokio[db6cea655dffcdb1]::runtime::task::raw::poll::<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/raw.rs:194:13
[INFO] [stdout]   67:     0x5d8cbe29fd97 - <tokio[db6cea655dffcdb1]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/raw.rs:134:18
[INFO] [stdout]   68:     0x5d8cbe289a57 - <tokio[db6cea655dffcdb1]::runtime::task::UnownedTask<tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/mod.rs:422:13
[INFO] [stdout]   69:     0x5d8cbe23b517 - <tokio[db6cea655dffcdb1]::runtime::blocking::pool::Task>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/blocking/pool.rs:111:19
[INFO] [stdout]   70:     0x5d8cbe23aafb - <tokio[db6cea655dffcdb1]::runtime::blocking::pool::Inner>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/blocking/pool.rs:346:22
[INFO] [stdout]   71:     0x5d8cbe238d37 - <tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/blocking/pool.rs:321:50
[INFO] [stdout]   72:     0x5d8cbe268dd6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   73:     0x5d8cbe29a8e2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   74:     0x5d8cbe2619b1 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{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]   75:     0x5d8cbe230d16 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   76:     0x5d8cbe2a137b - __rust_try
[INFO] [stdout]   77:     0x5d8cbe29a5a4 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   78:     0x5d8cbe29a5a4 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   79:     0x5d8cbe29a5a4 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   80:     0x5d8cbe2572ff - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{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]   81:     0x5d8cbe37c2cf - <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]   82:     0x5d8cbe37c2cf - <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]   83:     0x7673eb0f2aa4 - <unknown>
[INFO] [stdout]   84:     0x7673eb17fa64 - clone
[INFO] [stdout]   85:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'tokio-runtime-worker' (3341) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.15/src/fmt/mod.rs:1203:16:
[INFO] [stdout] Unable to install global subscriber: SetGlobalDefaultError("a global default trace dispatcher has already been set")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d8cbe37d6e1 - 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:     0x5d8cbe37d6e1 - 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:     0x5d8cbe37d6e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d8cbe37d6e1 - <<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:     0x5d8cbe396aaa - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d8cbe396aaa - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5d8cbe382e5c - 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:     0x5d8cbe382e5c - <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:     0x5d8cbe359966 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d8cbe359966 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d8cbe3745b9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d8cbd3f49f0 - <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:     0x5d8cbd3f49f0 - 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:     0x5d8cbe3748e2 - <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:     0x5d8cbe3748e2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5d8cbe359a12 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5d8cbe350ec9 - 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:     0x5d8cbe35a89d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5d8cbe3972dc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d8cbe397022 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5d8cbd3cb7db - <core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::error::Error + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync>>>::expect
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1183:23
[INFO] [stdout]   21:     0x5d8cbd3b1936 - tracing_subscriber[1cd10bc6a810aba9]::fmt::init
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.15/src/fmt/mod.rs:1203:16
[INFO] [stdout]   22:     0x5d8cbd3959bf - rustapi[823b742b30af51d6]::logger::setup
[INFO] [stdout]                                at /opt/rustwide/workdir/src/logger.rs:14:3
[INFO] [stdout]   23:     0x5d8cbd340ea0 - rustapi[823b742b30af51d6]::create_app::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:45:3
[INFO] [stdout]   24:     0x5d8cbd2fb4ed - rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/setup.rs:46:26
[INFO] [stdout]   25:     0x5d8cbcff0e3d - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{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:     0x5d8cbd388e60 - <tokio[db6cea655dffcdb1]::runtime::task::core::CoreStage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/core.rs:184:24
[INFO] [stdout]   27:     0x5d8cbd222d46 - <tokio[db6cea655dffcdb1]::loom::std::unsafe_cell::UnsafeCell<tokio[db6cea655dffcdb1]::runtime::task::core::Stage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::runtime::task::core::CoreStage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   28:     0x5d8cbd393502 - <tokio[db6cea655dffcdb1]::runtime::task::core::CoreStage<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/core.rs:174:24
[INFO] [stdout]   29:     0x5d8cbd01a1bd - tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:480:30
[INFO] [stdout]   30:     0x5d8cbd070a30 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>::{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]   31:     0x5d8cbd29807a - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   32:     0x5d8cbd0ab60b - __rust_try
[INFO] [stdout]   33:     0x5d8cbd07f226 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   34:     0x5d8cbd07f226 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x5d8cbcffe611 - tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:468:18
[INFO] [stdout]   36:     0x5d8cbd025a0a - <tokio[db6cea655dffcdb1]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:104:27
[INFO] [stdout]   37:     0x5d8cbd025e73 - <tokio[db6cea655dffcdb1]::runtime::task::harness::Harness<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:57:20
[INFO] [stdout]   38:     0x5d8cbd085e0b - tokio[db6cea655dffcdb1]::runtime::task::raw::poll::<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<rustapi[823b742b30af51d6]::tests::setup::start_app::{closure#0}>>, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/raw.rs:194:13
[INFO] [stdout]   39:     0x5d8cbe29fd97 - <tokio[db6cea655dffcdb1]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/raw.rs:134:18
[INFO] [stdout]   40:     0x5d8cbe289a12 - <tokio[db6cea655dffcdb1]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Shared>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/mod.rs:385:13
[INFO] [stdout]   41:     0x5d8cbe26a475 - <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/worker.rs:421:18
[INFO] [stdout]   42:     0x5d8cbe288040 - tokio[db6cea655dffcdb1]::coop::with_budget::<core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Core>, ()>, <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/coop.rs:102:9
[INFO] [stdout]   43:     0x5d8cbe2784a8 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[db6cea655dffcdb1]::coop::Budget>>>::try_with::<tokio[db6cea655dffcdb1]::coop::with_budget<core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Core>, ()>, <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Core>, ()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   44:     0x5d8cbe27816f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[db6cea655dffcdb1]::coop::Budget>>>::with::<tokio[db6cea655dffcdb1]::coop::with_budget<core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Core>, ()>, <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Core>, ()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   45:     0x5d8cbe2713fc - tokio[db6cea655dffcdb1]::coop::with_budget::<core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Core>, ()>, <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/coop.rs:95:13
[INFO] [stdout]   46:     0x5d8cbe2713fc - tokio[db6cea655dffcdb1]::coop::budget::<core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Core>, ()>, <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run_task::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/coop.rs:72:5
[INFO] [stdout]   47:     0x5d8cbe2713fc - <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run_task
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/worker.rs:420:9
[INFO] [stdout]   48:     0x5d8cbe2707b3 - <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/worker.rs:387:29
[INFO] [stdout]   49:     0x5d8cbe26abf3 - tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::run::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/worker.rs:372:20
[INFO] [stdout]   50:     0x5d8cbe268c0c - <tokio[db6cea655dffcdb1]::macros::scoped_tls::ScopedKey<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Context>>::set::<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::run::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   51:     0x5d8cbe271a85 - tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/worker.rs:369:13
[INFO] [stdout]   52:     0x5d8cbe269e5b - <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/worker.rs:348:45
[INFO] [stdout]   53:     0x5d8cbe27c14b - <tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/blocking/task.rs:42:21
[INFO] [stdout]   54:     0x5d8cbe2743b1 - <tokio[db6cea655dffcdb1]::runtime::task::core::CoreStage<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/core.rs:184:24
[INFO] [stdout]   55:     0x5d8cbe27ea0a - <tokio[db6cea655dffcdb1]::loom::std::unsafe_cell::UnsafeCell<tokio[db6cea655dffcdb1]::runtime::task::core::Stage<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::runtime::task::core::CoreStage<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/loom/std/unsafe_cell.rs:14:9
[INFO] [stdout]   56:     0x5d8cbe276666 - <tokio[db6cea655dffcdb1]::runtime::task::core::CoreStage<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/core.rs:174:24
[INFO] [stdout]   57:     0x5d8cbe22dc31 - tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future::<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:480:30
[INFO] [stdout]   58:     0x5d8cbe2618e1 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>::{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]   59:     0x5d8cbe230beb - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x5d8cbe23c74b - __rust_try
[INFO] [stdout]   61:     0x5d8cbe2353e6 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x5d8cbe2353e6 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x5d8cbe22d302 - tokio[db6cea655dffcdb1]::runtime::task::harness::poll_future::<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:468:18
[INFO] [stdout]   64:     0x5d8cbe22f3de - <tokio[db6cea655dffcdb1]::runtime::task::harness::Harness<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:104:27
[INFO] [stdout]   65:     0x5d8cbe22f877 - <tokio[db6cea655dffcdb1]::runtime::task::harness::Harness<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/harness.rs:57:20
[INFO] [stdout]   66:     0x5d8cbe29a01d - tokio[db6cea655dffcdb1]::runtime::task::raw::poll::<tokio[db6cea655dffcdb1]::runtime::blocking::task::BlockingTask<<tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::worker::Launch>::launch::{closure#0}>, tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/raw.rs:194:13
[INFO] [stdout]   67:     0x5d8cbe29fd97 - <tokio[db6cea655dffcdb1]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/raw.rs:134:18
[INFO] [stdout]   68:     0x5d8cbe289a57 - <tokio[db6cea655dffcdb1]::runtime::task::UnownedTask<tokio[db6cea655dffcdb1]::runtime::blocking::schedule::NoopSchedule>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/task/mod.rs:422:13
[INFO] [stdout]   69:     0x5d8cbe23b517 - <tokio[db6cea655dffcdb1]::runtime::blocking::pool::Task>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/blocking/pool.rs:111:19
[INFO] [stdout]   70:     0x5d8cbe23aafb - <tokio[db6cea655dffcdb1]::runtime::blocking::pool::Inner>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/blocking/pool.rs:346:22
[INFO] [stdout]   71:     0x5d8cbe238d37 - <tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/blocking/pool.rs:321:50
[INFO] [stdout]   72:     0x5d8cbe268dd6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   73:     0x5d8cbe29a8e2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   74:     0x5d8cbe2619b1 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{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]   75:     0x5d8cbe230d16 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   76:     0x5d8cbe2a137b - __rust_try
[INFO] [stdout]   77:     0x5d8cbe29a5a4 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   78:     0x5d8cbe29a5a4 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   79:     0x5d8cbe29a5a4 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   80:     0x5d8cbe2572ff - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<tokio[db6cea655dffcdb1]::runtime::blocking::pool::Spawner>::spawn_thread::{closure#0}, ()>::{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]   81:     0x5d8cbe37c2cf - <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]   82:     0x5d8cbe37c2cf - <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]   83:     0x7673eb0f2aa4 - <unknown>
[INFO] [stdout]   84:     0x7673eb17fa64 - clone
[INFO] [stdout]   85:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::routes::cat::get_cat_by_id_route' (3334) panicked at src/tests/setup.rs:37:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: "Could not connect to APP"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d8cbe37d6e1 - 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:     0x5d8cbe37d6e1 - 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:     0x5d8cbe37d6e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d8cbe37d6e1 - <<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:     0x5d8cbe396aaa - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d8cbe396aaa - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5d8cbe382e5c - 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:     0x5d8cbe382e5c - <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:     0x5d8cbe359966 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d8cbe359966 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d8cbe3745b9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d8cbd3f49f0 - <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:     0x5d8cbd3f49f0 - 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:     0x5d8cbe3748e2 - <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:     0x5d8cbe3748e2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5d8cbe359a12 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5d8cbe350ec9 - 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:     0x5d8cbe35a89d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5d8cbe3972dc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d8cbe397022 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5d8cbd2f717c - <core[6883ba1bc0fe4ed1]::result::Result<(), &str>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5d8cbd2f717c - rustapi[823b742b30af51d6]::tests::setup::with_app::<rustapi[823b742b30af51d6]::tests::routes::cat::get_cat_by_id_route::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/setup.rs:37:37
[INFO] [stdout]   22:     0x5d8cbd117add - <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on::<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::cat::get_cat_by_id_route::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/park/thread.rs:267:65
[INFO] [stdout]   23:     0x5d8cbd384230 - tokio[db6cea655dffcdb1]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::cat::get_cat_by_id_route::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/coop.rs:102:9
[INFO] [stdout]   24:     0x5d8cbd36c515 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[db6cea655dffcdb1]::coop::Budget>>>::try_with::<tokio[db6cea655dffcdb1]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::cat::get_cat_by_id_route::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   25:     0x5d8cbd36b5ce - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[db6cea655dffcdb1]::coop::Budget>>>::with::<tokio[db6cea655dffcdb1]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::cat::get_cat_by_id_route::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   26:     0x5d8cbd0f6118 - tokio[db6cea655dffcdb1]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::cat::get_cat_by_id_route::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/coop.rs:95:13
[INFO] [stdout]   27:     0x5d8cbd0f6118 - tokio[db6cea655dffcdb1]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::cat::get_cat_by_id_route::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/coop.rs:72:5
[INFO] [stdout]   28:     0x5d8cbd0f6118 - <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on::<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::cat::get_cat_by_id_route::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/park/thread.rs:267:31
[INFO] [stdout]   29:     0x5d8cbd27e3f0 - <tokio[db6cea655dffcdb1]::runtime::enter::Enter>::block_on::<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::cat::get_cat_by_id_route::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x5d8cbcfc04c3 - <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::MultiThread>::block_on::<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::cat::get_cat_by_id_route::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/mod.rs:79:15
[INFO] [stdout]   31:     0x5d8cbd02f0ed - <tokio[db6cea655dffcdb1]::runtime::Runtime>::block_on::<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::cat::get_cat_by_id_route::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/mod.rs:492:49
[INFO] [stdout]   32:     0x5d8cbd2c3152 - rustapi[823b742b30af51d6]::tests::setup::with_app::<rustapi[823b742b30af51d6]::tests::routes::cat::get_cat_by_id_route::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/setup.rs:32:11
[INFO] [stdout]   33:     0x5d8cbd3062c9 - rustapi[823b742b30af51d6]::tests::routes::cat::get_cat_by_id_route
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/routes/cat.rs:93:3
[INFO] [stdout]   34:     0x5d8cbd2fb9b7 - rustapi[823b742b30af51d6]::tests::routes::cat::get_cat_by_id_route::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/routes/cat.rs:92:25
[INFO] [stdout]   35:     0x5d8cbd18cfd6 - <rustapi[823b742b30af51d6]::tests::routes::cat::get_cat_by_id_route::{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]   36:     0x5d8cbd3e7d2b - <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]   37:     0x5d8cbd3e7d2b - 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]   38:     0x5d8cbd3f5375 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   39:     0x5d8cbd3f5375 - <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]   40:     0x5d8cbd3f5375 - 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]   41:     0x5d8cbd3f5375 - 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]   42:     0x5d8cbd3f5375 - 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]   43:     0x5d8cbd3f5375 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   44:     0x5d8cbd3f5375 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   45:     0x5d8cbd3efe24 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   46:     0x5d8cbd3efe24 - 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]   47:     0x5d8cbd3f84c2 - 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]   48:     0x5d8cbd3f84c2 - <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]   49:     0x5d8cbd3f84c2 - 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]   50:     0x5d8cbd3f84c2 - 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]   51:     0x5d8cbd3f84c2 - 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]   52:     0x5d8cbd3f84c2 - 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]   53:     0x5d8cbd3f84c2 - <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]   54:     0x5d8cbe37c2cf - <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]   55:     0x5d8cbe37c2cf - <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]   56:     0x7673eb0f2aa4 - <unknown>
[INFO] [stdout]   57:     0x7673eb17fa64 - clone
[INFO] [stdout]   58:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::routes::user::authenticate_user_route stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::routes::user::authenticate_user_route' (3339) panicked at src/tests/setup.rs:37:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: "Could not connect to APP"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d8cbe37d6e1 - 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:     0x5d8cbe37d6e1 - 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:     0x5d8cbe37d6e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d8cbe37d6e1 - <<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:     0x5d8cbe396aaa - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d8cbe396aaa - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5d8cbe382e5c - 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:     0x5d8cbe382e5c - <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:     0x5d8cbe359966 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d8cbe359966 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d8cbe3745b9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d8cbd3f49f0 - <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:     0x5d8cbd3f49f0 - 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:     0x5d8cbe3748e2 - <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:     0x5d8cbe3748e2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5d8cbe359a12 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5d8cbe350ec9 - 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:     0x5d8cbe35a89d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5d8cbe3972dc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d8cbe397022 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5d8cbd2f882c - <core[6883ba1bc0fe4ed1]::result::Result<(), &str>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5d8cbd2f882c - rustapi[823b742b30af51d6]::tests::setup::with_app::<rustapi[823b742b30af51d6]::tests::routes::user::authenticate_user_route::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/setup.rs:37:37
[INFO] [stdout]   22:     0x5d8cbd117b9d - <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on::<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::user::authenticate_user_route::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/park/thread.rs:267:65
[INFO] [stdout]   23:     0x5d8cbd3845c0 - tokio[db6cea655dffcdb1]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::user::authenticate_user_route::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/coop.rs:102:9
[INFO] [stdout]   24:     0x5d8cbd36c815 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[db6cea655dffcdb1]::coop::Budget>>>::try_with::<tokio[db6cea655dffcdb1]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::user::authenticate_user_route::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   25:     0x5d8cbd36b6be - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[db6cea655dffcdb1]::coop::Budget>>>::with::<tokio[db6cea655dffcdb1]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::user::authenticate_user_route::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   26:     0x5d8cbd0f6d48 - tokio[db6cea655dffcdb1]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::user::authenticate_user_route::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/coop.rs:95:13
[INFO] [stdout]   27:     0x5d8cbd0f6d48 - tokio[db6cea655dffcdb1]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::user::authenticate_user_route::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/coop.rs:72:5
[INFO] [stdout]   28:     0x5d8cbd0f6d48 - <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on::<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::user::authenticate_user_route::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/park/thread.rs:267:31
[INFO] [stdout]   29:     0x5d8cbd27e630 - <tokio[db6cea655dffcdb1]::runtime::enter::Enter>::block_on::<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::user::authenticate_user_route::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x5d8cbcfc0853 - <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::MultiThread>::block_on::<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::user::authenticate_user_route::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/mod.rs:79:15
[INFO] [stdout]   31:     0x5d8cbd02f60e - <tokio[db6cea655dffcdb1]::runtime::Runtime>::block_on::<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::user::authenticate_user_route::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/mod.rs:492:49
[INFO] [stdout]   32:     0x5d8cbd2c3422 - rustapi[823b742b30af51d6]::tests::setup::with_app::<rustapi[823b742b30af51d6]::tests::routes::user::authenticate_user_route::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/setup.rs:32:11
[INFO] [stdout]   33:     0x5d8cbd30651d - rustapi[823b742b30af51d6]::tests::routes::user::authenticate_user_route
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/routes/user.rs:60:3
[INFO] [stdout]   34:     0x5d8cbd301607 - rustapi[823b742b30af51d6]::tests::routes::user::authenticate_user_route::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/routes/user.rs:48:29
[INFO] [stdout]   35:     0x5d8cbd18d096 - <rustapi[823b742b30af51d6]::tests::routes::user::authenticate_user_route::{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]   36:     0x5d8cbd3e7d2b - <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]   37:     0x5d8cbd3e7d2b - 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]   38:     0x5d8cbd3f5375 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   39:     0x5d8cbd3f5375 - <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]   40:     0x5d8cbd3f5375 - 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]   41:     0x5d8cbd3f5375 - 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]   42:     0x5d8cbd3f5375 - 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]   43:     0x5d8cbd3f5375 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   44:     0x5d8cbd3f5375 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   45:     0x5d8cbd3efe24 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   46:     0x5d8cbd3efe24 - 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]   47:     0x5d8cbd3f84c2 - 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]   48:     0x5d8cbd3f84c2 - <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]   49:     0x5d8cbd3f84c2 - 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]   50:     0x5d8cbd3f84c2 - 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]   51:     0x5d8cbd3f84c2 - 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]   52:     0x5d8cbd3f84c2 - 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]   53:     0x5d8cbd3f84c2 - <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]   54:     0x5d8cbe37c2cf - <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]   55:     0x5d8cbe37c2cf - <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]   56:     0x7673eb0f2aa4 - <unknown>
[INFO] [stdout]   57:     0x7673eb17fa64 - clone
[INFO] [stdout]   58:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::routes::cat::post_cat_route stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::routes::cat::post_cat_route' (3336) panicked at src/tests/setup.rs:37:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: "Could not connect to APP"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d8cbe37d6e1 - 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:     0x5d8cbe37d6e1 - 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:     0x5d8cbe37d6e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d8cbe37d6e1 - <<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:     0x5d8cbe396aaa - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d8cbe396aaa - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5d8cbe382e5c - 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:     0x5d8cbe382e5c - <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:     0x5d8cbe359966 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d8cbe359966 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d8cbe3745b9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d8cbd3f49f0 - <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:     0x5d8cbd3f49f0 - 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:     0x5d8cbe3748e2 - <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:     0x5d8cbe3748e2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5d8cbe359a12 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5d8cbe350ec9 - 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:     0x5d8cbe35a89d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5d8cbe3972dc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d8cbe397022 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5d8cbd2f69ec - <core[6883ba1bc0fe4ed1]::result::Result<(), &str>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5d8cbd2f69ec - rustapi[823b742b30af51d6]::tests::setup::with_app::<rustapi[823b742b30af51d6]::tests::routes::cat::post_cat_route::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/setup.rs:37:37
[INFO] [stdout]   22:     0x5d8cbd117a9d - <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on::<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::cat::post_cat_route::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/park/thread.rs:267:65
[INFO] [stdout]   23:     0x5d8cbd384100 - tokio[db6cea655dffcdb1]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::cat::post_cat_route::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/coop.rs:102:9
[INFO] [stdout]   24:     0x5d8cbd36c415 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[db6cea655dffcdb1]::coop::Budget>>>::try_with::<tokio[db6cea655dffcdb1]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::cat::post_cat_route::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   25:     0x5d8cbd36b57e - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[db6cea655dffcdb1]::coop::Budget>>>::with::<tokio[db6cea655dffcdb1]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::cat::post_cat_route::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   26:     0x5d8cbd0f5d08 - tokio[db6cea655dffcdb1]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::cat::post_cat_route::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/coop.rs:95:13
[INFO] [stdout]   27:     0x5d8cbd0f5d08 - tokio[db6cea655dffcdb1]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::cat::post_cat_route::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/coop.rs:72:5
[INFO] [stdout]   28:     0x5d8cbd0f5d08 - <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on::<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::cat::post_cat_route::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/park/thread.rs:267:31
[INFO] [stdout]   29:     0x5d8cbd27e330 - <tokio[db6cea655dffcdb1]::runtime::enter::Enter>::block_on::<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::cat::post_cat_route::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x5d8cbcfc0393 - <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::MultiThread>::block_on::<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::cat::post_cat_route::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/mod.rs:79:15
[INFO] [stdout]   31:     0x5d8cbd02ef2d - <tokio[db6cea655dffcdb1]::runtime::Runtime>::block_on::<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::cat::post_cat_route::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/mod.rs:492:49
[INFO] [stdout]   32:     0x5d8cbd2c3062 - rustapi[823b742b30af51d6]::tests::setup::with_app::<rustapi[823b742b30af51d6]::tests::routes::cat::post_cat_route::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/setup.rs:32:11
[INFO] [stdout]   33:     0x5d8cbd30629b - rustapi[823b742b30af51d6]::tests::routes::cat::post_cat_route
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/routes/cat.rs:23:3
[INFO] [stdout]   34:     0x5d8cbd2fb987 - rustapi[823b742b30af51d6]::tests::routes::cat::post_cat_route::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/routes/cat.rs:13:20
[INFO] [stdout]   35:     0x5d8cbd18cf96 - <rustapi[823b742b30af51d6]::tests::routes::cat::post_cat_route::{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]   36:     0x5d8cbd3e7d2b - <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]   37:     0x5d8cbd3e7d2b - 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]   38:     0x5d8cbd3f5375 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   39:     0x5d8cbd3f5375 - <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]   40:     0x5d8cbd3f5375 - 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]   41:     0x5d8cbd3f5375 - 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]   42:     0x5d8cbd3f5375 - 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]   43:     0x5d8cbd3f5375 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   44:     0x5d8cbd3f5375 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   45:     0x5d8cbd3efe24 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   46:     0x5d8cbd3efe24 - 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]   47:     0x5d8cbd3f84c2 - 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]   48:     0x5d8cbd3f84c2 - <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]   49:     0x5d8cbd3f84c2 - 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]   50:     0x5d8cbd3f84c2 - 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]   51:     0x5d8cbd3f84c2 - 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]   52:     0x5d8cbd3f84c2 - 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]   53:     0x5d8cbd3f84c2 - <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]   54:     0x5d8cbe37c2cf - <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]   55:     0x5d8cbe37c2cf - <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]   56:     0x7673eb0f2aa4 - <unknown>
[INFO] [stdout]   57:     0x7673eb17fa64 - clone
[INFO] [stdout]   58:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::routes::cat::remove_cat_by_id_route stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::routes::cat::remove_cat_by_id_route' (3337) panicked at src/tests/setup.rs:37:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: "Could not connect to APP"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d8cbe37d6e1 - 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:     0x5d8cbe37d6e1 - 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:     0x5d8cbe37d6e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d8cbe37d6e1 - <<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:     0x5d8cbe396aaa - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d8cbe396aaa - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5d8cbe382e5c - 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:     0x5d8cbe382e5c - <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:     0x5d8cbe359966 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d8cbe359966 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d8cbe3745b9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d8cbd3f49f0 - <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:     0x5d8cbd3f49f0 - 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:     0x5d8cbe3748e2 - <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:     0x5d8cbe3748e2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5d8cbe359a12 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5d8cbe350ec9 - 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:     0x5d8cbe35a89d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5d8cbe3972dc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d8cbe397022 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5d8cbd2f790c - <core[6883ba1bc0fe4ed1]::result::Result<(), &str>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5d8cbd2f790c - rustapi[823b742b30af51d6]::tests::setup::with_app::<rustapi[823b742b30af51d6]::tests::routes::cat::remove_cat_by_id_route::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/setup.rs:37:37
[INFO] [stdout]   22:     0x5d8cbd117b1d - <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on::<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::cat::remove_cat_by_id_route::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/park/thread.rs:267:65
[INFO] [stdout]   23:     0x5d8cbd384360 - tokio[db6cea655dffcdb1]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::cat::remove_cat_by_id_route::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/coop.rs:102:9
[INFO] [stdout]   24:     0x5d8cbd36c615 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[db6cea655dffcdb1]::coop::Budget>>>::try_with::<tokio[db6cea655dffcdb1]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::cat::remove_cat_by_id_route::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   25:     0x5d8cbd36b61e - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[db6cea655dffcdb1]::coop::Budget>>>::with::<tokio[db6cea655dffcdb1]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::cat::remove_cat_by_id_route::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   26:     0x5d8cbd0f6528 - tokio[db6cea655dffcdb1]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::cat::remove_cat_by_id_route::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/coop.rs:95:13
[INFO] [stdout]   27:     0x5d8cbd0f6528 - tokio[db6cea655dffcdb1]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::cat::remove_cat_by_id_route::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/coop.rs:72:5
[INFO] [stdout]   28:     0x5d8cbd0f6528 - <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on::<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::cat::remove_cat_by_id_route::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/park/thread.rs:267:31
[INFO] [stdout]   29:     0x5d8cbd27e4b0 - <tokio[db6cea655dffcdb1]::runtime::enter::Enter>::block_on::<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::cat::remove_cat_by_id_route::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x5d8cbcfc05f3 - <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::MultiThread>::block_on::<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::cat::remove_cat_by_id_route::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/mod.rs:79:15
[INFO] [stdout]   31:     0x5d8cbd02f29e - <tokio[db6cea655dffcdb1]::runtime::Runtime>::block_on::<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::cat::remove_cat_by_id_route::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/mod.rs:492:49
[INFO] [stdout]   32:     0x5d8cbd2c3242 - rustapi[823b742b30af51d6]::tests::setup::with_app::<rustapi[823b742b30af51d6]::tests::routes::cat::remove_cat_by_id_route::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/setup.rs:32:11
[INFO] [stdout]   33:     0x5d8cbd3062f9 - rustapi[823b742b30af51d6]::tests::routes::cat::remove_cat_by_id_route
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/routes/cat.rs:123:3
[INFO] [stdout]   34:     0x5d8cbd2fb9e7 - rustapi[823b742b30af51d6]::tests::routes::cat::remove_cat_by_id_route::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/routes/cat.rs:122:28
[INFO] [stdout]   35:     0x5d8cbd18d016 - <rustapi[823b742b30af51d6]::tests::routes::cat::remove_cat_by_id_route::{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]   36:     0x5d8cbd3e7d2b - <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]   37:     0x5d8cbd3e7d2b - 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]   38:     0x5d8cbd3f5375 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   39:     0x5d8cbd3f5375 - <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]   40:     0x5d8cbd3f5375 - 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]   41:     0x5d8cbd3f5375 - 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]   42:     0x5d8cbd3f5375 - 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]   43:     0x5d8cbd3f5375 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   44:     0x5d8cbd3f5375 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   45:     0x5d8cbd3efe24 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   46:     0x5d8cbd3efe24 - 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]   47:     0x5d8cbd3f84c2 - 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]   48:     0x5d8cbd3f84c2 - <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]   49:     0x5d8cbd3f84c2 - 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]   50:     0x5d8cbd3f84c2 - 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]   51:     0x5d8cbd3f84c2 - 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]   52:     0x5d8cbd3f84c2 - 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]   53:     0x5d8cbd3f84c2 - <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]   54:     0x5d8cbe37c2cf - <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]   55:     0x5d8cbe37c2cf - <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]   56:     0x7673eb0f2aa4 - <unknown>
[INFO] [stdout]   57:     0x7673eb17fa64 - clone
[INFO] [stdout]   58:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::routes::cat::get_cats_route stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::routes::cat::get_cats_route' (3335) panicked at src/tests/setup.rs:37:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: "Could not connect to APP"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d8cbe37d6e1 - 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:     0x5d8cbe37d6e1 - 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:     0x5d8cbe37d6e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d8cbe37d6e1 - <<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:     0x5d8cbe396aaa - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d8cbe396aaa - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5d8cbe382e5c - 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:     0x5d8cbe382e5c - <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:     0x5d8cbe359966 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d8cbe359966 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d8cbe3745b9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d8cbd3f49f0 - <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:     0x5d8cbd3f49f0 - 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:     0x5d8cbe3748e2 - <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:     0x5d8cbe3748e2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5d8cbe359a12 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5d8cbe350ec9 - 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:     0x5d8cbe35a89d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5d8cbe3972dc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d8cbe397022 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5d8cbd2f625c - <core[6883ba1bc0fe4ed1]::result::Result<(), &str>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5d8cbd2f625c - rustapi[823b742b30af51d6]::tests::setup::with_app::<rustapi[823b742b30af51d6]::tests::routes::cat::get_cats_route::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/setup.rs:37:37
[INFO] [stdout]   22:     0x5d8cbd117a5d - <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on::<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::cat::get_cats_route::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/park/thread.rs:267:65
[INFO] [stdout]   23:     0x5d8cbd383fd0 - tokio[db6cea655dffcdb1]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::cat::get_cats_route::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/coop.rs:102:9
[INFO] [stdout]   24:     0x5d8cbd36c315 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[db6cea655dffcdb1]::coop::Budget>>>::try_with::<tokio[db6cea655dffcdb1]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::cat::get_cats_route::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   25:     0x5d8cbd36b52e - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[db6cea655dffcdb1]::coop::Budget>>>::with::<tokio[db6cea655dffcdb1]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::cat::get_cats_route::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   26:     0x5d8cbd0f58f8 - tokio[db6cea655dffcdb1]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::cat::get_cats_route::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/coop.rs:95:13
[INFO] [stdout]   27:     0x5d8cbd0f58f8 - tokio[db6cea655dffcdb1]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::cat::get_cats_route::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/coop.rs:72:5
[INFO] [stdout]   28:     0x5d8cbd0f58f8 - <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on::<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::cat::get_cats_route::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/park/thread.rs:267:31
[INFO] [stdout]   29:     0x5d8cbd27e270 - <tokio[db6cea655dffcdb1]::runtime::enter::Enter>::block_on::<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::cat::get_cats_route::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x5d8cbcfc0263 - <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::MultiThread>::block_on::<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::cat::get_cats_route::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/mod.rs:79:15
[INFO] [stdout]   31:     0x5d8cbd02ed6d - <tokio[db6cea655dffcdb1]::runtime::Runtime>::block_on::<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::cat::get_cats_route::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/mod.rs:492:49
[INFO] [stdout]   32:     0x5d8cbd2c2f72 - rustapi[823b742b30af51d6]::tests::setup::with_app::<rustapi[823b742b30af51d6]::tests::routes::cat::get_cats_route::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/setup.rs:32:11
[INFO] [stdout]   33:     0x5d8cbd306227 - rustapi[823b742b30af51d6]::tests::routes::cat::get_cats_route
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/routes/cat.rs:51:3
[INFO] [stdout]   34:     0x5d8cbd2fb957 - rustapi[823b742b30af51d6]::tests::routes::cat::get_cats_route::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/routes/cat.rs:50:20
[INFO] [stdout]   35:     0x5d8cbd18cf56 - <rustapi[823b742b30af51d6]::tests::routes::cat::get_cats_route::{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]   36:     0x5d8cbd3e7d2b - <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]   37:     0x5d8cbd3e7d2b - 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]   38:     0x5d8cbd3f5375 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   39:     0x5d8cbd3f5375 - <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]   40:     0x5d8cbd3f5375 - 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]   41:     0x5d8cbd3f5375 - 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]   42:     0x5d8cbd3f5375 - 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]   43:     0x5d8cbd3f5375 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   44:     0x5d8cbd3f5375 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   45:     0x5d8cbd3efe24 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   46:     0x5d8cbd3efe24 - 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]   47:     0x5d8cbd3f84c2 - 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]   48:     0x5d8cbd3f84c2 - <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]   49:     0x5d8cbd3f84c2 - 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]   50:     0x5d8cbd3f84c2 - 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]   51:     0x5d8cbd3f84c2 - 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]   52:     0x5d8cbd3f84c2 - 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]   53:     0x5d8cbd3f84c2 - <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]   54:     0x5d8cbe37c2cf - <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]   55:     0x5d8cbe37c2cf - <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]   56:     0x7673eb0f2aa4 - <unknown>
[INFO] [stdout]   57:     0x7673eb17fa64 - clone
[INFO] [stdout]   58:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::routes::status::get_status_route stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::routes::status::get_status_route' (3338) panicked at src/tests/setup.rs:37:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: "Could not connect to APP"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d8cbe37d6e1 - 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:     0x5d8cbe37d6e1 - 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:     0x5d8cbe37d6e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d8cbe37d6e1 - <<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:     0x5d8cbe396aaa - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d8cbe396aaa - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5d8cbe382e5c - 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:     0x5d8cbe382e5c - <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:     0x5d8cbe359966 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d8cbe359966 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d8cbe3745b9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d8cbd3f49f0 - <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:     0x5d8cbd3f49f0 - 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:     0x5d8cbe3748e2 - <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:     0x5d8cbe3748e2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5d8cbe359a12 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5d8cbe350ec9 - 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:     0x5d8cbe35a89d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5d8cbe3972dc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d8cbe397022 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5d8cbd2f8fbc - <core[6883ba1bc0fe4ed1]::result::Result<(), &str>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5d8cbd2f8fbc - rustapi[823b742b30af51d6]::tests::setup::with_app::<rustapi[823b742b30af51d6]::tests::routes::status::get_status_route::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/setup.rs:37:37
[INFO] [stdout]   22:     0x5d8cbd117bdd - <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on::<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::status::get_status_route::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/park/thread.rs:267:65
[INFO] [stdout]   23:     0x5d8cbd3846f0 - tokio[db6cea655dffcdb1]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::status::get_status_route::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/coop.rs:102:9
[INFO] [stdout]   24:     0x5d8cbd36c915 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[db6cea655dffcdb1]::coop::Budget>>>::try_with::<tokio[db6cea655dffcdb1]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::status::get_status_route::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   25:     0x5d8cbd36b70e - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[db6cea655dffcdb1]::coop::Budget>>>::with::<tokio[db6cea655dffcdb1]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::status::get_status_route::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   26:     0x5d8cbd0f7158 - tokio[db6cea655dffcdb1]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::status::get_status_route::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/coop.rs:95:13
[INFO] [stdout]   27:     0x5d8cbd0f7158 - tokio[db6cea655dffcdb1]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::status::get_status_route::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/coop.rs:72:5
[INFO] [stdout]   28:     0x5d8cbd0f7158 - <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on::<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::status::get_status_route::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/park/thread.rs:267:31
[INFO] [stdout]   29:     0x5d8cbd27e6f0 - <tokio[db6cea655dffcdb1]::runtime::enter::Enter>::block_on::<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::status::get_status_route::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x5d8cbcfc0983 - <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::MultiThread>::block_on::<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::status::get_status_route::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/mod.rs:79:15
[INFO] [stdout]   31:     0x5d8cbd02f7be - <tokio[db6cea655dffcdb1]::runtime::Runtime>::block_on::<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::status::get_status_route::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/mod.rs:492:49
[INFO] [stdout]   32:     0x5d8cbd2c3512 - rustapi[823b742b30af51d6]::tests::setup::with_app::<rustapi[823b742b30af51d6]::tests::routes::status::get_status_route::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/setup.rs:32:11
[INFO] [stdout]   33:     0x5d8cbd306553 - rustapi[823b742b30af51d6]::tests::routes::status::get_status_route
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/routes/status.rs:11:3
[INFO] [stdout]   34:     0x5d8cbd302a27 - rustapi[823b742b30af51d6]::tests::routes::status::get_status_route::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/routes/status.rs:10:22
[INFO] [stdout]   35:     0x5d8cbd18d0d6 - <rustapi[823b742b30af51d6]::tests::routes::status::get_status_route::{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]   36:     0x5d8cbd3e7d2b - <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]   37:     0x5d8cbd3e7d2b - 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]   38:     0x5d8cbd3f5375 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   39:     0x5d8cbd3f5375 - <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]   40:     0x5d8cbd3f5375 - 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]   41:     0x5d8cbd3f5375 - 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]   42:     0x5d8cbd3f5375 - 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]   43:     0x5d8cbd3f5375 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   44:     0x5d8cbd3f5375 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   45:     0x5d8cbd3efe24 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   46:     0x5d8cbd3efe24 - 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]   47:     0x5d8cbd3f84c2 - 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]   48:     0x5d8cbd3f84c2 - <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]   49:     0x5d8cbd3f84c2 - 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]   50:     0x5d8cbd3f84c2 - 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]   51:     0x5d8cbd3f84c2 - 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]   52:     0x5d8cbd3f84c2 - 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]   53:     0x5d8cbd3f84c2 - <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]   54:     0x5d8cbe37c2cf - <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]   55:     0x5d8cbe37c2cf - <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]   56:     0x7673eb0f2aa4 - <unknown>
[INFO] [stdout]   57:     0x7673eb17fa64 - clone
[INFO] [stdout]   58:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::routes::user::post_user_route stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::routes::user::post_user_route' (3342) panicked at src/tests/setup.rs:37:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: "Could not connect to APP"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5d8cbe37d6e1 - 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:     0x5d8cbe37d6e1 - 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:     0x5d8cbe37d6e1 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5d8cbe37d6e1 - <<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:     0x5d8cbe396aaa - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5d8cbe396aaa - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5d8cbe382e5c - 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:     0x5d8cbe382e5c - <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:     0x5d8cbe359966 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5d8cbe359966 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5d8cbe3745b9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5d8cbd3f49f0 - <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:     0x5d8cbd3f49f0 - 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:     0x5d8cbe3748e2 - <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:     0x5d8cbe3748e2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5d8cbe359a12 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5d8cbe350ec9 - 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:     0x5d8cbe35a89d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5d8cbe3972dc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5d8cbe397022 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5d8cbd2f809c - <core[6883ba1bc0fe4ed1]::result::Result<(), &str>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x5d8cbd2f809c - rustapi[823b742b30af51d6]::tests::setup::with_app::<rustapi[823b742b30af51d6]::tests::routes::user::post_user_route::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/setup.rs:37:37
[INFO] [stdout]   22:     0x5d8cbd117b5d - <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on::<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::user::post_user_route::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/park/thread.rs:267:65
[INFO] [stdout]   23:     0x5d8cbd384490 - tokio[db6cea655dffcdb1]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::user::post_user_route::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/coop.rs:102:9
[INFO] [stdout]   24:     0x5d8cbd36c715 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[db6cea655dffcdb1]::coop::Budget>>>::try_with::<tokio[db6cea655dffcdb1]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::user::post_user_route::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   25:     0x5d8cbd36b66e - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[db6cea655dffcdb1]::coop::Budget>>>::with::<tokio[db6cea655dffcdb1]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::user::post_user_route::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   26:     0x5d8cbd0f6938 - tokio[db6cea655dffcdb1]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::user::post_user_route::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/coop.rs:95:13
[INFO] [stdout]   27:     0x5d8cbd0f6938 - tokio[db6cea655dffcdb1]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::user::post_user_route::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/coop.rs:72:5
[INFO] [stdout]   28:     0x5d8cbd0f6938 - <tokio[db6cea655dffcdb1]::park::thread::CachedParkThread>::block_on::<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::user::post_user_route::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/park/thread.rs:267:31
[INFO] [stdout]   29:     0x5d8cbd27e570 - <tokio[db6cea655dffcdb1]::runtime::enter::Enter>::block_on::<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::user::post_user_route::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/enter.rs:152:18
[INFO] [stdout]   30:     0x5d8cbcfc0723 - <tokio[db6cea655dffcdb1]::runtime::scheduler::multi_thread::MultiThread>::block_on::<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::user::post_user_route::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/scheduler/multi_thread/mod.rs:79:15
[INFO] [stdout]   31:     0x5d8cbd02f45d - <tokio[db6cea655dffcdb1]::runtime::Runtime>::block_on::<rustapi[823b742b30af51d6]::tests::setup::with_app<rustapi[823b742b30af51d6]::tests::routes::user::post_user_route::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.1/src/runtime/mod.rs:492:49
[INFO] [stdout]   32:     0x5d8cbd2c3332 - rustapi[823b742b30af51d6]::tests::setup::with_app::<rustapi[823b742b30af51d6]::tests::routes::user::post_user_route::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/setup.rs:32:11
[INFO] [stdout]   33:     0x5d8cbd30643e - rustapi[823b742b30af51d6]::tests::routes::user::post_user_route
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/routes/user.rs:25:3
[INFO] [stdout]   34:     0x5d8cbd3015d7 - rustapi[823b742b30af51d6]::tests::routes::user::post_user_route::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/routes/user.rs:11:21
[INFO] [stdout]   35:     0x5d8cbd18d056 - <rustapi[823b742b30af51d6]::tests::routes::user::post_user_route::{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]   36:     0x5d8cbd3e7d2b - <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]   37:     0x5d8cbd3e7d2b - 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]   38:     0x5d8cbd3f5375 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   39:     0x5d8cbd3f5375 - <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]   40:     0x5d8cbd3f5375 - 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]   41:     0x5d8cbd3f5375 - 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]   42:     0x5d8cbd3f5375 - 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]   43:     0x5d8cbd3f5375 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   44:     0x5d8cbd3f5375 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   45:     0x5d8cbd3efe24 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   46:     0x5d8cbd3efe24 - 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]   47:     0x5d8cbd3f84c2 - 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]   48:     0x5d8cbd3f84c2 - <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]   49:     0x5d8cbd3f84c2 - 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]   50:     0x5d8cbd3f84c2 - 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]   51:     0x5d8cbd3f84c2 - 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]   52:     0x5d8cbd3f84c2 - 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]   53:     0x5d8cbd3f84c2 - <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]   54:     0x5d8cbe37c2cf - <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]   55:     0x5d8cbe37c2cf - <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]   56:     0x7673eb0f2aa4 - <unknown>
[INFO] [stdout]   57:     0x7673eb17fa64 - clone
[INFO] [stdout]   58:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::routes::cat::get_cat_by_id_route
[INFO] [stdout]     tests::routes::cat::get_cats_route
[INFO] [stdout]     tests::routes::cat::post_cat_route
[INFO] [stdout]     tests::routes::cat::remove_cat_by_id_route
[INFO] [stdout]     tests::routes::status::get_status_route
[INFO] [stdout]     tests::routes::user::authenticate_user_route
[INFO] [stdout]     tests::routes::user::post_user_route
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 7 failed; 0 ignored; 0 measured; 0 filtered out; finished in 24.09s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin rustapi`
[INFO] running `Command { std: "docker" "inspect" "d1253241ec5a575f7b86a5d4aae7aa25a73803cfdc259f4f19a1f663b5c0c207", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d1253241ec5a575f7b86a5d4aae7aa25a73803cfdc259f4f19a1f663b5c0c207", kill_on_drop: false }`
[INFO] [stdout] d1253241ec5a575f7b86a5d4aae7aa25a73803cfdc259f4f19a1f663b5c0c207
