[INFO] cloning repository https://github.com/since9teen94/rust_practice
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/since9teen94/rust_practice" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsince9teen94%2Frust_practice", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsince9teen94%2Frust_practice'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e4ee234dd936741b78e3fed96e3a189dd7f9c6d1
[INFO] testing since9teen94/rust_practice 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%2Fsince9teen94%2Frust_practice" "/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/since9teen94/rust_practice
[INFO] finished tweaking git repo https://github.com/since9teen94/rust_practice
[INFO] tweaked toml for git repo https://github.com/since9teen94/rust_practice written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/since9teen94/rust_practice 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/since9teen94/rust_practice 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] 394ec48700f23f760beb930c6bb656526ca3d6f55c7d9c344eb967820bb9f8d2
[INFO] running `Command { std: "docker" "start" "394ec48700f23f760beb930c6bb656526ca3d6f55c7d9c344eb967820bb9f8d2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "394ec48700f23f760beb930c6bb656526ca3d6f55c7d9c344eb967820bb9f8d2", 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" "394ec48700f23f760beb930c6bb656526ca3d6f55c7d9c344eb967820bb9f8d2" "/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" "394ec48700f23f760beb930c6bb656526ca3d6f55c7d9c344eb967820bb9f8d2", 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" "394ec48700f23f760beb930c6bb656526ca3d6f55c7d9c344eb967820bb9f8d2" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.43
[INFO] [stderr]    Compiling unicode-ident v1.0.3
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling syn v1.0.99
[INFO] [stderr]    Compiling libc v0.2.132
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling once_cell v1.14.0
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling serde_derive v1.0.144
[INFO] [stderr]    Compiling regex-syntax v0.6.27
[INFO] [stderr]    Compiling serde v1.0.144
[INFO] [stderr]    Compiling itoa v1.0.3
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling bytes v1.2.1
[INFO] [stderr]    Compiling futures-core v0.3.24
[INFO] [stderr]    Compiling lock_api v0.4.8
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]    Compiling aho-corasick v0.7.19
[INFO] [stderr]    Compiling getrandom v0.2.7
[INFO] [stderr]    Compiling smallvec v1.9.0
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling jobserver v0.1.24
[INFO] [stderr]    Compiling tokio v1.21.0
[INFO] [stderr]    Compiling uncased v0.9.7
[INFO] [stderr]    Compiling cpufeatures v0.2.5
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling mio v0.8.4
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling socket2 v0.4.7
[INFO] [stderr]    Compiling slab v0.4.7
[INFO] [stderr]    Compiling futures-task v0.3.24
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.3
[INFO] [stderr]    Compiling tracing-core v0.1.29
[INFO] [stderr]    Compiling ryu v1.0.11
[INFO] [stderr]    Compiling digest v0.10.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling futures-util v0.3.24
[INFO] [stderr]    Compiling regex v1.6.0
[INFO] [stderr]    Compiling matches v0.1.9
[INFO] [stderr]    Compiling siphasher v0.3.10
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling zstd-sys v2.0.1+zstd.1.5.2
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling futures-sink v0.3.24
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling cipher v0.3.0
[INFO] [stderr]    Compiling universal-hash v0.4.1
[INFO] [stderr]    Compiling bytestring v1.1.0
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling serde_json v1.0.85
[INFO] [stderr]    Compiling alloc-no-stdlib v2.0.3
[INFO] [stderr]    Compiling zstd-safe v5.0.2+zstd.1.5.2
[INFO] [stderr]    Compiling local-waker v0.1.3
[INFO] [stderr]    Compiling alloc-stdlib v0.2.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.21
[INFO] [stderr]    Compiling polyval v0.5.3
[INFO] [stderr]    Compiling phf_shared v0.11.1
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling unicode-bidi v0.3.8
[INFO] [stderr]    Compiling firestorm v0.5.1
[INFO] [stderr]    Compiling encoding_rs v0.8.31
[INFO] [stderr]    Compiling paste v1.0.9
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling actix-service v2.0.2
[INFO] [stderr]    Compiling miniz_oxide v0.5.4
[INFO] [stderr]    Compiling ghash v0.4.4
[INFO] [stderr]    Compiling brotli-decompressor v2.3.2
[INFO] [stderr]    Compiling actix-utils v3.0.0
[INFO] [stderr]    Compiling aes v0.7.5
[INFO] [stderr]    Compiling ctr v0.8.0
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling aead v0.4.3
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling cookie v0.16.0
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling time-macros v0.2.4
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling num_threads v0.1.6
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]    Compiling brotli v3.3.4
[INFO] [stderr]    Compiling aes-gcm v0.9.4
[INFO] [stderr]    Compiling hkdf v0.12.3
[INFO] [stderr]    Compiling flate2 v1.0.24
[INFO] [stderr]    Compiling local-channel v0.1.3
[INFO] [stderr]    Compiling url v2.3.0
[INFO] [stderr]    Compiling phf_generator v0.11.1
[INFO] [stderr]    Compiling sha1 v0.10.4
[INFO] [stderr]    Compiling sha2 v0.10.5
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling time v0.3.14
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling language-tags v0.3.2
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling phf_codegen v0.11.1
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.22
[INFO] [stderr]    Compiling actix-router v0.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.34
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling actix-macros v0.2.3
[INFO] [stderr]    Compiling phf v0.11.1
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.0
[INFO] [stderr]    Compiling actix-web-codegen v4.0.1
[INFO] [stderr]    Compiling thiserror v1.0.34
[INFO] [stderr]    Compiling async-trait v0.1.57
[INFO] [stderr]    Compiling tracing v0.1.36
[INFO] [stderr]    Compiling crossbeam-utils v0.8.11
[INFO] [stderr]    Compiling ucd-trie v0.1.5
[INFO] [stderr]    Compiling chrono-tz-build v0.0.3
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]    Compiling pest v2.3.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling unic-common v0.9.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.47
[INFO] [stderr]    Compiling anyhow v1.0.64
[INFO] [stderr]    Compiling unic-char-range v0.9.0
[INFO] [stderr]    Compiling unic-char-property v0.9.0
[INFO] [stderr]    Compiling unic-ucd-version v0.9.0
[INFO] [stderr]    Compiling chrono-tz v0.6.3
[INFO] [stderr]    Compiling thread_local v1.1.4
[INFO] [stderr]    Compiling pest_meta v2.3.0
[INFO] [stderr]    Compiling pq-sys v0.4.7
[INFO] [stderr]    Compiling unic-ucd-segment v0.9.0
[INFO] [stderr]    Compiling validator_types v0.16.0
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling pest_generator v2.3.0
[INFO] [stderr]    Compiling csv-core v0.1.10
[INFO] [stderr]    Compiling askama_escape v0.10.3
[INFO] [stderr]    Compiling if_chain v1.0.2
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling deunicode v0.4.3
[INFO] [stderr]    Compiling tokio-util v0.7.3
[INFO] [stderr]    Compiling actix-rt v2.7.0
[INFO] [stderr]    Compiling base64ct v1.5.2
[INFO] [stderr]    Compiling http-range v0.1.5
[INFO] [stderr]    Compiling actix-server v2.1.1
[INFO] [stderr]    Compiling password-hash v0.4.2
[INFO] [stderr]    Compiling slug v0.1.4
[INFO] [stderr]    Compiling validator_derive v0.16.0
[INFO] [stderr]    Compiling pest_derive v2.3.0
[INFO] [stderr]    Compiling actix-codec v0.5.0
[INFO] [stderr]    Compiling h2 v0.3.14
[INFO] [stderr]    Compiling unic-segment v0.9.0
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]    Compiling diesel_derives v2.0.0
[INFO] [stderr]    Compiling uuid-macro-internal v1.1.2
[INFO] [stderr]    Compiling actix-web-lab-derive v0.16.0
[INFO] [stderr]    Compiling blake2 v0.10.4
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling termcolor v1.1.3
[INFO] [stderr]    Compiling arc-swap v1.5.1
[INFO] [stderr]    Compiling humansize v1.1.1
[INFO] [stderr]    Compiling env_logger v0.9.0
[INFO] [stderr]    Compiling argon2 v0.4.1
[INFO] [stderr]    Compiling uuid v1.1.2
[INFO] [stderr]    Compiling dotenvy v0.15.3
[INFO] [stderr]    Compiling bstr v0.2.17
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling globset v0.4.9
[INFO] [stderr]    Compiling chrono v0.4.22
[INFO] [stderr]    Compiling ignore v0.4.18
[INFO] [stderr]    Compiling csv v1.1.6
[INFO] [stderr]    Compiling serde_html_form v0.1.0
[INFO] [stderr]    Compiling globwalk v0.8.1
[INFO] [stderr]    Compiling validator v0.16.0
[INFO] [stderr]    Compiling diesel v2.0.0
[INFO] [stderr]    Compiling tera v1.17.0
[INFO] [stderr]    Compiling zstd v0.11.2+zstd.1.5.2
[INFO] [stderr]    Compiling actix-http v3.2.2
[INFO] [stderr]    Compiling actix-web v4.1.0
[INFO] [stderr]    Compiling actix-files v0.6.2
[INFO] [stderr]    Compiling actix-session v0.7.2
[INFO] [stderr]    Compiling actix-web-lab v0.17.0
[INFO] [stderr]    Compiling actix-identity v0.5.2
[INFO] [stderr]    Compiling web_app v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 19s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: diesel_derives v2.0.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "394ec48700f23f760beb930c6bb656526ca3d6f55c7d9c344eb967820bb9f8d2", 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" "394ec48700f23f760beb930c6bb656526ca3d6f55c7d9c344eb967820bb9f8d2" "/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 web_app v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.31s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: diesel_derives v2.0.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "394ec48700f23f760beb930c6bb656526ca3d6f55c7d9c344eb967820bb9f8d2", 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" "394ec48700f23f760beb930c6bb656526ca3d6f55c7d9c344eb967820bb9f8d2" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.39s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: diesel_derives v2.0.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/web_app-856128e64da2f46c)
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test routes::index::test_index_get ... ok
[INFO] [stdout] test routes::index::test_index_post_no_data ... ok
[INFO] [stdout] test routes::index::test_invalid_route ... ok
[INFO] [stdout] test routes::index::test_login_get ... ok
[INFO] [stdout] test routes::index::test_login_post_no_data ... ok
[INFO] [stdout] test routes::index::invalid_login_email_response_body ... FAILED
[INFO] [stdout] test routes::index::correct_login ... FAILED
[INFO] [stdout] test routes::index::incorrect_and_valid_email_login ... FAILED
[INFO] [stdout] test routes::index::invalid_email_login ... FAILED
[INFO] [stdout] test routes::index::incorrect_and_valid_password_login ... FAILED
[INFO] [stdout] test routes::index::invalid_login_password_response_body ... FAILED
[INFO] [stdout] test models::tests::test_password_hash_checker_function ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- routes::index::invalid_login_email_response_body stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'routes::index::invalid_login_email_response_body' (3489) panicked at src/lib.rs:28:49:
[INFO] [stdout] DATABASE_URL must be set: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x574280486c51 - 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:     0x574280486c51 - 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:     0x574280486c51 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x574280486c51 - <<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:     0x57428049f70a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57428049f70a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x57428048b68c - 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:     0x57428048b68c - <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:     0x574280463b06 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x574280463b06 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57428047ded9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57427fc08830 - <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:     0x57427fc08830 - 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:     0x57428047e202 - <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:     0x57428047e202 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x574280463bb2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x57428045b079 - 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:     0x57428046484d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x57428049ff3c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57428049fc82 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x57427fbf681e - <core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::string::String, std[73adb7dc35730857]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1183:23
[INFO] [stdout]   21:     0x57427fbbb886 - web_app[d75291bf8eaf34f7]::establish_connection
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:28:49
[INFO] [stdout]   22:     0x57427fb7aeaa - web_app[d75291bf8eaf34f7]::models::email_count
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:152:20
[INFO] [stdout]   23:     0x57427fb7b4b6 - web_app[d75291bf8eaf34f7]::models::custom_login_validator
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:127:8
[INFO] [stdout]   24:     0x57427fb7d704 - <web_app[d75291bf8eaf34f7]::models::UserLogin as validator[3841ccb470188d7a]::traits::ValidateArgs>::validate_args
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:41:17
[INFO] [stdout]   25:     0x57427fb7ccf6 - <web_app[d75291bf8eaf34f7]::models::UserLogin as validator[3841ccb470188d7a]::traits::Validate>::validate
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:41:17
[INFO] [stdout]   26:     0x57427fb847af - web_app[d75291bf8eaf34f7]::routes::login_post::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:43:31
[INFO] [stdout]   27:     0x57427fb94782 - actix_web[b59b18a5d167f2f5]::handler::handler_service::<web_app[d75291bf8eaf34f7]::routes::login_post, (actix_web[b59b18a5d167f2f5]::request::HttpRequest, actix_web[b59b18a5d167f2f5]::types::either::Either<actix_web[b59b18a5d167f2f5]::types::json::Json<web_app[d75291bf8eaf34f7]::models::UserLogin>, actix_web[b59b18a5d167f2f5]::types::form::Form<web_app[d75291bf8eaf34f7]::models::UserLogin>>, core[6883ba1bc0fe4ed1]::option::Option<actix_identity[18ec5c776ac3162]::identity::Identity>)>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.1.0/src/handler.rs:106:22
[INFO] [stdout]   28:     0x57427ff19880 - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<actix_web[b59b18a5d167f2f5]::service::ServiceResponse, actix_web[b59b18a5d167f2f5]::error::error::Error>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   29:     0x57427ff1bff9 - <actix_web[b59b18a5d167f2f5]::resource::Resource as actix_web[b59b18a5d167f2f5]::service::HttpServiceFactory>::register::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.1.0/src/resource.rs:383:28
[INFO] [stdout]   30:     0x57427ff19880 - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<actix_web[b59b18a5d167f2f5]::service::ServiceResponse, actix_web[b59b18a5d167f2f5]::error::error::Error>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x57427fba57f3 - <actix_identity[18ec5c776ac3162]::middleware::InnerIdentityMiddleware<actix_web[b59b18a5d167f2f5]::app_service::AppRouting> as actix_service[d4094c02af95631e]::Service<actix_web[b59b18a5d167f2f5]::service::ServiceRequest>>::call::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-identity-0.5.2/src/middleware.rs:120:27
[INFO] [stdout]   32:     0x57427ff19880 - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<actix_web[b59b18a5d167f2f5]::service::ServiceResponse, actix_web[b59b18a5d167f2f5]::error::error::Error>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   33:     0x57427fba783a - <actix_web[b59b18a5d167f2f5]::middleware::logger::LoggerResponse<actix_identity[18ec5c776ac3162]::middleware::InnerIdentityMiddleware<actix_web[b59b18a5d167f2f5]::app_service::AppRouting>, actix_http[13f4d458581bedeb]::body::boxed::BoxBody> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.1.0/src/middleware/logger.rs:302:41
[INFO] [stdout]   34:     0x57427fba2e70 - <actix_session[cc0f6ecc5173f8c4]::middleware::InnerSessionMiddleware<actix_web[b59b18a5d167f2f5]::middleware::logger::LoggerMiddleware<actix_identity[18ec5c776ac3162]::middleware::InnerIdentityMiddleware<actix_web[b59b18a5d167f2f5]::app_service::AppRouting>>, actix_session[cc0f6ecc5173f8c4]::storage::cookie::CookieSessionStore> as actix_service[d4094c02af95631e]::Service<actix_web[b59b18a5d167f2f5]::service::ServiceRequest>>::call::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-session-0.7.2/src/middleware.rs:223:45
[INFO] [stdout]   35:     0x57427fb99b9f - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<actix_web[b59b18a5d167f2f5]::service::ServiceResponse<actix_web[b59b18a5d167f2f5]::middleware::logger::StreamLog<actix_http[13f4d458581bedeb]::body::boxed::BoxBody>>, actix_web[b59b18a5d167f2f5]::error::error::Error>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   36:     0x57427fb83745 - actix_web[b59b18a5d167f2f5]::test::test_utils::call_service::<actix_web[b59b18a5d167f2f5]::app_service::AppInitService<actix_session[cc0f6ecc5173f8c4]::middleware::InnerSessionMiddleware<actix_web[b59b18a5d167f2f5]::middleware::logger::LoggerMiddleware<actix_identity[18ec5c776ac3162]::middleware::InnerIdentityMiddleware<actix_web[b59b18a5d167f2f5]::app_service::AppRouting>>, actix_session[cc0f6ecc5173f8c4]::storage::cookie::CookieSessionStore>, actix_web[b59b18a5d167f2f5]::middleware::logger::StreamLog<actix_http[13f4d458581bedeb]::body::boxed::BoxBody>>, actix_http[13f4d458581bedeb]::requests::request::Request<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn futures_core[f9c000881557c081]::stream::Stream<Item = core[6883ba1bc0fe4ed1]::result::Result<bytes[1e568eec867d2728]::bytes::Bytes, actix_http[13f4d458581bedeb]::error::PayloadError>>>>>, actix_web[b59b18a5d167f2f5]::middleware::logger::StreamLog<actix_http[13f4d458581bedeb]::body::boxed::BoxBody>, actix_web[b59b18a5d167f2f5]::error::error::Error>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.1.0/src/test/test_utils.rs:99:10
[INFO] [stdout]   37:     0x57427fb8407e - actix_web[b59b18a5d167f2f5]::test::test_utils::call_and_read_body::<actix_web[b59b18a5d167f2f5]::app_service::AppInitService<actix_session[cc0f6ecc5173f8c4]::middleware::InnerSessionMiddleware<actix_web[b59b18a5d167f2f5]::middleware::logger::LoggerMiddleware<actix_identity[18ec5c776ac3162]::middleware::InnerIdentityMiddleware<actix_web[b59b18a5d167f2f5]::app_service::AppRouting>>, actix_session[cc0f6ecc5173f8c4]::storage::cookie::CookieSessionStore>, actix_web[b59b18a5d167f2f5]::middleware::logger::StreamLog<actix_http[13f4d458581bedeb]::body::boxed::BoxBody>>, actix_web[b59b18a5d167f2f5]::middleware::logger::StreamLog<actix_http[13f4d458581bedeb]::body::boxed::BoxBody>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.1.0/src/test/test_utils.rs:139:38
[INFO] [stdout]   38:     0x57427fb8b5cf - web_app[d75291bf8eaf34f7]::routes::index::invalid_login_email_response_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:324:64
[INFO] [stdout]   39:     0x57427fbe2c46 - <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_email_response_body::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/task/local.rs:810:67
[INFO] [stdout]   40:     0x57427fbaec80 - tokio[d78a364b4af88c0]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_email_response_body::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/coop.rs:102:9
[INFO] [stdout]   41:     0x57427fbd7555 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[d78a364b4af88c0]::coop::Budget>>>::try_with::<tokio[d78a364b4af88c0]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_email_response_body::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{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]   42:     0x57427fbd4f9e - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[d78a364b4af88c0]::coop::Budget>>>::with::<tokio[d78a364b4af88c0]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_email_response_body::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{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]   43:     0x57427fbe42f4 - tokio[d78a364b4af88c0]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_email_response_body::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/coop.rs:95:13
[INFO] [stdout]   44:     0x57427fbe42f4 - tokio[d78a364b4af88c0]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_email_response_body::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/coop.rs:72:5
[INFO] [stdout]   45:     0x57427fbe42f4 - <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_email_response_body::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/task/local.rs:810:42
[INFO] [stdout]   46:     0x57427fbe0d72 - <tokio[d78a364b4af88c0]::task::local::LocalSet>::with::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_email_response_body::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/task/local.rs:633:13
[INFO] [stdout]   47:     0x57427fbd4315 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<core[6883ba1bc0fe4ed1]::option::Option<alloc[55a36b64bcbf2c0d]::rc::Rc<tokio[d78a364b4af88c0]::task::local::Context>>>>>::try_with::<<tokio[d78a364b4af88c0]::task::local::LocalSet>::with<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_email_response_body::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   48:     0x57427fbd385e - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<core[6883ba1bc0fe4ed1]::option::Option<alloc[55a36b64bcbf2c0d]::rc::Rc<tokio[d78a364b4af88c0]::task::local::Context>>>>>::with::<<tokio[d78a364b4af88c0]::task::local::LocalSet>::with<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_email_response_body::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   49:     0x57427fbdd97b - <tokio[d78a364b4af88c0]::task::local::LocalSet>::with::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_email_response_body::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/task/local.rs:616:17
[INFO] [stdout]   50:     0x57427fbe730b - <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_email_response_body::{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.0/src/task/local.rs:800:22
[INFO] [stdout]   51:     0x57427fbe25ec - <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until::<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_email_response_body::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/task/local.rs:536:19
[INFO] [stdout]   52:     0x57427fb99fdd - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_email_response_body::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   53:     0x57427fb55ecd - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_email_response_body::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:525:64
[INFO] [stdout]   54:     0x57427fbade40 - tokio[d78a364b4af88c0]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_email_response_body::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/coop.rs:102:9
[INFO] [stdout]   55:     0x57427fbd6955 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[d78a364b4af88c0]::coop::Budget>>>::try_with::<tokio[d78a364b4af88c0]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_email_response_body::{closure#0}>::{closure#0}>>::{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]   56:     0x57427fbd4bde - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[d78a364b4af88c0]::coop::Budget>>>::with::<tokio[d78a364b4af88c0]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_email_response_body::{closure#0}>::{closure#0}>>::{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]   57:     0x57427fb557cf - tokio[d78a364b4af88c0]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_email_response_body::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/coop.rs:95:13
[INFO] [stdout]   58:     0x57427fb557cf - tokio[d78a364b4af88c0]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_email_response_body::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/coop.rs:72:5
[INFO] [stdout]   59:     0x57427fb557cf - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_email_response_body::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:525:25
[INFO] [stdout]   60:     0x57427fb45060 - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_email_response_body::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:349:19
[INFO] [stdout]   61:     0x57427fb52b9f - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_email_response_body::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:524:44
[INFO] [stdout]   62:     0x57427fb4ce54 - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_email_response_body::{closure#0}>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:595:57
[INFO] [stdout]   63:     0x57427fbea623 - <tokio[d78a364b4af88c0]::macros::scoped_tls::ScopedKey<tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::Context>>::set::<<tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_email_response_body::{closure#0}>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   64:     0x57427fb4ad3f - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_email_response_body::{closure#0}>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:595:35
[INFO] [stdout]   65:     0x57427fb4bb8a - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_email_response_body::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:515:24
[INFO] [stdout]   66:     0x57427fb42aca - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_email_response_body::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:161:29
[INFO] [stdout]   67:     0x57427fbe8007 - <tokio[d78a364b4af88c0]::runtime::Runtime>::block_on::<<tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_email_response_body::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/mod.rs:490:51
[INFO] [stdout]   68:     0x57427fbddefe - <tokio[d78a364b4af88c0]::task::local::LocalSet>::block_on::<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_email_response_body::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/task/local.rs:497:12
[INFO] [stdout]   69:     0x57427fb6a462 - <actix_rt[2d87b7f332a0759e]::runtime::Runtime>::block_on::<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_email_response_body::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.7.0/src/runtime.rs:80:20
[INFO] [stdout]   70:     0x57427fb9b45f - <actix_rt[2d87b7f332a0759e]::system::SystemRunner>::block_on::<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_email_response_body::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.7.0/src/system.rs:209:17
[INFO] [stdout]   71:     0x57427fb8e85f - web_app[d75291bf8eaf34f7]::routes::index::invalid_login_email_response_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:313:5
[INFO] [stdout]   72:     0x57427fb87317 - web_app[d75291bf8eaf34f7]::routes::index::invalid_login_email_response_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:314:49
[INFO] [stdout]   73:     0x57427fb5ebb6 - <web_app[d75291bf8eaf34f7]::routes::index::invalid_login_email_response_body::{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]   74:     0x57427fbfbb6b - <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]   75:     0x57427fbfbb6b - 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]   76:     0x57427fc091b5 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   77:     0x57427fc091b5 - <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]   78:     0x57427fc091b5 - 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]   79:     0x57427fc091b5 - 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]   80:     0x57427fc091b5 - 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]   81:     0x57427fc091b5 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   82:     0x57427fc091b5 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   83:     0x57427fc03c64 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   84:     0x57427fc03c64 - 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]   85:     0x57427fc0c302 - 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]   86:     0x57427fc0c302 - <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]   87:     0x57427fc0c302 - 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]   88:     0x57427fc0c302 - 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]   89:     0x57427fc0c302 - 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]   90:     0x57427fc0c302 - 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]   91:     0x57427fc0c302 - <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]   92:     0x574280485dff - <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]   93:     0x574280485dff - <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]   94:     0x772e69891aa4 - <unknown>
[INFO] [stdout]   95:     0x772e6991ea64 - clone
[INFO] [stdout]   96:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- routes::index::correct_login stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'routes::index::correct_login' (3485) panicked at src/lib.rs:28:49:
[INFO] [stdout] DATABASE_URL must be set: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x574280486c51 - 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:     0x574280486c51 - 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:     0x574280486c51 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x574280486c51 - <<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:     0x57428049f70a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57428049f70a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x57428048b68c - 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:     0x57428048b68c - <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:     0x574280463b06 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x574280463b06 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57428047ded9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57427fc08830 - <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:     0x57427fc08830 - 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:     0x57428047e202 - <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:     0x57428047e202 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x574280463bb2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x57428045b079 - 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:     0x57428046484d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x57428049ff3c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57428049fc82 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x57427fbf681e - <core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::string::String, std[73adb7dc35730857]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1183:23
[INFO] [stdout]   21:     0x57427fbbb886 - web_app[d75291bf8eaf34f7]::establish_connection
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:28:49
[INFO] [stdout]   22:     0x57427fb7aeaa - web_app[d75291bf8eaf34f7]::models::email_count
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:152:20
[INFO] [stdout]   23:     0x57427fb7b4b6 - web_app[d75291bf8eaf34f7]::models::custom_login_validator
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:127:8
[INFO] [stdout]   24:     0x57427fb7d704 - <web_app[d75291bf8eaf34f7]::models::UserLogin as validator[3841ccb470188d7a]::traits::ValidateArgs>::validate_args
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:41:17
[INFO] [stdout]   25:     0x57427fb7ccf6 - <web_app[d75291bf8eaf34f7]::models::UserLogin as validator[3841ccb470188d7a]::traits::Validate>::validate
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:41:17
[INFO] [stdout]   26:     0x57427fb847af - web_app[d75291bf8eaf34f7]::routes::login_post::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:43:31
[INFO] [stdout]   27:     0x57427fb94782 - actix_web[b59b18a5d167f2f5]::handler::handler_service::<web_app[d75291bf8eaf34f7]::routes::login_post, (actix_web[b59b18a5d167f2f5]::request::HttpRequest, actix_web[b59b18a5d167f2f5]::types::either::Either<actix_web[b59b18a5d167f2f5]::types::json::Json<web_app[d75291bf8eaf34f7]::models::UserLogin>, actix_web[b59b18a5d167f2f5]::types::form::Form<web_app[d75291bf8eaf34f7]::models::UserLogin>>, core[6883ba1bc0fe4ed1]::option::Option<actix_identity[18ec5c776ac3162]::identity::Identity>)>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.1.0/src/handler.rs:106:22
[INFO] [stdout]   28:     0x57427ff19880 - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<actix_web[b59b18a5d167f2f5]::service::ServiceResponse, actix_web[b59b18a5d167f2f5]::error::error::Error>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   29:     0x57427ff1bff9 - <actix_web[b59b18a5d167f2f5]::resource::Resource as actix_web[b59b18a5d167f2f5]::service::HttpServiceFactory>::register::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.1.0/src/resource.rs:383:28
[INFO] [stdout]   30:     0x57427ff19880 - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<actix_web[b59b18a5d167f2f5]::service::ServiceResponse, actix_web[b59b18a5d167f2f5]::error::error::Error>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x57427fba57f3 - <actix_identity[18ec5c776ac3162]::middleware::InnerIdentityMiddleware<actix_web[b59b18a5d167f2f5]::app_service::AppRouting> as actix_service[d4094c02af95631e]::Service<actix_web[b59b18a5d167f2f5]::service::ServiceRequest>>::call::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-identity-0.5.2/src/middleware.rs:120:27
[INFO] [stdout]   32:     0x57427ff19880 - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<actix_web[b59b18a5d167f2f5]::service::ServiceResponse, actix_web[b59b18a5d167f2f5]::error::error::Error>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   33:     0x57427fba783a - <actix_web[b59b18a5d167f2f5]::middleware::logger::LoggerResponse<actix_identity[18ec5c776ac3162]::middleware::InnerIdentityMiddleware<actix_web[b59b18a5d167f2f5]::app_service::AppRouting>, actix_http[13f4d458581bedeb]::body::boxed::BoxBody> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.1.0/src/middleware/logger.rs:302:41
[INFO] [stdout]   34:     0x57427fba2e70 - <actix_session[cc0f6ecc5173f8c4]::middleware::InnerSessionMiddleware<actix_web[b59b18a5d167f2f5]::middleware::logger::LoggerMiddleware<actix_identity[18ec5c776ac3162]::middleware::InnerIdentityMiddleware<actix_web[b59b18a5d167f2f5]::app_service::AppRouting>>, actix_session[cc0f6ecc5173f8c4]::storage::cookie::CookieSessionStore> as actix_service[d4094c02af95631e]::Service<actix_web[b59b18a5d167f2f5]::service::ServiceRequest>>::call::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-session-0.7.2/src/middleware.rs:223:45
[INFO] [stdout]   35:     0x57427fb99b9f - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<actix_web[b59b18a5d167f2f5]::service::ServiceResponse<actix_web[b59b18a5d167f2f5]::middleware::logger::StreamLog<actix_http[13f4d458581bedeb]::body::boxed::BoxBody>>, actix_web[b59b18a5d167f2f5]::error::error::Error>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   36:     0x57427fb83745 - actix_web[b59b18a5d167f2f5]::test::test_utils::call_service::<actix_web[b59b18a5d167f2f5]::app_service::AppInitService<actix_session[cc0f6ecc5173f8c4]::middleware::InnerSessionMiddleware<actix_web[b59b18a5d167f2f5]::middleware::logger::LoggerMiddleware<actix_identity[18ec5c776ac3162]::middleware::InnerIdentityMiddleware<actix_web[b59b18a5d167f2f5]::app_service::AppRouting>>, actix_session[cc0f6ecc5173f8c4]::storage::cookie::CookieSessionStore>, actix_web[b59b18a5d167f2f5]::middleware::logger::StreamLog<actix_http[13f4d458581bedeb]::body::boxed::BoxBody>>, actix_http[13f4d458581bedeb]::requests::request::Request<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn futures_core[f9c000881557c081]::stream::Stream<Item = core[6883ba1bc0fe4ed1]::result::Result<bytes[1e568eec867d2728]::bytes::Bytes, actix_http[13f4d458581bedeb]::error::PayloadError>>>>>, actix_web[b59b18a5d167f2f5]::middleware::logger::StreamLog<actix_http[13f4d458581bedeb]::body::boxed::BoxBody>, actix_web[b59b18a5d167f2f5]::error::error::Error>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.1.0/src/test/test_utils.rs:99:10
[INFO] [stdout]   37:     0x57427fb87c63 - web_app[d75291bf8eaf34f7]::routes::index::correct_login::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:264:58
[INFO] [stdout]   38:     0x57427fbe2b46 - <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::correct_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/task/local.rs:810:67
[INFO] [stdout]   39:     0x57427fbae300 - tokio[d78a364b4af88c0]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::correct_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/coop.rs:102:9
[INFO] [stdout]   40:     0x57427fbd6d55 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[d78a364b4af88c0]::coop::Budget>>>::try_with::<tokio[d78a364b4af88c0]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::correct_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{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]   41:     0x57427fbd4d1e - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[d78a364b4af88c0]::coop::Budget>>>::with::<tokio[d78a364b4af88c0]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::correct_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{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]   42:     0x57427fbe30f4 - tokio[d78a364b4af88c0]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::correct_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/coop.rs:95:13
[INFO] [stdout]   43:     0x57427fbe30f4 - tokio[d78a364b4af88c0]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::correct_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/coop.rs:72:5
[INFO] [stdout]   44:     0x57427fbe30f4 - <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::correct_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/task/local.rs:810:42
[INFO] [stdout]   45:     0x57427fbe04f2 - <tokio[d78a364b4af88c0]::task::local::LocalSet>::with::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::correct_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/task/local.rs:633:13
[INFO] [stdout]   46:     0x57427fbd3b15 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<core[6883ba1bc0fe4ed1]::option::Option<alloc[55a36b64bcbf2c0d]::rc::Rc<tokio[d78a364b4af88c0]::task::local::Context>>>>>::try_with::<<tokio[d78a364b4af88c0]::task::local::LocalSet>::with<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::correct_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   47:     0x57427fbd35de - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<core[6883ba1bc0fe4ed1]::option::Option<alloc[55a36b64bcbf2c0d]::rc::Rc<tokio[d78a364b4af88c0]::task::local::Context>>>>>::with::<<tokio[d78a364b4af88c0]::task::local::LocalSet>::with<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::correct_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   48:     0x57427fbdd6fb - <tokio[d78a364b4af88c0]::task::local::LocalSet>::with::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::correct_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/task/local.rs:616:17
[INFO] [stdout]   49:     0x57427fbe708b - <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::correct_login::{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.0/src/task/local.rs:800:22
[INFO] [stdout]   50:     0x57427fbe136c - <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until::<web_app[d75291bf8eaf34f7]::routes::index::correct_login::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/task/local.rs:536:19
[INFO] [stdout]   51:     0x57427fb99ddd - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::correct_login::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   52:     0x57427fb55ccd - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::correct_login::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:525:64
[INFO] [stdout]   53:     0x57427fbad4c0 - tokio[d78a364b4af88c0]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::correct_login::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/coop.rs:102:9
[INFO] [stdout]   54:     0x57427fbd6155 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[d78a364b4af88c0]::coop::Budget>>>::try_with::<tokio[d78a364b4af88c0]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::correct_login::{closure#0}>::{closure#0}>>::{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]   55:     0x57427fbd495e - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[d78a364b4af88c0]::coop::Budget>>>::with::<tokio[d78a364b4af88c0]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::correct_login::{closure#0}>::{closure#0}>>::{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]   56:     0x57427fb549cf - tokio[d78a364b4af88c0]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::correct_login::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/coop.rs:95:13
[INFO] [stdout]   57:     0x57427fb549cf - tokio[d78a364b4af88c0]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::correct_login::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/coop.rs:72:5
[INFO] [stdout]   58:     0x57427fb549cf - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::correct_login::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:525:25
[INFO] [stdout]   59:     0x57427fb43760 - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::correct_login::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:349:19
[INFO] [stdout]   60:     0x57427fb4db1f - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::correct_login::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:524:44
[INFO] [stdout]   61:     0x57427fb4cd54 - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::correct_login::{closure#0}>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:595:57
[INFO] [stdout]   62:     0x57427fbe9ca3 - <tokio[d78a364b4af88c0]::macros::scoped_tls::ScopedKey<tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::Context>>::set::<<tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::correct_login::{closure#0}>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   63:     0x57427fb48dbf - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::correct_login::{closure#0}>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:595:35
[INFO] [stdout]   64:     0x57427fb4b80a - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::correct_login::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:515:24
[INFO] [stdout]   65:     0x57427fb4134a - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::correct_login::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:161:29
[INFO] [stdout]   66:     0x57427fbe7707 - <tokio[d78a364b4af88c0]::runtime::Runtime>::block_on::<<tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::correct_login::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/mod.rs:490:51
[INFO] [stdout]   67:     0x57427fbddb00 - <tokio[d78a364b4af88c0]::task::local::LocalSet>::block_on::<web_app[d75291bf8eaf34f7]::routes::index::correct_login::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/task/local.rs:497:12
[INFO] [stdout]   68:     0x57427fb6a1e4 - <actix_rt[2d87b7f332a0759e]::runtime::Runtime>::block_on::<web_app[d75291bf8eaf34f7]::routes::index::correct_login::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.7.0/src/runtime.rs:80:20
[INFO] [stdout]   69:     0x57427fb9b25d - <actix_rt[2d87b7f332a0759e]::system::SystemRunner>::block_on::<web_app[d75291bf8eaf34f7]::routes::index::correct_login::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.7.0/src/system.rs:209:17
[INFO] [stdout]   70:     0x57427fb8e464 - web_app[d75291bf8eaf34f7]::routes::index::correct_login
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:253:5
[INFO] [stdout]   71:     0x57427fb87197 - web_app[d75291bf8eaf34f7]::routes::index::correct_login::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:254:29
[INFO] [stdout]   72:     0x57427fb5e9b6 - <web_app[d75291bf8eaf34f7]::routes::index::correct_login::{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]   73:     0x57427fbfbb6b - <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]   74:     0x57427fbfbb6b - 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]   75:     0x57427fc091b5 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   76:     0x57427fc091b5 - <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]   77:     0x57427fc091b5 - 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]   78:     0x57427fc091b5 - 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]   79:     0x57427fc091b5 - 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]   80:     0x57427fc091b5 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   81:     0x57427fc091b5 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   82:     0x57427fc03c64 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   83:     0x57427fc03c64 - 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]   84:     0x57427fc0c302 - 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]   85:     0x57427fc0c302 - <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]   86:     0x57427fc0c302 - 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]   87:     0x57427fc0c302 - 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]   88:     0x57427fc0c302 - 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]   89:     0x57427fc0c302 - 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]   90:     0x57427fc0c302 - <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]   91:     0x574280485dff - <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]   92:     0x574280485dff - <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]   93:     0x772e69891aa4 - <unknown>
[INFO] [stdout]   94:     0x772e6991ea64 - clone
[INFO] [stdout]   95:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- routes::index::incorrect_and_valid_email_login stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'routes::index::incorrect_and_valid_email_login' (3486) panicked at src/lib.rs:28:49:
[INFO] [stdout] DATABASE_URL must be set: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x574280486c51 - 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:     0x574280486c51 - 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:     0x574280486c51 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x574280486c51 - <<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:     0x57428049f70a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57428049f70a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x57428048b68c - 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:     0x57428048b68c - <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:     0x574280463b06 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x574280463b06 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57428047ded9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57427fc08830 - <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:     0x57427fc08830 - 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:     0x57428047e202 - <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:     0x57428047e202 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x574280463bb2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x57428045b079 - 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:     0x57428046484d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x57428049ff3c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57428049fc82 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x57427fbf681e - <core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::string::String, std[73adb7dc35730857]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1183:23
[INFO] [stdout]   21:     0x57427fbbb886 - web_app[d75291bf8eaf34f7]::establish_connection
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:28:49
[INFO] [stdout]   22:     0x57427fb7aeaa - web_app[d75291bf8eaf34f7]::models::email_count
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:152:20
[INFO] [stdout]   23:     0x57427fb7b4b6 - web_app[d75291bf8eaf34f7]::models::custom_login_validator
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:127:8
[INFO] [stdout]   24:     0x57427fb7d704 - <web_app[d75291bf8eaf34f7]::models::UserLogin as validator[3841ccb470188d7a]::traits::ValidateArgs>::validate_args
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:41:17
[INFO] [stdout]   25:     0x57427fb7ccf6 - <web_app[d75291bf8eaf34f7]::models::UserLogin as validator[3841ccb470188d7a]::traits::Validate>::validate
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:41:17
[INFO] [stdout]   26:     0x57427fb847af - web_app[d75291bf8eaf34f7]::routes::login_post::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:43:31
[INFO] [stdout]   27:     0x57427fb94782 - actix_web[b59b18a5d167f2f5]::handler::handler_service::<web_app[d75291bf8eaf34f7]::routes::login_post, (actix_web[b59b18a5d167f2f5]::request::HttpRequest, actix_web[b59b18a5d167f2f5]::types::either::Either<actix_web[b59b18a5d167f2f5]::types::json::Json<web_app[d75291bf8eaf34f7]::models::UserLogin>, actix_web[b59b18a5d167f2f5]::types::form::Form<web_app[d75291bf8eaf34f7]::models::UserLogin>>, core[6883ba1bc0fe4ed1]::option::Option<actix_identity[18ec5c776ac3162]::identity::Identity>)>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.1.0/src/handler.rs:106:22
[INFO] [stdout]   28:     0x57427ff19880 - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<actix_web[b59b18a5d167f2f5]::service::ServiceResponse, actix_web[b59b18a5d167f2f5]::error::error::Error>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   29:     0x57427ff1bff9 - <actix_web[b59b18a5d167f2f5]::resource::Resource as actix_web[b59b18a5d167f2f5]::service::HttpServiceFactory>::register::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.1.0/src/resource.rs:383:28
[INFO] [stdout]   30:     0x57427ff19880 - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<actix_web[b59b18a5d167f2f5]::service::ServiceResponse, actix_web[b59b18a5d167f2f5]::error::error::Error>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x57427fba57f3 - <actix_identity[18ec5c776ac3162]::middleware::InnerIdentityMiddleware<actix_web[b59b18a5d167f2f5]::app_service::AppRouting> as actix_service[d4094c02af95631e]::Service<actix_web[b59b18a5d167f2f5]::service::ServiceRequest>>::call::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-identity-0.5.2/src/middleware.rs:120:27
[INFO] [stdout]   32:     0x57427ff19880 - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<actix_web[b59b18a5d167f2f5]::service::ServiceResponse, actix_web[b59b18a5d167f2f5]::error::error::Error>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   33:     0x57427fba783a - <actix_web[b59b18a5d167f2f5]::middleware::logger::LoggerResponse<actix_identity[18ec5c776ac3162]::middleware::InnerIdentityMiddleware<actix_web[b59b18a5d167f2f5]::app_service::AppRouting>, actix_http[13f4d458581bedeb]::body::boxed::BoxBody> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.1.0/src/middleware/logger.rs:302:41
[INFO] [stdout]   34:     0x57427fba2e70 - <actix_session[cc0f6ecc5173f8c4]::middleware::InnerSessionMiddleware<actix_web[b59b18a5d167f2f5]::middleware::logger::LoggerMiddleware<actix_identity[18ec5c776ac3162]::middleware::InnerIdentityMiddleware<actix_web[b59b18a5d167f2f5]::app_service::AppRouting>>, actix_session[cc0f6ecc5173f8c4]::storage::cookie::CookieSessionStore> as actix_service[d4094c02af95631e]::Service<actix_web[b59b18a5d167f2f5]::service::ServiceRequest>>::call::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-session-0.7.2/src/middleware.rs:223:45
[INFO] [stdout]   35:     0x57427fb99b9f - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<actix_web[b59b18a5d167f2f5]::service::ServiceResponse<actix_web[b59b18a5d167f2f5]::middleware::logger::StreamLog<actix_http[13f4d458581bedeb]::body::boxed::BoxBody>>, actix_web[b59b18a5d167f2f5]::error::error::Error>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   36:     0x57427fb83745 - actix_web[b59b18a5d167f2f5]::test::test_utils::call_service::<actix_web[b59b18a5d167f2f5]::app_service::AppInitService<actix_session[cc0f6ecc5173f8c4]::middleware::InnerSessionMiddleware<actix_web[b59b18a5d167f2f5]::middleware::logger::LoggerMiddleware<actix_identity[18ec5c776ac3162]::middleware::InnerIdentityMiddleware<actix_web[b59b18a5d167f2f5]::app_service::AppRouting>>, actix_session[cc0f6ecc5173f8c4]::storage::cookie::CookieSessionStore>, actix_web[b59b18a5d167f2f5]::middleware::logger::StreamLog<actix_http[13f4d458581bedeb]::body::boxed::BoxBody>>, actix_http[13f4d458581bedeb]::requests::request::Request<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn futures_core[f9c000881557c081]::stream::Stream<Item = core[6883ba1bc0fe4ed1]::result::Result<bytes[1e568eec867d2728]::bytes::Bytes, actix_http[13f4d458581bedeb]::error::PayloadError>>>>>, actix_web[b59b18a5d167f2f5]::middleware::logger::StreamLog<actix_http[13f4d458581bedeb]::body::boxed::BoxBody>, actix_web[b59b18a5d167f2f5]::error::error::Error>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.1.0/src/test/test_utils.rs:99:10
[INFO] [stdout]   37:     0x57427fb8ab63 - web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_email_login::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:294:58
[INFO] [stdout]   38:     0x57427fbe2c26 - <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_email_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/task/local.rs:810:67
[INFO] [stdout]   39:     0x57427fbaeb50 - tokio[d78a364b4af88c0]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_email_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/coop.rs:102:9
[INFO] [stdout]   40:     0x57427fbd7455 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[d78a364b4af88c0]::coop::Budget>>>::try_with::<tokio[d78a364b4af88c0]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_email_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{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]   41:     0x57427fbd4f4e - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[d78a364b4af88c0]::coop::Budget>>>::with::<tokio[d78a364b4af88c0]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_email_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{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]   42:     0x57427fbe40b4 - tokio[d78a364b4af88c0]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_email_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/coop.rs:95:13
[INFO] [stdout]   43:     0x57427fbe40b4 - tokio[d78a364b4af88c0]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_email_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/coop.rs:72:5
[INFO] [stdout]   44:     0x57427fbe40b4 - <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_email_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/task/local.rs:810:42
[INFO] [stdout]   45:     0x57427fbe0c62 - <tokio[d78a364b4af88c0]::task::local::LocalSet>::with::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_email_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/task/local.rs:633:13
[INFO] [stdout]   46:     0x57427fbd4215 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<core[6883ba1bc0fe4ed1]::option::Option<alloc[55a36b64bcbf2c0d]::rc::Rc<tokio[d78a364b4af88c0]::task::local::Context>>>>>::try_with::<<tokio[d78a364b4af88c0]::task::local::LocalSet>::with<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_email_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   47:     0x57427fbd380e - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<core[6883ba1bc0fe4ed1]::option::Option<alloc[55a36b64bcbf2c0d]::rc::Rc<tokio[d78a364b4af88c0]::task::local::Context>>>>>::with::<<tokio[d78a364b4af88c0]::task::local::LocalSet>::with<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_email_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   48:     0x57427fbdd92b - <tokio[d78a364b4af88c0]::task::local::LocalSet>::with::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_email_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/task/local.rs:616:17
[INFO] [stdout]   49:     0x57427fbe72bb - <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_email_login::{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.0/src/task/local.rs:800:22
[INFO] [stdout]   50:     0x57427fbe239c - <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until::<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_email_login::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/task/local.rs:536:19
[INFO] [stdout]   51:     0x57427fb99f9d - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_email_login::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   52:     0x57427fb55e8d - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_email_login::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:525:64
[INFO] [stdout]   53:     0x57427fbadd10 - tokio[d78a364b4af88c0]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_email_login::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/coop.rs:102:9
[INFO] [stdout]   54:     0x57427fbd6855 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[d78a364b4af88c0]::coop::Budget>>>::try_with::<tokio[d78a364b4af88c0]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_email_login::{closure#0}>::{closure#0}>>::{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]   55:     0x57427fbd4b8e - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[d78a364b4af88c0]::coop::Budget>>>::with::<tokio[d78a364b4af88c0]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_email_login::{closure#0}>::{closure#0}>>::{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]   56:     0x57427fb5560f - tokio[d78a364b4af88c0]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_email_login::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/coop.rs:95:13
[INFO] [stdout]   57:     0x57427fb5560f - tokio[d78a364b4af88c0]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_email_login::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/coop.rs:72:5
[INFO] [stdout]   58:     0x57427fb5560f - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_email_login::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:525:25
[INFO] [stdout]   59:     0x57427fb44d40 - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_email_login::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:349:19
[INFO] [stdout]   60:     0x57427fb5218f - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_email_login::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:524:44
[INFO] [stdout]   61:     0x57427fb4ce34 - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_email_login::{closure#0}>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:595:57
[INFO] [stdout]   62:     0x57427fbea4f3 - <tokio[d78a364b4af88c0]::macros::scoped_tls::ScopedKey<tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::Context>>::set::<<tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_email_login::{closure#0}>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   63:     0x57427fb4a94f - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_email_login::{closure#0}>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:595:35
[INFO] [stdout]   64:     0x57427fb4bb1a - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_email_login::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:515:24
[INFO] [stdout]   65:     0x57427fb427da - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_email_login::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:161:29
[INFO] [stdout]   66:     0x57427fbe7ee7 - <tokio[d78a364b4af88c0]::runtime::Runtime>::block_on::<<tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_email_login::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/mod.rs:490:51
[INFO] [stdout]   67:     0x57427fbdde80 - <tokio[d78a364b4af88c0]::task::local::LocalSet>::block_on::<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_email_login::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/task/local.rs:497:12
[INFO] [stdout]   68:     0x57427fb6a414 - <actix_rt[2d87b7f332a0759e]::runtime::Runtime>::block_on::<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_email_login::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.7.0/src/runtime.rs:80:20
[INFO] [stdout]   69:     0x57427fb9b41d - <actix_rt[2d87b7f332a0759e]::system::SystemRunner>::block_on::<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_email_login::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.7.0/src/system.rs:209:17
[INFO] [stdout]   70:     0x57427fb8e7e4 - web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_email_login
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:283:5
[INFO] [stdout]   71:     0x57427fb872e7 - web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_email_login::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:284:47
[INFO] [stdout]   72:     0x57427fb5eb76 - <web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_email_login::{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]   73:     0x57427fbfbb6b - <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]   74:     0x57427fbfbb6b - 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]   75:     0x57427fc091b5 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   76:     0x57427fc091b5 - <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]   77:     0x57427fc091b5 - 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]   78:     0x57427fc091b5 - 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]   79:     0x57427fc091b5 - 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]   80:     0x57427fc091b5 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   81:     0x57427fc091b5 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   82:     0x57427fc03c64 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   83:     0x57427fc03c64 - 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]   84:     0x57427fc0c302 - 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]   85:     0x57427fc0c302 - <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]   86:     0x57427fc0c302 - 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]   87:     0x57427fc0c302 - 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]   88:     0x57427fc0c302 - 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]   89:     0x57427fc0c302 - 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]   90:     0x57427fc0c302 - <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]   91:     0x574280485dff - <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]   92:     0x574280485dff - <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]   93:     0x772e69891aa4 - <unknown>
[INFO] [stdout]   94:     0x772e6991ea64 - clone
[INFO] [stdout]   95:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- routes::index::invalid_email_login stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'routes::index::invalid_email_login' (3488) panicked at src/lib.rs:28:49:
[INFO] [stdout] DATABASE_URL must be set: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x574280486c51 - 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:     0x574280486c51 - 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:     0x574280486c51 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x574280486c51 - <<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:     0x57428049f70a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57428049f70a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x57428048b68c - 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:     0x57428048b68c - <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:     0x574280463b06 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x574280463b06 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57428047ded9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57427fc08830 - <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:     0x57427fc08830 - 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:     0x57428047e202 - <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:     0x57428047e202 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x574280463bb2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x57428045b079 - 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:     0x57428046484d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x57428049ff3c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57428049fc82 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x57427fbf681e - <core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::string::String, std[73adb7dc35730857]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1183:23
[INFO] [stdout]   21:     0x57427fbbb886 - web_app[d75291bf8eaf34f7]::establish_connection
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:28:49
[INFO] [stdout]   22:     0x57427fb7aeaa - web_app[d75291bf8eaf34f7]::models::email_count
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:152:20
[INFO] [stdout]   23:     0x57427fb7b4b6 - web_app[d75291bf8eaf34f7]::models::custom_login_validator
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:127:8
[INFO] [stdout]   24:     0x57427fb7d704 - <web_app[d75291bf8eaf34f7]::models::UserLogin as validator[3841ccb470188d7a]::traits::ValidateArgs>::validate_args
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:41:17
[INFO] [stdout]   25:     0x57427fb7ccf6 - <web_app[d75291bf8eaf34f7]::models::UserLogin as validator[3841ccb470188d7a]::traits::Validate>::validate
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:41:17
[INFO] [stdout]   26:     0x57427fb847af - web_app[d75291bf8eaf34f7]::routes::login_post::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:43:31
[INFO] [stdout]   27:     0x57427fb94782 - actix_web[b59b18a5d167f2f5]::handler::handler_service::<web_app[d75291bf8eaf34f7]::routes::login_post, (actix_web[b59b18a5d167f2f5]::request::HttpRequest, actix_web[b59b18a5d167f2f5]::types::either::Either<actix_web[b59b18a5d167f2f5]::types::json::Json<web_app[d75291bf8eaf34f7]::models::UserLogin>, actix_web[b59b18a5d167f2f5]::types::form::Form<web_app[d75291bf8eaf34f7]::models::UserLogin>>, core[6883ba1bc0fe4ed1]::option::Option<actix_identity[18ec5c776ac3162]::identity::Identity>)>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.1.0/src/handler.rs:106:22
[INFO] [stdout]   28:     0x57427ff19880 - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<actix_web[b59b18a5d167f2f5]::service::ServiceResponse, actix_web[b59b18a5d167f2f5]::error::error::Error>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   29:     0x57427ff1bff9 - <actix_web[b59b18a5d167f2f5]::resource::Resource as actix_web[b59b18a5d167f2f5]::service::HttpServiceFactory>::register::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.1.0/src/resource.rs:383:28
[INFO] [stdout]   30:     0x57427ff19880 - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<actix_web[b59b18a5d167f2f5]::service::ServiceResponse, actix_web[b59b18a5d167f2f5]::error::error::Error>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x57427fba57f3 - <actix_identity[18ec5c776ac3162]::middleware::InnerIdentityMiddleware<actix_web[b59b18a5d167f2f5]::app_service::AppRouting> as actix_service[d4094c02af95631e]::Service<actix_web[b59b18a5d167f2f5]::service::ServiceRequest>>::call::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-identity-0.5.2/src/middleware.rs:120:27
[INFO] [stdout]   32:     0x57427ff19880 - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<actix_web[b59b18a5d167f2f5]::service::ServiceResponse, actix_web[b59b18a5d167f2f5]::error::error::Error>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   33:     0x57427fba783a - <actix_web[b59b18a5d167f2f5]::middleware::logger::LoggerResponse<actix_identity[18ec5c776ac3162]::middleware::InnerIdentityMiddleware<actix_web[b59b18a5d167f2f5]::app_service::AppRouting>, actix_http[13f4d458581bedeb]::body::boxed::BoxBody> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.1.0/src/middleware/logger.rs:302:41
[INFO] [stdout]   34:     0x57427fba2e70 - <actix_session[cc0f6ecc5173f8c4]::middleware::InnerSessionMiddleware<actix_web[b59b18a5d167f2f5]::middleware::logger::LoggerMiddleware<actix_identity[18ec5c776ac3162]::middleware::InnerIdentityMiddleware<actix_web[b59b18a5d167f2f5]::app_service::AppRouting>>, actix_session[cc0f6ecc5173f8c4]::storage::cookie::CookieSessionStore> as actix_service[d4094c02af95631e]::Service<actix_web[b59b18a5d167f2f5]::service::ServiceRequest>>::call::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-session-0.7.2/src/middleware.rs:223:45
[INFO] [stdout]   35:     0x57427fb99b9f - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<actix_web[b59b18a5d167f2f5]::service::ServiceResponse<actix_web[b59b18a5d167f2f5]::middleware::logger::StreamLog<actix_http[13f4d458581bedeb]::body::boxed::BoxBody>>, actix_web[b59b18a5d167f2f5]::error::error::Error>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   36:     0x57427fb83745 - actix_web[b59b18a5d167f2f5]::test::test_utils::call_service::<actix_web[b59b18a5d167f2f5]::app_service::AppInitService<actix_session[cc0f6ecc5173f8c4]::middleware::InnerSessionMiddleware<actix_web[b59b18a5d167f2f5]::middleware::logger::LoggerMiddleware<actix_identity[18ec5c776ac3162]::middleware::InnerIdentityMiddleware<actix_web[b59b18a5d167f2f5]::app_service::AppRouting>>, actix_session[cc0f6ecc5173f8c4]::storage::cookie::CookieSessionStore>, actix_web[b59b18a5d167f2f5]::middleware::logger::StreamLog<actix_http[13f4d458581bedeb]::body::boxed::BoxBody>>, actix_http[13f4d458581bedeb]::requests::request::Request<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn futures_core[f9c000881557c081]::stream::Stream<Item = core[6883ba1bc0fe4ed1]::result::Result<bytes[1e568eec867d2728]::bytes::Bytes, actix_http[13f4d458581bedeb]::error::PayloadError>>>>>, actix_web[b59b18a5d167f2f5]::middleware::logger::StreamLog<actix_http[13f4d458581bedeb]::body::boxed::BoxBody>, actix_web[b59b18a5d167f2f5]::error::error::Error>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.1.0/src/test/test_utils.rs:99:10
[INFO] [stdout]   37:     0x57427fb89683 - web_app[d75291bf8eaf34f7]::routes::index::invalid_email_login::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:309:58
[INFO] [stdout]   38:     0x57427fbe2bc6 - <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::invalid_email_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/task/local.rs:810:67
[INFO] [stdout]   39:     0x57427fbae7c0 - tokio[d78a364b4af88c0]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::invalid_email_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/coop.rs:102:9
[INFO] [stdout]   40:     0x57427fbd7155 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[d78a364b4af88c0]::coop::Budget>>>::try_with::<tokio[d78a364b4af88c0]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::invalid_email_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{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]   41:     0x57427fbd4e5e - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[d78a364b4af88c0]::coop::Budget>>>::with::<tokio[d78a364b4af88c0]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::invalid_email_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{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]   42:     0x57427fbe39f4 - tokio[d78a364b4af88c0]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::invalid_email_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/coop.rs:95:13
[INFO] [stdout]   43:     0x57427fbe39f4 - tokio[d78a364b4af88c0]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::invalid_email_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/coop.rs:72:5
[INFO] [stdout]   44:     0x57427fbe39f4 - <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::invalid_email_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/task/local.rs:810:42
[INFO] [stdout]   45:     0x57427fbe0932 - <tokio[d78a364b4af88c0]::task::local::LocalSet>::with::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::invalid_email_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/task/local.rs:633:13
[INFO] [stdout]   46:     0x57427fbd3f15 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<core[6883ba1bc0fe4ed1]::option::Option<alloc[55a36b64bcbf2c0d]::rc::Rc<tokio[d78a364b4af88c0]::task::local::Context>>>>>::try_with::<<tokio[d78a364b4af88c0]::task::local::LocalSet>::with<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::invalid_email_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   47:     0x57427fbd371e - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<core[6883ba1bc0fe4ed1]::option::Option<alloc[55a36b64bcbf2c0d]::rc::Rc<tokio[d78a364b4af88c0]::task::local::Context>>>>>::with::<<tokio[d78a364b4af88c0]::task::local::LocalSet>::with<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::invalid_email_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   48:     0x57427fbdd83b - <tokio[d78a364b4af88c0]::task::local::LocalSet>::with::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::invalid_email_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/task/local.rs:616:17
[INFO] [stdout]   49:     0x57427fbe71cb - <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::invalid_email_login::{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.0/src/task/local.rs:800:22
[INFO] [stdout]   50:     0x57427fbe1cac - <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until::<web_app[d75291bf8eaf34f7]::routes::index::invalid_email_login::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/task/local.rs:536:19
[INFO] [stdout]   51:     0x57427fb99edd - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_email_login::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   52:     0x57427fb55dcd - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_email_login::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:525:64
[INFO] [stdout]   53:     0x57427fbad980 - tokio[d78a364b4af88c0]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_email_login::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/coop.rs:102:9
[INFO] [stdout]   54:     0x57427fbd6555 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[d78a364b4af88c0]::coop::Budget>>>::try_with::<tokio[d78a364b4af88c0]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_email_login::{closure#0}>::{closure#0}>>::{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]   55:     0x57427fbd4a9e - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[d78a364b4af88c0]::coop::Budget>>>::with::<tokio[d78a364b4af88c0]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_email_login::{closure#0}>::{closure#0}>>::{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]   56:     0x57427fb550cf - tokio[d78a364b4af88c0]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_email_login::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/coop.rs:95:13
[INFO] [stdout]   57:     0x57427fb550cf - tokio[d78a364b4af88c0]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_email_login::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/coop.rs:72:5
[INFO] [stdout]   58:     0x57427fb550cf - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_email_login::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:525:25
[INFO] [stdout]   59:     0x57427fb443e0 - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_email_login::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:349:19
[INFO] [stdout]   60:     0x57427fb5035f - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_email_login::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:524:44
[INFO] [stdout]   61:     0x57427fb4cdd4 - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_email_login::{closure#0}>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:595:57
[INFO] [stdout]   62:     0x57427fbea163 - <tokio[d78a364b4af88c0]::macros::scoped_tls::ScopedKey<tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::Context>>::set::<<tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_email_login::{closure#0}>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   63:     0x57427fb49d7f - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_email_login::{closure#0}>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:595:35
[INFO] [stdout]   64:     0x57427fb4b9ca - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_email_login::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:515:24
[INFO] [stdout]   65:     0x57427fb41f0a - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_email_login::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:161:29
[INFO] [stdout]   66:     0x57427fbe7b87 - <tokio[d78a364b4af88c0]::runtime::Runtime>::block_on::<<tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_email_login::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/mod.rs:490:51
[INFO] [stdout]   67:     0x57427fbddd00 - <tokio[d78a364b4af88c0]::task::local::LocalSet>::block_on::<web_app[d75291bf8eaf34f7]::routes::index::invalid_email_login::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/task/local.rs:497:12
[INFO] [stdout]   68:     0x57427fb6a324 - <actix_rt[2d87b7f332a0759e]::runtime::Runtime>::block_on::<web_app[d75291bf8eaf34f7]::routes::index::invalid_email_login::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.7.0/src/runtime.rs:80:20
[INFO] [stdout]   69:     0x57427fb9b35d - <actix_rt[2d87b7f332a0759e]::system::SystemRunner>::block_on::<web_app[d75291bf8eaf34f7]::routes::index::invalid_email_login::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.7.0/src/system.rs:209:17
[INFO] [stdout]   70:     0x57427fb8e664 - web_app[d75291bf8eaf34f7]::routes::index::invalid_email_login
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:298:5
[INFO] [stdout]   71:     0x57427fb87257 - web_app[d75291bf8eaf34f7]::routes::index::invalid_email_login::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:299:35
[INFO] [stdout]   72:     0x57427fb5eab6 - <web_app[d75291bf8eaf34f7]::routes::index::invalid_email_login::{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]   73:     0x57427fbfbb6b - <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]   74:     0x57427fbfbb6b - 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]   75:     0x57427fc091b5 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   76:     0x57427fc091b5 - <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]   77:     0x57427fc091b5 - 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]   78:     0x57427fc091b5 - 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]   79:     0x57427fc091b5 - 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]   80:     0x57427fc091b5 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   81:     0x57427fc091b5 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   82:     0x57427fc03c64 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   83:     0x57427fc03c64 - 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]   84:     0x57427fc0c302 - 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]   85:     0x57427fc0c302 - <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]   86:     0x57427fc0c302 - 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]   87:     0x57427fc0c302 - 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]   88:     0x57427fc0c302 - 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]   89:     0x57427fc0c302 - 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]   90:     0x57427fc0c302 - <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]   91:     0x574280485dff - <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]   92:     0x574280485dff - <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]   93:     0x772e69891aa4 - <unknown>
[INFO] [stdout]   94:     0x772e6991ea64 - clone
[INFO] [stdout]   95:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- routes::index::incorrect_and_valid_password_login stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'routes::index::incorrect_and_valid_password_login' (3487) panicked at src/lib.rs:28:49:
[INFO] [stdout] DATABASE_URL must be set: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x574280486c51 - 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:     0x574280486c51 - 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:     0x574280486c51 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x574280486c51 - <<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:     0x57428049f70a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57428049f70a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x57428048b68c - 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:     0x57428048b68c - <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:     0x574280463b06 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x574280463b06 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57428047ded9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57427fc08830 - <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:     0x57427fc08830 - 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:     0x57428047e202 - <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:     0x57428047e202 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x574280463bb2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x57428045b079 - 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:     0x57428046484d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x57428049ff3c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57428049fc82 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x57427fbf681e - <core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::string::String, std[73adb7dc35730857]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1183:23
[INFO] [stdout]   21:     0x57427fbbb886 - web_app[d75291bf8eaf34f7]::establish_connection
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:28:49
[INFO] [stdout]   22:     0x57427fb7aeaa - web_app[d75291bf8eaf34f7]::models::email_count
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:152:20
[INFO] [stdout]   23:     0x57427fb7b4b6 - web_app[d75291bf8eaf34f7]::models::custom_login_validator
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:127:8
[INFO] [stdout]   24:     0x57427fb7d704 - <web_app[d75291bf8eaf34f7]::models::UserLogin as validator[3841ccb470188d7a]::traits::ValidateArgs>::validate_args
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:41:17
[INFO] [stdout]   25:     0x57427fb7ccf6 - <web_app[d75291bf8eaf34f7]::models::UserLogin as validator[3841ccb470188d7a]::traits::Validate>::validate
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:41:17
[INFO] [stdout]   26:     0x57427fb847af - web_app[d75291bf8eaf34f7]::routes::login_post::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:43:31
[INFO] [stdout]   27:     0x57427fb94782 - actix_web[b59b18a5d167f2f5]::handler::handler_service::<web_app[d75291bf8eaf34f7]::routes::login_post, (actix_web[b59b18a5d167f2f5]::request::HttpRequest, actix_web[b59b18a5d167f2f5]::types::either::Either<actix_web[b59b18a5d167f2f5]::types::json::Json<web_app[d75291bf8eaf34f7]::models::UserLogin>, actix_web[b59b18a5d167f2f5]::types::form::Form<web_app[d75291bf8eaf34f7]::models::UserLogin>>, core[6883ba1bc0fe4ed1]::option::Option<actix_identity[18ec5c776ac3162]::identity::Identity>)>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.1.0/src/handler.rs:106:22
[INFO] [stdout]   28:     0x57427ff19880 - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<actix_web[b59b18a5d167f2f5]::service::ServiceResponse, actix_web[b59b18a5d167f2f5]::error::error::Error>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   29:     0x57427ff1bff9 - <actix_web[b59b18a5d167f2f5]::resource::Resource as actix_web[b59b18a5d167f2f5]::service::HttpServiceFactory>::register::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.1.0/src/resource.rs:383:28
[INFO] [stdout]   30:     0x57427ff19880 - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<actix_web[b59b18a5d167f2f5]::service::ServiceResponse, actix_web[b59b18a5d167f2f5]::error::error::Error>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x57427fba57f3 - <actix_identity[18ec5c776ac3162]::middleware::InnerIdentityMiddleware<actix_web[b59b18a5d167f2f5]::app_service::AppRouting> as actix_service[d4094c02af95631e]::Service<actix_web[b59b18a5d167f2f5]::service::ServiceRequest>>::call::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-identity-0.5.2/src/middleware.rs:120:27
[INFO] [stdout]   32:     0x57427ff19880 - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<actix_web[b59b18a5d167f2f5]::service::ServiceResponse, actix_web[b59b18a5d167f2f5]::error::error::Error>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   33:     0x57427fba783a - <actix_web[b59b18a5d167f2f5]::middleware::logger::LoggerResponse<actix_identity[18ec5c776ac3162]::middleware::InnerIdentityMiddleware<actix_web[b59b18a5d167f2f5]::app_service::AppRouting>, actix_http[13f4d458581bedeb]::body::boxed::BoxBody> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.1.0/src/middleware/logger.rs:302:41
[INFO] [stdout]   34:     0x57427fba2e70 - <actix_session[cc0f6ecc5173f8c4]::middleware::InnerSessionMiddleware<actix_web[b59b18a5d167f2f5]::middleware::logger::LoggerMiddleware<actix_identity[18ec5c776ac3162]::middleware::InnerIdentityMiddleware<actix_web[b59b18a5d167f2f5]::app_service::AppRouting>>, actix_session[cc0f6ecc5173f8c4]::storage::cookie::CookieSessionStore> as actix_service[d4094c02af95631e]::Service<actix_web[b59b18a5d167f2f5]::service::ServiceRequest>>::call::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-session-0.7.2/src/middleware.rs:223:45
[INFO] [stdout]   35:     0x57427fb99b9f - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<actix_web[b59b18a5d167f2f5]::service::ServiceResponse<actix_web[b59b18a5d167f2f5]::middleware::logger::StreamLog<actix_http[13f4d458581bedeb]::body::boxed::BoxBody>>, actix_web[b59b18a5d167f2f5]::error::error::Error>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   36:     0x57427fb83745 - actix_web[b59b18a5d167f2f5]::test::test_utils::call_service::<actix_web[b59b18a5d167f2f5]::app_service::AppInitService<actix_session[cc0f6ecc5173f8c4]::middleware::InnerSessionMiddleware<actix_web[b59b18a5d167f2f5]::middleware::logger::LoggerMiddleware<actix_identity[18ec5c776ac3162]::middleware::InnerIdentityMiddleware<actix_web[b59b18a5d167f2f5]::app_service::AppRouting>>, actix_session[cc0f6ecc5173f8c4]::storage::cookie::CookieSessionStore>, actix_web[b59b18a5d167f2f5]::middleware::logger::StreamLog<actix_http[13f4d458581bedeb]::body::boxed::BoxBody>>, actix_http[13f4d458581bedeb]::requests::request::Request<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn futures_core[f9c000881557c081]::stream::Stream<Item = core[6883ba1bc0fe4ed1]::result::Result<bytes[1e568eec867d2728]::bytes::Bytes, actix_http[13f4d458581bedeb]::error::PayloadError>>>>>, actix_web[b59b18a5d167f2f5]::middleware::logger::StreamLog<actix_http[13f4d458581bedeb]::body::boxed::BoxBody>, actix_web[b59b18a5d167f2f5]::error::error::Error>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.1.0/src/test/test_utils.rs:99:10
[INFO] [stdout]   37:     0x57427fb8c2a3 - web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_password_login::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:279:58
[INFO] [stdout]   38:     0x57427fbe2c66 - <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_password_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/task/local.rs:810:67
[INFO] [stdout]   39:     0x57427fbaedb0 - tokio[d78a364b4af88c0]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_password_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/coop.rs:102:9
[INFO] [stdout]   40:     0x57427fbd7655 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[d78a364b4af88c0]::coop::Budget>>>::try_with::<tokio[d78a364b4af88c0]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_password_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{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]   41:     0x57427fbd4fee - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[d78a364b4af88c0]::coop::Budget>>>::with::<tokio[d78a364b4af88c0]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_password_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{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]   42:     0x57427fbe4534 - tokio[d78a364b4af88c0]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_password_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/coop.rs:95:13
[INFO] [stdout]   43:     0x57427fbe4534 - tokio[d78a364b4af88c0]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_password_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/coop.rs:72:5
[INFO] [stdout]   44:     0x57427fbe4534 - <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_password_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/task/local.rs:810:42
[INFO] [stdout]   45:     0x57427fbe0e82 - <tokio[d78a364b4af88c0]::task::local::LocalSet>::with::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_password_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/task/local.rs:633:13
[INFO] [stdout]   46:     0x57427fbd4415 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<core[6883ba1bc0fe4ed1]::option::Option<alloc[55a36b64bcbf2c0d]::rc::Rc<tokio[d78a364b4af88c0]::task::local::Context>>>>>::try_with::<<tokio[d78a364b4af88c0]::task::local::LocalSet>::with<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_password_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   47:     0x57427fbd38ae - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<core[6883ba1bc0fe4ed1]::option::Option<alloc[55a36b64bcbf2c0d]::rc::Rc<tokio[d78a364b4af88c0]::task::local::Context>>>>>::with::<<tokio[d78a364b4af88c0]::task::local::LocalSet>::with<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_password_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   48:     0x57427fbdd9cb - <tokio[d78a364b4af88c0]::task::local::LocalSet>::with::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_password_login::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/task/local.rs:616:17
[INFO] [stdout]   49:     0x57427fbe735b - <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_password_login::{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.0/src/task/local.rs:800:22
[INFO] [stdout]   50:     0x57427fbe283c - <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until::<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_password_login::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/task/local.rs:536:19
[INFO] [stdout]   51:     0x57427fb9a01d - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_password_login::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   52:     0x57427fb55f0d - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_password_login::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:525:64
[INFO] [stdout]   53:     0x57427fbadf70 - tokio[d78a364b4af88c0]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_password_login::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/coop.rs:102:9
[INFO] [stdout]   54:     0x57427fbd6a55 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[d78a364b4af88c0]::coop::Budget>>>::try_with::<tokio[d78a364b4af88c0]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_password_login::{closure#0}>::{closure#0}>>::{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]   55:     0x57427fbd4c2e - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[d78a364b4af88c0]::coop::Budget>>>::with::<tokio[d78a364b4af88c0]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_password_login::{closure#0}>::{closure#0}>>::{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]   56:     0x57427fb5598f - tokio[d78a364b4af88c0]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_password_login::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/coop.rs:95:13
[INFO] [stdout]   57:     0x57427fb5598f - tokio[d78a364b4af88c0]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_password_login::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/coop.rs:72:5
[INFO] [stdout]   58:     0x57427fb5598f - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_password_login::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:525:25
[INFO] [stdout]   59:     0x57427fb45380 - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_password_login::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:349:19
[INFO] [stdout]   60:     0x57427fb535af - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_password_login::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:524:44
[INFO] [stdout]   61:     0x57427fb4ce74 - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_password_login::{closure#0}>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:595:57
[INFO] [stdout]   62:     0x57427fbea753 - <tokio[d78a364b4af88c0]::macros::scoped_tls::ScopedKey<tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::Context>>::set::<<tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_password_login::{closure#0}>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   63:     0x57427fb4b12f - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_password_login::{closure#0}>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:595:35
[INFO] [stdout]   64:     0x57427fb4bbfa - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_password_login::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:515:24
[INFO] [stdout]   65:     0x57427fb42dba - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_password_login::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:161:29
[INFO] [stdout]   66:     0x57427fbe8127 - <tokio[d78a364b4af88c0]::runtime::Runtime>::block_on::<<tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_password_login::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/mod.rs:490:51
[INFO] [stdout]   67:     0x57427fbddf80 - <tokio[d78a364b4af88c0]::task::local::LocalSet>::block_on::<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_password_login::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/task/local.rs:497:12
[INFO] [stdout]   68:     0x57427fb6a4b4 - <actix_rt[2d87b7f332a0759e]::runtime::Runtime>::block_on::<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_password_login::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.7.0/src/runtime.rs:80:20
[INFO] [stdout]   69:     0x57427fb9b49d - <actix_rt[2d87b7f332a0759e]::system::SystemRunner>::block_on::<web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_password_login::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.7.0/src/system.rs:209:17
[INFO] [stdout]   70:     0x57427fb8e8e4 - web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_password_login
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:268:5
[INFO] [stdout]   71:     0x57427fb87347 - web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_password_login::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:269:50
[INFO] [stdout]   72:     0x57427fb5ebf6 - <web_app[d75291bf8eaf34f7]::routes::index::incorrect_and_valid_password_login::{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]   73:     0x57427fbfbb6b - <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]   74:     0x57427fbfbb6b - 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]   75:     0x57427fc091b5 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   76:     0x57427fc091b5 - <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]   77:     0x57427fc091b5 - 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]   78:     0x57427fc091b5 - 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]   79:     0x57427fc091b5 - 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]   80:     0x57427fc091b5 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   81:     0x57427fc091b5 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   82:     0x57427fc03c64 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   83:     0x57427fc03c64 - 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]   84:     0x57427fc0c302 - 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]   85:     0x57427fc0c302 - <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]   86:     0x57427fc0c302 - 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]   87:     0x57427fc0c302 - 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]   88:     0x57427fc0c302 - 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]   89:     0x57427fc0c302 - 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]   90:     0x57427fc0c302 - <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]   91:     0x574280485dff - <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]   92:     0x574280485dff - <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]   93:     0x772e69891aa4 - <unknown>
[INFO] [stdout]   94:     0x772e6991ea64 - clone
[INFO] [stdout]   95:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- routes::index::invalid_login_password_response_body stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'routes::index::invalid_login_password_response_body' (3490) panicked at src/lib.rs:28:49:
[INFO] [stdout] DATABASE_URL must be set: NotPresent
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x574280486c51 - 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:     0x574280486c51 - 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:     0x574280486c51 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x574280486c51 - <<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:     0x57428049f70a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57428049f70a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x57428048b68c - 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:     0x57428048b68c - <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:     0x574280463b06 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x574280463b06 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57428047ded9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57427fc08830 - <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:     0x57427fc08830 - 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:     0x57428047e202 - <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:     0x57428047e202 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x574280463bb2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x57428045b079 - 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:     0x57428046484d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x57428049ff3c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57428049fc82 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x57427fbf681e - <core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::string::String, std[73adb7dc35730857]::env::VarError>>::expect
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1183:23
[INFO] [stdout]   21:     0x57427fbbb886 - web_app[d75291bf8eaf34f7]::establish_connection
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:28:49
[INFO] [stdout]   22:     0x57427fb7aeaa - web_app[d75291bf8eaf34f7]::models::email_count
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:152:20
[INFO] [stdout]   23:     0x57427fb7b4b6 - web_app[d75291bf8eaf34f7]::models::custom_login_validator
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:127:8
[INFO] [stdout]   24:     0x57427fb7d704 - <web_app[d75291bf8eaf34f7]::models::UserLogin as validator[3841ccb470188d7a]::traits::ValidateArgs>::validate_args
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:41:17
[INFO] [stdout]   25:     0x57427fb7ccf6 - <web_app[d75291bf8eaf34f7]::models::UserLogin as validator[3841ccb470188d7a]::traits::Validate>::validate
[INFO] [stdout]                                at /opt/rustwide/workdir/src/models.rs:41:17
[INFO] [stdout]   26:     0x57427fb847af - web_app[d75291bf8eaf34f7]::routes::login_post::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:43:31
[INFO] [stdout]   27:     0x57427fb94782 - actix_web[b59b18a5d167f2f5]::handler::handler_service::<web_app[d75291bf8eaf34f7]::routes::login_post, (actix_web[b59b18a5d167f2f5]::request::HttpRequest, actix_web[b59b18a5d167f2f5]::types::either::Either<actix_web[b59b18a5d167f2f5]::types::json::Json<web_app[d75291bf8eaf34f7]::models::UserLogin>, actix_web[b59b18a5d167f2f5]::types::form::Form<web_app[d75291bf8eaf34f7]::models::UserLogin>>, core[6883ba1bc0fe4ed1]::option::Option<actix_identity[18ec5c776ac3162]::identity::Identity>)>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.1.0/src/handler.rs:106:22
[INFO] [stdout]   28:     0x57427ff19880 - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<actix_web[b59b18a5d167f2f5]::service::ServiceResponse, actix_web[b59b18a5d167f2f5]::error::error::Error>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   29:     0x57427ff1bff9 - <actix_web[b59b18a5d167f2f5]::resource::Resource as actix_web[b59b18a5d167f2f5]::service::HttpServiceFactory>::register::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.1.0/src/resource.rs:383:28
[INFO] [stdout]   30:     0x57427ff19880 - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<actix_web[b59b18a5d167f2f5]::service::ServiceResponse, actix_web[b59b18a5d167f2f5]::error::error::Error>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   31:     0x57427fba57f3 - <actix_identity[18ec5c776ac3162]::middleware::InnerIdentityMiddleware<actix_web[b59b18a5d167f2f5]::app_service::AppRouting> as actix_service[d4094c02af95631e]::Service<actix_web[b59b18a5d167f2f5]::service::ServiceRequest>>::call::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-identity-0.5.2/src/middleware.rs:120:27
[INFO] [stdout]   32:     0x57427ff19880 - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<actix_web[b59b18a5d167f2f5]::service::ServiceResponse, actix_web[b59b18a5d167f2f5]::error::error::Error>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   33:     0x57427fba783a - <actix_web[b59b18a5d167f2f5]::middleware::logger::LoggerResponse<actix_identity[18ec5c776ac3162]::middleware::InnerIdentityMiddleware<actix_web[b59b18a5d167f2f5]::app_service::AppRouting>, actix_http[13f4d458581bedeb]::body::boxed::BoxBody> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.1.0/src/middleware/logger.rs:302:41
[INFO] [stdout]   34:     0x57427fba2e70 - <actix_session[cc0f6ecc5173f8c4]::middleware::InnerSessionMiddleware<actix_web[b59b18a5d167f2f5]::middleware::logger::LoggerMiddleware<actix_identity[18ec5c776ac3162]::middleware::InnerIdentityMiddleware<actix_web[b59b18a5d167f2f5]::app_service::AppRouting>>, actix_session[cc0f6ecc5173f8c4]::storage::cookie::CookieSessionStore> as actix_service[d4094c02af95631e]::Service<actix_web[b59b18a5d167f2f5]::service::ServiceRequest>>::call::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-session-0.7.2/src/middleware.rs:223:45
[INFO] [stdout]   35:     0x57427fb99b9f - <core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = core[6883ba1bc0fe4ed1]::result::Result<actix_web[b59b18a5d167f2f5]::service::ServiceResponse<actix_web[b59b18a5d167f2f5]::middleware::logger::StreamLog<actix_http[13f4d458581bedeb]::body::boxed::BoxBody>>, actix_web[b59b18a5d167f2f5]::error::error::Error>>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   36:     0x57427fb83745 - actix_web[b59b18a5d167f2f5]::test::test_utils::call_service::<actix_web[b59b18a5d167f2f5]::app_service::AppInitService<actix_session[cc0f6ecc5173f8c4]::middleware::InnerSessionMiddleware<actix_web[b59b18a5d167f2f5]::middleware::logger::LoggerMiddleware<actix_identity[18ec5c776ac3162]::middleware::InnerIdentityMiddleware<actix_web[b59b18a5d167f2f5]::app_service::AppRouting>>, actix_session[cc0f6ecc5173f8c4]::storage::cookie::CookieSessionStore>, actix_web[b59b18a5d167f2f5]::middleware::logger::StreamLog<actix_http[13f4d458581bedeb]::body::boxed::BoxBody>>, actix_http[13f4d458581bedeb]::requests::request::Request<core[6883ba1bc0fe4ed1]::pin::Pin<alloc[55a36b64bcbf2c0d]::boxed::Box<dyn futures_core[f9c000881557c081]::stream::Stream<Item = core[6883ba1bc0fe4ed1]::result::Result<bytes[1e568eec867d2728]::bytes::Bytes, actix_http[13f4d458581bedeb]::error::PayloadError>>>>>, actix_web[b59b18a5d167f2f5]::middleware::logger::StreamLog<actix_http[13f4d458581bedeb]::body::boxed::BoxBody>, actix_web[b59b18a5d167f2f5]::error::error::Error>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.1.0/src/test/test_utils.rs:99:10
[INFO] [stdout]   37:     0x57427fb8407e - actix_web[b59b18a5d167f2f5]::test::test_utils::call_and_read_body::<actix_web[b59b18a5d167f2f5]::app_service::AppInitService<actix_session[cc0f6ecc5173f8c4]::middleware::InnerSessionMiddleware<actix_web[b59b18a5d167f2f5]::middleware::logger::LoggerMiddleware<actix_identity[18ec5c776ac3162]::middleware::InnerIdentityMiddleware<actix_web[b59b18a5d167f2f5]::app_service::AppRouting>>, actix_session[cc0f6ecc5173f8c4]::storage::cookie::CookieSessionStore>, actix_web[b59b18a5d167f2f5]::middleware::logger::StreamLog<actix_http[13f4d458581bedeb]::body::boxed::BoxBody>>, actix_web[b59b18a5d167f2f5]::middleware::logger::StreamLog<actix_http[13f4d458581bedeb]::body::boxed::BoxBody>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.1.0/src/test/test_utils.rs:139:38
[INFO] [stdout]   38:     0x57427fb8cd0f - web_app[d75291bf8eaf34f7]::routes::index::invalid_login_password_response_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:342:64
[INFO] [stdout]   39:     0x57427fbe2c86 - <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_password_response_body::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/task/local.rs:810:67
[INFO] [stdout]   40:     0x57427fbaeee0 - tokio[d78a364b4af88c0]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_password_response_body::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/coop.rs:102:9
[INFO] [stdout]   41:     0x57427fbd7755 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[d78a364b4af88c0]::coop::Budget>>>::try_with::<tokio[d78a364b4af88c0]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_password_response_body::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{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]   42:     0x57427fbd503e - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[d78a364b4af88c0]::coop::Budget>>>::with::<tokio[d78a364b4af88c0]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_password_response_body::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{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]   43:     0x57427fbe4774 - tokio[d78a364b4af88c0]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_password_response_body::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/coop.rs:95:13
[INFO] [stdout]   44:     0x57427fbe4774 - tokio[d78a364b4af88c0]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_password_response_body::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/coop.rs:72:5
[INFO] [stdout]   45:     0x57427fbe4774 - <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_password_response_body::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/task/local.rs:810:42
[INFO] [stdout]   46:     0x57427fbe0f92 - <tokio[d78a364b4af88c0]::task::local::LocalSet>::with::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_password_response_body::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/task/local.rs:633:13
[INFO] [stdout]   47:     0x57427fbd4515 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<core[6883ba1bc0fe4ed1]::option::Option<alloc[55a36b64bcbf2c0d]::rc::Rc<tokio[d78a364b4af88c0]::task::local::Context>>>>>::try_with::<<tokio[d78a364b4af88c0]::task::local::LocalSet>::with<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_password_response_body::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   48:     0x57427fbd38fe - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<core[6883ba1bc0fe4ed1]::option::Option<alloc[55a36b64bcbf2c0d]::rc::Rc<tokio[d78a364b4af88c0]::task::local::Context>>>>>::with::<<tokio[d78a364b4af88c0]::task::local::LocalSet>::with<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_password_response_body::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::task::poll::Poll<()>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   49:     0x57427fbdda1b - <tokio[d78a364b4af88c0]::task::local::LocalSet>::with::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_password_response_body::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/task/local.rs:616:17
[INFO] [stdout]   50:     0x57427fbe73ab - <tokio[d78a364b4af88c0]::task::local::RunUntil<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_password_response_body::{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.0/src/task/local.rs:800:22
[INFO] [stdout]   51:     0x57427fbe2a8c - <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until::<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_password_response_body::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/task/local.rs:536:19
[INFO] [stdout]   52:     0x57427fb9a05d - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_password_response_body::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   53:     0x57427fb55f4d - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_password_response_body::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:525:64
[INFO] [stdout]   54:     0x57427fbae0a0 - tokio[d78a364b4af88c0]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_password_response_body::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/coop.rs:102:9
[INFO] [stdout]   55:     0x57427fbd6b55 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[d78a364b4af88c0]::coop::Budget>>>::try_with::<tokio[d78a364b4af88c0]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_password_response_body::{closure#0}>::{closure#0}>>::{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]   56:     0x57427fbd4c7e - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::Cell<tokio[d78a364b4af88c0]::coop::Budget>>>::with::<tokio[d78a364b4af88c0]::coop::with_budget<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_password_response_body::{closure#0}>::{closure#0}>>::{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]   57:     0x57427fb55b4f - tokio[d78a364b4af88c0]::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_password_response_body::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/coop.rs:95:13
[INFO] [stdout]   58:     0x57427fb55b4f - tokio[d78a364b4af88c0]::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_password_response_body::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/coop.rs:72:5
[INFO] [stdout]   59:     0x57427fb55b4f - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_password_response_body::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:525:25
[INFO] [stdout]   60:     0x57427fb456a0 - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_password_response_body::{closure#0}>::{closure#0}>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:349:19
[INFO] [stdout]   61:     0x57427fb53fbf - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_password_response_body::{closure#0}>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:524:44
[INFO] [stdout]   62:     0x57427fb4ce94 - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_password_response_body::{closure#0}>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:595:57
[INFO] [stdout]   63:     0x57427fbea883 - <tokio[d78a364b4af88c0]::macros::scoped_tls::ScopedKey<tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::Context>>::set::<<tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_password_response_body::{closure#0}>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   64:     0x57427fb4b51f - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_password_response_body::{closure#0}>::{closure#0}>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:595:35
[INFO] [stdout]   65:     0x57427fb4bc6a - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut <tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_password_response_body::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:515:24
[INFO] [stdout]   66:     0x57427fb430aa - <tokio[d78a364b4af88c0]::runtime::scheduler::current_thread::CurrentThread>::block_on::<<tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_password_response_body::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/scheduler/current_thread.rs:161:29
[INFO] [stdout]   67:     0x57427fbe8247 - <tokio[d78a364b4af88c0]::runtime::Runtime>::block_on::<<tokio[d78a364b4af88c0]::task::local::LocalSet>::run_until<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_password_response_body::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/runtime/mod.rs:490:51
[INFO] [stdout]   68:     0x57427fbddffe - <tokio[d78a364b4af88c0]::task::local::LocalSet>::block_on::<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_password_response_body::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.21.0/src/task/local.rs:497:12
[INFO] [stdout]   69:     0x57427fb6a502 - <actix_rt[2d87b7f332a0759e]::runtime::Runtime>::block_on::<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_password_response_body::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.7.0/src/runtime.rs:80:20
[INFO] [stdout]   70:     0x57427fb9b4df - <actix_rt[2d87b7f332a0759e]::system::SystemRunner>::block_on::<web_app[d75291bf8eaf34f7]::routes::index::invalid_login_password_response_body::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-rt-2.7.0/src/system.rs:209:17
[INFO] [stdout]   71:     0x57427fb8e95f - web_app[d75291bf8eaf34f7]::routes::index::invalid_login_password_response_body
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:331:5
[INFO] [stdout]   72:     0x57427fb87377 - web_app[d75291bf8eaf34f7]::routes::index::invalid_login_password_response_body::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/routes.rs:332:52
[INFO] [stdout]   73:     0x57427fb5ec36 - <web_app[d75291bf8eaf34f7]::routes::index::invalid_login_password_response_body::{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]   74:     0x57427fbfbb6b - <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]   75:     0x57427fbfbb6b - 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]   76:     0x57427fc091b5 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   77:     0x57427fc091b5 - <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]   78:     0x57427fc091b5 - 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]   79:     0x57427fc091b5 - 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]   80:     0x57427fc091b5 - 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]   81:     0x57427fc091b5 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   82:     0x57427fc091b5 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   83:     0x57427fc03c64 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   84:     0x57427fc03c64 - 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]   85:     0x57427fc0c302 - 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]   86:     0x57427fc0c302 - <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]   87:     0x57427fc0c302 - 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]   88:     0x57427fc0c302 - 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]   89:     0x57427fc0c302 - 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]   90:     0x57427fc0c302 - 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]   91:     0x57427fc0c302 - <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]   92:     0x574280485dff - <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]   93:     0x574280485dff - <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]   94:     0x772e69891aa4 - <unknown>
[INFO] [stdout]   95:     0x772e6991ea64 - clone
[INFO] [stdout]   96:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     routes::index::correct_login
[INFO] [stdout]     routes::index::incorrect_and_valid_email_login
[INFO] [stdout]     routes::index::incorrect_and_valid_password_login
[INFO] [stdout]     routes::index::invalid_email_login
[INFO] [stdout]     routes::index::invalid_login_email_response_body
[INFO] [stdout]     routes::index::invalid_login_password_response_body
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 6 passed; 6 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.52s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "394ec48700f23f760beb930c6bb656526ca3d6f55c7d9c344eb967820bb9f8d2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "394ec48700f23f760beb930c6bb656526ca3d6f55c7d9c344eb967820bb9f8d2", kill_on_drop: false }`
[INFO] [stdout] 394ec48700f23f760beb930c6bb656526ca3d6f55c7d9c344eb967820bb9f8d2
